2024-09-20T23:54:47.433 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-20T23:54:47.459 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-20T23:54:47.540 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-09-20_21:08:02-orch-squid-distro-default-smithi/7913118 branch: squid description: orch/cephadm/workunits/{0-distro/ubuntu_22.04 agent/off mon_election/classic task/test_monitoring_stack_basic} email: ceph-qa@ceph.com first_in_suite: false job_id: '7913118' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: teuthology-2024-09-20_21:08:02-orch-squid-distro-default-smithi no_nested_subset: false os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: squid ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false 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 - mon down - out of quorum - CEPHADM_STRAY_DAEMON - CEPHADM_FAILED_DAEMON log-only-match: - CEPHADM_ sha1: 9e2ac70bb7aea67d34f0d50002344abbe7803736 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 9e2ac70bb7aea67d34f0d50002344abbe7803736 workunit: branch: squid sha1: 4e45e6b490e6cbe082cdf155fea780438ec53fc7 owner: scheduled_teuthology@teuthology priority: 100 repo: https://git.ceph.com/ceph.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 - - host.c - mon.c - osd.2 seed: 9344 sha1: 9e2ac70bb7aea67d34f0d50002344abbe7803736 sleep_before_teardown: 0 subset: 56/64 suite: orch suite_branch: squid suite_path: /home/teuthworker/src/git.ceph.com_ceph_4e45e6b490e6cbe082cdf155fea780438ec53fc7/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: 4e45e6b490e6cbe082cdf155fea780438ec53fc7 targets: smithi092.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNScGuoRSBNrIWnj6wiKOaWP4j5wqY/PbkdoiLIRCo43qAJoJkk8a5y2jAFf2mkG8xyXu7orknyXQyXvORF+kwk= smithi099.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBC1yB3CXvJsfMOvzVJrTPZz9yY8vTjTvZ0cBLfifxXDwCuERM0oMhDZnrx4JWTZepG4kNNZihlxfSvZWDYbYyAk= smithi136.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIAbuWQ+4RtmZCE9ignUJMrlv0ZIOvNt2KwRJClFjRBE+Ba/fjzePXvW/vuaV+2ShWLI6VMJkA828M4wLoy+PUo= 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: 3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a timestamp: 2024-09-20_21:08:02 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2902 2024-09-20T23:54:47.540 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_4e45e6b490e6cbe082cdf155fea780438ec53fc7/qa; will attempt to use it 2024-09-20T23:54:47.540 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_4e45e6b490e6cbe082cdf155fea780438ec53fc7/qa/tasks 2024-09-20T23:54:47.541 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-20T23:54:47.542 INFO:teuthology.task.internal:Checking packages... 2024-09-20T23:54:47.563 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '9e2ac70bb7aea67d34f0d50002344abbe7803736' 2024-09-20T23:54:47.563 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-20T23:54:47.563 INFO:teuthology.packaging:ref: None 2024-09-20T23:54:47.563 INFO:teuthology.packaging:tag: None 2024-09-20T23:54:47.563 INFO:teuthology.packaging:branch: squid 2024-09-20T23:54:47.563 INFO:teuthology.packaging:sha1: 9e2ac70bb7aea67d34f0d50002344abbe7803736 2024-09-20T23:54:47.564 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=squid 2024-09-20T23:54:47.766 INFO:teuthology.task.internal:Found packages for ceph version 19.1.1-373-g4e45e6b4-1jammy 2024-09-20T23:54:47.767 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-20T23:54:47.776 INFO:teuthology.task.internal:no buildpackages task found 2024-09-20T23:54:47.777 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-20T23:54:47.792 INFO:teuthology.task.internal:Saving configuration 2024-09-20T23:54:47.805 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-20T23:54:47.814 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-20T23:54:47.838 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi092.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-09-20_21:08:02-orch-squid-distro-default-smithi/7913118', '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-09-20 23:49:08.604210', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINg53rLbImJbCOeip82Nx+3rgaJUvDBh6TP2AtKa7CBy'} 2024-09-20T23:54:47.857 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi099.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-09-20_21:08:02-orch-squid-distro-default-smithi/7913118', '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-09-20 23:49:08.606583', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII+IFo4xMGrpKXHcRmjU0Udqftn7DMo9e57F/4Dv6MMs'} 2024-09-20T23:54:47.872 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi136.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-09-20_21:08:02-orch-squid-distro-default-smithi/7913118', '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-09-20 23:49:08.605530', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBBQ2p5N6DNeAJxdkR4oPIycqxHvA/cCk5tMlm5UYXyD'} 2024-09-20T23:54:47.872 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-20T23:54:47.884 INFO:teuthology.task.internal:roles: ubuntu@smithi092.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-09-20T23:54:47.884 INFO:teuthology.task.internal:roles: ubuntu@smithi099.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-09-20T23:54:47.884 INFO:teuthology.task.internal:roles: ubuntu@smithi136.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-09-20T23:54:47.884 INFO:teuthology.run_tasks:Running task console_log... 2024-09-20T23:54:47.961 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f4e4adcf490>, signals=[15]) 2024-09-20T23:54:47.961 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-20T23:54:47.972 INFO:teuthology.task.internal:Opening connections... 2024-09-20T23:54:47.972 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi092.front.sepia.ceph.com 2024-09-20T23:54:47.973 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi092.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T23:54:48.052 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi099.front.sepia.ceph.com 2024-09-20T23:54:48.053 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi099.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T23:54:48.127 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi136.front.sepia.ceph.com 2024-09-20T23:54:48.128 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi136.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T23:54:48.204 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-20T23:54:48.220 DEBUG:teuthology.orchestra.run.smithi092:> uname -m 2024-09-20T23:54:48.226 INFO:teuthology.orchestra.run.smithi092.stdout:x86_64 2024-09-20T23:54:48.226 DEBUG:teuthology.orchestra.run.smithi092:> cat /etc/os-release 2024-09-20T23:54:48.274 INFO:teuthology.orchestra.run.smithi092.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-20T23:54:48.274 INFO:teuthology.orchestra.run.smithi092.stdout:NAME="Ubuntu" 2024-09-20T23:54:48.275 INFO:teuthology.orchestra.run.smithi092.stdout:VERSION_ID="22.04" 2024-09-20T23:54:48.275 INFO:teuthology.orchestra.run.smithi092.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-20T23:54:48.275 INFO:teuthology.orchestra.run.smithi092.stdout:VERSION_CODENAME=jammy 2024-09-20T23:54:48.275 INFO:teuthology.orchestra.run.smithi092.stdout:ID=ubuntu 2024-09-20T23:54:48.275 INFO:teuthology.orchestra.run.smithi092.stdout:ID_LIKE=debian 2024-09-20T23:54:48.275 INFO:teuthology.orchestra.run.smithi092.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-20T23:54:48.275 INFO:teuthology.orchestra.run.smithi092.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-20T23:54:48.275 INFO:teuthology.orchestra.run.smithi092.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-20T23:54:48.275 INFO:teuthology.orchestra.run.smithi092.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-20T23:54:48.275 INFO:teuthology.orchestra.run.smithi092.stdout:UBUNTU_CODENAME=jammy 2024-09-20T23:54:48.276 INFO:teuthology.lock.ops:Updating smithi092.front.sepia.ceph.com on lock server 2024-09-20T23:54:48.300 DEBUG:teuthology.orchestra.run.smithi099:> uname -m 2024-09-20T23:54:48.306 INFO:teuthology.orchestra.run.smithi099.stdout:x86_64 2024-09-20T23:54:48.306 DEBUG:teuthology.orchestra.run.smithi099:> cat /etc/os-release 2024-09-20T23:54:48.354 INFO:teuthology.orchestra.run.smithi099.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-20T23:54:48.354 INFO:teuthology.orchestra.run.smithi099.stdout:NAME="Ubuntu" 2024-09-20T23:54:48.354 INFO:teuthology.orchestra.run.smithi099.stdout:VERSION_ID="22.04" 2024-09-20T23:54:48.354 INFO:teuthology.orchestra.run.smithi099.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-20T23:54:48.354 INFO:teuthology.orchestra.run.smithi099.stdout:VERSION_CODENAME=jammy 2024-09-20T23:54:48.354 INFO:teuthology.orchestra.run.smithi099.stdout:ID=ubuntu 2024-09-20T23:54:48.354 INFO:teuthology.orchestra.run.smithi099.stdout:ID_LIKE=debian 2024-09-20T23:54:48.354 INFO:teuthology.orchestra.run.smithi099.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-20T23:54:48.354 INFO:teuthology.orchestra.run.smithi099.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-20T23:54:48.354 INFO:teuthology.orchestra.run.smithi099.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-20T23:54:48.355 INFO:teuthology.orchestra.run.smithi099.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-20T23:54:48.355 INFO:teuthology.orchestra.run.smithi099.stdout:UBUNTU_CODENAME=jammy 2024-09-20T23:54:48.355 INFO:teuthology.lock.ops:Updating smithi099.front.sepia.ceph.com on lock server 2024-09-20T23:54:48.375 DEBUG:teuthology.orchestra.run.smithi136:> uname -m 2024-09-20T23:54:48.380 INFO:teuthology.orchestra.run.smithi136.stdout:x86_64 2024-09-20T23:54:48.380 DEBUG:teuthology.orchestra.run.smithi136:> cat /etc/os-release 2024-09-20T23:54:48.425 INFO:teuthology.orchestra.run.smithi136.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-20T23:54:48.425 INFO:teuthology.orchestra.run.smithi136.stdout:NAME="Ubuntu" 2024-09-20T23:54:48.425 INFO:teuthology.orchestra.run.smithi136.stdout:VERSION_ID="22.04" 2024-09-20T23:54:48.425 INFO:teuthology.orchestra.run.smithi136.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-20T23:54:48.425 INFO:teuthology.orchestra.run.smithi136.stdout:VERSION_CODENAME=jammy 2024-09-20T23:54:48.425 INFO:teuthology.orchestra.run.smithi136.stdout:ID=ubuntu 2024-09-20T23:54:48.425 INFO:teuthology.orchestra.run.smithi136.stdout:ID_LIKE=debian 2024-09-20T23:54:48.425 INFO:teuthology.orchestra.run.smithi136.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-20T23:54:48.425 INFO:teuthology.orchestra.run.smithi136.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-20T23:54:48.426 INFO:teuthology.orchestra.run.smithi136.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-20T23:54:48.426 INFO:teuthology.orchestra.run.smithi136.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-20T23:54:48.426 INFO:teuthology.orchestra.run.smithi136.stdout:UBUNTU_CODENAME=jammy 2024-09-20T23:54:48.426 INFO:teuthology.lock.ops:Updating smithi136.front.sepia.ceph.com on lock server 2024-09-20T23:54:48.450 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-20T23:54:48.461 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-20T23:54:48.471 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-20T23:54:48.471 DEBUG:teuthology.orchestra.run.smithi092:> test '!' -e /home/ubuntu/cephtest 2024-09-20T23:54:48.475 DEBUG:teuthology.orchestra.run.smithi099:> test '!' -e /home/ubuntu/cephtest 2024-09-20T23:54:48.478 DEBUG:teuthology.orchestra.run.smithi136:> test '!' -e /home/ubuntu/cephtest 2024-09-20T23:54:48.482 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-20T23:54:48.489 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-20T23:54:48.489 DEBUG:teuthology.orchestra.run.smithi092:> test -z $(ls -A /var/lib/ceph) 2024-09-20T23:54:48.523 DEBUG:teuthology.orchestra.run.smithi099:> test -z $(ls -A /var/lib/ceph) 2024-09-20T23:54:48.525 DEBUG:teuthology.orchestra.run.smithi136:> test -z $(ls -A /var/lib/ceph) 2024-09-20T23:54:48.548 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-20T23:54:48.624 INFO:teuthology.run_tasks:Running task kernel... 2024-09-20T23:54:48.638 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-20T23:54:48.639 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}, 'host.c': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-09-20T23:54:48.639 DEBUG:teuthology.orchestra.run.smithi092:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-20T23:54:48.640 DEBUG:teuthology.orchestra.run.smithi099:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-20T23:54:48.640 DEBUG:teuthology.orchestra.run.smithi136:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-20T23:54:48.645 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T23:54:48.645 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T23:54:48.646 DEBUG:teuthology.orchestra.run.smithi099:> uname -r 2024-09-20T23:54:48.646 DEBUG:teuthology.orchestra.run.smithi092:> uname -r 2024-09-20T23:54:48.647 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T23:54:48.648 DEBUG:teuthology.orchestra.run.smithi136:> uname -r 2024-09-20T23:54:48.694 INFO:teuthology.orchestra.run.smithi136.stdout:5.15.0-56-generic 2024-09-20T23:54:48.694 INFO:teuthology.task.kernel:Running kernel on smithi136: 5.15.0-56-generic 2024-09-20T23:54:48.694 DEBUG:teuthology.orchestra.run.smithi136:> sudo apt-get clean 2024-09-20T23:54:48.695 INFO:teuthology.orchestra.run.smithi092.stdout:5.15.0-56-generic 2024-09-20T23:54:48.696 INFO:teuthology.orchestra.run.smithi099.stdout:5.15.0-56-generic 2024-09-20T23:54:48.696 INFO:teuthology.task.kernel:Running kernel on smithi092: 5.15.0-56-generic 2024-09-20T23:54:48.696 DEBUG:teuthology.orchestra.run.smithi092:> sudo apt-get clean 2024-09-20T23:54:48.696 INFO:teuthology.task.kernel:Running kernel on smithi099: 5.15.0-56-generic 2024-09-20T23:54:48.696 DEBUG:teuthology.orchestra.run.smithi099:> sudo apt-get clean 2024-09-20T23:54:48.816 DEBUG:teuthology.orchestra.run.smithi099:> sudo apt-get update 2024-09-20T23:54:48.828 DEBUG:teuthology.orchestra.run.smithi092:> sudo apt-get update 2024-09-20T23:54:48.843 DEBUG:teuthology.orchestra.run.smithi136:> sudo apt-get update 2024-09-20T23:54:48.942 INFO:teuthology.orchestra.run.smithi099.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-20T23:54:48.997 INFO:teuthology.orchestra.run.smithi092.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-20T23:54:49.015 INFO:teuthology.orchestra.run.smithi092.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-20T23:54:49.058 INFO:teuthology.orchestra.run.smithi099.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-20T23:54:49.078 INFO:teuthology.orchestra.run.smithi092.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-20T23:54:49.106 INFO:teuthology.orchestra.run.smithi092.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-20T23:54:49.116 INFO:teuthology.orchestra.run.smithi136.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-20T23:54:49.116 INFO:teuthology.orchestra.run.smithi136.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-20T23:54:49.140 INFO:teuthology.orchestra.run.smithi099.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-20T23:54:49.155 INFO:teuthology.orchestra.run.smithi099.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,839 kB] 2024-09-20T23:54:49.171 INFO:teuthology.orchestra.run.smithi136.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-20T23:54:49.227 INFO:teuthology.orchestra.run.smithi092.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [703 kB] 2024-09-20T23:54:49.266 INFO:teuthology.orchestra.run.smithi099.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [544 kB] 2024-09-20T23:54:49.270 INFO:teuthology.orchestra.run.smithi099.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [298 kB] 2024-09-20T23:54:49.272 INFO:teuthology.orchestra.run.smithi099.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-20T23:54:49.273 INFO:teuthology.orchestra.run.smithi099.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,431 kB] 2024-09-20T23:54:49.297 INFO:teuthology.orchestra.run.smithi092.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2,062 kB] 2024-09-20T23:54:49.301 INFO:teuthology.orchestra.run.smithi099.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-20T23:54:49.302 INFO:teuthology.orchestra.run.smithi099.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [418 kB] 2024-09-20T23:54:49.308 INFO:teuthology.orchestra.run.smithi099.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-20T23:54:49.308 INFO:teuthology.orchestra.run.smithi099.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [905 kB] 2024-09-20T23:54:49.317 INFO:teuthology.orchestra.run.smithi099.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [629 kB] 2024-09-20T23:54:49.323 INFO:teuthology.orchestra.run.smithi099.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [177 kB] 2024-09-20T23:54:49.324 INFO:teuthology.orchestra.run.smithi099.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.3 kB] 2024-09-20T23:54:49.325 INFO:teuthology.orchestra.run.smithi099.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-20T23:54:49.325 INFO:teuthology.orchestra.run.smithi099.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-20T23:54:49.330 INFO:teuthology.orchestra.run.smithi099.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-20T23:54:49.332 INFO:teuthology.orchestra.run.smithi092.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [356 kB] 2024-09-20T23:54:49.335 INFO:teuthology.orchestra.run.smithi092.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-20T23:54:49.336 INFO:teuthology.orchestra.run.smithi092.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-20T23:54:49.336 INFO:teuthology.orchestra.run.smithi092.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,499 kB] 2024-09-20T23:54:49.353 INFO:teuthology.orchestra.run.smithi099.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-20T23:54:49.355 INFO:teuthology.orchestra.run.smithi092.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [430 kB] 2024-09-20T23:54:49.359 INFO:teuthology.orchestra.run.smithi092.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-20T23:54:49.359 INFO:teuthology.orchestra.run.smithi092.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [733 kB] 2024-09-20T23:54:49.365 INFO:teuthology.orchestra.run.smithi092.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,125 kB] 2024-09-20T23:54:49.373 INFO:teuthology.orchestra.run.smithi092.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-20T23:54:49.375 INFO:teuthology.orchestra.run.smithi092.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.1 kB] 2024-09-20T23:54:49.375 INFO:teuthology.orchestra.run.smithi092.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-20T23:54:49.411 INFO:teuthology.orchestra.run.smithi092.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-20T23:54:49.412 INFO:teuthology.orchestra.run.smithi092.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-20T23:54:49.412 INFO:teuthology.orchestra.run.smithi092.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-20T23:54:49.413 INFO:teuthology.orchestra.run.smithi092.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-20T23:54:49.413 INFO:teuthology.orchestra.run.smithi092.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-20T23:54:49.413 INFO:teuthology.orchestra.run.smithi092.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-20T23:54:49.413 INFO:teuthology.orchestra.run.smithi092.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-09-20T23:54:49.414 INFO:teuthology.orchestra.run.smithi092.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-20T23:54:49.428 INFO:teuthology.orchestra.run.smithi092.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-20T23:54:49.445 INFO:teuthology.orchestra.run.smithi092.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-20T23:54:49.445 INFO:teuthology.orchestra.run.smithi092.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-09-20T23:54:49.495 INFO:teuthology.orchestra.run.smithi099.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-20T23:54:49.527 INFO:teuthology.orchestra.run.smithi136.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-20T23:54:49.543 INFO:teuthology.orchestra.run.smithi136.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,839 kB] 2024-09-20T23:54:49.559 INFO:teuthology.orchestra.run.smithi092.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [544 kB] 2024-09-20T23:54:49.634 INFO:teuthology.orchestra.run.smithi099.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2,062 kB] 2024-09-20T23:54:49.666 INFO:teuthology.orchestra.run.smithi136.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2,062 kB] 2024-09-20T23:54:49.844 INFO:teuthology.orchestra.run.smithi092.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,839 kB] 2024-09-20T23:54:49.955 INFO:teuthology.orchestra.run.smithi099.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [703 kB] 2024-09-20T23:54:49.979 INFO:teuthology.orchestra.run.smithi136.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [544 kB] 2024-09-20T23:54:49.987 INFO:teuthology.orchestra.run.smithi136.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [703 kB] 2024-09-20T23:54:49.988 INFO:teuthology.orchestra.run.smithi099.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [356 kB] 2024-09-20T23:54:49.995 INFO:teuthology.orchestra.run.smithi136.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [298 kB] 2024-09-20T23:54:50.003 INFO:teuthology.orchestra.run.smithi099.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-20T23:54:50.004 INFO:teuthology.orchestra.run.smithi099.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-20T23:54:50.004 INFO:teuthology.orchestra.run.smithi136.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-20T23:54:50.004 INFO:teuthology.orchestra.run.smithi136.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,431 kB] 2024-09-20T23:54:50.005 INFO:teuthology.orchestra.run.smithi099.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,499 kB] 2024-09-20T23:54:50.018 INFO:teuthology.orchestra.run.smithi092.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [298 kB] 2024-09-20T23:54:50.022 INFO:teuthology.orchestra.run.smithi136.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [356 kB] 2024-09-20T23:54:50.030 INFO:teuthology.orchestra.run.smithi092.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-20T23:54:50.031 INFO:teuthology.orchestra.run.smithi092.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,431 kB] 2024-09-20T23:54:50.036 INFO:teuthology.orchestra.run.smithi136.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-20T23:54:50.037 INFO:teuthology.orchestra.run.smithi136.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,499 kB] 2024-09-20T23:54:50.088 INFO:teuthology.orchestra.run.smithi099.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [430 kB] 2024-09-20T23:54:50.101 INFO:teuthology.orchestra.run.smithi136.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-20T23:54:50.102 INFO:teuthology.orchestra.run.smithi136.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [418 kB] 2024-09-20T23:54:50.107 INFO:teuthology.orchestra.run.smithi136.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-20T23:54:50.108 INFO:teuthology.orchestra.run.smithi136.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [430 kB] 2024-09-20T23:54:50.116 INFO:teuthology.orchestra.run.smithi092.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-20T23:54:50.118 INFO:teuthology.orchestra.run.smithi092.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [418 kB] 2024-09-20T23:54:50.118 INFO:teuthology.orchestra.run.smithi099.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-20T23:54:50.118 INFO:teuthology.orchestra.run.smithi099.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,125 kB] 2024-09-20T23:54:50.126 INFO:teuthology.orchestra.run.smithi092.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-20T23:54:50.126 INFO:teuthology.orchestra.run.smithi092.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [629 kB] 2024-09-20T23:54:50.143 INFO:teuthology.orchestra.run.smithi092.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [905 kB] 2024-09-20T23:54:50.146 INFO:teuthology.orchestra.run.smithi099.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [733 kB] 2024-09-20T23:54:50.151 INFO:teuthology.orchestra.run.smithi136.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-20T23:54:50.151 INFO:teuthology.orchestra.run.smithi136.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-20T23:54:50.152 INFO:teuthology.orchestra.run.smithi136.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [905 kB] 2024-09-20T23:54:50.152 INFO:teuthology.orchestra.run.smithi136.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [733 kB] 2024-09-20T23:54:50.160 INFO:teuthology.orchestra.run.smithi099.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-20T23:54:50.165 INFO:teuthology.orchestra.run.smithi099.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.1 kB] 2024-09-20T23:54:50.165 INFO:teuthology.orchestra.run.smithi099.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-20T23:54:50.166 INFO:teuthology.orchestra.run.smithi099.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-20T23:54:50.167 INFO:teuthology.orchestra.run.smithi099.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-20T23:54:50.167 INFO:teuthology.orchestra.run.smithi136.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,125 kB] 2024-09-20T23:54:50.167 INFO:teuthology.orchestra.run.smithi136.stdout:Get:24 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [629 kB] 2024-09-20T23:54:50.177 INFO:teuthology.orchestra.run.smithi092.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [177 kB] 2024-09-20T23:54:50.178 INFO:teuthology.orchestra.run.smithi136.stdout:Get:25 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [177 kB] 2024-09-20T23:54:50.181 INFO:teuthology.orchestra.run.smithi136.stdout:Get:26 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.3 kB] 2024-09-20T23:54:50.182 INFO:teuthology.orchestra.run.smithi136.stdout:Get:27 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-20T23:54:50.183 INFO:teuthology.orchestra.run.smithi136.stdout:Get:28 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-20T23:54:50.183 INFO:teuthology.orchestra.run.smithi092.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.3 kB] 2024-09-20T23:54:50.183 INFO:teuthology.orchestra.run.smithi092.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-20T23:54:50.184 INFO:teuthology.orchestra.run.smithi092.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-20T23:54:50.187 INFO:teuthology.orchestra.run.smithi136.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-20T23:54:50.191 INFO:teuthology.orchestra.run.smithi136.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.1 kB] 2024-09-20T23:54:50.192 INFO:teuthology.orchestra.run.smithi136.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-20T23:54:50.193 INFO:teuthology.orchestra.run.smithi136.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-20T23:54:50.199 INFO:teuthology.orchestra.run.smithi099.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-20T23:54:50.233 INFO:teuthology.orchestra.run.smithi136.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-20T23:54:50.234 INFO:teuthology.orchestra.run.smithi136.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-20T23:54:50.242 INFO:teuthology.orchestra.run.smithi136.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-20T23:54:50.243 INFO:teuthology.orchestra.run.smithi136.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-20T23:54:50.248 INFO:teuthology.orchestra.run.smithi099.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-20T23:54:50.250 INFO:teuthology.orchestra.run.smithi099.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-20T23:54:50.251 INFO:teuthology.orchestra.run.smithi099.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-20T23:54:50.252 INFO:teuthology.orchestra.run.smithi099.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-09-20T23:54:50.252 INFO:teuthology.orchestra.run.smithi099.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-20T23:54:50.263 INFO:teuthology.orchestra.run.smithi092.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-20T23:54:50.264 INFO:teuthology.orchestra.run.smithi092.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-20T23:54:50.275 INFO:teuthology.orchestra.run.smithi136.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-20T23:54:50.277 INFO:teuthology.orchestra.run.smithi136.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-20T23:54:50.278 INFO:teuthology.orchestra.run.smithi136.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-20T23:54:50.279 INFO:teuthology.orchestra.run.smithi136.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-09-20T23:54:50.279 INFO:teuthology.orchestra.run.smithi136.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-20T23:54:50.280 INFO:teuthology.orchestra.run.smithi099.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-20T23:54:50.282 INFO:teuthology.orchestra.run.smithi099.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-20T23:54:50.282 INFO:teuthology.orchestra.run.smithi099.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-09-20T23:54:50.315 INFO:teuthology.orchestra.run.smithi136.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-20T23:54:50.316 INFO:teuthology.orchestra.run.smithi136.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-20T23:54:50.316 INFO:teuthology.orchestra.run.smithi136.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-09-20T23:54:55.706 INFO:teuthology.orchestra.run.smithi092.stdout:Fetched 16.3 MB in 2s (7,473 kB/s) 2024-09-20T23:54:55.879 INFO:teuthology.orchestra.run.smithi099.stdout:Fetched 16.3 MB in 2s (7,403 kB/s) 2024-09-20T23:54:56.200 INFO:teuthology.orchestra.run.smithi136.stdout:Fetched 16.3 MB in 3s (5,785 kB/s) 2024-09-20T23:54:57.200 INFO:teuthology.orchestra.run.smithi092.stdout:Reading package lists... 2024-09-20T23:54:57.219 DEBUG:teuthology.orchestra.run.smithi092:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-20T23:54:57.282 INFO:teuthology.orchestra.run.smithi092.stdout:Reading package lists... 2024-09-20T23:54:57.491 INFO:teuthology.orchestra.run.smithi092.stdout:Building dependency tree... 2024-09-20T23:54:57.492 INFO:teuthology.orchestra.run.smithi092.stdout:Reading state information... 2024-09-20T23:54:57.509 INFO:teuthology.orchestra.run.smithi099.stdout:Reading package lists... 2024-09-20T23:54:57.527 DEBUG:teuthology.orchestra.run.smithi099:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-20T23:54:57.529 INFO:teuthology.orchestra.run.smithi136.stdout:Reading package lists... 2024-09-20T23:54:57.547 DEBUG:teuthology.orchestra.run.smithi136:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-20T23:54:57.588 INFO:teuthology.orchestra.run.smithi099.stdout:Reading package lists... 2024-09-20T23:54:57.599 INFO:teuthology.orchestra.run.smithi136.stdout:Reading package lists... 2024-09-20T23:54:57.683 INFO:teuthology.orchestra.run.smithi092.stdout:The following packages were automatically installed and are no longer required: 2024-09-20T23:54:57.683 INFO:teuthology.orchestra.run.smithi092.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-20T23:54:57.683 INFO:teuthology.orchestra.run.smithi092.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-20T23:54:57.683 INFO:teuthology.orchestra.run.smithi092.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-20T23:54:57.683 INFO:teuthology.orchestra.run.smithi092.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-20T23:54:57.684 INFO:teuthology.orchestra.run.smithi092.stdout: python2.7-minimal 2024-09-20T23:54:57.684 INFO:teuthology.orchestra.run.smithi092.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-20T23:54:57.685 INFO:teuthology.orchestra.run.smithi092.stdout:The following additional packages will be installed: 2024-09-20T23:54:57.685 INFO:teuthology.orchestra.run.smithi092.stdout: linux-generic linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-20T23:54:57.685 INFO:teuthology.orchestra.run.smithi092.stdout: linux-headers-generic linux-image-5.15.0-122-generic 2024-09-20T23:54:57.685 INFO:teuthology.orchestra.run.smithi092.stdout: linux-modules-5.15.0-122-generic linux-modules-extra-5.15.0-122-generic 2024-09-20T23:54:57.687 INFO:teuthology.orchestra.run.smithi092.stdout:Suggested packages: 2024-09-20T23:54:57.687 INFO:teuthology.orchestra.run.smithi092.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-20T23:54:57.687 INFO:teuthology.orchestra.run.smithi092.stdout:Recommended packages: 2024-09-20T23:54:57.687 INFO:teuthology.orchestra.run.smithi092.stdout: thermald 2024-09-20T23:54:57.737 INFO:teuthology.orchestra.run.smithi092.stdout:The following NEW packages will be installed: 2024-09-20T23:54:57.737 INFO:teuthology.orchestra.run.smithi092.stdout: linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-20T23:54:57.738 INFO:teuthology.orchestra.run.smithi092.stdout: linux-image-5.15.0-122-generic linux-modules-5.15.0-122-generic 2024-09-20T23:54:57.738 INFO:teuthology.orchestra.run.smithi092.stdout: linux-modules-extra-5.15.0-122-generic 2024-09-20T23:54:57.739 INFO:teuthology.orchestra.run.smithi092.stdout:The following packages will be upgraded: 2024-09-20T23:54:57.740 INFO:teuthology.orchestra.run.smithi092.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-20T23:54:57.791 INFO:teuthology.orchestra.run.smithi136.stdout:Building dependency tree... 2024-09-20T23:54:57.791 INFO:teuthology.orchestra.run.smithi136.stdout:Reading state information... 2024-09-20T23:54:57.799 INFO:teuthology.orchestra.run.smithi099.stdout:Building dependency tree... 2024-09-20T23:54:57.800 INFO:teuthology.orchestra.run.smithi099.stdout:Reading state information... 2024-09-20T23:54:57.810 INFO:teuthology.orchestra.run.smithi092.stdout:3 upgraded, 5 newly installed, 0 to remove and 345 not upgraded. 2024-09-20T23:54:57.810 INFO:teuthology.orchestra.run.smithi092.stdout:Need to get 113 MB of archives. 2024-09-20T23:54:57.810 INFO:teuthology.orchestra.run.smithi092.stdout:After this operation, 584 MB of additional disk space will be used. 2024-09-20T23:54:57.810 INFO:teuthology.orchestra.run.smithi092.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-122-generic amd64 5.15.0-122.132 [22.7 MB] 2024-09-20T23:54:57.964 INFO:teuthology.orchestra.run.smithi136.stdout:The following packages were automatically installed and are no longer required: 2024-09-20T23:54:57.964 INFO:teuthology.orchestra.run.smithi136.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-20T23:54:57.965 INFO:teuthology.orchestra.run.smithi136.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-20T23:54:57.965 INFO:teuthology.orchestra.run.smithi136.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-20T23:54:57.965 INFO:teuthology.orchestra.run.smithi136.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-20T23:54:57.965 INFO:teuthology.orchestra.run.smithi136.stdout: python2.7-minimal 2024-09-20T23:54:57.965 INFO:teuthology.orchestra.run.smithi136.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-20T23:54:57.966 INFO:teuthology.orchestra.run.smithi136.stdout:The following additional packages will be installed: 2024-09-20T23:54:57.967 INFO:teuthology.orchestra.run.smithi136.stdout: linux-generic linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-20T23:54:57.967 INFO:teuthology.orchestra.run.smithi136.stdout: linux-headers-generic linux-image-5.15.0-122-generic 2024-09-20T23:54:57.967 INFO:teuthology.orchestra.run.smithi136.stdout: linux-modules-5.15.0-122-generic linux-modules-extra-5.15.0-122-generic 2024-09-20T23:54:57.968 INFO:teuthology.orchestra.run.smithi136.stdout:Suggested packages: 2024-09-20T23:54:57.968 INFO:teuthology.orchestra.run.smithi136.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-20T23:54:57.968 INFO:teuthology.orchestra.run.smithi136.stdout:Recommended packages: 2024-09-20T23:54:57.969 INFO:teuthology.orchestra.run.smithi136.stdout: thermald 2024-09-20T23:54:57.977 INFO:teuthology.orchestra.run.smithi099.stdout:The following packages were automatically installed and are no longer required: 2024-09-20T23:54:57.977 INFO:teuthology.orchestra.run.smithi099.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-20T23:54:57.977 INFO:teuthology.orchestra.run.smithi099.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-20T23:54:57.977 INFO:teuthology.orchestra.run.smithi099.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-20T23:54:57.977 INFO:teuthology.orchestra.run.smithi099.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-20T23:54:57.978 INFO:teuthology.orchestra.run.smithi099.stdout: python2.7-minimal 2024-09-20T23:54:57.978 INFO:teuthology.orchestra.run.smithi099.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-20T23:54:57.979 INFO:teuthology.orchestra.run.smithi099.stdout:The following additional packages will be installed: 2024-09-20T23:54:57.979 INFO:teuthology.orchestra.run.smithi099.stdout: linux-generic linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-20T23:54:57.979 INFO:teuthology.orchestra.run.smithi099.stdout: linux-headers-generic linux-image-5.15.0-122-generic 2024-09-20T23:54:57.979 INFO:teuthology.orchestra.run.smithi099.stdout: linux-modules-5.15.0-122-generic linux-modules-extra-5.15.0-122-generic 2024-09-20T23:54:57.981 INFO:teuthology.orchestra.run.smithi099.stdout:Suggested packages: 2024-09-20T23:54:57.981 INFO:teuthology.orchestra.run.smithi099.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-20T23:54:57.981 INFO:teuthology.orchestra.run.smithi099.stdout:Recommended packages: 2024-09-20T23:54:57.981 INFO:teuthology.orchestra.run.smithi099.stdout: thermald 2024-09-20T23:54:58.013 INFO:teuthology.orchestra.run.smithi136.stdout:The following NEW packages will be installed: 2024-09-20T23:54:58.013 INFO:teuthology.orchestra.run.smithi136.stdout: linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-20T23:54:58.014 INFO:teuthology.orchestra.run.smithi136.stdout: linux-image-5.15.0-122-generic linux-modules-5.15.0-122-generic 2024-09-20T23:54:58.014 INFO:teuthology.orchestra.run.smithi136.stdout: linux-modules-extra-5.15.0-122-generic 2024-09-20T23:54:58.015 INFO:teuthology.orchestra.run.smithi136.stdout:The following packages will be upgraded: 2024-09-20T23:54:58.016 INFO:teuthology.orchestra.run.smithi136.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-20T23:54:58.029 INFO:teuthology.orchestra.run.smithi099.stdout:The following NEW packages will be installed: 2024-09-20T23:54:58.029 INFO:teuthology.orchestra.run.smithi099.stdout: linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-20T23:54:58.029 INFO:teuthology.orchestra.run.smithi099.stdout: linux-image-5.15.0-122-generic linux-modules-5.15.0-122-generic 2024-09-20T23:54:58.029 INFO:teuthology.orchestra.run.smithi099.stdout: linux-modules-extra-5.15.0-122-generic 2024-09-20T23:54:58.030 INFO:teuthology.orchestra.run.smithi099.stdout:The following packages will be upgraded: 2024-09-20T23:54:58.031 INFO:teuthology.orchestra.run.smithi099.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-20T23:54:58.081 INFO:teuthology.orchestra.run.smithi099.stdout:3 upgraded, 5 newly installed, 0 to remove and 345 not upgraded. 2024-09-20T23:54:58.082 INFO:teuthology.orchestra.run.smithi099.stdout:Need to get 113 MB of archives. 2024-09-20T23:54:58.082 INFO:teuthology.orchestra.run.smithi099.stdout:After this operation, 584 MB of additional disk space will be used. 2024-09-20T23:54:58.082 INFO:teuthology.orchestra.run.smithi099.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-122-generic amd64 5.15.0-122.132 [22.7 MB] 2024-09-20T23:54:58.195 INFO:teuthology.orchestra.run.smithi136.stdout:3 upgraded, 5 newly installed, 0 to remove and 345 not upgraded. 2024-09-20T23:54:58.195 INFO:teuthology.orchestra.run.smithi136.stdout:Need to get 113 MB of archives. 2024-09-20T23:54:58.195 INFO:teuthology.orchestra.run.smithi136.stdout:After this operation, 584 MB of additional disk space will be used. 2024-09-20T23:54:58.195 INFO:teuthology.orchestra.run.smithi136.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-122-generic amd64 5.15.0-122.132 [22.7 MB] 2024-09-20T23:54:58.219 INFO:teuthology.orchestra.run.smithi092.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-122-generic amd64 5.15.0-122.132 [11.5 MB] 2024-09-20T23:54:58.308 INFO:teuthology.orchestra.run.smithi092.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-122-generic amd64 5.15.0-122.132 [63.9 MB] 2024-09-20T23:54:58.527 INFO:teuthology.orchestra.run.smithi099.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-122-generic amd64 5.15.0-122.132 [11.5 MB] 2024-09-20T23:54:58.644 INFO:teuthology.orchestra.run.smithi099.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-122-generic amd64 5.15.0-122.132 [63.9 MB] 2024-09-20T23:54:59.070 INFO:teuthology.orchestra.run.smithi092.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.122.122 [1,692 B] 2024-09-20T23:54:59.070 INFO:teuthology.orchestra.run.smithi092.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.122.122 [2,436 B] 2024-09-20T23:54:59.070 INFO:teuthology.orchestra.run.smithi092.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-122 all 5.15.0-122.132 [12.3 MB] 2024-09-20T23:54:59.187 INFO:teuthology.orchestra.run.smithi092.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-122-generic amd64 5.15.0-122.132 [2,827 kB] 2024-09-20T23:54:59.282 INFO:teuthology.orchestra.run.smithi092.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.122.122 [2,294 B] 2024-09-20T23:54:59.468 INFO:teuthology.orchestra.run.smithi099.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.122.122 [1,692 B] 2024-09-20T23:54:59.468 INFO:teuthology.orchestra.run.smithi099.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.122.122 [2,436 B] 2024-09-20T23:54:59.468 INFO:teuthology.orchestra.run.smithi099.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-122 all 5.15.0-122.132 [12.3 MB] 2024-09-20T23:54:59.592 INFO:teuthology.orchestra.run.smithi099.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-122-generic amd64 5.15.0-122.132 [2,827 kB] 2024-09-20T23:54:59.614 INFO:teuthology.orchestra.run.smithi099.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.122.122 [2,294 B] 2024-09-20T23:54:59.690 INFO:teuthology.orchestra.run.smithi136.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-122-generic amd64 5.15.0-122.132 [11.5 MB] 2024-09-20T23:54:59.694 INFO:teuthology.orchestra.run.smithi092.stdout:Fetched 113 MB in 2s (73.8 MB/s) 2024-09-20T23:54:59.896 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package linux-modules-5.15.0-122-generic. 2024-09-20T23:55:00.009 INFO:teuthology.orchestra.run.smithi099.stdout:Fetched 113 MB in 2s (71.9 MB/s) 2024-09-20T23:55:00.037 INFO:teuthology.orchestra.run.smithi136.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-122-generic amd64 5.15.0-122.132 [63.9 MB] 2024-09-20T23:55:00.186 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package linux-modules-5.15.0-122-generic. 2024-09-20T23:55:01.966 INFO:teuthology.orchestra.run.smithi092.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-09-20T23:55:01.970 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../0-linux-modules-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-20T23:55:02.102 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T23:55:02.224 INFO:teuthology.orchestra.run.smithi099.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-09-20T23:55:02.228 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../0-linux-modules-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-20T23:55:02.265 INFO:teuthology.orchestra.run.smithi136.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.122.122 [1,692 B] 2024-09-20T23:55:02.265 INFO:teuthology.orchestra.run.smithi136.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.122.122 [2,436 B] 2024-09-20T23:55:02.266 INFO:teuthology.orchestra.run.smithi136.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-122 all 5.15.0-122.132 [12.3 MB] 2024-09-20T23:55:02.282 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T23:55:02.745 INFO:teuthology.orchestra.run.smithi136.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-122-generic amd64 5.15.0-122.132 [2,827 kB] 2024-09-20T23:55:02.829 INFO:teuthology.orchestra.run.smithi136.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.122.122 [2,294 B] 2024-09-20T23:55:03.234 INFO:teuthology.orchestra.run.smithi136.stdout:Fetched 113 MB in 5s (23.6 MB/s) 2024-09-20T23:55:03.417 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package linux-modules-5.15.0-122-generic. 2024-09-20T23:55:04.549 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package linux-image-5.15.0-122-generic. 2024-09-20T23:55:04.571 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../1-linux-image-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-20T23:55:04.660 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T23:55:04.678 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package linux-image-5.15.0-122-generic. 2024-09-20T23:55:04.699 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../1-linux-image-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-20T23:55:04.788 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T23:55:05.144 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-122-generic. 2024-09-20T23:55:05.164 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-20T23:55:05.194 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T23:55:05.214 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-122-generic. 2024-09-20T23:55:05.235 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-20T23:55:05.264 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T23:55:05.359 INFO:teuthology.orchestra.run.smithi136.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-09-20T23:55:05.363 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../0-linux-modules-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-20T23:55:05.440 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T23:55:08.042 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package linux-image-5.15.0-122-generic. 2024-09-20T23:55:08.055 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../1-linux-image-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-20T23:55:08.126 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T23:55:08.613 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-122-generic. 2024-09-20T23:55:08.633 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-20T23:55:08.671 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T23:55:11.866 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../3-linux-generic_5.15.0.122.122_amd64.deb ... 2024-09-20T23:55:11.968 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking linux-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-20T23:55:12.082 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../3-linux-generic_5.15.0.122.122_amd64.deb ... 2024-09-20T23:55:12.234 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking linux-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-20T23:55:12.267 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.122.122_amd64.deb ... 2024-09-20T23:55:12.396 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking linux-image-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-20T23:55:12.618 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.122.122_amd64.deb ... 2024-09-20T23:55:12.707 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package linux-headers-5.15.0-122. 2024-09-20T23:55:12.729 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../5-linux-headers-5.15.0-122_5.15.0-122.132_all.deb ... 2024-09-20T23:55:12.779 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking linux-image-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-20T23:55:12.782 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-20T23:55:13.091 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package linux-headers-5.15.0-122. 2024-09-20T23:55:13.113 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../5-linux-headers-5.15.0-122_5.15.0-122.132_all.deb ... 2024-09-20T23:55:13.157 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-20T23:55:14.932 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../3-linux-generic_5.15.0.122.122_amd64.deb ... 2024-09-20T23:55:15.054 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking linux-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-20T23:55:15.384 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.122.122_amd64.deb ... 2024-09-20T23:55:15.505 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking linux-image-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-20T23:55:15.791 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package linux-headers-5.15.0-122. 2024-09-20T23:55:15.814 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../5-linux-headers-5.15.0-122_5.15.0-122.132_all.deb ... 2024-09-20T23:55:15.850 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-20T23:55:18.559 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package linux-headers-5.15.0-122-generic. 2024-09-20T23:55:18.595 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../6-linux-headers-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-20T23:55:18.633 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T23:55:19.864 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package linux-headers-5.15.0-122-generic. 2024-09-20T23:55:19.901 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../6-linux-headers-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-20T23:55:19.945 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T23:55:21.295 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.122.122_amd64.deb ... 2024-09-20T23:55:21.426 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking linux-headers-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-20T23:55:21.640 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package linux-headers-5.15.0-122-generic. 2024-09-20T23:55:21.677 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../6-linux-headers-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-20T23:55:21.715 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T23:55:21.759 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-20T23:55:21.889 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T23:55:22.123 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up linux-headers-generic (5.15.0.122.122) ... 2024-09-20T23:55:22.269 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T23:55:22.660 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.122.122_amd64.deb ... 2024-09-20T23:55:22.774 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking linux-headers-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-20T23:55:23.151 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-20T23:55:23.279 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T23:55:23.405 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up linux-headers-generic (5.15.0.122.122) ... 2024-09-20T23:55:23.543 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T23:55:23.595 INFO:teuthology.orchestra.run.smithi099.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-20T23:55:23.595 INFO:teuthology.orchestra.run.smithi099.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-09-20T23:55:23.595 INFO:teuthology.orchestra.run.smithi099.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-122-generic 2024-09-20T23:55:23.596 INFO:teuthology.orchestra.run.smithi099.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-122-generic 2024-09-20T23:55:23.761 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T23:55:24.265 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.122.122_amd64.deb ... 2024-09-20T23:55:24.362 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking linux-headers-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-20T23:55:24.984 INFO:teuthology.orchestra.run.smithi092.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-20T23:55:24.984 INFO:teuthology.orchestra.run.smithi092.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-09-20T23:55:24.984 INFO:teuthology.orchestra.run.smithi092.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-122-generic 2024-09-20T23:55:24.984 INFO:teuthology.orchestra.run.smithi092.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-122-generic 2024-09-20T23:55:25.447 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T23:55:25.604 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-20T23:55:25.726 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T23:55:25.788 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up linux-image-generic (5.15.0.122.122) ... 2024-09-20T23:55:25.861 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up linux-headers-generic (5.15.0.122.122) ... 2024-09-20T23:55:25.898 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up linux-generic (5.15.0.122.122) ... 2024-09-20T23:55:25.990 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T23:55:26.006 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T23:55:26.831 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up linux-image-generic (5.15.0.122.122) ... 2024-09-20T23:55:26.949 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up linux-generic (5.15.0.122.122) ... 2024-09-20T23:55:27.074 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T23:55:27.332 INFO:teuthology.orchestra.run.smithi136.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-20T23:55:27.332 INFO:teuthology.orchestra.run.smithi136.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-09-20T23:55:27.332 INFO:teuthology.orchestra.run.smithi136.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-122-generic 2024-09-20T23:55:27.332 INFO:teuthology.orchestra.run.smithi136.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-122-generic 2024-09-20T23:55:27.416 INFO:teuthology.orchestra.run.smithi099.stdout:Processing triggers for linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T23:55:27.474 INFO:teuthology.orchestra.run.smithi099.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-20T23:55:27.475 INFO:teuthology.orchestra.run.smithi099.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-122-generic 2024-09-20T23:55:27.483 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T23:55:28.485 INFO:teuthology.orchestra.run.smithi092.stdout:Processing triggers for linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T23:55:28.551 INFO:teuthology.orchestra.run.smithi092.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-20T23:55:28.551 INFO:teuthology.orchestra.run.smithi092.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-122-generic 2024-09-20T23:55:28.868 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up linux-image-generic (5.15.0.122.122) ... 2024-09-20T23:55:28.996 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up linux-generic (5.15.0.122.122) ... 2024-09-20T23:55:29.122 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T23:55:30.532 INFO:teuthology.orchestra.run.smithi136.stdout:Processing triggers for linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T23:55:30.587 INFO:teuthology.orchestra.run.smithi136.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-20T23:55:30.587 INFO:teuthology.orchestra.run.smithi136.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-122-generic 2024-09-20T23:55:41.822 INFO:teuthology.orchestra.run.smithi099.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-20T23:55:41.822 INFO:teuthology.orchestra.run.smithi099.stdout:Sourcing file `/etc/default/grub' 2024-09-20T23:55:41.835 INFO:teuthology.orchestra.run.smithi099.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-20T23:55:41.848 INFO:teuthology.orchestra.run.smithi099.stdout:Generating grub configuration file ... 2024-09-20T23:55:42.109 INFO:teuthology.orchestra.run.smithi099.stdout:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-20T23:55:42.127 INFO:teuthology.orchestra.run.smithi099.stdout:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-20T23:55:42.424 INFO:teuthology.orchestra.run.smithi099.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-20T23:55:42.430 INFO:teuthology.orchestra.run.smithi099.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-20T23:55:42.500 INFO:teuthology.orchestra.run.smithi099.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-20T23:55:42.505 INFO:teuthology.orchestra.run.smithi099.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-20T23:55:42.684 INFO:teuthology.orchestra.run.smithi099.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-20T23:55:42.684 INFO:teuthology.orchestra.run.smithi099.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-20T23:55:42.684 INFO:teuthology.orchestra.run.smithi099.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-20T23:55:42.719 INFO:teuthology.orchestra.run.smithi099.stdout:done 2024-09-20T23:55:42.836 INFO:teuthology.orchestra.run.smithi092.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-20T23:55:42.836 INFO:teuthology.orchestra.run.smithi092.stdout:Sourcing file `/etc/default/grub' 2024-09-20T23:55:42.865 INFO:teuthology.orchestra.run.smithi092.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-20T23:55:42.891 INFO:teuthology.orchestra.run.smithi092.stdout:Generating grub configuration file ... 2024-09-20T23:55:43.172 DEBUG:teuthology.orchestra.run.smithi099:> dpkg -s linux-image-generic 2024-09-20T23:55:43.189 INFO:teuthology.orchestra.run.smithi092.stdout:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-20T23:55:43.194 INFO:teuthology.orchestra.run.smithi099.stdout:Package: linux-image-generic 2024-09-20T23:55:43.194 INFO:teuthology.orchestra.run.smithi099.stdout:Status: install ok installed 2024-09-20T23:55:43.194 INFO:teuthology.orchestra.run.smithi099.stdout:Priority: optional 2024-09-20T23:55:43.194 INFO:teuthology.orchestra.run.smithi099.stdout:Section: kernel 2024-09-20T23:55:43.194 INFO:teuthology.orchestra.run.smithi099.stdout:Installed-Size: 21 2024-09-20T23:55:43.195 INFO:teuthology.orchestra.run.smithi099.stdout:Maintainer: Ubuntu Kernel Team 2024-09-20T23:55:43.195 INFO:teuthology.orchestra.run.smithi099.stdout:Architecture: amd64 2024-09-20T23:55:43.195 INFO:teuthology.orchestra.run.smithi099.stdout:Source: linux-meta 2024-09-20T23:55:43.195 INFO:teuthology.orchestra.run.smithi099.stdout:Version: 5.15.0.122.122 2024-09-20T23:55:43.195 INFO:teuthology.orchestra.run.smithi099.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-122), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-20T23:55:43.195 INFO:teuthology.orchestra.run.smithi099.stdout:Depends: linux-image-5.15.0-122-generic, linux-modules-extra-5.15.0-122-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-20T23:55:43.195 INFO:teuthology.orchestra.run.smithi099.stdout:Recommends: thermald 2024-09-20T23:55:43.195 INFO:teuthology.orchestra.run.smithi099.stdout:Description: Generic Linux kernel image 2024-09-20T23:55:43.195 INFO:teuthology.orchestra.run.smithi099.stdout: This package will always depend on the latest generic kernel image 2024-09-20T23:55:43.195 INFO:teuthology.orchestra.run.smithi099.stdout: available. 2024-09-20T23:55:43.196 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-122-generic 2024-09-20T23:55:43.196 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-20T23:55:43.196 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-20T23:55:43.196 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-09-20T23:55:43.196 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi099.front.sepia.ceph.com, path=None, version=distro) 2024-09-20T23:55:43.196 DEBUG:teuthology.orchestra.run.smithi099:> sudo apt-get clean 2024-09-20T23:55:43.213 INFO:teuthology.orchestra.run.smithi092.stdout:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-20T23:55:43.401 DEBUG:teuthology.orchestra.run.smithi099:> sudo apt-get update 2024-09-20T23:55:43.531 INFO:teuthology.orchestra.run.smithi099.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-20T23:55:43.531 INFO:teuthology.orchestra.run.smithi099.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-20T23:55:43.540 INFO:teuthology.orchestra.run.smithi099.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-20T23:55:43.541 INFO:teuthology.orchestra.run.smithi092.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-20T23:55:43.547 INFO:teuthology.orchestra.run.smithi092.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-20T23:55:43.558 INFO:teuthology.orchestra.run.smithi099.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-20T23:55:43.621 INFO:teuthology.orchestra.run.smithi092.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-20T23:55:43.627 INFO:teuthology.orchestra.run.smithi092.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-20T23:55:43.788 INFO:teuthology.orchestra.run.smithi092.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-20T23:55:43.789 INFO:teuthology.orchestra.run.smithi092.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-20T23:55:43.789 INFO:teuthology.orchestra.run.smithi092.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-20T23:55:43.836 INFO:teuthology.orchestra.run.smithi092.stdout:done 2024-09-20T23:55:44.328 DEBUG:teuthology.orchestra.run.smithi092:> dpkg -s linux-image-generic 2024-09-20T23:55:44.350 INFO:teuthology.orchestra.run.smithi092.stdout:Package: linux-image-generic 2024-09-20T23:55:44.350 INFO:teuthology.orchestra.run.smithi092.stdout:Status: install ok installed 2024-09-20T23:55:44.350 INFO:teuthology.orchestra.run.smithi092.stdout:Priority: optional 2024-09-20T23:55:44.350 INFO:teuthology.orchestra.run.smithi092.stdout:Section: kernel 2024-09-20T23:55:44.350 INFO:teuthology.orchestra.run.smithi092.stdout:Installed-Size: 21 2024-09-20T23:55:44.350 INFO:teuthology.orchestra.run.smithi092.stdout:Maintainer: Ubuntu Kernel Team 2024-09-20T23:55:44.350 INFO:teuthology.orchestra.run.smithi092.stdout:Architecture: amd64 2024-09-20T23:55:44.350 INFO:teuthology.orchestra.run.smithi092.stdout:Source: linux-meta 2024-09-20T23:55:44.351 INFO:teuthology.orchestra.run.smithi092.stdout:Version: 5.15.0.122.122 2024-09-20T23:55:44.351 INFO:teuthology.orchestra.run.smithi092.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-122), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-20T23:55:44.351 INFO:teuthology.orchestra.run.smithi092.stdout:Depends: linux-image-5.15.0-122-generic, linux-modules-extra-5.15.0-122-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-20T23:55:44.351 INFO:teuthology.orchestra.run.smithi092.stdout:Recommends: thermald 2024-09-20T23:55:44.351 INFO:teuthology.orchestra.run.smithi092.stdout:Description: Generic Linux kernel image 2024-09-20T23:55:44.351 INFO:teuthology.orchestra.run.smithi092.stdout: This package will always depend on the latest generic kernel image 2024-09-20T23:55:44.351 INFO:teuthology.orchestra.run.smithi092.stdout: available. 2024-09-20T23:55:44.351 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-122-generic 2024-09-20T23:55:44.351 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-20T23:55:44.351 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-20T23:55:44.351 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-09-20T23:55:44.351 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi092.front.sepia.ceph.com, path=None, version=distro) 2024-09-20T23:55:44.352 DEBUG:teuthology.orchestra.run.smithi092:> sudo apt-get clean 2024-09-20T23:55:44.511 DEBUG:teuthology.orchestra.run.smithi092:> sudo apt-get update 2024-09-20T23:55:44.623 INFO:teuthology.orchestra.run.smithi092.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-20T23:55:44.745 INFO:teuthology.orchestra.run.smithi092.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-20T23:55:44.825 INFO:teuthology.orchestra.run.smithi092.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-20T23:55:44.907 INFO:teuthology.orchestra.run.smithi092.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-20T23:55:44.919 INFO:teuthology.orchestra.run.smithi099.stdout:Reading package lists... 2024-09-20T23:55:44.937 DEBUG:teuthology.orchestra.run.smithi099:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-20T23:55:44.997 INFO:teuthology.orchestra.run.smithi099.stdout:Reading package lists... 2024-09-20T23:55:45.164 INFO:teuthology.orchestra.run.smithi136.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-20T23:55:45.165 INFO:teuthology.orchestra.run.smithi136.stdout:Sourcing file `/etc/default/grub' 2024-09-20T23:55:45.173 INFO:teuthology.orchestra.run.smithi136.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-20T23:55:45.194 INFO:teuthology.orchestra.run.smithi136.stdout:Generating grub configuration file ... 2024-09-20T23:55:45.208 INFO:teuthology.orchestra.run.smithi099.stdout:Building dependency tree... 2024-09-20T23:55:45.209 INFO:teuthology.orchestra.run.smithi099.stdout:Reading state information... 2024-09-20T23:55:45.392 INFO:teuthology.orchestra.run.smithi099.stdout:linux-image-generic is already the newest version (5.15.0.122.122). 2024-09-20T23:55:45.392 INFO:teuthology.orchestra.run.smithi099.stdout:The following packages were automatically installed and are no longer required: 2024-09-20T23:55:45.392 INFO:teuthology.orchestra.run.smithi099.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-20T23:55:45.393 INFO:teuthology.orchestra.run.smithi099.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-20T23:55:45.393 INFO:teuthology.orchestra.run.smithi099.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-20T23:55:45.393 INFO:teuthology.orchestra.run.smithi099.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-20T23:55:45.393 INFO:teuthology.orchestra.run.smithi099.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-20T23:55:45.393 INFO:teuthology.orchestra.run.smithi099.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-20T23:55:45.434 INFO:teuthology.orchestra.run.smithi099.stdout:0 upgraded, 0 newly installed, 0 to remove and 345 not upgraded. 2024-09-20T23:55:45.436 DEBUG:teuthology.orchestra.run.smithi099:> dpkg -s linux-image-generic 2024-09-20T23:55:45.452 INFO:teuthology.orchestra.run.smithi099.stdout:Package: linux-image-generic 2024-09-20T23:55:45.452 INFO:teuthology.orchestra.run.smithi099.stdout:Status: install ok installed 2024-09-20T23:55:45.452 INFO:teuthology.orchestra.run.smithi099.stdout:Priority: optional 2024-09-20T23:55:45.452 INFO:teuthology.orchestra.run.smithi099.stdout:Section: kernel 2024-09-20T23:55:45.452 INFO:teuthology.orchestra.run.smithi099.stdout:Installed-Size: 21 2024-09-20T23:55:45.452 INFO:teuthology.orchestra.run.smithi099.stdout:Maintainer: Ubuntu Kernel Team 2024-09-20T23:55:45.452 INFO:teuthology.orchestra.run.smithi099.stdout:Architecture: amd64 2024-09-20T23:55:45.452 INFO:teuthology.orchestra.run.smithi099.stdout:Source: linux-meta 2024-09-20T23:55:45.453 INFO:teuthology.orchestra.run.smithi099.stdout:Version: 5.15.0.122.122 2024-09-20T23:55:45.453 INFO:teuthology.orchestra.run.smithi099.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-122), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-20T23:55:45.453 INFO:teuthology.orchestra.run.smithi099.stdout:Depends: linux-image-5.15.0-122-generic, linux-modules-extra-5.15.0-122-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-20T23:55:45.453 INFO:teuthology.orchestra.run.smithi099.stdout:Recommends: thermald 2024-09-20T23:55:45.453 INFO:teuthology.orchestra.run.smithi099.stdout:Description: Generic Linux kernel image 2024-09-20T23:55:45.453 INFO:teuthology.orchestra.run.smithi099.stdout: This package will always depend on the latest generic kernel image 2024-09-20T23:55:45.453 INFO:teuthology.orchestra.run.smithi099.stdout: available. 2024-09-20T23:55:45.453 DEBUG:teuthology.orchestra.run.smithi099:> mktemp 2024-09-20T23:55:45.497 INFO:teuthology.orchestra.run.smithi099.stdout:/tmp/tmp.SXwfz8D4jo 2024-09-20T23:55:45.497 DEBUG:teuthology.orchestra.run.smithi099:> sudo cp /boot/grub/grub.cfg /tmp/tmp.SXwfz8D4jo 2024-09-20T23:55:45.498 INFO:teuthology.orchestra.run.smithi136.stdout:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-20T23:55:45.521 INFO:teuthology.orchestra.run.smithi136.stdout:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-20T23:55:45.552 DEBUG:teuthology.orchestra.run.smithi099:> sudo chmod 0666 /tmp/tmp.SXwfz8D4jo 2024-09-20T23:55:45.666 DEBUG:teuthology.orchestra.remote:smithi099:/tmp/tmp.SXwfz8D4jo is 10KB 2024-09-20T23:55:45.679 DEBUG:teuthology.orchestra.run.smithi099:> rm -fr /tmp/tmp.SXwfz8D4jo 2024-09-20T23:55:45.684 DEBUG:teuthology.orchestra.run.smithi099:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-20T23:55:45.736 DEBUG:teuthology.orchestra.run.smithi099:> set -ex 2024-09-20T23:55:45.736 DEBUG:teuthology.orchestra.run.smithi099:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-20T23:55:45.736 DEBUG:teuthology.orchestra.run.smithi099:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-20T23:55:45.801 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-122-generic 2024-09-20T23:55:45.802 DEBUG:teuthology.orchestra.run.smithi099:> sudo update-grub 2024-09-20T23:55:45.881 INFO:teuthology.orchestra.run.smithi136.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-20T23:55:45.887 INFO:teuthology.orchestra.run.smithi136.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-20T23:55:45.953 INFO:teuthology.orchestra.run.smithi136.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-20T23:55:45.959 INFO:teuthology.orchestra.run.smithi136.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-20T23:55:46.096 INFO:teuthology.orchestra.run.smithi092.stdout:Reading package lists... 2024-09-20T23:55:46.114 DEBUG:teuthology.orchestra.run.smithi092:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-20T23:55:46.126 INFO:teuthology.orchestra.run.smithi136.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-20T23:55:46.126 INFO:teuthology.orchestra.run.smithi136.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-20T23:55:46.126 INFO:teuthology.orchestra.run.smithi136.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-20T23:55:46.173 INFO:teuthology.orchestra.run.smithi136.stdout:done 2024-09-20T23:55:46.175 INFO:teuthology.orchestra.run.smithi092.stdout:Reading package lists... 2024-09-20T23:55:46.390 INFO:teuthology.orchestra.run.smithi092.stdout:Building dependency tree... 2024-09-20T23:55:46.395 INFO:teuthology.orchestra.run.smithi092.stdout:Reading state information... 2024-09-20T23:55:46.575 INFO:teuthology.orchestra.run.smithi092.stdout:linux-image-generic is already the newest version (5.15.0.122.122). 2024-09-20T23:55:46.575 INFO:teuthology.orchestra.run.smithi092.stdout:The following packages were automatically installed and are no longer required: 2024-09-20T23:55:46.575 INFO:teuthology.orchestra.run.smithi092.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-20T23:55:46.575 INFO:teuthology.orchestra.run.smithi092.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-20T23:55:46.575 INFO:teuthology.orchestra.run.smithi092.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-20T23:55:46.575 INFO:teuthology.orchestra.run.smithi092.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-20T23:55:46.576 INFO:teuthology.orchestra.run.smithi092.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-20T23:55:46.576 INFO:teuthology.orchestra.run.smithi092.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-20T23:55:46.614 INFO:teuthology.orchestra.run.smithi092.stdout:0 upgraded, 0 newly installed, 0 to remove and 345 not upgraded. 2024-09-20T23:55:46.616 DEBUG:teuthology.orchestra.run.smithi092:> dpkg -s linux-image-generic 2024-09-20T23:55:46.631 INFO:teuthology.orchestra.run.smithi092.stdout:Package: linux-image-generic 2024-09-20T23:55:46.631 INFO:teuthology.orchestra.run.smithi092.stdout:Status: install ok installed 2024-09-20T23:55:46.631 INFO:teuthology.orchestra.run.smithi092.stdout:Priority: optional 2024-09-20T23:55:46.631 INFO:teuthology.orchestra.run.smithi092.stdout:Section: kernel 2024-09-20T23:55:46.632 INFO:teuthology.orchestra.run.smithi092.stdout:Installed-Size: 21 2024-09-20T23:55:46.632 INFO:teuthology.orchestra.run.smithi092.stdout:Maintainer: Ubuntu Kernel Team 2024-09-20T23:55:46.632 INFO:teuthology.orchestra.run.smithi092.stdout:Architecture: amd64 2024-09-20T23:55:46.632 INFO:teuthology.orchestra.run.smithi092.stdout:Source: linux-meta 2024-09-20T23:55:46.632 INFO:teuthology.orchestra.run.smithi092.stdout:Version: 5.15.0.122.122 2024-09-20T23:55:46.632 INFO:teuthology.orchestra.run.smithi092.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-122), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-20T23:55:46.632 INFO:teuthology.orchestra.run.smithi092.stdout:Depends: linux-image-5.15.0-122-generic, linux-modules-extra-5.15.0-122-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-20T23:55:46.632 INFO:teuthology.orchestra.run.smithi092.stdout:Recommends: thermald 2024-09-20T23:55:46.632 INFO:teuthology.orchestra.run.smithi092.stdout:Description: Generic Linux kernel image 2024-09-20T23:55:46.632 INFO:teuthology.orchestra.run.smithi092.stdout: This package will always depend on the latest generic kernel image 2024-09-20T23:55:46.632 INFO:teuthology.orchestra.run.smithi092.stdout: available. 2024-09-20T23:55:46.632 DEBUG:teuthology.orchestra.run.smithi092:> mktemp 2024-09-20T23:55:46.677 INFO:teuthology.orchestra.run.smithi092.stdout:/tmp/tmp.OH7Ji9Argi 2024-09-20T23:55:46.677 DEBUG:teuthology.orchestra.run.smithi092:> sudo cp /boot/grub/grub.cfg /tmp/tmp.OH7Ji9Argi 2024-09-20T23:55:46.680 DEBUG:teuthology.orchestra.run.smithi136:> dpkg -s linux-image-generic 2024-09-20T23:55:46.703 INFO:teuthology.orchestra.run.smithi136.stdout:Package: linux-image-generic 2024-09-20T23:55:46.703 INFO:teuthology.orchestra.run.smithi136.stdout:Status: install ok installed 2024-09-20T23:55:46.703 INFO:teuthology.orchestra.run.smithi136.stdout:Priority: optional 2024-09-20T23:55:46.703 INFO:teuthology.orchestra.run.smithi136.stdout:Section: kernel 2024-09-20T23:55:46.703 INFO:teuthology.orchestra.run.smithi136.stdout:Installed-Size: 21 2024-09-20T23:55:46.703 INFO:teuthology.orchestra.run.smithi136.stdout:Maintainer: Ubuntu Kernel Team 2024-09-20T23:55:46.703 INFO:teuthology.orchestra.run.smithi136.stdout:Architecture: amd64 2024-09-20T23:55:46.703 INFO:teuthology.orchestra.run.smithi136.stdout:Source: linux-meta 2024-09-20T23:55:46.703 INFO:teuthology.orchestra.run.smithi136.stdout:Version: 5.15.0.122.122 2024-09-20T23:55:46.704 INFO:teuthology.orchestra.run.smithi136.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-122), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-20T23:55:46.704 INFO:teuthology.orchestra.run.smithi136.stdout:Depends: linux-image-5.15.0-122-generic, linux-modules-extra-5.15.0-122-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-20T23:55:46.704 INFO:teuthology.orchestra.run.smithi136.stdout:Recommends: thermald 2024-09-20T23:55:46.704 INFO:teuthology.orchestra.run.smithi136.stdout:Description: Generic Linux kernel image 2024-09-20T23:55:46.704 INFO:teuthology.orchestra.run.smithi136.stdout: This package will always depend on the latest generic kernel image 2024-09-20T23:55:46.704 INFO:teuthology.orchestra.run.smithi136.stdout: available. 2024-09-20T23:55:46.704 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-122-generic 2024-09-20T23:55:46.704 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-20T23:55:46.704 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-20T23:55:46.704 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-09-20T23:55:46.704 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi136.front.sepia.ceph.com, path=None, version=distro) 2024-09-20T23:55:46.705 DEBUG:teuthology.orchestra.run.smithi136:> sudo apt-get clean 2024-09-20T23:55:46.746 DEBUG:teuthology.orchestra.run.smithi092:> sudo chmod 0666 /tmp/tmp.OH7Ji9Argi 2024-09-20T23:55:46.863 DEBUG:teuthology.orchestra.remote:smithi092:/tmp/tmp.OH7Ji9Argi is 10KB 2024-09-20T23:55:46.876 DEBUG:teuthology.orchestra.run.smithi092:> rm -fr /tmp/tmp.OH7Ji9Argi 2024-09-20T23:55:46.880 DEBUG:teuthology.orchestra.run.smithi136:> sudo apt-get update 2024-09-20T23:55:46.881 DEBUG:teuthology.orchestra.run.smithi092:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-20T23:55:46.936 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2024-09-20T23:55:46.936 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-20T23:55:46.936 DEBUG:teuthology.orchestra.run.smithi092:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-20T23:55:46.993 INFO:teuthology.orchestra.run.smithi136.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-20T23:55:46.999 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-122-generic 2024-09-20T23:55:46.999 DEBUG:teuthology.orchestra.run.smithi092:> sudo update-grub 2024-09-20T23:55:47.002 INFO:teuthology.orchestra.run.smithi136.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-20T23:55:47.019 INFO:teuthology.orchestra.run.smithi136.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-20T23:55:47.035 INFO:teuthology.orchestra.run.smithi099.stderr:Sourcing file `/etc/default/grub' 2024-09-20T23:55:47.036 INFO:teuthology.orchestra.run.smithi099.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-20T23:55:47.039 INFO:teuthology.orchestra.run.smithi099.stderr:Generating grub configuration file ... 2024-09-20T23:55:47.117 INFO:teuthology.orchestra.run.smithi136.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-20T23:55:47.209 INFO:teuthology.orchestra.run.smithi099.stderr:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-20T23:55:47.215 INFO:teuthology.orchestra.run.smithi099.stderr:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-20T23:55:47.446 INFO:teuthology.orchestra.run.smithi099.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-20T23:55:47.451 INFO:teuthology.orchestra.run.smithi099.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-20T23:55:47.491 INFO:teuthology.orchestra.run.smithi099.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-20T23:55:47.496 INFO:teuthology.orchestra.run.smithi099.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-20T23:55:47.615 INFO:teuthology.orchestra.run.smithi099.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-20T23:55:47.615 INFO:teuthology.orchestra.run.smithi099.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-20T23:55:47.615 INFO:teuthology.orchestra.run.smithi099.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-20T23:55:47.634 INFO:teuthology.orchestra.run.smithi099.stderr:done 2024-09-20T23:55:47.644 DEBUG:teuthology.orchestra.run.smithi099:> sudo shutdown -r now 2024-09-20T23:55:48.325 INFO:teuthology.orchestra.run.smithi092.stderr:Sourcing file `/etc/default/grub' 2024-09-20T23:55:48.326 INFO:teuthology.orchestra.run.smithi092.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-20T23:55:48.336 INFO:teuthology.orchestra.run.smithi092.stderr:Generating grub configuration file ... 2024-09-20T23:55:48.434 INFO:teuthology.orchestra.run.smithi136.stdout:Reading package lists... 2024-09-20T23:55:48.453 DEBUG:teuthology.orchestra.run.smithi136:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-20T23:55:48.516 INFO:teuthology.orchestra.run.smithi136.stdout:Reading package lists... 2024-09-20T23:55:48.521 INFO:teuthology.orchestra.run.smithi092.stderr:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-20T23:55:48.527 INFO:teuthology.orchestra.run.smithi092.stderr:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-20T23:55:48.729 INFO:teuthology.orchestra.run.smithi136.stdout:Building dependency tree... 2024-09-20T23:55:48.729 INFO:teuthology.orchestra.run.smithi136.stdout:Reading state information... 2024-09-20T23:55:48.763 INFO:teuthology.orchestra.run.smithi092.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-20T23:55:48.768 INFO:teuthology.orchestra.run.smithi092.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-20T23:55:48.813 INFO:teuthology.orchestra.run.smithi092.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-20T23:55:48.818 INFO:teuthology.orchestra.run.smithi092.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-20T23:55:48.921 INFO:teuthology.orchestra.run.smithi136.stdout:linux-image-generic is already the newest version (5.15.0.122.122). 2024-09-20T23:55:48.921 INFO:teuthology.orchestra.run.smithi136.stdout:The following packages were automatically installed and are no longer required: 2024-09-20T23:55:48.921 INFO:teuthology.orchestra.run.smithi136.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-20T23:55:48.921 INFO:teuthology.orchestra.run.smithi136.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-20T23:55:48.922 INFO:teuthology.orchestra.run.smithi136.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-20T23:55:48.922 INFO:teuthology.orchestra.run.smithi136.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-20T23:55:48.922 INFO:teuthology.orchestra.run.smithi136.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-20T23:55:48.922 INFO:teuthology.orchestra.run.smithi136.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-20T23:55:48.945 INFO:teuthology.orchestra.run.smithi092.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-20T23:55:48.945 INFO:teuthology.orchestra.run.smithi092.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-20T23:55:48.945 INFO:teuthology.orchestra.run.smithi092.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-20T23:55:48.964 INFO:teuthology.orchestra.run.smithi136.stdout:0 upgraded, 0 newly installed, 0 to remove and 345 not upgraded. 2024-09-20T23:55:48.965 DEBUG:teuthology.orchestra.run.smithi136:> dpkg -s linux-image-generic 2024-09-20T23:55:48.976 INFO:teuthology.orchestra.run.smithi092.stderr:done 2024-09-20T23:55:48.977 INFO:teuthology.orchestra.run.smithi136.stdout:Package: linux-image-generic 2024-09-20T23:55:48.978 INFO:teuthology.orchestra.run.smithi136.stdout:Status: install ok installed 2024-09-20T23:55:48.978 INFO:teuthology.orchestra.run.smithi136.stdout:Priority: optional 2024-09-20T23:55:48.978 INFO:teuthology.orchestra.run.smithi136.stdout:Section: kernel 2024-09-20T23:55:48.978 INFO:teuthology.orchestra.run.smithi136.stdout:Installed-Size: 21 2024-09-20T23:55:48.978 INFO:teuthology.orchestra.run.smithi136.stdout:Maintainer: Ubuntu Kernel Team 2024-09-20T23:55:48.978 INFO:teuthology.orchestra.run.smithi136.stdout:Architecture: amd64 2024-09-20T23:55:48.978 INFO:teuthology.orchestra.run.smithi136.stdout:Source: linux-meta 2024-09-20T23:55:48.978 INFO:teuthology.orchestra.run.smithi136.stdout:Version: 5.15.0.122.122 2024-09-20T23:55:48.978 INFO:teuthology.orchestra.run.smithi136.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-122), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-20T23:55:48.978 INFO:teuthology.orchestra.run.smithi136.stdout:Depends: linux-image-5.15.0-122-generic, linux-modules-extra-5.15.0-122-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-20T23:55:48.978 INFO:teuthology.orchestra.run.smithi136.stdout:Recommends: thermald 2024-09-20T23:55:48.978 INFO:teuthology.orchestra.run.smithi136.stdout:Description: Generic Linux kernel image 2024-09-20T23:55:48.978 INFO:teuthology.orchestra.run.smithi136.stdout: This package will always depend on the latest generic kernel image 2024-09-20T23:55:48.978 INFO:teuthology.orchestra.run.smithi136.stdout: available. 2024-09-20T23:55:48.979 DEBUG:teuthology.orchestra.run.smithi136:> mktemp 2024-09-20T23:55:48.984 DEBUG:teuthology.orchestra.run.smithi092:> sudo shutdown -r now 2024-09-20T23:55:49.024 INFO:teuthology.orchestra.run.smithi136.stdout:/tmp/tmp.931BSPZ9yz 2024-09-20T23:55:49.025 DEBUG:teuthology.orchestra.run.smithi136:> sudo cp /boot/grub/grub.cfg /tmp/tmp.931BSPZ9yz 2024-09-20T23:55:49.080 DEBUG:teuthology.orchestra.run.smithi136:> sudo chmod 0666 /tmp/tmp.931BSPZ9yz 2024-09-20T23:55:49.196 DEBUG:teuthology.orchestra.remote:smithi136:/tmp/tmp.931BSPZ9yz is 10KB 2024-09-20T23:55:49.208 DEBUG:teuthology.orchestra.run.smithi136:> rm -fr /tmp/tmp.931BSPZ9yz 2024-09-20T23:55:49.213 DEBUG:teuthology.orchestra.run.smithi136:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-20T23:55:49.268 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-09-20T23:55:49.268 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-20T23:55:49.268 DEBUG:teuthology.orchestra.run.smithi136:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-20T23:55:49.335 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-122-generic 2024-09-20T23:55:49.335 DEBUG:teuthology.orchestra.run.smithi136:> sudo update-grub 2024-09-20T23:55:50.502 INFO:teuthology.orchestra.run.smithi136.stderr:Sourcing file `/etc/default/grub' 2024-09-20T23:55:50.503 INFO:teuthology.orchestra.run.smithi136.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-20T23:55:50.505 INFO:teuthology.orchestra.run.smithi136.stderr:Generating grub configuration file ... 2024-09-20T23:55:50.682 INFO:teuthology.orchestra.run.smithi136.stderr:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-20T23:55:50.688 INFO:teuthology.orchestra.run.smithi136.stderr:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-20T23:55:50.915 INFO:teuthology.orchestra.run.smithi136.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-20T23:55:50.919 INFO:teuthology.orchestra.run.smithi136.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-20T23:55:50.959 INFO:teuthology.orchestra.run.smithi136.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-20T23:55:50.964 INFO:teuthology.orchestra.run.smithi136.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-20T23:55:51.089 INFO:teuthology.orchestra.run.smithi136.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-20T23:55:51.089 INFO:teuthology.orchestra.run.smithi136.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-20T23:55:51.090 INFO:teuthology.orchestra.run.smithi136.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-20T23:55:51.111 INFO:teuthology.orchestra.run.smithi136.stderr:done 2024-09-20T23:55:51.120 DEBUG:teuthology.orchestra.run.smithi136:> sudo shutdown -r now 2024-09-20T23:56:17.670 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-09-20T23:56:17.671 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi099.front.sepia.ceph.com' 2024-09-20T23:56:17.671 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi099.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T23:56:18.986 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-09-20T23:56:18.987 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi092.front.sepia.ceph.com' 2024-09-20T23:56:18.987 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi092.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T23:56:21.125 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-09-20T23:56:21.125 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi136.front.sepia.ceph.com' 2024-09-20T23:56:21.126 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi136.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T23:56:37.487 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.92 2024-09-20T23:56:46.494 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi092.front.sepia.ceph.com' 2024-09-20T23:56:46.495 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi092.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T23:56:49.555 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.92 2024-09-20T23:56:52.335 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.99 2024-09-20T23:56:55.663 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.136 2024-09-20T23:57:01.342 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi099.front.sepia.ceph.com' 2024-09-20T23:57:01.342 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi099.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T23:57:01.556 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi092.front.sepia.ceph.com' 2024-09-20T23:57:01.557 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi092.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T23:57:04.666 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi136.front.sepia.ceph.com' 2024-09-20T23:57:04.667 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi136.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T23:57:07.727 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.136 2024-09-20T23:57:19.727 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.99 2024-09-20T23:57:19.727 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi136.front.sepia.ceph.com' 2024-09-20T23:57:19.727 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi136.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T23:57:19.983 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.92 2024-09-20T23:57:31.740 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi099.front.sepia.ceph.com' 2024-09-20T23:57:31.741 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi099.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T23:57:32.034 DEBUG:teuthology.orchestra.run.smithi099:> true 2024-09-20T23:57:32.661 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi099.front.sepia.ceph.com' 2024-09-20T23:57:32.661 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-122-generic"... 2024-09-20T23:57:32.662 DEBUG:teuthology.orchestra.run.smithi099:> uname -r 2024-09-20T23:57:32.709 INFO:teuthology.orchestra.run.smithi099.stdout:5.15.0-122-generic 2024-09-20T23:57:32.710 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-122-generic vs 5.15.0-122-generic 2024-09-20T23:57:32.710 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-20T23:57:32.710 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-20T23:57:33.711 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-09-20T23:57:33.711 DEBUG:teuthology.orchestra.run.smithi099:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-20T23:57:33.780 INFO:teuthology.orchestra.run.smithi099.stdout:ttyS1 2024-09-20T23:57:33.811 DEBUG:teuthology.parallel:result is None 2024-09-20T23:57:34.984 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi092.front.sepia.ceph.com' 2024-09-20T23:57:34.984 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi092.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T23:57:35.343 DEBUG:teuthology.orchestra.run.smithi092:> true 2024-09-20T23:57:36.433 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi092.front.sepia.ceph.com' 2024-09-20T23:57:36.433 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-122-generic"... 2024-09-20T23:57:36.433 DEBUG:teuthology.orchestra.run.smithi092:> uname -r 2024-09-20T23:57:36.438 INFO:teuthology.orchestra.run.smithi092.stdout:5.15.0-122-generic 2024-09-20T23:57:36.439 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-122-generic vs 5.15.0-122-generic 2024-09-20T23:57:36.439 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-20T23:57:36.439 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-20T23:57:37.439 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-09-20T23:57:37.439 DEBUG:teuthology.orchestra.run.smithi092:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-20T23:57:37.546 INFO:teuthology.orchestra.run.smithi092.stdout:ttyS1 2024-09-20T23:57:37.588 DEBUG:teuthology.parallel:result is None 2024-09-20T23:57:38.159 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.136 2024-09-20T23:57:53.160 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi136.front.sepia.ceph.com' 2024-09-20T23:57:53.161 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi136.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T23:57:54.044 DEBUG:teuthology.orchestra.run.smithi136:> true 2024-09-20T23:57:54.956 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi136.front.sepia.ceph.com' 2024-09-20T23:57:54.956 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-122-generic"... 2024-09-20T23:57:54.956 DEBUG:teuthology.orchestra.run.smithi136:> uname -r 2024-09-20T23:57:55.004 INFO:teuthology.orchestra.run.smithi136.stdout:5.15.0-122-generic 2024-09-20T23:57:55.004 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-122-generic vs 5.15.0-122-generic 2024-09-20T23:57:55.005 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-20T23:57:55.005 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-20T23:57:56.005 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-09-20T23:57:56.005 DEBUG:teuthology.orchestra.run.smithi136:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-20T23:57:56.102 INFO:teuthology.orchestra.run.smithi136.stdout:ttyS1 2024-09-20T23:57:56.131 DEBUG:teuthology.parallel:result is None 2024-09-20T23:57:56.131 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-20T23:57:56.140 INFO:teuthology.task.internal:Creating test directory... 2024-09-20T23:57:56.140 DEBUG:teuthology.orchestra.run.smithi092:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-20T23:57:56.142 DEBUG:teuthology.orchestra.run.smithi099:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-20T23:57:56.145 DEBUG:teuthology.orchestra.run.smithi136:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-20T23:57:56.151 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-20T23:57:56.157 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-20T23:57:56.163 INFO:teuthology.task.internal:Creating archive directory... 2024-09-20T23:57:56.163 DEBUG:teuthology.orchestra.run.smithi092:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-20T23:57:56.191 DEBUG:teuthology.orchestra.run.smithi099:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-20T23:57:56.198 DEBUG:teuthology.orchestra.run.smithi136:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-20T23:57:56.215 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-20T23:57:56.221 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-20T23:57:56.221 DEBUG:teuthology.orchestra.run.smithi092:> 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-09-20T23:57:56.248 DEBUG:teuthology.orchestra.run.smithi099:> 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-09-20T23:57:56.254 DEBUG:teuthology.orchestra.run.smithi136:> 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-09-20T23:57:56.272 INFO:teuthology.orchestra.run.smithi099.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-20T23:57:56.275 INFO:teuthology.orchestra.run.smithi136.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-20T23:57:56.276 INFO:teuthology.orchestra.run.smithi092.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-20T23:57:56.282 INFO:teuthology.orchestra.run.smithi099.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-20T23:57:56.286 INFO:teuthology.orchestra.run.smithi136.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-20T23:57:56.287 INFO:teuthology.orchestra.run.smithi092.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-20T23:57:56.287 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-20T23:57:56.293 INFO:teuthology.task.internal:Configuring sudo... 2024-09-20T23:57:56.293 DEBUG:teuthology.orchestra.run.smithi092:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-20T23:57:56.331 DEBUG:teuthology.orchestra.run.smithi099:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-20T23:57:56.333 DEBUG:teuthology.orchestra.run.smithi136:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-20T23:57:56.348 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-20T23:57:56.361 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-20T23:57:56.361 DEBUG:teuthology.orchestra.run.smithi092:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-20T23:57:56.393 DEBUG:teuthology.orchestra.run.smithi099:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-20T23:57:56.396 DEBUG:teuthology.orchestra.run.smithi136:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-20T23:57:56.402 DEBUG:teuthology.orchestra.run.smithi092:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-20T23:57:56.443 DEBUG:teuthology.orchestra.run.smithi092:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-20T23:57:56.491 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2024-09-20T23:57:56.491 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-20T23:57:56.567 DEBUG:teuthology.orchestra.run.smithi099:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-20T23:57:56.573 DEBUG:teuthology.orchestra.run.smithi099:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-20T23:57:56.621 DEBUG:teuthology.orchestra.run.smithi099:> set -ex 2024-09-20T23:57:56.621 DEBUG:teuthology.orchestra.run.smithi099:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-20T23:57:56.689 DEBUG:teuthology.orchestra.run.smithi136:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-20T23:57:56.695 DEBUG:teuthology.orchestra.run.smithi136:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-20T23:57:56.741 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-09-20T23:57:56.741 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-20T23:57:56.811 DEBUG:teuthology.orchestra.run.smithi092:> sudo service rsyslog restart 2024-09-20T23:57:56.813 DEBUG:teuthology.orchestra.run.smithi099:> sudo service rsyslog restart 2024-09-20T23:57:56.815 DEBUG:teuthology.orchestra.run.smithi136:> sudo service rsyslog restart 2024-09-20T23:57:56.894 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-20T23:57:56.901 INFO:teuthology.task.internal:Starting timer... 2024-09-20T23:57:56.901 INFO:teuthology.run_tasks:Running task pcp... 2024-09-20T23:57:56.910 INFO:teuthology.run_tasks:Running task selinux... 2024-09-20T23:57:56.917 DEBUG:teuthology.task.selinux:Excluding smithi092: OS 'ubuntu' does not support SELinux 2024-09-20T23:57:56.917 DEBUG:teuthology.task.selinux:Excluding smithi099: OS 'ubuntu' does not support SELinux 2024-09-20T23:57:56.917 DEBUG:teuthology.task.selinux:Excluding smithi136: OS 'ubuntu' does not support SELinux 2024-09-20T23:57:56.917 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-20T23:57:56.917 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-09-20T23:57:56.917 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-20T23:57:56.917 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-20T23:57:56.925 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-09-20T23:57:56.927 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-09-20T23:57:57.028 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-20T23:57:57.037 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-09-20T23:57:57.038 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi092.front.sepia.ceph.com,smithi099.front.sepia.ceph.com,smithi136.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-21T00:05:32.006 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi092.front.sepia.ceph.com'), Remote(name='ubuntu@smithi099.front.sepia.ceph.com'), Remote(name='ubuntu@smithi136.front.sepia.ceph.com')] 2024-09-21T00:05:32.007 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi092.front.sepia.ceph.com' 2024-09-21T00:05:32.008 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi092.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T00:05:32.104 DEBUG:teuthology.orchestra.run.smithi092:> true 2024-09-21T00:05:32.178 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi092.front.sepia.ceph.com' 2024-09-21T00:05:32.178 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi099.front.sepia.ceph.com' 2024-09-21T00:05:32.179 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi099.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T00:05:32.257 DEBUG:teuthology.orchestra.run.smithi099:> true 2024-09-21T00:05:32.330 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi099.front.sepia.ceph.com' 2024-09-21T00:05:32.330 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi136.front.sepia.ceph.com' 2024-09-21T00:05:32.331 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi136.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T00:05:32.408 DEBUG:teuthology.orchestra.run.smithi136:> true 2024-09-21T00:05:32.483 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi136.front.sepia.ceph.com' 2024-09-21T00:05:32.484 INFO:teuthology.run_tasks:Running task clock... 2024-09-21T00:05:32.491 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-21T00:05:32.491 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-21T00:05:32.491 DEBUG:teuthology.orchestra.run.smithi092:> 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-09-21T00:05:32.494 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-21T00:05:32.494 DEBUG:teuthology.orchestra.run.smithi099:> 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-09-21T00:05:32.496 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-21T00:05:32.496 DEBUG:teuthology.orchestra.run.smithi136:> 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-09-21T00:05:32.522 INFO:teuthology.orchestra.run.smithi099.stdout:21 Sep 00:05:32 ntpd[18630]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-21T00:05:32.523 INFO:teuthology.orchestra.run.smithi099.stdout:21 Sep 00:05:32 ntpd[18630]: Command line: ntpd -gq 2024-09-21T00:05:32.523 INFO:teuthology.orchestra.run.smithi099.stdout:21 Sep 00:05:32 ntpd[18630]: ---------------------------------------------------- 2024-09-21T00:05:32.523 INFO:teuthology.orchestra.run.smithi099.stdout:21 Sep 00:05:32 ntpd[18630]: ntp-4 is maintained by Network Time Foundation, 2024-09-21T00:05:32.523 INFO:teuthology.orchestra.run.smithi099.stdout:21 Sep 00:05:32 ntpd[18630]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-21T00:05:32.523 INFO:teuthology.orchestra.run.smithi099.stdout:21 Sep 00:05:32 ntpd[18630]: corporation. Support and training for ntp-4 are 2024-09-21T00:05:32.523 INFO:teuthology.orchestra.run.smithi099.stdout:21 Sep 00:05:32 ntpd[18630]: available at https://www.nwtime.org/support 2024-09-21T00:05:32.523 INFO:teuthology.orchestra.run.smithi099.stdout:21 Sep 00:05:32 ntpd[18630]: ---------------------------------------------------- 2024-09-21T00:05:32.524 INFO:teuthology.orchestra.run.smithi099.stdout:21 Sep 00:05:32 ntpd[18630]: proto: precision = 0.045 usec (-24) 2024-09-21T00:05:32.524 INFO:teuthology.orchestra.run.smithi099.stdout:21 Sep 00:05:32 ntpd[18630]: basedate set to 2022-02-04 2024-09-21T00:05:32.524 INFO:teuthology.orchestra.run.smithi099.stdout:21 Sep 00:05:32 ntpd[18630]: gps base set to 2022-02-06 (week 2196) 2024-09-21T00:05:32.524 INFO:teuthology.orchestra.run.smithi099.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-21T00:05:32.524 INFO:teuthology.orchestra.run.smithi099.stdout:21 Sep 00:05:32 ntpd[18630]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-21T00:05:32.524 INFO:teuthology.orchestra.run.smithi099.stdout:21 Sep 00:05:32 ntpd[18630]: restrict ::: KOD does nothing without LIMITED. 2024-09-21T00:05:32.525 INFO:teuthology.orchestra.run.smithi099.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-21T00:05:32.525 INFO:teuthology.orchestra.run.smithi099.stdout:21 Sep 00:05:32 ntpd[18630]: Listen and drop on 0 v6wildcard [::]:123 2024-09-21T00:05:32.525 INFO:teuthology.orchestra.run.smithi099.stdout:21 Sep 00:05:32 ntpd[18630]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-21T00:05:32.526 INFO:teuthology.orchestra.run.smithi099.stdout:21 Sep 00:05:32 ntpd[18630]: Listen normally on 2 lo 127.0.0.1:123 2024-09-21T00:05:32.526 INFO:teuthology.orchestra.run.smithi099.stdout:21 Sep 00:05:32 ntpd[18630]: Listen normally on 3 enp3s0f1 172.21.15.99:123 2024-09-21T00:05:32.526 INFO:teuthology.orchestra.run.smithi099.stdout:21 Sep 00:05:32 ntpd[18630]: Listen normally on 4 lo [::1]:123 2024-09-21T00:05:32.526 INFO:teuthology.orchestra.run.smithi099.stdout:21 Sep 00:05:32 ntpd[18630]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d803%5]:123 2024-09-21T00:05:32.526 INFO:teuthology.orchestra.run.smithi099.stdout:21 Sep 00:05:32 ntpd[18630]: Listening on routing socket on fd #22 for interface updates 2024-09-21T00:05:32.527 INFO:teuthology.orchestra.run.smithi092.stdout:21 Sep 00:05:32 ntpd[18595]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-21T00:05:32.527 INFO:teuthology.orchestra.run.smithi092.stdout:21 Sep 00:05:32 ntpd[18595]: Command line: ntpd -gq 2024-09-21T00:05:32.527 INFO:teuthology.orchestra.run.smithi092.stdout:21 Sep 00:05:32 ntpd[18595]: ---------------------------------------------------- 2024-09-21T00:05:32.527 INFO:teuthology.orchestra.run.smithi092.stdout:21 Sep 00:05:32 ntpd[18595]: ntp-4 is maintained by Network Time Foundation, 2024-09-21T00:05:32.527 INFO:teuthology.orchestra.run.smithi092.stdout:21 Sep 00:05:32 ntpd[18595]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-21T00:05:32.527 INFO:teuthology.orchestra.run.smithi092.stdout:21 Sep 00:05:32 ntpd[18595]: corporation. Support and training for ntp-4 are 2024-09-21T00:05:32.527 INFO:teuthology.orchestra.run.smithi092.stdout:21 Sep 00:05:32 ntpd[18595]: available at https://www.nwtime.org/support 2024-09-21T00:05:32.527 INFO:teuthology.orchestra.run.smithi092.stdout:21 Sep 00:05:32 ntpd[18595]: ---------------------------------------------------- 2024-09-21T00:05:32.527 INFO:teuthology.orchestra.run.smithi092.stdout:21 Sep 00:05:32 ntpd[18595]: proto: precision = 0.044 usec (-24) 2024-09-21T00:05:32.527 INFO:teuthology.orchestra.run.smithi092.stdout:21 Sep 00:05:32 ntpd[18595]: basedate set to 2022-02-04 2024-09-21T00:05:32.527 INFO:teuthology.orchestra.run.smithi092.stdout:21 Sep 00:05:32 ntpd[18595]: gps base set to 2022-02-06 (week 2196) 2024-09-21T00:05:32.528 INFO:teuthology.orchestra.run.smithi092.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-21T00:05:32.528 INFO:teuthology.orchestra.run.smithi092.stdout:21 Sep 00:05:32 ntpd[18595]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-21T00:05:32.528 INFO:teuthology.orchestra.run.smithi092.stdout:21 Sep 00:05:32 ntpd[18595]: restrict ::: KOD does nothing without LIMITED. 2024-09-21T00:05:32.528 INFO:teuthology.orchestra.run.smithi092.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-21T00:05:32.529 INFO:teuthology.orchestra.run.smithi092.stdout:21 Sep 00:05:32 ntpd[18595]: Listen and drop on 0 v6wildcard [::]:123 2024-09-21T00:05:32.529 INFO:teuthology.orchestra.run.smithi092.stdout:21 Sep 00:05:32 ntpd[18595]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-21T00:05:32.529 INFO:teuthology.orchestra.run.smithi092.stdout:21 Sep 00:05:32 ntpd[18595]: Listen normally on 2 lo 127.0.0.1:123 2024-09-21T00:05:32.529 INFO:teuthology.orchestra.run.smithi092.stdout:21 Sep 00:05:32 ntpd[18595]: Listen normally on 3 enp3s0f1 172.21.15.92:123 2024-09-21T00:05:32.529 INFO:teuthology.orchestra.run.smithi092.stdout:21 Sep 00:05:32 ntpd[18595]: Listen normally on 4 lo [::1]:123 2024-09-21T00:05:32.529 INFO:teuthology.orchestra.run.smithi092.stdout:21 Sep 00:05:32 ntpd[18595]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:cd45%5]:123 2024-09-21T00:05:32.529 INFO:teuthology.orchestra.run.smithi092.stdout:21 Sep 00:05:32 ntpd[18595]: Listening on routing socket on fd #22 for interface updates 2024-09-21T00:05:32.553 INFO:teuthology.orchestra.run.smithi136.stdout:21 Sep 00:05:32 ntpd[18605]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-21T00:05:32.553 INFO:teuthology.orchestra.run.smithi136.stdout:21 Sep 00:05:32 ntpd[18605]: Command line: ntpd -gq 2024-09-21T00:05:32.554 INFO:teuthology.orchestra.run.smithi136.stdout:21 Sep 00:05:32 ntpd[18605]: ---------------------------------------------------- 2024-09-21T00:05:32.554 INFO:teuthology.orchestra.run.smithi136.stdout:21 Sep 00:05:32 ntpd[18605]: ntp-4 is maintained by Network Time Foundation, 2024-09-21T00:05:32.554 INFO:teuthology.orchestra.run.smithi136.stdout:21 Sep 00:05:32 ntpd[18605]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-21T00:05:32.554 INFO:teuthology.orchestra.run.smithi136.stdout:21 Sep 00:05:32 ntpd[18605]: corporation. Support and training for ntp-4 are 2024-09-21T00:05:32.554 INFO:teuthology.orchestra.run.smithi136.stdout:21 Sep 00:05:32 ntpd[18605]: available at https://www.nwtime.org/support 2024-09-21T00:05:32.554 INFO:teuthology.orchestra.run.smithi136.stdout:21 Sep 00:05:32 ntpd[18605]: ---------------------------------------------------- 2024-09-21T00:05:32.555 INFO:teuthology.orchestra.run.smithi136.stdout:21 Sep 00:05:32 ntpd[18605]: proto: precision = 0.063 usec (-24) 2024-09-21T00:05:32.555 INFO:teuthology.orchestra.run.smithi136.stdout:21 Sep 00:05:32 ntpd[18605]: basedate set to 2022-02-04 2024-09-21T00:05:32.555 INFO:teuthology.orchestra.run.smithi136.stdout:21 Sep 00:05:32 ntpd[18605]: gps base set to 2022-02-06 (week 2196) 2024-09-21T00:05:32.555 INFO:teuthology.orchestra.run.smithi136.stdout:21 Sep 00:05:32 ntpd[18605]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-21T00:05:32.555 INFO:teuthology.orchestra.run.smithi136.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-21T00:05:32.555 INFO:teuthology.orchestra.run.smithi136.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-21T00:05:32.555 INFO:teuthology.orchestra.run.smithi136.stdout:21 Sep 00:05:32 ntpd[18605]: restrict ::: KOD does nothing without LIMITED. 2024-09-21T00:05:32.556 INFO:teuthology.orchestra.run.smithi136.stdout:21 Sep 00:05:32 ntpd[18605]: Listen and drop on 0 v6wildcard [::]:123 2024-09-21T00:05:32.556 INFO:teuthology.orchestra.run.smithi136.stdout:21 Sep 00:05:32 ntpd[18605]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-21T00:05:32.557 INFO:teuthology.orchestra.run.smithi136.stdout:21 Sep 00:05:32 ntpd[18605]: Listen normally on 2 lo 127.0.0.1:123 2024-09-21T00:05:32.557 INFO:teuthology.orchestra.run.smithi136.stdout:21 Sep 00:05:32 ntpd[18605]: Listen normally on 3 enp3s0f1 172.21.15.136:123 2024-09-21T00:05:32.557 INFO:teuthology.orchestra.run.smithi136.stdout:21 Sep 00:05:32 ntpd[18605]: Listen normally on 4 lo [::1]:123 2024-09-21T00:05:32.557 INFO:teuthology.orchestra.run.smithi136.stdout:21 Sep 00:05:32 ntpd[18605]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:6e43%5]:123 2024-09-21T00:05:32.557 INFO:teuthology.orchestra.run.smithi136.stdout:21 Sep 00:05:32 ntpd[18605]: Listening on routing socket on fd #22 for interface updates 2024-09-21T00:05:33.524 INFO:teuthology.orchestra.run.smithi099.stderr:21 Sep 00:05:33 ntpd[18630]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T00:05:33.524 INFO:teuthology.orchestra.run.smithi099.stderr:21 Sep 00:05:33 ntpd[18630]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T00:05:33.524 INFO:teuthology.orchestra.run.smithi099.stderr:21 Sep 00:05:33 ntpd[18630]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T00:05:33.524 INFO:teuthology.orchestra.run.smithi099.stderr:21 Sep 00:05:33 ntpd[18630]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T00:05:33.524 INFO:teuthology.orchestra.run.smithi099.stderr:21 Sep 00:05:33 ntpd[18630]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T00:05:33.525 INFO:teuthology.orchestra.run.smithi099.stderr:21 Sep 00:05:33 ntpd[18630]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T00:05:33.525 INFO:teuthology.orchestra.run.smithi099.stderr:21 Sep 00:05:33 ntpd[18630]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T00:05:33.525 INFO:teuthology.orchestra.run.smithi099.stderr:21 Sep 00:05:33 ntpd[18630]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T00:05:33.525 INFO:teuthology.orchestra.run.smithi099.stderr:21 Sep 00:05:33 ntpd[18630]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T00:05:33.525 INFO:teuthology.orchestra.run.smithi099.stderr:21 Sep 00:05:33 ntpd[18630]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T00:05:33.525 INFO:teuthology.orchestra.run.smithi099.stderr:21 Sep 00:05:33 ntpd[18630]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T00:05:33.525 INFO:teuthology.orchestra.run.smithi099.stderr:21 Sep 00:05:33 ntpd[18630]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T00:05:33.525 INFO:teuthology.orchestra.run.smithi099.stderr:21 Sep 00:05:33 ntpd[18630]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T00:05:33.525 INFO:teuthology.orchestra.run.smithi099.stderr:21 Sep 00:05:33 ntpd[18630]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T00:05:33.527 INFO:teuthology.orchestra.run.smithi092.stderr:21 Sep 00:05:33 ntpd[18595]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T00:05:33.527 INFO:teuthology.orchestra.run.smithi092.stderr:21 Sep 00:05:33 ntpd[18595]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T00:05:33.527 INFO:teuthology.orchestra.run.smithi092.stderr:21 Sep 00:05:33 ntpd[18595]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T00:05:33.527 INFO:teuthology.orchestra.run.smithi092.stderr:21 Sep 00:05:33 ntpd[18595]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T00:05:33.527 INFO:teuthology.orchestra.run.smithi092.stderr:21 Sep 00:05:33 ntpd[18595]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T00:05:33.527 INFO:teuthology.orchestra.run.smithi092.stderr:21 Sep 00:05:33 ntpd[18595]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T00:05:33.527 INFO:teuthology.orchestra.run.smithi092.stderr:21 Sep 00:05:33 ntpd[18595]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T00:05:33.527 INFO:teuthology.orchestra.run.smithi092.stderr:21 Sep 00:05:33 ntpd[18595]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T00:05:33.527 INFO:teuthology.orchestra.run.smithi092.stderr:21 Sep 00:05:33 ntpd[18595]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T00:05:33.527 INFO:teuthology.orchestra.run.smithi092.stderr:21 Sep 00:05:33 ntpd[18595]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T00:05:33.527 INFO:teuthology.orchestra.run.smithi092.stderr:21 Sep 00:05:33 ntpd[18595]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T00:05:33.528 INFO:teuthology.orchestra.run.smithi092.stderr:21 Sep 00:05:33 ntpd[18595]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T00:05:33.528 INFO:teuthology.orchestra.run.smithi092.stderr:21 Sep 00:05:33 ntpd[18595]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T00:05:33.528 INFO:teuthology.orchestra.run.smithi092.stderr:21 Sep 00:05:33 ntpd[18595]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T00:05:33.554 INFO:teuthology.orchestra.run.smithi136.stderr:21 Sep 00:05:33 ntpd[18605]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T00:05:33.554 INFO:teuthology.orchestra.run.smithi136.stderr:21 Sep 00:05:33 ntpd[18605]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T00:05:33.554 INFO:teuthology.orchestra.run.smithi136.stderr:21 Sep 00:05:33 ntpd[18605]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T00:05:33.554 INFO:teuthology.orchestra.run.smithi136.stderr:21 Sep 00:05:33 ntpd[18605]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T00:05:33.554 INFO:teuthology.orchestra.run.smithi136.stderr:21 Sep 00:05:33 ntpd[18605]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T00:05:33.554 INFO:teuthology.orchestra.run.smithi136.stderr:21 Sep 00:05:33 ntpd[18605]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T00:05:34.527 INFO:teuthology.orchestra.run.smithi092.stderr:21 Sep 00:05:34 ntpd[18595]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T00:05:34.527 INFO:teuthology.orchestra.run.smithi092.stderr:21 Sep 00:05:34 ntpd[18595]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T00:05:34.527 INFO:teuthology.orchestra.run.smithi092.stderr:21 Sep 00:05:34 ntpd[18595]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T00:05:34.527 INFO:teuthology.orchestra.run.smithi092.stderr:21 Sep 00:05:34 ntpd[18595]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T00:05:34.527 INFO:teuthology.orchestra.run.smithi092.stderr:21 Sep 00:05:34 ntpd[18595]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T00:05:34.527 INFO:teuthology.orchestra.run.smithi092.stderr:21 Sep 00:05:34 ntpd[18595]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T00:05:34.555 INFO:teuthology.orchestra.run.smithi136.stderr:21 Sep 00:05:34 ntpd[18605]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T00:05:34.555 INFO:teuthology.orchestra.run.smithi136.stderr:21 Sep 00:05:34 ntpd[18605]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T00:05:34.555 INFO:teuthology.orchestra.run.smithi136.stderr:21 Sep 00:05:34 ntpd[18605]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T00:05:34.555 INFO:teuthology.orchestra.run.smithi136.stderr:21 Sep 00:05:34 ntpd[18605]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T00:05:34.555 INFO:teuthology.orchestra.run.smithi136.stderr:21 Sep 00:05:34 ntpd[18605]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T00:05:34.556 INFO:teuthology.orchestra.run.smithi136.stderr:21 Sep 00:05:34 ntpd[18605]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T00:05:34.556 INFO:teuthology.orchestra.run.smithi136.stderr:21 Sep 00:05:34 ntpd[18605]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T00:05:34.556 INFO:teuthology.orchestra.run.smithi136.stderr:21 Sep 00:05:34 ntpd[18605]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T00:05:34.556 INFO:teuthology.orchestra.run.smithi136.stderr:21 Sep 00:05:34 ntpd[18605]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T00:05:34.556 INFO:teuthology.orchestra.run.smithi136.stderr:21 Sep 00:05:34 ntpd[18605]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T00:05:34.556 INFO:teuthology.orchestra.run.smithi136.stderr:21 Sep 00:05:34 ntpd[18605]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T00:05:34.556 INFO:teuthology.orchestra.run.smithi136.stderr:21 Sep 00:05:34 ntpd[18605]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T00:05:34.556 INFO:teuthology.orchestra.run.smithi136.stderr:21 Sep 00:05:34 ntpd[18605]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T00:05:34.556 INFO:teuthology.orchestra.run.smithi136.stderr:21 Sep 00:05:34 ntpd[18605]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T00:05:35.524 INFO:teuthology.orchestra.run.smithi099.stderr:21 Sep 00:05:35 ntpd[18630]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T00:05:35.524 INFO:teuthology.orchestra.run.smithi099.stderr:21 Sep 00:05:35 ntpd[18630]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T00:05:35.524 INFO:teuthology.orchestra.run.smithi099.stderr:21 Sep 00:05:35 ntpd[18630]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T00:05:35.524 INFO:teuthology.orchestra.run.smithi099.stderr:21 Sep 00:05:35 ntpd[18630]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T00:05:35.524 INFO:teuthology.orchestra.run.smithi099.stderr:21 Sep 00:05:35 ntpd[18630]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T00:05:35.524 INFO:teuthology.orchestra.run.smithi099.stderr:21 Sep 00:05:35 ntpd[18630]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T00:05:35.524 INFO:teuthology.orchestra.run.smithi099.stderr:21 Sep 00:05:35 ntpd[18630]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T00:05:35.524 INFO:teuthology.orchestra.run.smithi099.stderr:21 Sep 00:05:35 ntpd[18630]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T00:05:35.524 INFO:teuthology.orchestra.run.smithi099.stderr:21 Sep 00:05:35 ntpd[18630]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T00:05:35.524 INFO:teuthology.orchestra.run.smithi099.stderr:21 Sep 00:05:35 ntpd[18630]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T00:05:35.524 INFO:teuthology.orchestra.run.smithi099.stderr:21 Sep 00:05:35 ntpd[18630]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T00:05:35.524 INFO:teuthology.orchestra.run.smithi099.stderr:21 Sep 00:05:35 ntpd[18630]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T00:05:35.526 INFO:teuthology.orchestra.run.smithi092.stderr:21 Sep 00:05:35 ntpd[18595]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T00:05:35.526 INFO:teuthology.orchestra.run.smithi092.stderr:21 Sep 00:05:35 ntpd[18595]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T00:05:35.526 INFO:teuthology.orchestra.run.smithi092.stderr:21 Sep 00:05:35 ntpd[18595]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T00:05:35.526 INFO:teuthology.orchestra.run.smithi092.stderr:21 Sep 00:05:35 ntpd[18595]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T00:05:35.526 INFO:teuthology.orchestra.run.smithi092.stderr:21 Sep 00:05:35 ntpd[18595]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T00:05:35.526 INFO:teuthology.orchestra.run.smithi092.stderr:21 Sep 00:05:35 ntpd[18595]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T00:05:35.526 INFO:teuthology.orchestra.run.smithi092.stderr:21 Sep 00:05:35 ntpd[18595]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T00:05:35.526 INFO:teuthology.orchestra.run.smithi092.stderr:21 Sep 00:05:35 ntpd[18595]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T00:05:35.526 INFO:teuthology.orchestra.run.smithi092.stderr:21 Sep 00:05:35 ntpd[18595]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T00:05:35.526 INFO:teuthology.orchestra.run.smithi092.stderr:21 Sep 00:05:35 ntpd[18595]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T00:05:35.527 INFO:teuthology.orchestra.run.smithi092.stderr:21 Sep 00:05:35 ntpd[18595]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T00:05:35.527 INFO:teuthology.orchestra.run.smithi092.stderr:21 Sep 00:05:35 ntpd[18595]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T00:05:35.554 INFO:teuthology.orchestra.run.smithi136.stderr:21 Sep 00:05:35 ntpd[18605]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T00:05:35.554 INFO:teuthology.orchestra.run.smithi136.stderr:21 Sep 00:05:35 ntpd[18605]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T00:05:35.554 INFO:teuthology.orchestra.run.smithi136.stderr:21 Sep 00:05:35 ntpd[18605]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T00:05:35.554 INFO:teuthology.orchestra.run.smithi136.stderr:21 Sep 00:05:35 ntpd[18605]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T00:05:35.554 INFO:teuthology.orchestra.run.smithi136.stderr:21 Sep 00:05:35 ntpd[18605]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T00:05:35.554 INFO:teuthology.orchestra.run.smithi136.stderr:21 Sep 00:05:35 ntpd[18605]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T00:05:36.523 INFO:teuthology.orchestra.run.smithi099.stderr:21 Sep 00:05:36 ntpd[18630]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T00:05:36.523 INFO:teuthology.orchestra.run.smithi099.stderr:21 Sep 00:05:36 ntpd[18630]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T00:05:36.523 INFO:teuthology.orchestra.run.smithi099.stderr:21 Sep 00:05:36 ntpd[18630]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T00:05:36.524 INFO:teuthology.orchestra.run.smithi099.stderr:21 Sep 00:05:36 ntpd[18630]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T00:05:36.524 INFO:teuthology.orchestra.run.smithi099.stderr:21 Sep 00:05:36 ntpd[18630]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T00:05:36.524 INFO:teuthology.orchestra.run.smithi099.stderr:21 Sep 00:05:36 ntpd[18630]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T00:05:36.526 INFO:teuthology.orchestra.run.smithi092.stderr:21 Sep 00:05:36 ntpd[18595]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T00:05:36.526 INFO:teuthology.orchestra.run.smithi092.stderr:21 Sep 00:05:36 ntpd[18595]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T00:05:36.526 INFO:teuthology.orchestra.run.smithi092.stderr:21 Sep 00:05:36 ntpd[18595]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T00:05:36.526 INFO:teuthology.orchestra.run.smithi092.stderr:21 Sep 00:05:36 ntpd[18595]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T00:05:36.526 INFO:teuthology.orchestra.run.smithi092.stderr:21 Sep 00:05:36 ntpd[18595]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T00:05:36.527 INFO:teuthology.orchestra.run.smithi092.stderr:21 Sep 00:05:36 ntpd[18595]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T00:05:36.554 INFO:teuthology.orchestra.run.smithi136.stderr:21 Sep 00:05:36 ntpd[18605]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T00:05:36.555 INFO:teuthology.orchestra.run.smithi136.stderr:21 Sep 00:05:36 ntpd[18605]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T00:05:36.555 INFO:teuthology.orchestra.run.smithi136.stderr:21 Sep 00:05:36 ntpd[18605]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T00:05:36.555 INFO:teuthology.orchestra.run.smithi136.stderr:21 Sep 00:05:36 ntpd[18605]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T00:05:36.555 INFO:teuthology.orchestra.run.smithi136.stderr:21 Sep 00:05:36 ntpd[18605]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T00:05:36.555 INFO:teuthology.orchestra.run.smithi136.stderr:21 Sep 00:05:36 ntpd[18605]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T00:05:36.555 INFO:teuthology.orchestra.run.smithi136.stderr:21 Sep 00:05:36 ntpd[18605]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T00:05:36.555 INFO:teuthology.orchestra.run.smithi136.stderr:21 Sep 00:05:36 ntpd[18605]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T00:05:36.555 INFO:teuthology.orchestra.run.smithi136.stderr:21 Sep 00:05:36 ntpd[18605]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T00:05:36.555 INFO:teuthology.orchestra.run.smithi136.stderr:21 Sep 00:05:36 ntpd[18605]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T00:05:36.555 INFO:teuthology.orchestra.run.smithi136.stderr:21 Sep 00:05:36 ntpd[18605]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T00:05:36.555 INFO:teuthology.orchestra.run.smithi136.stderr:21 Sep 00:05:36 ntpd[18605]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T00:05:37.523 INFO:teuthology.orchestra.run.smithi099.stderr:21 Sep 00:05:37 ntpd[18630]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T00:05:37.524 INFO:teuthology.orchestra.run.smithi099.stderr:21 Sep 00:05:37 ntpd[18630]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T00:05:37.524 INFO:teuthology.orchestra.run.smithi099.stderr:21 Sep 00:05:37 ntpd[18630]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T00:05:37.524 INFO:teuthology.orchestra.run.smithi099.stderr:21 Sep 00:05:37 ntpd[18630]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T00:05:37.524 INFO:teuthology.orchestra.run.smithi099.stderr:21 Sep 00:05:37 ntpd[18630]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T00:05:37.524 INFO:teuthology.orchestra.run.smithi099.stderr:21 Sep 00:05:37 ntpd[18630]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T00:05:37.524 INFO:teuthology.orchestra.run.smithi099.stderr:21 Sep 00:05:37 ntpd[18630]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T00:05:37.524 INFO:teuthology.orchestra.run.smithi099.stderr:21 Sep 00:05:37 ntpd[18630]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T00:05:37.524 INFO:teuthology.orchestra.run.smithi099.stderr:21 Sep 00:05:37 ntpd[18630]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T00:05:37.524 INFO:teuthology.orchestra.run.smithi099.stderr:21 Sep 00:05:37 ntpd[18630]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T00:05:37.524 INFO:teuthology.orchestra.run.smithi099.stderr:21 Sep 00:05:37 ntpd[18630]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T00:05:37.524 INFO:teuthology.orchestra.run.smithi099.stderr:21 Sep 00:05:37 ntpd[18630]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T00:05:37.526 INFO:teuthology.orchestra.run.smithi092.stderr:21 Sep 00:05:37 ntpd[18595]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T00:05:37.526 INFO:teuthology.orchestra.run.smithi092.stderr:21 Sep 00:05:37 ntpd[18595]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T00:05:37.526 INFO:teuthology.orchestra.run.smithi092.stderr:21 Sep 00:05:37 ntpd[18595]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T00:05:37.526 INFO:teuthology.orchestra.run.smithi092.stderr:21 Sep 00:05:37 ntpd[18595]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T00:05:37.526 INFO:teuthology.orchestra.run.smithi092.stderr:21 Sep 00:05:37 ntpd[18595]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T00:05:37.526 INFO:teuthology.orchestra.run.smithi092.stderr:21 Sep 00:05:37 ntpd[18595]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T00:05:37.526 INFO:teuthology.orchestra.run.smithi092.stderr:21 Sep 00:05:37 ntpd[18595]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T00:05:37.526 INFO:teuthology.orchestra.run.smithi092.stderr:21 Sep 00:05:37 ntpd[18595]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T00:05:37.526 INFO:teuthology.orchestra.run.smithi092.stderr:21 Sep 00:05:37 ntpd[18595]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T00:05:37.526 INFO:teuthology.orchestra.run.smithi092.stderr:21 Sep 00:05:37 ntpd[18595]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T00:05:37.527 INFO:teuthology.orchestra.run.smithi092.stderr:21 Sep 00:05:37 ntpd[18595]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T00:05:37.527 INFO:teuthology.orchestra.run.smithi092.stderr:21 Sep 00:05:37 ntpd[18595]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T00:05:37.554 INFO:teuthology.orchestra.run.smithi136.stderr:21 Sep 00:05:37 ntpd[18605]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T00:05:37.554 INFO:teuthology.orchestra.run.smithi136.stderr:21 Sep 00:05:37 ntpd[18605]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T00:05:37.554 INFO:teuthology.orchestra.run.smithi136.stderr:21 Sep 00:05:37 ntpd[18605]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T00:05:37.554 INFO:teuthology.orchestra.run.smithi136.stderr:21 Sep 00:05:37 ntpd[18605]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T00:05:37.554 INFO:teuthology.orchestra.run.smithi136.stderr:21 Sep 00:05:37 ntpd[18605]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T00:05:37.554 INFO:teuthology.orchestra.run.smithi136.stderr:21 Sep 00:05:37 ntpd[18605]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T00:05:38.523 INFO:teuthology.orchestra.run.smithi099.stderr:21 Sep 00:05:38 ntpd[18630]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T00:05:38.523 INFO:teuthology.orchestra.run.smithi099.stderr:21 Sep 00:05:38 ntpd[18630]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T00:05:38.523 INFO:teuthology.orchestra.run.smithi099.stderr:21 Sep 00:05:38 ntpd[18630]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T00:05:38.523 INFO:teuthology.orchestra.run.smithi099.stderr:21 Sep 00:05:38 ntpd[18630]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T00:05:38.523 INFO:teuthology.orchestra.run.smithi099.stderr:21 Sep 00:05:38 ntpd[18630]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T00:05:38.523 INFO:teuthology.orchestra.run.smithi099.stderr:21 Sep 00:05:38 ntpd[18630]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T00:05:38.525 INFO:teuthology.orchestra.run.smithi092.stderr:21 Sep 00:05:38 ntpd[18595]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T00:05:38.525 INFO:teuthology.orchestra.run.smithi092.stderr:21 Sep 00:05:38 ntpd[18595]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T00:05:38.525 INFO:teuthology.orchestra.run.smithi092.stderr:21 Sep 00:05:38 ntpd[18595]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T00:05:38.526 INFO:teuthology.orchestra.run.smithi092.stderr:21 Sep 00:05:38 ntpd[18595]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T00:05:38.526 INFO:teuthology.orchestra.run.smithi092.stderr:21 Sep 00:05:38 ntpd[18595]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T00:05:38.526 INFO:teuthology.orchestra.run.smithi092.stderr:21 Sep 00:05:38 ntpd[18595]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T00:05:38.554 INFO:teuthology.orchestra.run.smithi136.stderr:21 Sep 00:05:38 ntpd[18605]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T00:05:38.554 INFO:teuthology.orchestra.run.smithi136.stderr:21 Sep 00:05:38 ntpd[18605]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T00:05:38.554 INFO:teuthology.orchestra.run.smithi136.stderr:21 Sep 00:05:38 ntpd[18605]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T00:05:38.555 INFO:teuthology.orchestra.run.smithi136.stderr:21 Sep 00:05:38 ntpd[18605]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T00:05:38.555 INFO:teuthology.orchestra.run.smithi136.stderr:21 Sep 00:05:38 ntpd[18605]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T00:05:38.555 INFO:teuthology.orchestra.run.smithi136.stderr:21 Sep 00:05:38 ntpd[18605]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T00:05:38.555 INFO:teuthology.orchestra.run.smithi136.stderr:21 Sep 00:05:38 ntpd[18605]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T00:05:38.555 INFO:teuthology.orchestra.run.smithi136.stderr:21 Sep 00:05:38 ntpd[18605]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T00:05:38.555 INFO:teuthology.orchestra.run.smithi136.stderr:21 Sep 00:05:38 ntpd[18605]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T00:05:38.555 INFO:teuthology.orchestra.run.smithi136.stderr:21 Sep 00:05:38 ntpd[18605]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T00:05:38.555 INFO:teuthology.orchestra.run.smithi136.stderr:21 Sep 00:05:38 ntpd[18605]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T00:05:38.555 INFO:teuthology.orchestra.run.smithi136.stderr:21 Sep 00:05:38 ntpd[18605]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T00:05:39.523 INFO:teuthology.orchestra.run.smithi099.stderr:21 Sep 00:05:39 ntpd[18630]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T00:05:39.523 INFO:teuthology.orchestra.run.smithi099.stderr:21 Sep 00:05:39 ntpd[18630]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T00:05:39.523 INFO:teuthology.orchestra.run.smithi099.stderr:21 Sep 00:05:39 ntpd[18630]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T00:05:39.523 INFO:teuthology.orchestra.run.smithi099.stderr:21 Sep 00:05:39 ntpd[18630]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T00:05:39.524 INFO:teuthology.orchestra.run.smithi099.stderr:21 Sep 00:05:39 ntpd[18630]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T00:05:39.524 INFO:teuthology.orchestra.run.smithi099.stderr:21 Sep 00:05:39 ntpd[18630]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T00:05:39.524 INFO:teuthology.orchestra.run.smithi099.stderr:21 Sep 00:05:39 ntpd[18630]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T00:05:39.524 INFO:teuthology.orchestra.run.smithi099.stderr:21 Sep 00:05:39 ntpd[18630]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T00:05:39.524 INFO:teuthology.orchestra.run.smithi099.stdout:21 Sep 00:05:39 ntpd[18630]: ntpd: time slew -0.001622 s 2024-09-21T00:05:39.524 INFO:teuthology.orchestra.run.smithi099.stdout:ntpd: time slew -0.001622s 2024-09-21T00:05:39.524 INFO:teuthology.orchestra.run.smithi099.stderr:21 Sep 00:05:39 ntpd[18630]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-21T00:05:39.524 INFO:teuthology.orchestra.run.smithi099.stderr:21 Sep 00:05:39 ntpd[18630]: can't open /var/log/ntpstats/loopstats.20240921: Permission denied 2024-09-21T00:05:39.525 INFO:teuthology.orchestra.run.smithi092.stderr:21 Sep 00:05:39 ntpd[18595]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T00:05:39.526 INFO:teuthology.orchestra.run.smithi092.stderr:21 Sep 00:05:39 ntpd[18595]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T00:05:39.526 INFO:teuthology.orchestra.run.smithi092.stderr:21 Sep 00:05:39 ntpd[18595]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T00:05:39.526 INFO:teuthology.orchestra.run.smithi092.stderr:21 Sep 00:05:39 ntpd[18595]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T00:05:39.526 INFO:teuthology.orchestra.run.smithi092.stderr:21 Sep 00:05:39 ntpd[18595]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T00:05:39.526 INFO:teuthology.orchestra.run.smithi092.stderr:21 Sep 00:05:39 ntpd[18595]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T00:05:39.526 INFO:teuthology.orchestra.run.smithi092.stderr:21 Sep 00:05:39 ntpd[18595]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T00:05:39.526 INFO:teuthology.orchestra.run.smithi092.stderr:21 Sep 00:05:39 ntpd[18595]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T00:05:39.526 INFO:teuthology.orchestra.run.smithi092.stdout:21 Sep 00:05:39 ntpd[18595]: ntpd: time slew -0.002186 s 2024-09-21T00:05:39.526 INFO:teuthology.orchestra.run.smithi092.stdout:ntpd: time slew -0.002186s 2024-09-21T00:05:39.527 INFO:teuthology.orchestra.run.smithi092.stderr:21 Sep 00:05:39 ntpd[18595]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-21T00:05:39.527 INFO:teuthology.orchestra.run.smithi092.stderr:21 Sep 00:05:39 ntpd[18595]: can't open /var/log/ntpstats/loopstats.20240921: Permission denied 2024-09-21T00:05:39.554 INFO:teuthology.orchestra.run.smithi136.stderr:21 Sep 00:05:39 ntpd[18605]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T00:05:39.554 INFO:teuthology.orchestra.run.smithi136.stderr:21 Sep 00:05:39 ntpd[18605]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T00:05:39.554 INFO:teuthology.orchestra.run.smithi136.stderr:21 Sep 00:05:39 ntpd[18605]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T00:05:39.554 INFO:teuthology.orchestra.run.smithi136.stderr:21 Sep 00:05:39 ntpd[18605]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T00:05:39.554 INFO:teuthology.orchestra.run.smithi136.stderr:21 Sep 00:05:39 ntpd[18605]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T00:05:39.554 INFO:teuthology.orchestra.run.smithi136.stderr:21 Sep 00:05:39 ntpd[18605]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T00:05:39.555 INFO:teuthology.orchestra.run.smithi136.stdout:21 Sep 00:05:39 ntpd[18605]: ntpd: time slew -0.001189 s 2024-09-21T00:05:39.555 INFO:teuthology.orchestra.run.smithi136.stdout:ntpd: time slew -0.001189s 2024-09-21T00:05:39.555 INFO:teuthology.orchestra.run.smithi136.stderr:21 Sep 00:05:39 ntpd[18605]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-21T00:05:39.555 INFO:teuthology.orchestra.run.smithi136.stderr:21 Sep 00:05:39 ntpd[18605]: can't open /var/log/ntpstats/loopstats.20240921: Permission denied 2024-09-21T00:05:39.577 INFO:teuthology.orchestra.run.smithi092.stdout: remote refid st t when poll reach delay offset jitter 2024-09-21T00:05:39.577 INFO:teuthology.orchestra.run.smithi092.stdout:============================================================================== 2024-09-21T00:05:39.578 INFO:teuthology.orchestra.run.smithi092.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T00:05:39.578 INFO:teuthology.orchestra.run.smithi092.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T00:05:39.578 INFO:teuthology.orchestra.run.smithi092.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T00:05:39.578 INFO:teuthology.orchestra.run.smithi092.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T00:05:39.583 INFO:teuthology.orchestra.run.smithi099.stdout: remote refid st t when poll reach delay offset jitter 2024-09-21T00:05:39.583 INFO:teuthology.orchestra.run.smithi099.stdout:============================================================================== 2024-09-21T00:05:39.583 INFO:teuthology.orchestra.run.smithi099.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T00:05:39.583 INFO:teuthology.orchestra.run.smithi099.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T00:05:39.583 INFO:teuthology.orchestra.run.smithi099.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T00:05:39.583 INFO:teuthology.orchestra.run.smithi099.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T00:05:39.618 INFO:teuthology.orchestra.run.smithi136.stdout: remote refid st t when poll reach delay offset jitter 2024-09-21T00:05:39.619 INFO:teuthology.orchestra.run.smithi136.stdout:============================================================================== 2024-09-21T00:05:39.619 INFO:teuthology.orchestra.run.smithi136.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T00:05:39.619 INFO:teuthology.orchestra.run.smithi136.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T00:05:39.619 INFO:teuthology.orchestra.run.smithi136.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T00:05:39.619 INFO:teuthology.orchestra.run.smithi136.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T00:05:39.620 INFO:teuthology.run_tasks:Running task install... 2024-09-21T00:05:39.629 DEBUG:teuthology.task.install:project ceph 2024-09-21T00:05:39.629 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '9e2ac70bb7aea67d34f0d50002344abbe7803736'}} 2024-09-21T00:05:39.629 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '9e2ac70bb7aea67d34f0d50002344abbe7803736'} 2024-09-21T00:05:39.630 INFO:teuthology.task.install:Using flavor: default 2024-09-21T00:05:39.634 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-09-21T00:05:39.634 INFO:teuthology.task.install:extra packages: [] 2024-09-21T00:05:39.635 DEBUG:teuthology.orchestra.run.smithi092:> sudo apt-key list | grep Ceph 2024-09-21T00:05:39.635 DEBUG:teuthology.orchestra.run.smithi099:> sudo apt-key list | grep Ceph 2024-09-21T00:05:39.636 DEBUG:teuthology.orchestra.run.smithi136:> sudo apt-key list | grep Ceph 2024-09-21T00:05:39.693 INFO:teuthology.orchestra.run.smithi099.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-09-21T00:05:39.694 INFO:teuthology.orchestra.run.smithi092.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-09-21T00:05:39.721 INFO:teuthology.orchestra.run.smithi092.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-09-21T00:05:39.721 INFO:teuthology.orchestra.run.smithi092.stdout:uid [ unknown] Ceph.com (release key) 2024-09-21T00:05:39.722 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-09-21T00:05:39.722 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 2024-09-21T00:05:39.726 INFO:teuthology.orchestra.run.smithi136.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-09-21T00:05:39.727 INFO:teuthology.orchestra.run.smithi099.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-09-21T00:05:39.727 INFO:teuthology.orchestra.run.smithi099.stdout:uid [ unknown] Ceph.com (release key) 2024-09-21T00:05:39.727 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-09-21T00:05:39.727 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 2024-09-21T00:05:39.761 INFO:teuthology.orchestra.run.smithi136.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-09-21T00:05:39.761 INFO:teuthology.orchestra.run.smithi136.stdout:uid [ unknown] Ceph.com (release key) 2024-09-21T00:05:39.761 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-09-21T00:05:39.762 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 2024-09-21T00:05:39.863 INFO:teuthology.task.install.deb:Pulling from https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default/ 2024-09-21T00:05:39.863 INFO:teuthology.task.install.deb:Package version is 19.1.1-367-g9e2ac70b-1jammy 2024-09-21T00:05:39.873 INFO:teuthology.task.install.deb:Pulling from https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default/ 2024-09-21T00:05:39.873 INFO:teuthology.task.install.deb:Package version is 19.1.1-367-g9e2ac70b-1jammy 2024-09-21T00:05:39.904 INFO:teuthology.task.install.deb:Pulling from https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default/ 2024-09-21T00:05:39.904 INFO:teuthology.task.install.deb:Package version is 19.1.1-367-g9e2ac70b-1jammy 2024-09-21T00:05:39.971 DEBUG:teuthology.orchestra.run.smithi099:> set -ex 2024-09-21T00:05:39.971 DEBUG:teuthology.orchestra.run.smithi099:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-09-21T00:05:39.980 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2024-09-21T00:05:39.981 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-09-21T00:05:39.984 DEBUG:teuthology.orchestra.run.smithi099:> sudo apt-get update 2024-09-21T00:05:39.994 DEBUG:teuthology.orchestra.run.smithi092:> sudo apt-get update 2024-09-21T00:05:40.009 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-09-21T00:05:40.009 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-09-21T00:05:40.023 DEBUG:teuthology.orchestra.run.smithi136:> sudo apt-get update 2024-09-21T00:05:40.186 INFO:teuthology.orchestra.run.smithi136.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-21T00:05:40.187 INFO:teuthology.orchestra.run.smithi136.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-21T00:05:40.197 INFO:teuthology.orchestra.run.smithi136.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-21T00:05:40.205 INFO:teuthology.orchestra.run.smithi099.stdout:Ign:1 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy InRelease 2024-09-21T00:05:40.215 INFO:teuthology.orchestra.run.smithi136.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-21T00:05:40.217 INFO:teuthology.orchestra.run.smithi092.stdout:Ign:1 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy InRelease 2024-09-21T00:05:40.226 INFO:teuthology.orchestra.run.smithi099.stdout:Get:2 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy Release [6,978 B] 2024-09-21T00:05:40.238 INFO:teuthology.orchestra.run.smithi092.stdout:Get:2 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy Release [6,978 B] 2024-09-21T00:05:40.240 INFO:teuthology.orchestra.run.smithi136.stdout:Ign:5 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy InRelease 2024-09-21T00:05:40.249 INFO:teuthology.orchestra.run.smithi099.stdout:Ign:3 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy Release.gpg 2024-09-21T00:05:40.262 INFO:teuthology.orchestra.run.smithi092.stdout:Ign:3 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy Release.gpg 2024-09-21T00:05:40.262 INFO:teuthology.orchestra.run.smithi136.stdout:Get:6 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy Release [6,978 B] 2024-09-21T00:05:40.270 INFO:teuthology.orchestra.run.smithi099.stdout:Get:4 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 Packages [17.9 kB] 2024-09-21T00:05:40.283 INFO:teuthology.orchestra.run.smithi092.stdout:Get:4 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,410 B] 2024-09-21T00:05:40.284 INFO:teuthology.orchestra.run.smithi136.stdout:Ign:7 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy Release.gpg 2024-09-21T00:05:40.288 INFO:teuthology.orchestra.run.smithi099.stdout:Hit:5 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-21T00:05:40.291 INFO:teuthology.orchestra.run.smithi099.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-21T00:05:40.302 INFO:teuthology.orchestra.run.smithi092.stdout:Hit:5 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-21T00:05:40.302 INFO:teuthology.orchestra.run.smithi092.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-21T00:05:40.305 INFO:teuthology.orchestra.run.smithi136.stdout:Get:8 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,410 B] 2024-09-21T00:05:40.309 INFO:teuthology.orchestra.run.smithi099.stdout:Get:7 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,410 B] 2024-09-21T00:05:40.323 INFO:teuthology.orchestra.run.smithi092.stdout:Get:7 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 Packages [17.9 kB] 2024-09-21T00:05:40.331 INFO:teuthology.orchestra.run.smithi136.stdout:Get:9 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 Packages [17.9 kB] 2024-09-21T00:05:40.354 INFO:teuthology.orchestra.run.smithi099.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-21T00:05:40.366 INFO:teuthology.orchestra.run.smithi092.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-21T00:05:40.528 INFO:teuthology.orchestra.run.smithi136.stdout:Fetched 28.3 kB in 0s (86.0 kB/s) 2024-09-21T00:05:40.711 INFO:teuthology.orchestra.run.smithi099.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-21T00:05:40.728 INFO:teuthology.orchestra.run.smithi092.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-21T00:05:40.892 INFO:teuthology.orchestra.run.smithi092.stdout:Fetched 285 kB in 1s (401 kB/s) 2024-09-21T00:05:40.895 INFO:teuthology.orchestra.run.smithi099.stdout:Fetched 285 kB in 1s (393 kB/s) 2024-09-21T00:05:41.544 INFO:teuthology.orchestra.run.smithi136.stdout:Reading package lists... 2024-09-21T00:05:41.561 DEBUG:teuthology.orchestra.run.smithi136:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.1.1-367-g9e2ac70b-1jammy cephadm=19.1.1-367-g9e2ac70b-1jammy ceph-mds=19.1.1-367-g9e2ac70b-1jammy ceph-mgr=19.1.1-367-g9e2ac70b-1jammy ceph-common=19.1.1-367-g9e2ac70b-1jammy ceph-fuse=19.1.1-367-g9e2ac70b-1jammy ceph-test=19.1.1-367-g9e2ac70b-1jammy ceph-volume=19.1.1-367-g9e2ac70b-1jammy radosgw=19.1.1-367-g9e2ac70b-1jammy python3-rados=19.1.1-367-g9e2ac70b-1jammy python3-rgw=19.1.1-367-g9e2ac70b-1jammy python3-cephfs=19.1.1-367-g9e2ac70b-1jammy python3-rbd=19.1.1-367-g9e2ac70b-1jammy libcephfs2=19.1.1-367-g9e2ac70b-1jammy libcephfs-dev=19.1.1-367-g9e2ac70b-1jammy librados2=19.1.1-367-g9e2ac70b-1jammy librbd1=19.1.1-367-g9e2ac70b-1jammy rbd-fuse=19.1.1-367-g9e2ac70b-1jammy 2024-09-21T00:05:41.615 INFO:teuthology.orchestra.run.smithi136.stdout:Reading package lists... 2024-09-21T00:05:41.804 INFO:teuthology.orchestra.run.smithi136.stdout:Building dependency tree... 2024-09-21T00:05:41.804 INFO:teuthology.orchestra.run.smithi136.stdout:Reading state information... 2024-09-21T00:05:41.904 INFO:teuthology.orchestra.run.smithi092.stdout:Reading package lists... 2024-09-21T00:05:41.922 DEBUG:teuthology.orchestra.run.smithi092:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.1.1-367-g9e2ac70b-1jammy cephadm=19.1.1-367-g9e2ac70b-1jammy ceph-mds=19.1.1-367-g9e2ac70b-1jammy ceph-mgr=19.1.1-367-g9e2ac70b-1jammy ceph-common=19.1.1-367-g9e2ac70b-1jammy ceph-fuse=19.1.1-367-g9e2ac70b-1jammy ceph-test=19.1.1-367-g9e2ac70b-1jammy ceph-volume=19.1.1-367-g9e2ac70b-1jammy radosgw=19.1.1-367-g9e2ac70b-1jammy python3-rados=19.1.1-367-g9e2ac70b-1jammy python3-rgw=19.1.1-367-g9e2ac70b-1jammy python3-cephfs=19.1.1-367-g9e2ac70b-1jammy python3-rbd=19.1.1-367-g9e2ac70b-1jammy libcephfs2=19.1.1-367-g9e2ac70b-1jammy libcephfs-dev=19.1.1-367-g9e2ac70b-1jammy librados2=19.1.1-367-g9e2ac70b-1jammy librbd1=19.1.1-367-g9e2ac70b-1jammy rbd-fuse=19.1.1-367-g9e2ac70b-1jammy 2024-09-21T00:05:41.953 INFO:teuthology.orchestra.run.smithi099.stdout:Reading package lists... 2024-09-21T00:05:41.969 DEBUG:teuthology.orchestra.run.smithi099:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.1.1-367-g9e2ac70b-1jammy cephadm=19.1.1-367-g9e2ac70b-1jammy ceph-mds=19.1.1-367-g9e2ac70b-1jammy ceph-mgr=19.1.1-367-g9e2ac70b-1jammy ceph-common=19.1.1-367-g9e2ac70b-1jammy ceph-fuse=19.1.1-367-g9e2ac70b-1jammy ceph-test=19.1.1-367-g9e2ac70b-1jammy ceph-volume=19.1.1-367-g9e2ac70b-1jammy radosgw=19.1.1-367-g9e2ac70b-1jammy python3-rados=19.1.1-367-g9e2ac70b-1jammy python3-rgw=19.1.1-367-g9e2ac70b-1jammy python3-cephfs=19.1.1-367-g9e2ac70b-1jammy python3-rbd=19.1.1-367-g9e2ac70b-1jammy libcephfs2=19.1.1-367-g9e2ac70b-1jammy libcephfs-dev=19.1.1-367-g9e2ac70b-1jammy librados2=19.1.1-367-g9e2ac70b-1jammy librbd1=19.1.1-367-g9e2ac70b-1jammy rbd-fuse=19.1.1-367-g9e2ac70b-1jammy 2024-09-21T00:05:41.976 INFO:teuthology.orchestra.run.smithi092.stdout:Reading package lists... 2024-09-21T00:05:41.992 INFO:teuthology.orchestra.run.smithi136.stdout:The following packages were automatically installed and are no longer required: 2024-09-21T00:05:41.993 INFO:teuthology.orchestra.run.smithi136.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-21T00:05:41.993 INFO:teuthology.orchestra.run.smithi136.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-21T00:05:41.993 INFO:teuthology.orchestra.run.smithi136.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-21T00:05:41.993 INFO:teuthology.orchestra.run.smithi136.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-21T00:05:41.993 INFO:teuthology.orchestra.run.smithi136.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-21T00:05:41.994 INFO:teuthology.orchestra.run.smithi136.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-21T00:05:41.995 INFO:teuthology.orchestra.run.smithi136.stdout:The following additional packages will be installed: 2024-09-21T00:05:41.995 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-09-21T00:05:41.995 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-09-21T00:05:41.995 INFO:teuthology.orchestra.run.smithi136.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-09-21T00:05:41.995 INFO:teuthology.orchestra.run.smithi136.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-09-21T00:05:41.997 INFO:teuthology.orchestra.run.smithi136.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-09-21T00:05:41.997 INFO:teuthology.orchestra.run.smithi136.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-09-21T00:05:41.997 INFO:teuthology.orchestra.run.smithi136.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-09-21T00:05:41.997 INFO:teuthology.orchestra.run.smithi136.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-09-21T00:05:41.997 INFO:teuthology.orchestra.run.smithi136.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-09-21T00:05:41.997 INFO:teuthology.orchestra.run.smithi136.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-09-21T00:05:41.997 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-09-21T00:05:41.998 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-09-21T00:05:41.998 INFO:teuthology.orchestra.run.smithi136.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-09-21T00:05:41.998 INFO:teuthology.orchestra.run.smithi136.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-09-21T00:05:41.998 INFO:teuthology.orchestra.run.smithi136.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-09-21T00:05:41.998 INFO:teuthology.orchestra.run.smithi136.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-09-21T00:05:41.998 INFO:teuthology.orchestra.run.smithi136.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-09-21T00:05:41.998 INFO:teuthology.orchestra.run.smithi136.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-09-21T00:05:41.998 INFO:teuthology.orchestra.run.smithi136.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-09-21T00:05:41.998 INFO:teuthology.orchestra.run.smithi136.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-09-21T00:05:41.999 INFO:teuthology.orchestra.run.smithi136.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-09-21T00:05:41.999 INFO:teuthology.orchestra.run.smithi136.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-09-21T00:05:41.999 INFO:teuthology.orchestra.run.smithi136.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-09-21T00:05:41.999 INFO:teuthology.orchestra.run.smithi136.stdout: xmlstarlet zip 2024-09-21T00:05:41.999 INFO:teuthology.orchestra.run.smithi136.stdout:Suggested packages: 2024-09-21T00:05:41.999 INFO:teuthology.orchestra.run.smithi136.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-09-21T00:05:41.999 INFO:teuthology.orchestra.run.smithi136.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-09-21T00:05:41.999 INFO:teuthology.orchestra.run.smithi136.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-09-21T00:05:41.999 INFO:teuthology.orchestra.run.smithi136.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-09-21T00:05:41.999 INFO:teuthology.orchestra.run.smithi136.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-09-21T00:05:41.999 INFO:teuthology.orchestra.run.smithi136.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-09-21T00:05:42.000 INFO:teuthology.orchestra.run.smithi136.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-09-21T00:05:42.000 INFO:teuthology.orchestra.run.smithi136.stdout:Recommended packages: 2024-09-21T00:05:42.000 INFO:teuthology.orchestra.run.smithi136.stdout: btrfs-tools 2024-09-21T00:05:42.031 INFO:teuthology.orchestra.run.smithi099.stdout:Reading package lists... 2024-09-21T00:05:42.101 INFO:teuthology.orchestra.run.smithi136.stdout:The following NEW packages will be installed: 2024-09-21T00:05:42.101 INFO:teuthology.orchestra.run.smithi136.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-09-21T00:05:42.101 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-09-21T00:05:42.101 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-09-21T00:05:42.102 INFO:teuthology.orchestra.run.smithi136.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-09-21T00:05:42.102 INFO:teuthology.orchestra.run.smithi136.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-09-21T00:05:42.102 INFO:teuthology.orchestra.run.smithi136.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-09-21T00:05:42.103 INFO:teuthology.orchestra.run.smithi136.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-09-21T00:05:42.103 INFO:teuthology.orchestra.run.smithi136.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-09-21T00:05:42.103 INFO:teuthology.orchestra.run.smithi136.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-09-21T00:05:42.103 INFO:teuthology.orchestra.run.smithi136.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-09-21T00:05:42.103 INFO:teuthology.orchestra.run.smithi136.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-09-21T00:05:42.104 INFO:teuthology.orchestra.run.smithi136.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-09-21T00:05:42.104 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-09-21T00:05:42.104 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-09-21T00:05:42.104 INFO:teuthology.orchestra.run.smithi136.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-09-21T00:05:42.104 INFO:teuthology.orchestra.run.smithi136.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-09-21T00:05:42.104 INFO:teuthology.orchestra.run.smithi136.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-09-21T00:05:42.104 INFO:teuthology.orchestra.run.smithi136.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-09-21T00:05:42.104 INFO:teuthology.orchestra.run.smithi136.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-09-21T00:05:42.105 INFO:teuthology.orchestra.run.smithi136.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-09-21T00:05:42.105 INFO:teuthology.orchestra.run.smithi136.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-09-21T00:05:42.105 INFO:teuthology.orchestra.run.smithi136.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-09-21T00:05:42.105 INFO:teuthology.orchestra.run.smithi136.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-09-21T00:05:42.105 INFO:teuthology.orchestra.run.smithi136.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-09-21T00:05:42.105 INFO:teuthology.orchestra.run.smithi136.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-09-21T00:05:42.105 INFO:teuthology.orchestra.run.smithi136.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-09-21T00:05:42.161 INFO:teuthology.orchestra.run.smithi092.stdout:Building dependency tree... 2024-09-21T00:05:42.162 INFO:teuthology.orchestra.run.smithi092.stdout:Reading state information... 2024-09-21T00:05:42.164 INFO:teuthology.orchestra.run.smithi136.stdout:0 upgraded, 118 newly installed, 0 to remove and 332 not upgraded. 2024-09-21T00:05:42.164 INFO:teuthology.orchestra.run.smithi136.stdout:Need to get 181 MB of archives. 2024-09-21T00:05:42.164 INFO:teuthology.orchestra.run.smithi136.stdout:After this operation, 830 MB of additional disk space will be used. 2024-09-21T00:05:42.164 INFO:teuthology.orchestra.run.smithi136.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-09-21T00:05:42.242 INFO:teuthology.orchestra.run.smithi099.stdout:Building dependency tree... 2024-09-21T00:05:42.243 INFO:teuthology.orchestra.run.smithi099.stdout:Reading state information... 2024-09-21T00:05:42.247 INFO:teuthology.orchestra.run.smithi136.stdout:Get:2 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.1.1-367-g9e2ac70b-1jammy [3,591 kB] 2024-09-21T00:05:42.349 INFO:teuthology.orchestra.run.smithi092.stdout:The following packages were automatically installed and are no longer required: 2024-09-21T00:05:42.349 INFO:teuthology.orchestra.run.smithi092.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-21T00:05:42.349 INFO:teuthology.orchestra.run.smithi092.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-21T00:05:42.349 INFO:teuthology.orchestra.run.smithi092.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-21T00:05:42.349 INFO:teuthology.orchestra.run.smithi092.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-21T00:05:42.350 INFO:teuthology.orchestra.run.smithi092.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-21T00:05:42.350 INFO:teuthology.orchestra.run.smithi092.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-21T00:05:42.350 INFO:teuthology.orchestra.run.smithi092.stdout:The following additional packages will be installed: 2024-09-21T00:05:42.350 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-09-21T00:05:42.351 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-09-21T00:05:42.351 INFO:teuthology.orchestra.run.smithi092.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-09-21T00:05:42.351 INFO:teuthology.orchestra.run.smithi092.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-09-21T00:05:42.352 INFO:teuthology.orchestra.run.smithi092.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-09-21T00:05:42.352 INFO:teuthology.orchestra.run.smithi092.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-09-21T00:05:42.352 INFO:teuthology.orchestra.run.smithi092.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-09-21T00:05:42.352 INFO:teuthology.orchestra.run.smithi092.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-09-21T00:05:42.352 INFO:teuthology.orchestra.run.smithi092.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-09-21T00:05:42.352 INFO:teuthology.orchestra.run.smithi092.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-09-21T00:05:42.352 INFO:teuthology.orchestra.run.smithi092.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-09-21T00:05:42.352 INFO:teuthology.orchestra.run.smithi092.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-09-21T00:05:42.352 INFO:teuthology.orchestra.run.smithi092.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-09-21T00:05:42.353 INFO:teuthology.orchestra.run.smithi092.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-09-21T00:05:42.353 INFO:teuthology.orchestra.run.smithi092.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-09-21T00:05:42.353 INFO:teuthology.orchestra.run.smithi092.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-09-21T00:05:42.353 INFO:teuthology.orchestra.run.smithi092.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-09-21T00:05:42.353 INFO:teuthology.orchestra.run.smithi092.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-09-21T00:05:42.353 INFO:teuthology.orchestra.run.smithi092.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-09-21T00:05:42.353 INFO:teuthology.orchestra.run.smithi092.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-09-21T00:05:42.353 INFO:teuthology.orchestra.run.smithi092.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-09-21T00:05:42.353 INFO:teuthology.orchestra.run.smithi092.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-09-21T00:05:42.353 INFO:teuthology.orchestra.run.smithi092.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-09-21T00:05:42.353 INFO:teuthology.orchestra.run.smithi092.stdout: xmlstarlet zip 2024-09-21T00:05:42.354 INFO:teuthology.orchestra.run.smithi092.stdout:Suggested packages: 2024-09-21T00:05:42.354 INFO:teuthology.orchestra.run.smithi092.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-09-21T00:05:42.354 INFO:teuthology.orchestra.run.smithi092.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-09-21T00:05:42.354 INFO:teuthology.orchestra.run.smithi092.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-09-21T00:05:42.354 INFO:teuthology.orchestra.run.smithi092.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-09-21T00:05:42.354 INFO:teuthology.orchestra.run.smithi092.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-09-21T00:05:42.354 INFO:teuthology.orchestra.run.smithi092.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-09-21T00:05:42.354 INFO:teuthology.orchestra.run.smithi092.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-09-21T00:05:42.355 INFO:teuthology.orchestra.run.smithi092.stdout:Recommended packages: 2024-09-21T00:05:42.355 INFO:teuthology.orchestra.run.smithi092.stdout: btrfs-tools 2024-09-21T00:05:42.437 INFO:teuthology.orchestra.run.smithi099.stdout:The following packages were automatically installed and are no longer required: 2024-09-21T00:05:42.438 INFO:teuthology.orchestra.run.smithi099.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-21T00:05:42.438 INFO:teuthology.orchestra.run.smithi099.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-21T00:05:42.438 INFO:teuthology.orchestra.run.smithi099.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-21T00:05:42.439 INFO:teuthology.orchestra.run.smithi099.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-21T00:05:42.439 INFO:teuthology.orchestra.run.smithi099.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-21T00:05:42.439 INFO:teuthology.orchestra.run.smithi099.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-21T00:05:42.439 INFO:teuthology.orchestra.run.smithi099.stdout:The following additional packages will be installed: 2024-09-21T00:05:42.439 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-09-21T00:05:42.439 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-09-21T00:05:42.440 INFO:teuthology.orchestra.run.smithi099.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-09-21T00:05:42.440 INFO:teuthology.orchestra.run.smithi099.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-09-21T00:05:42.441 INFO:teuthology.orchestra.run.smithi099.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-09-21T00:05:42.441 INFO:teuthology.orchestra.run.smithi099.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-09-21T00:05:42.441 INFO:teuthology.orchestra.run.smithi099.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-09-21T00:05:42.441 INFO:teuthology.orchestra.run.smithi099.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-09-21T00:05:42.442 INFO:teuthology.orchestra.run.smithi099.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-09-21T00:05:42.442 INFO:teuthology.orchestra.run.smithi099.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-09-21T00:05:42.442 INFO:teuthology.orchestra.run.smithi099.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-09-21T00:05:42.442 INFO:teuthology.orchestra.run.smithi099.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-09-21T00:05:42.442 INFO:teuthology.orchestra.run.smithi099.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-09-21T00:05:42.442 INFO:teuthology.orchestra.run.smithi099.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-09-21T00:05:42.442 INFO:teuthology.orchestra.run.smithi099.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-09-21T00:05:42.442 INFO:teuthology.orchestra.run.smithi099.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-09-21T00:05:42.442 INFO:teuthology.orchestra.run.smithi099.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-09-21T00:05:42.442 INFO:teuthology.orchestra.run.smithi099.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-09-21T00:05:42.443 INFO:teuthology.orchestra.run.smithi099.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-09-21T00:05:42.443 INFO:teuthology.orchestra.run.smithi099.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-09-21T00:05:42.443 INFO:teuthology.orchestra.run.smithi099.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-09-21T00:05:42.443 INFO:teuthology.orchestra.run.smithi099.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-09-21T00:05:42.443 INFO:teuthology.orchestra.run.smithi099.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-09-21T00:05:42.443 INFO:teuthology.orchestra.run.smithi099.stdout: xmlstarlet zip 2024-09-21T00:05:42.443 INFO:teuthology.orchestra.run.smithi099.stdout:Suggested packages: 2024-09-21T00:05:42.443 INFO:teuthology.orchestra.run.smithi099.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-09-21T00:05:42.444 INFO:teuthology.orchestra.run.smithi099.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-09-21T00:05:42.444 INFO:teuthology.orchestra.run.smithi099.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-09-21T00:05:42.444 INFO:teuthology.orchestra.run.smithi099.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-09-21T00:05:42.444 INFO:teuthology.orchestra.run.smithi099.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-09-21T00:05:42.444 INFO:teuthology.orchestra.run.smithi099.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-09-21T00:05:42.444 INFO:teuthology.orchestra.run.smithi099.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-09-21T00:05:42.444 INFO:teuthology.orchestra.run.smithi099.stdout:Recommended packages: 2024-09-21T00:05:42.444 INFO:teuthology.orchestra.run.smithi099.stdout: btrfs-tools 2024-09-21T00:05:42.445 INFO:teuthology.orchestra.run.smithi136.stdout:Get:3 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.1.1-367-g9e2ac70b-1jammy [3,241 kB] 2024-09-21T00:05:42.455 INFO:teuthology.orchestra.run.smithi092.stdout:The following NEW packages will be installed: 2024-09-21T00:05:42.455 INFO:teuthology.orchestra.run.smithi092.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-09-21T00:05:42.456 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-09-21T00:05:42.456 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-09-21T00:05:42.456 INFO:teuthology.orchestra.run.smithi092.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-09-21T00:05:42.456 INFO:teuthology.orchestra.run.smithi092.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-09-21T00:05:42.456 INFO:teuthology.orchestra.run.smithi092.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-09-21T00:05:42.457 INFO:teuthology.orchestra.run.smithi092.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-09-21T00:05:42.457 INFO:teuthology.orchestra.run.smithi092.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-09-21T00:05:42.458 INFO:teuthology.orchestra.run.smithi092.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-09-21T00:05:42.458 INFO:teuthology.orchestra.run.smithi092.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-09-21T00:05:42.458 INFO:teuthology.orchestra.run.smithi092.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-09-21T00:05:42.458 INFO:teuthology.orchestra.run.smithi092.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-09-21T00:05:42.458 INFO:teuthology.orchestra.run.smithi092.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-09-21T00:05:42.458 INFO:teuthology.orchestra.run.smithi092.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-09-21T00:05:42.458 INFO:teuthology.orchestra.run.smithi092.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-09-21T00:05:42.458 INFO:teuthology.orchestra.run.smithi092.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-09-21T00:05:42.458 INFO:teuthology.orchestra.run.smithi092.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-09-21T00:05:42.458 INFO:teuthology.orchestra.run.smithi092.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-09-21T00:05:42.458 INFO:teuthology.orchestra.run.smithi092.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-09-21T00:05:42.458 INFO:teuthology.orchestra.run.smithi092.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-09-21T00:05:42.459 INFO:teuthology.orchestra.run.smithi092.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-09-21T00:05:42.459 INFO:teuthology.orchestra.run.smithi092.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-09-21T00:05:42.459 INFO:teuthology.orchestra.run.smithi092.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-09-21T00:05:42.459 INFO:teuthology.orchestra.run.smithi092.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-09-21T00:05:42.459 INFO:teuthology.orchestra.run.smithi092.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-09-21T00:05:42.459 INFO:teuthology.orchestra.run.smithi092.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-09-21T00:05:42.490 INFO:teuthology.orchestra.run.smithi136.stdout:Get:4 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.1.1-367-g9e2ac70b-1jammy [719 kB] 2024-09-21T00:05:42.500 INFO:teuthology.orchestra.run.smithi136.stdout:Get:5 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.1.1-367-g9e2ac70b-1jammy [357 kB] 2024-09-21T00:05:42.506 INFO:teuthology.orchestra.run.smithi136.stdout:Get:6 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.1.1-367-g9e2ac70b-1jammy [32.8 kB] 2024-09-21T00:05:42.507 INFO:teuthology.orchestra.run.smithi136.stdout:Get:7 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.1.1-367-g9e2ac70b-1jammy [180 kB] 2024-09-21T00:05:42.509 INFO:teuthology.orchestra.run.smithi136.stdout:Get:8 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.1.1-367-g9e2ac70b-1jammy [67.8 kB] 2024-09-21T00:05:42.511 INFO:teuthology.orchestra.run.smithi136.stdout:Get:9 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.1.1-367-g9e2ac70b-1jammy [333 kB] 2024-09-21T00:05:42.516 INFO:teuthology.orchestra.run.smithi136.stdout:Get:10 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.1.1-367-g9e2ac70b-1jammy [6,875 kB] 2024-09-21T00:05:42.517 INFO:teuthology.orchestra.run.smithi092.stdout:0 upgraded, 118 newly installed, 0 to remove and 332 not upgraded. 2024-09-21T00:05:42.517 INFO:teuthology.orchestra.run.smithi092.stdout:Need to get 181 MB of archives. 2024-09-21T00:05:42.517 INFO:teuthology.orchestra.run.smithi092.stdout:After this operation, 830 MB of additional disk space will be used. 2024-09-21T00:05:42.517 INFO:teuthology.orchestra.run.smithi092.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-09-21T00:05:42.545 INFO:teuthology.orchestra.run.smithi099.stdout:The following NEW packages will be installed: 2024-09-21T00:05:42.545 INFO:teuthology.orchestra.run.smithi099.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-09-21T00:05:42.545 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-09-21T00:05:42.545 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-09-21T00:05:42.545 INFO:teuthology.orchestra.run.smithi099.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-09-21T00:05:42.546 INFO:teuthology.orchestra.run.smithi099.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-09-21T00:05:42.546 INFO:teuthology.orchestra.run.smithi099.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-09-21T00:05:42.547 INFO:teuthology.orchestra.run.smithi099.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-09-21T00:05:42.547 INFO:teuthology.orchestra.run.smithi099.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-09-21T00:05:42.547 INFO:teuthology.orchestra.run.smithi099.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-09-21T00:05:42.547 INFO:teuthology.orchestra.run.smithi099.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-09-21T00:05:42.547 INFO:teuthology.orchestra.run.smithi099.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-09-21T00:05:42.547 INFO:teuthology.orchestra.run.smithi099.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-09-21T00:05:42.547 INFO:teuthology.orchestra.run.smithi099.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-09-21T00:05:42.547 INFO:teuthology.orchestra.run.smithi099.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-09-21T00:05:42.547 INFO:teuthology.orchestra.run.smithi099.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-09-21T00:05:42.547 INFO:teuthology.orchestra.run.smithi099.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-09-21T00:05:42.547 INFO:teuthology.orchestra.run.smithi099.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-09-21T00:05:42.547 INFO:teuthology.orchestra.run.smithi099.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-09-21T00:05:42.547 INFO:teuthology.orchestra.run.smithi099.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-09-21T00:05:42.548 INFO:teuthology.orchestra.run.smithi099.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-09-21T00:05:42.548 INFO:teuthology.orchestra.run.smithi099.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-09-21T00:05:42.548 INFO:teuthology.orchestra.run.smithi099.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-09-21T00:05:42.548 INFO:teuthology.orchestra.run.smithi099.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-09-21T00:05:42.548 INFO:teuthology.orchestra.run.smithi099.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-09-21T00:05:42.548 INFO:teuthology.orchestra.run.smithi099.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-09-21T00:05:42.548 INFO:teuthology.orchestra.run.smithi099.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-09-21T00:05:42.605 INFO:teuthology.orchestra.run.smithi099.stdout:0 upgraded, 118 newly installed, 0 to remove and 332 not upgraded. 2024-09-21T00:05:42.605 INFO:teuthology.orchestra.run.smithi099.stdout:Need to get 181 MB of archives. 2024-09-21T00:05:42.605 INFO:teuthology.orchestra.run.smithi099.stdout:After this operation, 830 MB of additional disk space will be used. 2024-09-21T00:05:42.605 INFO:teuthology.orchestra.run.smithi099.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-09-21T00:05:42.606 INFO:teuthology.orchestra.run.smithi092.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-09-21T00:05:42.609 INFO:teuthology.orchestra.run.smithi092.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-09-21T00:05:42.626 INFO:teuthology.orchestra.run.smithi092.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-09-21T00:05:42.630 INFO:teuthology.orchestra.run.smithi136.stdout:Get:11 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.1.1-367-g9e2ac70b-1jammy [112 kB] 2024-09-21T00:05:42.632 INFO:teuthology.orchestra.run.smithi136.stdout:Get:12 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.1.1-367-g9e2ac70b-1jammy [472 kB] 2024-09-21T00:05:42.639 INFO:teuthology.orchestra.run.smithi136.stdout:Get:13 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.1.1-367-g9e2ac70b-1jammy [25.9 MB] 2024-09-21T00:05:42.670 INFO:teuthology.orchestra.run.smithi092.stdout:Get:5 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.1.1-367-g9e2ac70b-1jammy [3,591 kB] 2024-09-21T00:05:42.685 INFO:teuthology.orchestra.run.smithi092.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-09-21T00:05:42.690 INFO:teuthology.orchestra.run.smithi092.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-09-21T00:05:42.693 INFO:teuthology.orchestra.run.smithi099.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-09-21T00:05:42.696 INFO:teuthology.orchestra.run.smithi099.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-09-21T00:05:42.702 INFO:teuthology.orchestra.run.smithi092.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-09-21T00:05:42.706 INFO:teuthology.orchestra.run.smithi092.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-09-21T00:05:42.707 INFO:teuthology.orchestra.run.smithi092.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-09-21T00:05:42.708 INFO:teuthology.orchestra.run.smithi092.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-09-21T00:05:42.713 INFO:teuthology.orchestra.run.smithi099.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-09-21T00:05:42.716 INFO:teuthology.orchestra.run.smithi092.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-09-21T00:05:42.718 INFO:teuthology.orchestra.run.smithi092.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-09-21T00:05:42.721 INFO:teuthology.orchestra.run.smithi092.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-09-21T00:05:42.722 INFO:teuthology.orchestra.run.smithi092.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-09-21T00:05:42.724 INFO:teuthology.orchestra.run.smithi092.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-09-21T00:05:42.726 INFO:teuthology.orchestra.run.smithi092.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-09-21T00:05:42.740 INFO:teuthology.orchestra.run.smithi092.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-09-21T00:05:42.742 INFO:teuthology.orchestra.run.smithi092.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-09-21T00:05:42.742 INFO:teuthology.orchestra.run.smithi092.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-09-21T00:05:42.743 INFO:teuthology.orchestra.run.smithi092.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-09-21T00:05:42.744 INFO:teuthology.orchestra.run.smithi092.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-09-21T00:05:42.744 INFO:teuthology.orchestra.run.smithi092.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-09-21T00:05:42.745 INFO:teuthology.orchestra.run.smithi092.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-09-21T00:05:42.745 INFO:teuthology.orchestra.run.smithi092.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-09-21T00:05:42.758 INFO:teuthology.orchestra.run.smithi092.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-09-21T00:05:42.759 INFO:teuthology.orchestra.run.smithi092.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-09-21T00:05:42.760 INFO:teuthology.orchestra.run.smithi136.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-09-21T00:05:42.762 INFO:teuthology.orchestra.run.smithi136.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-09-21T00:05:42.772 INFO:teuthology.orchestra.run.smithi099.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-09-21T00:05:42.775 INFO:teuthology.orchestra.run.smithi092.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-09-21T00:05:42.776 INFO:teuthology.orchestra.run.smithi099.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-09-21T00:05:42.778 INFO:teuthology.orchestra.run.smithi092.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-09-21T00:05:42.779 INFO:teuthology.orchestra.run.smithi092.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-09-21T00:05:42.779 INFO:teuthology.orchestra.run.smithi092.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-09-21T00:05:42.779 INFO:teuthology.orchestra.run.smithi136.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-09-21T00:05:42.780 INFO:teuthology.orchestra.run.smithi092.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-09-21T00:05:42.781 INFO:teuthology.orchestra.run.smithi092.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-09-21T00:05:42.781 INFO:teuthology.orchestra.run.smithi092.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-09-21T00:05:42.782 INFO:teuthology.orchestra.run.smithi099.stdout:Get:7 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.1.1-367-g9e2ac70b-1jammy [3,591 kB] 2024-09-21T00:05:42.790 INFO:teuthology.orchestra.run.smithi099.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-09-21T00:05:42.793 INFO:teuthology.orchestra.run.smithi099.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-09-21T00:05:42.793 INFO:teuthology.orchestra.run.smithi099.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-09-21T00:05:42.794 INFO:teuthology.orchestra.run.smithi099.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-09-21T00:05:42.803 INFO:teuthology.orchestra.run.smithi099.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-09-21T00:05:42.805 INFO:teuthology.orchestra.run.smithi099.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-09-21T00:05:42.807 INFO:teuthology.orchestra.run.smithi099.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-09-21T00:05:42.809 INFO:teuthology.orchestra.run.smithi099.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-09-21T00:05:42.811 INFO:teuthology.orchestra.run.smithi099.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-09-21T00:05:42.813 INFO:teuthology.orchestra.run.smithi099.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-09-21T00:05:42.826 INFO:teuthology.orchestra.run.smithi099.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-09-21T00:05:42.828 INFO:teuthology.orchestra.run.smithi099.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-09-21T00:05:42.829 INFO:teuthology.orchestra.run.smithi099.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-09-21T00:05:42.829 INFO:teuthology.orchestra.run.smithi099.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-09-21T00:05:42.830 INFO:teuthology.orchestra.run.smithi099.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-09-21T00:05:42.831 INFO:teuthology.orchestra.run.smithi099.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-09-21T00:05:42.831 INFO:teuthology.orchestra.run.smithi099.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-09-21T00:05:42.831 INFO:teuthology.orchestra.run.smithi099.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-09-21T00:05:42.839 INFO:teuthology.orchestra.run.smithi136.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-09-21T00:05:42.844 INFO:teuthology.orchestra.run.smithi136.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-09-21T00:05:42.845 INFO:teuthology.orchestra.run.smithi099.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-09-21T00:05:42.845 INFO:teuthology.orchestra.run.smithi099.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-09-21T00:05:42.857 INFO:teuthology.orchestra.run.smithi136.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-09-21T00:05:42.862 INFO:teuthology.orchestra.run.smithi136.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-09-21T00:05:42.862 INFO:teuthology.orchestra.run.smithi099.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-09-21T00:05:42.862 INFO:teuthology.orchestra.run.smithi136.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-09-21T00:05:42.863 INFO:teuthology.orchestra.run.smithi136.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-09-21T00:05:42.864 INFO:teuthology.orchestra.run.smithi099.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-09-21T00:05:42.865 INFO:teuthology.orchestra.run.smithi099.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-09-21T00:05:42.865 INFO:teuthology.orchestra.run.smithi099.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-09-21T00:05:42.866 INFO:teuthology.orchestra.run.smithi099.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-09-21T00:05:42.867 INFO:teuthology.orchestra.run.smithi099.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-09-21T00:05:42.867 INFO:teuthology.orchestra.run.smithi099.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-09-21T00:05:42.872 INFO:teuthology.orchestra.run.smithi136.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-09-21T00:05:42.874 INFO:teuthology.orchestra.run.smithi136.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-09-21T00:05:42.876 INFO:teuthology.orchestra.run.smithi136.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-09-21T00:05:42.878 INFO:teuthology.orchestra.run.smithi136.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-09-21T00:05:42.878 INFO:teuthology.orchestra.run.smithi136.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-09-21T00:05:42.897 INFO:teuthology.orchestra.run.smithi136.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-09-21T00:05:42.900 INFO:teuthology.orchestra.run.smithi136.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-09-21T00:05:42.902 INFO:teuthology.orchestra.run.smithi136.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-09-21T00:05:42.902 INFO:teuthology.orchestra.run.smithi136.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-09-21T00:05:42.903 INFO:teuthology.orchestra.run.smithi136.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-09-21T00:05:42.904 INFO:teuthology.orchestra.run.smithi136.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-09-21T00:05:42.914 INFO:teuthology.orchestra.run.smithi136.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-09-21T00:05:42.915 INFO:teuthology.orchestra.run.smithi136.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-09-21T00:05:42.915 INFO:teuthology.orchestra.run.smithi136.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-09-21T00:05:42.915 INFO:teuthology.orchestra.run.smithi136.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-09-21T00:05:42.932 INFO:teuthology.orchestra.run.smithi136.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-09-21T00:05:42.932 INFO:teuthology.orchestra.run.smithi136.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-09-21T00:05:42.934 INFO:teuthology.orchestra.run.smithi136.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-09-21T00:05:42.935 INFO:teuthology.orchestra.run.smithi136.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-09-21T00:05:42.935 INFO:teuthology.orchestra.run.smithi136.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-09-21T00:05:42.936 INFO:teuthology.orchestra.run.smithi136.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-09-21T00:05:42.948 INFO:teuthology.orchestra.run.smithi136.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-09-21T00:05:42.949 INFO:teuthology.orchestra.run.smithi136.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-09-21T00:05:42.949 INFO:teuthology.orchestra.run.smithi136.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-webob all 1:1.8.6-1.1ubuntu0.1 [86.7 kB] 2024-09-21T00:05:42.950 INFO:teuthology.orchestra.run.smithi136.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-09-21T00:05:42.965 INFO:teuthology.orchestra.run.smithi136.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-09-21T00:05:42.966 INFO:teuthology.orchestra.run.smithi136.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-09-21T00:05:42.971 INFO:teuthology.orchestra.run.smithi136.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-09-21T00:05:42.972 INFO:teuthology.orchestra.run.smithi136.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-09-21T00:05:42.972 INFO:teuthology.orchestra.run.smithi136.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-09-21T00:05:42.973 INFO:teuthology.orchestra.run.smithi136.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-09-21T00:05:42.982 INFO:teuthology.orchestra.run.smithi136.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-09-21T00:05:42.984 INFO:teuthology.orchestra.run.smithi136.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-idna all 3.3-1ubuntu0.1 [52.1 kB] 2024-09-21T00:05:42.985 INFO:teuthology.orchestra.run.smithi136.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-09-21T00:05:42.986 INFO:teuthology.orchestra.run.smithi136.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-09-21T00:05:42.999 INFO:teuthology.orchestra.run.smithi136.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.2 [181 kB] 2024-09-21T00:05:43.002 INFO:teuthology.orchestra.run.smithi136.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-09-21T00:05:43.002 INFO:teuthology.orchestra.run.smithi136.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-09-21T00:05:43.003 INFO:teuthology.orchestra.run.smithi136.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-09-21T00:05:43.006 INFO:teuthology.orchestra.run.smithi136.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-09-21T00:05:43.058 INFO:teuthology.orchestra.run.smithi136.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-09-21T00:05:43.058 INFO:teuthology.orchestra.run.smithi136.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.2 [108 kB] 2024-09-21T00:05:43.060 INFO:teuthology.orchestra.run.smithi136.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-09-21T00:05:43.060 INFO:teuthology.orchestra.run.smithi136.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-09-21T00:05:43.061 INFO:teuthology.orchestra.run.smithi136.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-09-21T00:05:43.074 INFO:teuthology.orchestra.run.smithi092.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-webob all 1:1.8.6-1.1ubuntu0.1 [86.7 kB] 2024-09-21T00:05:43.078 INFO:teuthology.orchestra.run.smithi136.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-09-21T00:05:43.080 INFO:teuthology.orchestra.run.smithi136.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-09-21T00:05:43.080 INFO:teuthology.orchestra.run.smithi136.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-09-21T00:05:43.154 INFO:teuthology.orchestra.run.smithi136.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-09-21T00:05:43.154 INFO:teuthology.orchestra.run.smithi136.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-09-21T00:05:43.154 INFO:teuthology.orchestra.run.smithi136.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-09-21T00:05:43.165 INFO:teuthology.orchestra.run.smithi099.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-webob all 1:1.8.6-1.1ubuntu0.1 [86.7 kB] 2024-09-21T00:05:43.229 INFO:teuthology.orchestra.run.smithi136.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-09-21T00:05:43.229 INFO:teuthology.orchestra.run.smithi136.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-09-21T00:05:43.229 INFO:teuthology.orchestra.run.smithi136.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-09-21T00:05:43.230 INFO:teuthology.orchestra.run.smithi136.stdout:Get:77 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.1.1-367-g9e2ac70b-1jammy [5,145 kB] 2024-09-21T00:05:43.230 INFO:teuthology.orchestra.run.smithi136.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-09-21T00:05:43.230 INFO:teuthology.orchestra.run.smithi136.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-09-21T00:05:43.234 INFO:teuthology.orchestra.run.smithi136.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-09-21T00:05:43.236 INFO:teuthology.orchestra.run.smithi136.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-09-21T00:05:43.237 INFO:teuthology.orchestra.run.smithi136.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-09-21T00:05:43.246 INFO:teuthology.orchestra.run.smithi136.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-09-21T00:05:43.255 INFO:teuthology.orchestra.run.smithi136.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-09-21T00:05:43.257 INFO:teuthology.orchestra.run.smithi136.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-09-21T00:05:43.258 INFO:teuthology.orchestra.run.smithi136.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-09-21T00:05:43.259 INFO:teuthology.orchestra.run.smithi136.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.3 [474 kB] 2024-09-21T00:05:43.263 INFO:teuthology.orchestra.run.smithi136.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-09-21T00:05:43.264 INFO:teuthology.orchestra.run.smithi136.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-09-21T00:05:43.267 INFO:teuthology.orchestra.run.smithi136.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-09-21T00:05:43.267 INFO:teuthology.orchestra.run.smithi136.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-09-21T00:05:43.268 INFO:teuthology.orchestra.run.smithi136.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-09-21T00:05:43.280 INFO:teuthology.orchestra.run.smithi136.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-09-21T00:05:43.281 INFO:teuthology.orchestra.run.smithi136.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-09-21T00:05:43.282 INFO:teuthology.orchestra.run.smithi136.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-09-21T00:05:43.289 INFO:teuthology.orchestra.run.smithi136.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-09-21T00:05:43.295 INFO:teuthology.orchestra.run.smithi136.stdout:Get:97 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.1.1-367-g9e2ac70b-1jammy [245 kB] 2024-09-21T00:05:43.297 INFO:teuthology.orchestra.run.smithi136.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-09-21T00:05:43.297 INFO:teuthology.orchestra.run.smithi136.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-09-21T00:05:43.298 INFO:teuthology.orchestra.run.smithi136.stdout:Get:100 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.1.1-367-g9e2ac70b-1jammy [124 kB] 2024-09-21T00:05:43.299 INFO:teuthology.orchestra.run.smithi136.stdout:Get:101 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-09-21T00:05:43.300 INFO:teuthology.orchestra.run.smithi136.stdout:Get:102 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-09-21T00:05:43.300 INFO:teuthology.orchestra.run.smithi136.stdout:Get:103 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.1.1-367-g9e2ac70b-1jammy [1,555 kB] 2024-09-21T00:05:43.316 INFO:teuthology.orchestra.run.smithi136.stdout:Get:104 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.1.1-367-g9e2ac70b-1jammy [6,142 kB] 2024-09-21T00:05:43.458 INFO:teuthology.orchestra.run.smithi136.stdout:Get:105 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.1.1-367-g9e2ac70b-1jammy [22.8 MB] 2024-09-21T00:05:43.877 INFO:teuthology.orchestra.run.smithi099.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-09-21T00:05:43.878 INFO:teuthology.orchestra.run.smithi092.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-09-21T00:05:43.878 INFO:teuthology.orchestra.run.smithi092.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-09-21T00:05:43.879 INFO:teuthology.orchestra.run.smithi099.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-09-21T00:05:43.880 INFO:teuthology.orchestra.run.smithi099.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-09-21T00:05:43.880 INFO:teuthology.orchestra.run.smithi092.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-09-21T00:05:43.890 INFO:teuthology.orchestra.run.smithi099.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-09-21T00:05:43.891 INFO:teuthology.orchestra.run.smithi092.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-09-21T00:05:43.891 INFO:teuthology.orchestra.run.smithi099.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-09-21T00:05:43.891 INFO:teuthology.orchestra.run.smithi092.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-09-21T00:05:43.892 INFO:teuthology.orchestra.run.smithi099.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-09-21T00:05:43.892 INFO:teuthology.orchestra.run.smithi092.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-09-21T00:05:43.893 INFO:teuthology.orchestra.run.smithi099.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-09-21T00:05:43.893 INFO:teuthology.orchestra.run.smithi092.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-09-21T00:05:43.895 INFO:teuthology.orchestra.run.smithi099.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-09-21T00:05:43.896 INFO:teuthology.orchestra.run.smithi092.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-09-21T00:05:43.899 INFO:teuthology.orchestra.run.smithi099.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-idna all 3.3-1ubuntu0.1 [52.1 kB] 2024-09-21T00:05:43.900 INFO:teuthology.orchestra.run.smithi092.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-idna all 3.3-1ubuntu0.1 [52.1 kB] 2024-09-21T00:05:43.901 INFO:teuthology.orchestra.run.smithi099.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-09-21T00:05:43.901 INFO:teuthology.orchestra.run.smithi092.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-09-21T00:05:43.914 INFO:teuthology.orchestra.run.smithi099.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-09-21T00:05:43.915 INFO:teuthology.orchestra.run.smithi092.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-09-21T00:05:43.915 INFO:teuthology.orchestra.run.smithi099.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.2 [181 kB] 2024-09-21T00:05:43.916 INFO:teuthology.orchestra.run.smithi092.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.2 [181 kB] 2024-09-21T00:05:43.920 INFO:teuthology.orchestra.run.smithi099.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-09-21T00:05:43.921 INFO:teuthology.orchestra.run.smithi092.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-09-21T00:05:43.921 INFO:teuthology.orchestra.run.smithi099.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-09-21T00:05:43.922 INFO:teuthology.orchestra.run.smithi092.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-09-21T00:05:43.923 INFO:teuthology.orchestra.run.smithi099.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-09-21T00:05:43.923 INFO:teuthology.orchestra.run.smithi092.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-09-21T00:05:43.931 INFO:teuthology.orchestra.run.smithi099.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-09-21T00:05:43.933 INFO:teuthology.orchestra.run.smithi092.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-09-21T00:05:43.956 INFO:teuthology.orchestra.run.smithi092.stdout:Get:52 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.1.1-367-g9e2ac70b-1jammy [3,241 kB] 2024-09-21T00:05:43.989 INFO:teuthology.orchestra.run.smithi099.stdout:Get:52 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.1.1-367-g9e2ac70b-1jammy [3,241 kB] 2024-09-21T00:05:44.008 INFO:teuthology.orchestra.run.smithi099.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-09-21T00:05:44.008 INFO:teuthology.orchestra.run.smithi099.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.2 [108 kB] 2024-09-21T00:05:44.010 INFO:teuthology.orchestra.run.smithi099.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-09-21T00:05:44.010 INFO:teuthology.orchestra.run.smithi099.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-09-21T00:05:44.011 INFO:teuthology.orchestra.run.smithi099.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-09-21T00:05:44.021 INFO:teuthology.orchestra.run.smithi092.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-09-21T00:05:44.022 INFO:teuthology.orchestra.run.smithi092.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.2 [108 kB] 2024-09-21T00:05:44.024 INFO:teuthology.orchestra.run.smithi092.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-09-21T00:05:44.024 INFO:teuthology.orchestra.run.smithi092.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-09-21T00:05:44.026 INFO:teuthology.orchestra.run.smithi092.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-09-21T00:05:44.029 INFO:teuthology.orchestra.run.smithi099.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-09-21T00:05:44.031 INFO:teuthology.orchestra.run.smithi099.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-09-21T00:05:44.031 INFO:teuthology.orchestra.run.smithi099.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-09-21T00:05:44.046 INFO:teuthology.orchestra.run.smithi099.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-09-21T00:05:44.046 INFO:teuthology.orchestra.run.smithi099.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-09-21T00:05:44.047 INFO:teuthology.orchestra.run.smithi092.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-09-21T00:05:44.047 INFO:teuthology.orchestra.run.smithi099.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-09-21T00:05:44.047 INFO:teuthology.orchestra.run.smithi099.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-09-21T00:05:44.047 INFO:teuthology.orchestra.run.smithi099.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-09-21T00:05:44.048 INFO:teuthology.orchestra.run.smithi099.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-09-21T00:05:44.048 INFO:teuthology.orchestra.run.smithi092.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-09-21T00:05:44.048 INFO:teuthology.orchestra.run.smithi092.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-09-21T00:05:44.063 INFO:teuthology.orchestra.run.smithi099.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-09-21T00:05:44.063 INFO:teuthology.orchestra.run.smithi099.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-09-21T00:05:44.064 INFO:teuthology.orchestra.run.smithi092.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-09-21T00:05:44.064 INFO:teuthology.orchestra.run.smithi092.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-09-21T00:05:44.064 INFO:teuthology.orchestra.run.smithi092.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-09-21T00:05:44.065 INFO:teuthology.orchestra.run.smithi092.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-09-21T00:05:44.065 INFO:teuthology.orchestra.run.smithi092.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-09-21T00:05:44.065 INFO:teuthology.orchestra.run.smithi092.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-09-21T00:05:44.066 INFO:teuthology.orchestra.run.smithi099.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-09-21T00:05:44.075 INFO:teuthology.orchestra.run.smithi092.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-09-21T00:05:44.076 INFO:teuthology.orchestra.run.smithi092.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-09-21T00:05:44.079 INFO:teuthology.orchestra.run.smithi092.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-09-21T00:05:44.080 INFO:teuthology.orchestra.run.smithi099.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-09-21T00:05:44.081 INFO:teuthology.orchestra.run.smithi099.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-09-21T00:05:44.081 INFO:teuthology.orchestra.run.smithi099.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-09-21T00:05:44.085 INFO:teuthology.orchestra.run.smithi099.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-09-21T00:05:44.087 INFO:teuthology.orchestra.run.smithi099.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-09-21T00:05:44.088 INFO:teuthology.orchestra.run.smithi099.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-09-21T00:05:44.088 INFO:teuthology.orchestra.run.smithi099.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.3 [474 kB] 2024-09-21T00:05:44.092 INFO:teuthology.orchestra.run.smithi092.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-09-21T00:05:44.094 INFO:teuthology.orchestra.run.smithi092.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-09-21T00:05:44.094 INFO:teuthology.orchestra.run.smithi092.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-09-21T00:05:44.097 INFO:teuthology.orchestra.run.smithi099.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-09-21T00:05:44.097 INFO:teuthology.orchestra.run.smithi099.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-09-21T00:05:44.098 INFO:teuthology.orchestra.run.smithi092.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-09-21T00:05:44.100 INFO:teuthology.orchestra.run.smithi092.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-09-21T00:05:44.100 INFO:teuthology.orchestra.run.smithi099.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-09-21T00:05:44.101 INFO:teuthology.orchestra.run.smithi092.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-09-21T00:05:44.101 INFO:teuthology.orchestra.run.smithi092.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.3 [474 kB] 2024-09-21T00:05:44.105 INFO:teuthology.orchestra.run.smithi136.stdout:Get:106 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.1.1-367-g9e2ac70b-1jammy [14.1 kB] 2024-09-21T00:05:44.106 INFO:teuthology.orchestra.run.smithi136.stdout:Get:107 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.1.1-367-g9e2ac70b-1jammy [877 kB] 2024-09-21T00:05:44.109 INFO:teuthology.orchestra.run.smithi092.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-09-21T00:05:44.110 INFO:teuthology.orchestra.run.smithi092.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-09-21T00:05:44.113 INFO:teuthology.orchestra.run.smithi092.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-09-21T00:05:44.114 INFO:teuthology.orchestra.run.smithi099.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-09-21T00:05:44.115 INFO:teuthology.orchestra.run.smithi099.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-09-21T00:05:44.115 INFO:teuthology.orchestra.run.smithi099.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-09-21T00:05:44.116 INFO:teuthology.orchestra.run.smithi099.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-09-21T00:05:44.117 INFO:teuthology.orchestra.run.smithi099.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-09-21T00:05:44.123 INFO:teuthology.orchestra.run.smithi099.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-09-21T00:05:44.123 INFO:teuthology.orchestra.run.smithi099.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-09-21T00:05:44.123 INFO:teuthology.orchestra.run.smithi136.stdout:Get:108 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.1.1-367-g9e2ac70b-1jammy [2,462 kB] 2024-09-21T00:05:44.127 INFO:teuthology.orchestra.run.smithi092.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-09-21T00:05:44.127 INFO:teuthology.orchestra.run.smithi092.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-09-21T00:05:44.128 INFO:teuthology.orchestra.run.smithi092.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-09-21T00:05:44.129 INFO:teuthology.orchestra.run.smithi092.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-09-21T00:05:44.130 INFO:teuthology.orchestra.run.smithi092.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-09-21T00:05:44.131 INFO:teuthology.orchestra.run.smithi099.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-09-21T00:05:44.133 INFO:teuthology.orchestra.run.smithi099.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-09-21T00:05:44.133 INFO:teuthology.orchestra.run.smithi099.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-09-21T00:05:44.136 INFO:teuthology.orchestra.run.smithi092.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-09-21T00:05:44.136 INFO:teuthology.orchestra.run.smithi092.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-09-21T00:05:44.144 INFO:teuthology.orchestra.run.smithi092.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-09-21T00:05:44.146 INFO:teuthology.orchestra.run.smithi092.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-09-21T00:05:44.146 INFO:teuthology.orchestra.run.smithi092.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-09-21T00:05:44.164 INFO:teuthology.orchestra.run.smithi136.stdout:Get:109 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.1.1-367-g9e2ac70b-1jammy [795 kB] 2024-09-21T00:05:44.174 INFO:teuthology.orchestra.run.smithi136.stdout:Get:110 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.1.1-367-g9e2ac70b-1jammy [152 kB] 2024-09-21T00:05:44.176 INFO:teuthology.orchestra.run.smithi136.stdout:Get:111 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.1.1-367-g9e2ac70b-1jammy [2,347 kB] 2024-09-21T00:05:44.242 INFO:teuthology.orchestra.run.smithi136.stdout:Get:112 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.1.1-367-g9e2ac70b-1jammy [8,625 kB] 2024-09-21T00:05:44.501 INFO:teuthology.orchestra.run.smithi099.stdout:Get:90 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.1.1-367-g9e2ac70b-1jammy [719 kB] 2024-09-21T00:05:44.503 INFO:teuthology.orchestra.run.smithi092.stdout:Get:90 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.1.1-367-g9e2ac70b-1jammy [719 kB] 2024-09-21T00:05:44.521 INFO:teuthology.orchestra.run.smithi136.stdout:Get:113 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.1.1-367-g9e2ac70b-1jammy [14.2 kB] 2024-09-21T00:05:44.522 INFO:teuthology.orchestra.run.smithi136.stdout:Get:114 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.1.1-367-g9e2ac70b-1jammy [51.4 MB] 2024-09-21T00:05:44.566 INFO:teuthology.orchestra.run.smithi092.stdout:Get:91 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.1.1-367-g9e2ac70b-1jammy [357 kB] 2024-09-21T00:05:44.611 INFO:teuthology.orchestra.run.smithi099.stdout:Get:91 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.1.1-367-g9e2ac70b-1jammy [357 kB] 2024-09-21T00:05:44.620 INFO:teuthology.orchestra.run.smithi092.stdout:Get:92 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.1.1-367-g9e2ac70b-1jammy [32.8 kB] 2024-09-21T00:05:44.621 INFO:teuthology.orchestra.run.smithi092.stdout:Get:93 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.1.1-367-g9e2ac70b-1jammy [180 kB] 2024-09-21T00:05:44.648 INFO:teuthology.orchestra.run.smithi099.stdout:Get:92 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.1.1-367-g9e2ac70b-1jammy [32.8 kB] 2024-09-21T00:05:44.649 INFO:teuthology.orchestra.run.smithi099.stdout:Get:93 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.1.1-367-g9e2ac70b-1jammy [180 kB] 2024-09-21T00:05:44.653 INFO:teuthology.orchestra.run.smithi092.stdout:Get:94 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.1.1-367-g9e2ac70b-1jammy [67.8 kB] 2024-09-21T00:05:44.654 INFO:teuthology.orchestra.run.smithi099.stdout:Get:94 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.1.1-367-g9e2ac70b-1jammy [67.8 kB] 2024-09-21T00:05:44.656 INFO:teuthology.orchestra.run.smithi099.stdout:Get:95 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.1.1-367-g9e2ac70b-1jammy [333 kB] 2024-09-21T00:05:44.656 INFO:teuthology.orchestra.run.smithi092.stdout:Get:95 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.1.1-367-g9e2ac70b-1jammy [333 kB] 2024-09-21T00:05:44.689 INFO:teuthology.orchestra.run.smithi092.stdout:Get:96 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.1.1-367-g9e2ac70b-1jammy [6,875 kB] 2024-09-21T00:05:44.713 INFO:teuthology.orchestra.run.smithi099.stdout:Get:96 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.1.1-367-g9e2ac70b-1jammy [6,875 kB] 2024-09-21T00:05:45.467 INFO:teuthology.orchestra.run.smithi099.stdout:Get:97 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.1.1-367-g9e2ac70b-1jammy [112 kB] 2024-09-21T00:05:45.469 INFO:teuthology.orchestra.run.smithi099.stdout:Get:98 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.1.1-367-g9e2ac70b-1jammy [472 kB] 2024-09-21T00:05:45.487 INFO:teuthology.orchestra.run.smithi092.stdout:Get:97 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.1.1-367-g9e2ac70b-1jammy [112 kB] 2024-09-21T00:05:45.490 INFO:teuthology.orchestra.run.smithi092.stdout:Get:98 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.1.1-367-g9e2ac70b-1jammy [472 kB] 2024-09-21T00:05:45.524 INFO:teuthology.orchestra.run.smithi099.stdout:Get:99 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.1.1-367-g9e2ac70b-1jammy [25.9 MB] 2024-09-21T00:05:45.548 INFO:teuthology.orchestra.run.smithi092.stdout:Get:99 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.1.1-367-g9e2ac70b-1jammy [25.9 MB] 2024-09-21T00:05:47.944 INFO:teuthology.orchestra.run.smithi136.stdout:Get:115 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.1.1-367-g9e2ac70b-1jammy [130 kB] 2024-09-21T00:05:47.946 INFO:teuthology.orchestra.run.smithi136.stdout:Get:116 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.1.1-367-g9e2ac70b-1jammy [39.0 kB] 2024-09-21T00:05:47.947 INFO:teuthology.orchestra.run.smithi136.stdout:Get:117 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.1.1-367-g9e2ac70b-1jammy [13.6 MB] 2024-09-21T00:05:48.188 INFO:teuthology.orchestra.run.smithi099.stdout:Get:100 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.1.1-367-g9e2ac70b-1jammy [5,145 kB] 2024-09-21T00:05:48.345 INFO:teuthology.orchestra.run.smithi092.stdout:Get:100 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.1.1-367-g9e2ac70b-1jammy [5,145 kB] 2024-09-21T00:05:48.612 INFO:teuthology.orchestra.run.smithi099.stdout:Get:101 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.1.1-367-g9e2ac70b-1jammy [245 kB] 2024-09-21T00:05:48.624 INFO:teuthology.orchestra.run.smithi099.stdout:Get:102 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.1.1-367-g9e2ac70b-1jammy [124 kB] 2024-09-21T00:05:48.629 INFO:teuthology.orchestra.run.smithi099.stdout:Get:103 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.1.1-367-g9e2ac70b-1jammy [1,555 kB] 2024-09-21T00:05:48.760 INFO:teuthology.orchestra.run.smithi092.stdout:Get:101 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.1.1-367-g9e2ac70b-1jammy [245 kB] 2024-09-21T00:05:48.799 INFO:teuthology.orchestra.run.smithi099.stdout:Get:104 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.1.1-367-g9e2ac70b-1jammy [6,142 kB] 2024-09-21T00:05:48.810 INFO:teuthology.orchestra.run.smithi092.stdout:Get:102 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.1.1-367-g9e2ac70b-1jammy [124 kB] 2024-09-21T00:05:48.814 INFO:teuthology.orchestra.run.smithi092.stdout:Get:103 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.1.1-367-g9e2ac70b-1jammy [1,555 kB] 2024-09-21T00:05:48.945 INFO:teuthology.orchestra.run.smithi092.stdout:Get:104 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.1.1-367-g9e2ac70b-1jammy [6,142 kB] 2024-09-21T00:05:49.318 INFO:teuthology.orchestra.run.smithi099.stdout:Get:105 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.1.1-367-g9e2ac70b-1jammy [22.8 MB] 2024-09-21T00:05:49.438 INFO:teuthology.orchestra.run.smithi136.stdout:Get:118 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.1.1-367-g9e2ac70b-1jammy [91.4 kB] 2024-09-21T00:05:49.496 INFO:teuthology.orchestra.run.smithi092.stdout:Get:105 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.1.1-367-g9e2ac70b-1jammy [22.8 MB] 2024-09-21T00:05:50.018 INFO:teuthology.orchestra.run.smithi136.stdout:Fetched 181 MB in 7s (24.7 MB/s) 2024-09-21T00:05:50.232 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-09-21T00:05:50.302 INFO:teuthology.orchestra.run.smithi136.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 ... 165990 files and directories currently installed.) 2024-09-21T00:05:50.307 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-09-21T00:05:50.390 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-21T00:05:50.735 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-09-21T00:05:50.761 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-09-21T00:05:50.802 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-21T00:05:51.130 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-09-21T00:05:51.156 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-09-21T00:05:51.196 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-21T00:05:51.376 INFO:teuthology.orchestra.run.smithi099.stdout:Get:106 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.1.1-367-g9e2ac70b-1jammy [14.1 kB] 2024-09-21T00:05:51.377 INFO:teuthology.orchestra.run.smithi099.stdout:Get:107 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.1.1-367-g9e2ac70b-1jammy [877 kB] 2024-09-21T00:05:51.394 INFO:teuthology.orchestra.run.smithi099.stdout:Get:108 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.1.1-367-g9e2ac70b-1jammy [2,462 kB] 2024-09-21T00:05:51.557 INFO:teuthology.orchestra.run.smithi099.stdout:Get:109 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.1.1-367-g9e2ac70b-1jammy [795 kB] 2024-09-21T00:05:51.575 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-09-21T00:05:51.601 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-21T00:05:51.608 INFO:teuthology.orchestra.run.smithi099.stdout:Get:110 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.1.1-367-g9e2ac70b-1jammy [152 kB] 2024-09-21T00:05:51.612 INFO:teuthology.orchestra.run.smithi099.stdout:Get:111 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.1.1-367-g9e2ac70b-1jammy [2,347 kB] 2024-09-21T00:05:51.625 INFO:teuthology.orchestra.run.smithi092.stdout:Get:106 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.1.1-367-g9e2ac70b-1jammy [14.1 kB] 2024-09-21T00:05:51.626 INFO:teuthology.orchestra.run.smithi092.stdout:Get:107 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.1.1-367-g9e2ac70b-1jammy [877 kB] 2024-09-21T00:05:51.641 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-21T00:05:51.675 INFO:teuthology.orchestra.run.smithi092.stdout:Get:108 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.1.1-367-g9e2ac70b-1jammy [2,462 kB] 2024-09-21T00:05:51.798 INFO:teuthology.orchestra.run.smithi099.stdout:Get:112 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.1.1-367-g9e2ac70b-1jammy [8,625 kB] 2024-09-21T00:05:51.867 INFO:teuthology.orchestra.run.smithi092.stdout:Get:109 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.1.1-367-g9e2ac70b-1jammy [795 kB] 2024-09-21T00:05:51.927 INFO:teuthology.orchestra.run.smithi092.stdout:Get:110 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.1.1-367-g9e2ac70b-1jammy [152 kB] 2024-09-21T00:05:51.930 INFO:teuthology.orchestra.run.smithi092.stdout:Get:111 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.1.1-367-g9e2ac70b-1jammy [2,347 kB] 2024-09-21T00:05:52.028 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-09-21T00:05:52.055 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-21T00:05:52.095 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-21T00:05:52.136 INFO:teuthology.orchestra.run.smithi092.stdout:Get:112 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.1.1-367-g9e2ac70b-1jammy [8,625 kB] 2024-09-21T00:05:52.431 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-09-21T00:05:52.458 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-21T00:05:52.469 INFO:teuthology.orchestra.run.smithi099.stdout:Get:113 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.1.1-367-g9e2ac70b-1jammy [14.2 kB] 2024-09-21T00:05:52.470 INFO:teuthology.orchestra.run.smithi099.stdout:Get:114 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.1.1-367-g9e2ac70b-1jammy [51.4 MB] 2024-09-21T00:05:52.498 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-21T00:05:52.828 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-09-21T00:05:52.854 INFO:teuthology.orchestra.run.smithi092.stdout:Get:113 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.1.1-367-g9e2ac70b-1jammy [14.2 kB] 2024-09-21T00:05:52.855 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-09-21T00:05:52.867 INFO:teuthology.orchestra.run.smithi092.stdout:Get:114 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.1.1-367-g9e2ac70b-1jammy [51.4 MB] 2024-09-21T00:05:52.894 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-21T00:05:53.214 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package librados2. 2024-09-21T00:05:53.240 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../007-librados2_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:05:53.280 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking librados2 (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:05:53.717 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package librbd1. 2024-09-21T00:05:53.743 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../008-librbd1_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:05:53.783 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking librbd1 (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:05:54.195 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package libcephfs2. 2024-09-21T00:05:54.221 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../009-libcephfs2_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:05:54.270 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking libcephfs2 (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:05:54.547 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-rados. 2024-09-21T00:05:54.562 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../010-python3-rados_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:05:54.605 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-rados (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:05:55.133 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-09-21T00:05:55.160 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.1.1-367-g9e2ac70b-1jammy_all.deb ... 2024-09-21T00:05:55.199 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-ceph-argparse (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:05:55.435 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-cephfs. 2024-09-21T00:05:55.450 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../012-python3-cephfs_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:05:55.486 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-cephfs (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:05:55.772 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-ceph-common. 2024-09-21T00:05:55.798 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../013-python3-ceph-common_19.1.1-367-g9e2ac70b-1jammy_all.deb ... 2024-09-21T00:05:55.838 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-ceph-common (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:05:56.158 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-wcwidth. 2024-09-21T00:05:56.184 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-09-21T00:05:56.225 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-21T00:05:56.377 INFO:teuthology.orchestra.run.smithi099.stdout:Get:115 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.1.1-367-g9e2ac70b-1jammy [130 kB] 2024-09-21T00:05:56.379 INFO:teuthology.orchestra.run.smithi099.stdout:Get:116 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.1.1-367-g9e2ac70b-1jammy [39.0 kB] 2024-09-21T00:05:56.381 INFO:teuthology.orchestra.run.smithi099.stdout:Get:117 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.1.1-367-g9e2ac70b-1jammy [13.6 MB] 2024-09-21T00:05:56.519 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-prettytable. 2024-09-21T00:05:56.545 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-09-21T00:05:56.586 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-09-21T00:05:56.830 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-rbd. 2024-09-21T00:05:56.845 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../016-python3-rbd_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:05:56.851 INFO:teuthology.orchestra.run.smithi092.stdout:Get:115 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.1.1-367-g9e2ac70b-1jammy [130 kB] 2024-09-21T00:05:56.855 INFO:teuthology.orchestra.run.smithi092.stdout:Get:116 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.1.1-367-g9e2ac70b-1jammy [39.0 kB] 2024-09-21T00:05:56.856 INFO:teuthology.orchestra.run.smithi092.stdout:Get:117 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.1.1-367-g9e2ac70b-1jammy [13.6 MB] 2024-09-21T00:05:56.888 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-rbd (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:05:57.158 INFO:teuthology.orchestra.run.smithi099.stdout:Get:118 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.1.1-367-g9e2ac70b-1jammy [91.4 kB] 2024-09-21T00:05:57.233 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-09-21T00:05:57.259 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-09-21T00:05:57.299 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-21T00:05:57.312 INFO:teuthology.orchestra.run.smithi092.stdout:Get:118 https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.1.1-367-g9e2ac70b-1jammy [91.4 kB] 2024-09-21T00:05:57.569 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-09-21T00:05:57.595 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-09-21T00:05:57.635 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-09-21T00:05:57.728 INFO:teuthology.orchestra.run.smithi099.stdout:Fetched 181 MB in 15s (12.4 MB/s) 2024-09-21T00:05:57.882 INFO:teuthology.orchestra.run.smithi092.stdout:Fetched 181 MB in 15s (12.2 MB/s) 2024-09-21T00:05:57.896 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-09-21T00:05:57.913 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-09-21T00:05:57.928 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-09-21T00:05:57.963 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-21T00:05:57.969 INFO:teuthology.orchestra.run.smithi099.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 ... 165990 files and directories currently installed.) 2024-09-21T00:05:57.974 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-09-21T00:05:58.049 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-09-21T00:05:58.053 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-21T00:05:58.149 INFO:teuthology.orchestra.run.smithi092.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 ... 165990 files and directories currently installed.) 2024-09-21T00:05:58.154 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-09-21T00:05:58.233 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package lua5.1. 2024-09-21T00:05:58.239 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-21T00:05:58.248 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-09-21T00:05:58.291 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-09-21T00:05:58.398 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-09-21T00:05:58.425 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-09-21T00:05:58.465 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-21T00:05:58.518 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-09-21T00:05:58.544 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-09-21T00:05:58.576 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-21T00:05:58.603 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package lua-any. 2024-09-21T00:05:58.618 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-09-21T00:05:58.661 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking lua-any (27ubuntu1) ... 2024-09-21T00:05:58.802 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-09-21T00:05:58.828 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-09-21T00:05:58.868 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-21T00:05:58.912 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-09-21T00:05:58.914 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package zip. 2024-09-21T00:05:58.929 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-09-21T00:05:58.939 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-09-21T00:05:58.972 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking zip (3.0-12build2) ... 2024-09-21T00:05:58.979 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-21T00:05:59.259 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package unzip. 2024-09-21T00:05:59.280 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-09-21T00:05:59.285 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-09-21T00:05:59.307 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-21T00:05:59.317 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-09-21T00:05:59.355 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-21T00:05:59.408 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-09-21T00:05:59.434 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-21T00:05:59.482 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-21T00:05:59.704 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package luarocks. 2024-09-21T00:05:59.731 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-09-21T00:05:59.771 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-09-21T00:05:59.783 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-09-21T00:05:59.810 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-21T00:05:59.853 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-21T00:05:59.886 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-09-21T00:05:59.912 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-21T00:05:59.952 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-21T00:06:00.162 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package librgw2. 2024-09-21T00:06:00.189 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../025-librgw2_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:06:00.254 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking librgw2 (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:00.297 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-09-21T00:06:00.323 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-21T00:06:00.363 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-21T00:06:00.659 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-09-21T00:06:00.685 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-09-21T00:06:00.717 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-21T00:06:00.745 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-09-21T00:06:00.771 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-21T00:06:00.781 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-rgw. 2024-09-21T00:06:00.808 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../026-python3-rgw_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:06:00.812 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-21T00:06:00.839 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-rgw (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:01.028 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package librados2. 2024-09-21T00:06:01.054 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../007-librados2_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:06:01.094 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking librados2 (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:01.101 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package liboath0:amd64. 2024-09-21T00:06:01.127 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-09-21T00:06:01.167 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-09-21T00:06:01.173 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-09-21T00:06:01.200 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-09-21T00:06:01.240 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-21T00:06:01.495 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package libradosstriper1. 2024-09-21T00:06:01.522 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../028-libradosstriper1_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:06:01.535 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package librados2. 2024-09-21T00:06:01.539 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package librbd1. 2024-09-21T00:06:01.561 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../007-librados2_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:06:01.562 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking libradosstriper1 (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:01.565 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../008-librbd1_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:06:01.593 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking librados2 (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:01.605 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking librbd1 (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:01.990 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package ceph-common. 2024-09-21T00:06:02.013 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package librbd1. 2024-09-21T00:06:02.017 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package libcephfs2. 2024-09-21T00:06:02.017 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../029-ceph-common_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:06:02.032 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../009-libcephfs2_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:06:02.039 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../008-librbd1_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:06:02.056 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking ceph-common (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:02.066 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking libcephfs2 (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:02.079 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking librbd1 (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:02.327 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package python3-rados. 2024-09-21T00:06:02.343 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../010-python3-rados_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:06:02.386 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking python3-rados (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:02.532 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package libcephfs2. 2024-09-21T00:06:02.558 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../009-libcephfs2_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:06:02.598 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking libcephfs2 (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:02.766 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-09-21T00:06:02.794 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.1.1-367-g9e2ac70b-1jammy_all.deb ... 2024-09-21T00:06:02.876 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-rados. 2024-09-21T00:06:02.902 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../010-python3-rados_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:06:02.938 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking python3-ceph-argparse (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:02.943 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-rados (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:03.191 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package python3-cephfs. 2024-09-21T00:06:03.218 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../012-python3-cephfs_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:06:03.229 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-09-21T00:06:03.255 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.1.1-367-g9e2ac70b-1jammy_all.deb ... 2024-09-21T00:06:03.274 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking python3-cephfs (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:03.296 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-ceph-argparse (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:03.354 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package ceph-base. 2024-09-21T00:06:03.380 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../030-ceph-base_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:06:03.430 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking ceph-base (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:03.550 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-cephfs. 2024-09-21T00:06:03.577 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package python3-ceph-common. 2024-09-21T00:06:03.577 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../012-python3-cephfs_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:06:03.583 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../013-python3-ceph-common_19.1.1-367-g9e2ac70b-1jammy_all.deb ... 2024-09-21T00:06:03.607 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-cephfs (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:03.610 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking python3-ceph-common (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:03.936 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-ceph-common. 2024-09-21T00:06:03.947 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package python3-wcwidth. 2024-09-21T00:06:03.961 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../013-python3-ceph-common_19.1.1-367-g9e2ac70b-1jammy_all.deb ... 2024-09-21T00:06:03.978 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-09-21T00:06:03.991 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-09-21T00:06:04.004 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-ceph-common (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:04.014 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-21T00:06:04.018 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-09-21T00:06:04.058 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-09-21T00:06:04.333 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package python3-prettytable. 2024-09-21T00:06:04.337 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-wcwidth. 2024-09-21T00:06:04.360 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-09-21T00:06:04.361 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-cheroot. 2024-09-21T00:06:04.364 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-09-21T00:06:04.387 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-09-21T00:06:04.400 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-09-21T00:06:04.404 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-21T00:06:04.436 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-21T00:06:04.635 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package python3-rbd. 2024-09-21T00:06:04.651 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../016-python3-rbd_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:06:04.674 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-prettytable. 2024-09-21T00:06:04.685 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking python3-rbd (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:04.700 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-09-21T00:06:04.730 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-09-21T00:06:04.732 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-09-21T00:06:04.757 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-09-21T00:06:04.797 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-09-21T00:06:05.039 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-09-21T00:06:05.041 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-jaraco.text. 2024-09-21T00:06:05.065 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-09-21T00:06:05.068 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-09-21T00:06:05.100 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-09-21T00:06:05.105 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-21T00:06:05.143 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-rbd. 2024-09-21T00:06:05.169 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../016-python3-rbd_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:06:05.212 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-rbd (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:05.383 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-09-21T00:06:05.409 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-09-21T00:06:05.449 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-09-21T00:06:05.548 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-09-21T00:06:05.570 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-09-21T00:06:05.574 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-09-21T00:06:05.596 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-09-21T00:06:05.615 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-21T00:06:05.628 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-09-21T00:06:05.736 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-09-21T00:06:05.762 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-09-21T00:06:05.802 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-21T00:06:05.859 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-09-21T00:06:05.874 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-09-21T00:06:05.897 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-tempora. 2024-09-21T00:06:05.917 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-09-21T00:06:05.924 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-09-21T00:06:05.964 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-09-21T00:06:06.122 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package lua5.1. 2024-09-21T00:06:06.148 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-09-21T00:06:06.189 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-09-21T00:06:06.220 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-09-21T00:06:06.235 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-09-21T00:06:06.267 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-portend. 2024-09-21T00:06:06.279 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-21T00:06:06.293 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-09-21T00:06:06.333 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-09-21T00:06:06.525 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package lua-any. 2024-09-21T00:06:06.541 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-09-21T00:06:06.575 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking lua-any (27ubuntu1) ... 2024-09-21T00:06:06.620 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-09-21T00:06:06.624 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package lua5.1. 2024-09-21T00:06:06.635 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-09-21T00:06:06.650 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-09-21T00:06:06.670 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-09-21T00:06:06.690 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-09-21T00:06:06.803 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package zip. 2024-09-21T00:06:06.818 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-09-21T00:06:06.878 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking zip (3.0-12build2) ... 2024-09-21T00:06:06.906 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-cherrypy3. 2024-09-21T00:06:06.933 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-09-21T00:06:06.960 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package lua-any. 2024-09-21T00:06:06.964 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-09-21T00:06:06.975 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-09-21T00:06:07.010 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking lua-any (27ubuntu1) ... 2024-09-21T00:06:07.198 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package unzip. 2024-09-21T00:06:07.224 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-09-21T00:06:07.263 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package zip. 2024-09-21T00:06:07.273 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-09-21T00:06:07.279 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-09-21T00:06:07.321 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking zip (3.0-12build2) ... 2024-09-21T00:06:07.326 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-natsort. 2024-09-21T00:06:07.352 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-09-21T00:06:07.392 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-09-21T00:06:07.650 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package unzip. 2024-09-21T00:06:07.651 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package luarocks. 2024-09-21T00:06:07.676 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-09-21T00:06:07.677 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-09-21T00:06:07.713 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-logutils. 2024-09-21T00:06:07.716 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-09-21T00:06:07.718 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-09-21T00:06:07.739 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-09-21T00:06:07.779 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-09-21T00:06:08.065 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-markupsafe. 2024-09-21T00:06:08.092 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-09-21T00:06:08.095 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package luarocks. 2024-09-21T00:06:08.111 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-09-21T00:06:08.123 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-09-21T00:06:08.145 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-09-21T00:06:08.326 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package librgw2. 2024-09-21T00:06:08.352 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../025-librgw2_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:06:08.392 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking librgw2 (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:08.410 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-mako. 2024-09-21T00:06:08.437 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-09-21T00:06:08.476 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-21T00:06:08.520 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package librgw2. 2024-09-21T00:06:08.547 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../025-librgw2_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:06:08.586 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking librgw2 (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:08.796 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-simplegeneric. 2024-09-21T00:06:08.823 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-09-21T00:06:08.863 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-09-21T00:06:08.911 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package python3-rgw. 2024-09-21T00:06:08.926 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../026-python3-rgw_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:06:08.961 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking python3-rgw (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:09.139 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-rgw. 2024-09-21T00:06:09.154 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../026-python3-rgw_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:06:09.166 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-singledispatch. 2024-09-21T00:06:09.193 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-09-21T00:06:09.197 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-rgw (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:09.232 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-09-21T00:06:09.289 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package liboath0:amd64. 2024-09-21T00:06:09.315 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-09-21T00:06:09.356 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-09-21T00:06:09.494 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-webob. 2024-09-21T00:06:09.520 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1ubuntu0.1_all.deb ... 2024-09-21T00:06:09.542 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package liboath0:amd64. 2024-09-21T00:06:09.568 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-21T00:06:09.569 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-09-21T00:06:09.608 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-09-21T00:06:09.667 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package libradosstriper1. 2024-09-21T00:06:09.693 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../028-libradosstriper1_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:06:09.733 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking libradosstriper1 (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:09.855 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-waitress. 2024-09-21T00:06:09.861 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package libradosstriper1. 2024-09-21T00:06:09.877 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../028-libradosstriper1_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:06:09.881 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-09-21T00:06:09.911 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking libradosstriper1 (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:09.925 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-21T00:06:10.145 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package ceph-common. 2024-09-21T00:06:10.172 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../029-ceph-common_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:06:10.203 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking ceph-common (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:10.224 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-tempita. 2024-09-21T00:06:10.251 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-09-21T00:06:10.291 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-09-21T00:06:10.532 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package ceph-common. 2024-09-21T00:06:10.558 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../029-ceph-common_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:06:10.598 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking ceph-common (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:10.611 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-paste. 2024-09-21T00:06:10.637 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-09-21T00:06:10.686 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-09-21T00:06:11.006 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-09-21T00:06:11.021 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-09-21T00:06:11.064 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-09-21T00:06:11.367 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-pastedeploy. 2024-09-21T00:06:11.393 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-09-21T00:06:11.433 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-09-21T00:06:11.676 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package ceph-base. 2024-09-21T00:06:11.702 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../030-ceph-base_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:06:11.703 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-webtest. 2024-09-21T00:06:11.730 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-09-21T00:06:11.752 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking ceph-base (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:11.761 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-09-21T00:06:12.020 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package ceph-base. 2024-09-21T00:06:12.047 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../030-ceph-base_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:06:12.064 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-pecan. 2024-09-21T00:06:12.091 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-09-21T00:06:12.096 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking ceph-base (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:12.131 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-09-21T00:06:12.313 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-09-21T00:06:12.340 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-09-21T00:06:12.380 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-09-21T00:06:12.502 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-certifi. 2024-09-21T00:06:12.529 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-09-21T00:06:12.569 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-09-21T00:06:12.650 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package python3-cheroot. 2024-09-21T00:06:12.675 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-09-21T00:06:12.676 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-09-21T00:06:12.701 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-09-21T00:06:12.716 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-21T00:06:12.741 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-09-21T00:06:12.888 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-idna. 2024-09-21T00:06:12.904 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../055-python3-idna_3.3-1ubuntu0.1_all.deb ... 2024-09-21T00:06:12.947 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-idna (3.3-1ubuntu0.1) ... 2024-09-21T00:06:13.019 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-09-21T00:06:13.028 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-cheroot. 2024-09-21T00:06:13.043 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-09-21T00:06:13.045 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-09-21T00:06:13.077 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-09-21T00:06:13.078 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-21T00:06:13.233 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-urllib3. 2024-09-21T00:06:13.249 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-09-21T00:06:13.283 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-21T00:06:13.364 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-09-21T00:06:13.372 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package python3-jaraco.text. 2024-09-21T00:06:13.391 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-09-21T00:06:13.398 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-09-21T00:06:13.422 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-09-21T00:06:13.438 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-09-21T00:06:13.578 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-requests. 2024-09-21T00:06:13.604 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-09-21T00:06:13.636 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-21T00:06:13.733 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-09-21T00:06:13.733 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-jaraco.text. 2024-09-21T00:06:13.748 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-09-21T00:06:13.760 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-09-21T00:06:13.783 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-09-21T00:06:13.800 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-09-21T00:06:13.889 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-werkzeug. 2024-09-21T00:06:13.904 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.2_all.deb ... 2024-09-21T00:06:13.947 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-21T00:06:14.069 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package python3-tempora. 2024-09-21T00:06:14.096 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-09-21T00:06:14.112 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-09-21T00:06:14.136 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-09-21T00:06:14.138 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-09-21T00:06:14.178 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-09-21T00:06:14.200 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-09-21T00:06:14.227 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.1.1-367-g9e2ac70b-1jammy_all.deb ... 2024-09-21T00:06:14.267 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking ceph-mgr-modules-core (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:14.439 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package python3-portend. 2024-09-21T00:06:14.465 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-09-21T00:06:14.505 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-09-21T00:06:14.506 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-tempora. 2024-09-21T00:06:14.533 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-09-21T00:06:14.573 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-09-21T00:06:14.664 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-09-21T00:06:14.690 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:06:14.730 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking libsqlite3-mod-ceph (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:14.808 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-09-21T00:06:14.834 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-09-21T00:06:14.875 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-09-21T00:06:14.876 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-portend. 2024-09-21T00:06:14.903 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-09-21T00:06:14.942 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-09-21T00:06:15.033 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-bcrypt. 2024-09-21T00:06:15.059 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-09-21T00:06:15.099 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-09-21T00:06:15.136 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package python3-cherrypy3. 2024-09-21T00:06:15.151 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-09-21T00:06:15.186 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-09-21T00:06:15.229 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-09-21T00:06:15.255 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-09-21T00:06:15.295 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-09-21T00:06:15.402 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-openssl. 2024-09-21T00:06:15.428 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-09-21T00:06:15.468 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-09-21T00:06:15.665 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package python3-natsort. 2024-09-21T00:06:15.691 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-09-21T00:06:16.207 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-09-21T00:06:16.249 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-cherrypy3. 2024-09-21T00:06:16.276 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-09-21T00:06:16.315 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-09-21T00:06:16.585 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package python3-logutils. 2024-09-21T00:06:16.611 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-09-21T00:06:16.651 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-09-21T00:06:16.661 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-natsort. 2024-09-21T00:06:16.687 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-09-21T00:06:16.727 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-09-21T00:06:16.814 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package ceph-mgr. 2024-09-21T00:06:16.841 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../063-ceph-mgr_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:06:16.880 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking ceph-mgr (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:16.912 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package python3-markupsafe. 2024-09-21T00:06:16.939 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-09-21T00:06:16.970 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-09-21T00:06:16.980 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-logutils. 2024-09-21T00:06:16.996 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-09-21T00:06:17.030 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-09-21T00:06:17.224 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package python3-mako. 2024-09-21T00:06:17.242 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package ceph-mon. 2024-09-21T00:06:17.250 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-09-21T00:06:17.269 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../064-ceph-mon_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:06:17.282 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-21T00:06:17.300 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking ceph-mon (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:17.308 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-markupsafe. 2024-09-21T00:06:17.335 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-09-21T00:06:17.375 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-09-21T00:06:17.610 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package python3-simplegeneric. 2024-09-21T00:06:17.636 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-09-21T00:06:17.668 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-09-21T00:06:17.703 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-mako. 2024-09-21T00:06:17.729 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-09-21T00:06:17.769 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-21T00:06:17.871 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package ceph-osd. 2024-09-21T00:06:17.897 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../065-ceph-osd_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:06:17.929 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking ceph-osd (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:17.971 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package python3-singledispatch. 2024-09-21T00:06:17.997 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-09-21T00:06:18.037 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-09-21T00:06:18.081 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-simplegeneric. 2024-09-21T00:06:18.107 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-09-21T00:06:18.148 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-09-21T00:06:18.426 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-singledispatch. 2024-09-21T00:06:18.452 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-09-21T00:06:18.452 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package python3-webob. 2024-09-21T00:06:18.479 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1ubuntu0.1_all.deb ... 2024-09-21T00:06:18.484 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-09-21T00:06:18.565 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-21T00:06:18.753 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-webob. 2024-09-21T00:06:18.780 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1ubuntu0.1_all.deb ... 2024-09-21T00:06:18.820 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-21T00:06:18.927 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package python3-waitress. 2024-09-21T00:06:18.953 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-09-21T00:06:18.974 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package ceph. 2024-09-21T00:06:18.997 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-21T00:06:19.000 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../066-ceph_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:06:19.040 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking ceph (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:19.165 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-waitress. 2024-09-21T00:06:19.191 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-09-21T00:06:19.235 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-21T00:06:19.305 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package python3-tempita. 2024-09-21T00:06:19.331 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-09-21T00:06:19.368 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package ceph-fuse. 2024-09-21T00:06:19.371 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-09-21T00:06:19.394 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../067-ceph-fuse_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:06:19.434 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking ceph-fuse (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:19.526 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-tempita. 2024-09-21T00:06:19.553 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-09-21T00:06:19.592 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-09-21T00:06:19.658 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package python3-paste. 2024-09-21T00:06:19.684 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-09-21T00:06:19.724 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-09-21T00:06:19.763 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package ceph-mds. 2024-09-21T00:06:19.790 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../068-ceph-mds_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:06:19.829 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking ceph-mds (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:19.871 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-paste. 2024-09-21T00:06:19.886 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-09-21T00:06:19.921 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-09-21T00:06:20.053 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-09-21T00:06:20.079 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-09-21T00:06:20.119 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-09-21T00:06:20.165 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package cephadm. 2024-09-21T00:06:20.189 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../069-cephadm_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:06:20.232 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking cephadm (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:20.241 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-09-21T00:06:20.267 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-09-21T00:06:20.307 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-09-21T00:06:20.422 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package python3-pastedeploy. 2024-09-21T00:06:20.448 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-09-21T00:06:20.488 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-09-21T00:06:20.527 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-asyncssh. 2024-09-21T00:06:20.553 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-09-21T00:06:20.577 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-pastedeploy. 2024-09-21T00:06:20.601 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-09-21T00:06:20.603 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-09-21T00:06:20.741 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package python3-webtest. 2024-09-21T00:06:20.768 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-09-21T00:06:20.799 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-09-21T00:06:20.818 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-09-21T00:06:20.879 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python-babel-localedata. 2024-09-21T00:06:20.906 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-09-21T00:06:20.946 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-21T00:06:21.080 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-webtest. 2024-09-21T00:06:21.102 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package python3-pecan. 2024-09-21T00:06:21.106 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-09-21T00:06:21.129 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-09-21T00:06:21.146 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-09-21T00:06:21.202 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-09-21T00:06:21.441 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-pecan. 2024-09-21T00:06:21.468 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-09-21T00:06:21.508 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-09-21T00:06:21.566 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package python3-certifi. 2024-09-21T00:06:21.592 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-09-21T00:06:21.632 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-09-21T00:06:21.880 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-certifi. 2024-09-21T00:06:21.906 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-09-21T00:06:21.946 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-09-21T00:06:21.951 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-babel. 2024-09-21T00:06:21.979 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-09-21T00:06:21.979 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package python3-idna. 2024-09-21T00:06:22.003 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../055-python3-idna_3.3-1ubuntu0.1_all.deb ... 2024-09-21T00:06:22.017 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-09-21T00:06:22.043 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking python3-idna (3.3-1ubuntu0.1) ... 2024-09-21T00:06:22.274 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-idna. 2024-09-21T00:06:22.301 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../055-python3-idna_3.3-1ubuntu0.1_all.deb ... 2024-09-21T00:06:22.304 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-jinja2. 2024-09-21T00:06:22.313 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package python3-urllib3. 2024-09-21T00:06:22.319 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.2_all.deb ... 2024-09-21T00:06:22.339 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-09-21T00:06:22.340 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-idna (3.3-1ubuntu0.1) ... 2024-09-21T00:06:22.353 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-21T00:06:22.371 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-21T00:06:22.610 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-urllib3. 2024-09-21T00:06:22.626 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-09-21T00:06:22.641 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package python3-requests. 2024-09-21T00:06:22.648 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-09-21T00:06:22.660 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-21T00:06:22.667 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-09-21T00:06:22.675 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.1.1-367-g9e2ac70b-1jammy_all.deb ... 2024-09-21T00:06:22.699 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-21T00:06:22.706 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking ceph-mgr-cephadm (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:22.939 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-requests. 2024-09-21T00:06:22.954 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-09-21T00:06:22.977 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package python3-werkzeug. 2024-09-21T00:06:22.988 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-21T00:06:23.003 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.2_all.deb ... 2024-09-21T00:06:23.026 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-repoze.lru. 2024-09-21T00:06:23.043 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-21T00:06:23.053 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-09-21T00:06:23.084 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-09-21T00:06:23.267 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-werkzeug. 2024-09-21T00:06:23.293 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.2_all.deb ... 2024-09-21T00:06:23.305 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-09-21T00:06:23.321 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.1.1-367-g9e2ac70b-1jammy_all.deb ... 2024-09-21T00:06:23.333 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-21T00:06:23.355 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking ceph-mgr-modules-core (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:23.362 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-routes. 2024-09-21T00:06:23.389 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-09-21T00:06:23.429 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-09-21T00:06:23.611 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-09-21T00:06:23.627 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.1.1-367-g9e2ac70b-1jammy_all.deb ... 2024-09-21T00:06:23.661 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking ceph-mgr-modules-core (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:23.735 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-09-21T00:06:23.762 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:06:23.766 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-09-21T00:06:23.792 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.1.1-367-g9e2ac70b-1jammy_all.deb ... 2024-09-21T00:06:23.802 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking libsqlite3-mod-ceph (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:23.832 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking ceph-mgr-dashboard (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:24.033 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-09-21T00:06:24.046 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package python3-bcrypt. 2024-09-21T00:06:24.060 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:06:24.073 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-09-21T00:06:24.099 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking libsqlite3-mod-ceph (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:24.104 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-09-21T00:06:24.369 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-bcrypt. 2024-09-21T00:06:24.385 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-09-21T00:06:24.416 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package python3-openssl. 2024-09-21T00:06:24.419 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-09-21T00:06:24.443 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-09-21T00:06:24.482 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-09-21T00:06:24.697 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-openssl. 2024-09-21T00:06:24.724 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-09-21T00:06:24.764 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-09-21T00:06:24.811 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package ceph-mgr. 2024-09-21T00:06:24.837 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../063-ceph-mgr_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:06:24.877 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking ceph-mgr (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:25.100 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package ceph-mgr. 2024-09-21T00:06:25.112 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-09-21T00:06:25.127 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../063-ceph-mgr_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:06:25.128 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-09-21T00:06:25.167 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking ceph-mgr (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:25.170 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-21T00:06:25.239 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package ceph-mon. 2024-09-21T00:06:25.267 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../064-ceph-mon_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:06:25.305 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking ceph-mon (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:25.545 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package ceph-mon. 2024-09-21T00:06:25.572 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../064-ceph-mon_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:06:25.611 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking ceph-mon (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:25.657 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-joblib. 2024-09-21T00:06:25.684 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-09-21T00:06:25.724 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-09-21T00:06:25.917 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package ceph-osd. 2024-09-21T00:06:25.944 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../065-ceph-osd_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:06:25.983 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking ceph-osd (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:26.094 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-09-21T00:06:26.121 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-09-21T00:06:26.169 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-09-21T00:06:26.207 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package ceph-osd. 2024-09-21T00:06:26.233 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../065-ceph-osd_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:06:26.273 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking ceph-osd (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:26.472 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-sklearn. 2024-09-21T00:06:26.499 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-09-21T00:06:26.538 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-21T00:06:27.012 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package ceph. 2024-09-21T00:06:27.027 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../066-ceph_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:06:27.070 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking ceph (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:27.205 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-09-21T00:06:27.221 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.1.1-367-g9e2ac70b-1jammy_all.deb ... 2024-09-21T00:06:27.318 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package ceph. 2024-09-21T00:06:27.334 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../066-ceph_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:06:27.340 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking ceph-mgr-diskprediction-local (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:27.377 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking ceph (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:27.398 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package ceph-fuse. 2024-09-21T00:06:27.424 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../067-ceph-fuse_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:06:27.464 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking ceph-fuse (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:27.663 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package ceph-fuse. 2024-09-21T00:06:27.689 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../067-ceph-fuse_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:06:27.729 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking ceph-fuse (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:27.834 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package ceph-mds. 2024-09-21T00:06:27.861 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../068-ceph-mds_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:06:27.901 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking ceph-mds (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:28.066 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package ceph-mds. 2024-09-21T00:06:28.093 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../068-ceph-mds_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:06:28.132 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking ceph-mds (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:28.254 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package cephadm. 2024-09-21T00:06:28.280 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../069-cephadm_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:06:28.294 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-cachetools. 2024-09-21T00:06:28.311 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking cephadm (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:28.321 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-09-21T00:06:28.361 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-09-21T00:06:28.544 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package cephadm. 2024-09-21T00:06:28.570 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../069-cephadm_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:06:28.611 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking cephadm (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:28.647 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-pyasn1. 2024-09-21T00:06:28.648 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package python3-asyncssh. 2024-09-21T00:06:28.675 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-09-21T00:06:28.675 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-09-21T00:06:28.705 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-09-21T00:06:28.714 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-09-21T00:06:28.930 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-asyncssh. 2024-09-21T00:06:28.957 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-09-21T00:06:28.992 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-09-21T00:06:28.996 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-09-21T00:06:29.019 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-09-21T00:06:29.058 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-09-21T00:06:29.176 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package python-babel-localedata. 2024-09-21T00:06:29.202 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-09-21T00:06:29.242 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-21T00:06:29.308 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python-babel-localedata. 2024-09-21T00:06:29.334 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-09-21T00:06:29.336 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-rsa. 2024-09-21T00:06:29.364 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-09-21T00:06:29.374 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-21T00:06:29.403 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-rsa (4.8-1) ... 2024-09-21T00:06:29.723 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-google-auth. 2024-09-21T00:06:29.750 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-09-21T00:06:29.789 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-09-21T00:06:30.093 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-09-21T00:06:30.120 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-09-21T00:06:30.159 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-21T00:06:30.247 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package python3-babel. 2024-09-21T00:06:30.274 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-09-21T00:06:30.313 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-09-21T00:06:30.446 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-websocket. 2024-09-21T00:06:30.446 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-babel. 2024-09-21T00:06:30.473 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-09-21T00:06:30.473 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-09-21T00:06:30.512 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-09-21T00:06:30.512 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-09-21T00:06:30.633 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package python3-jinja2. 2024-09-21T00:06:30.660 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.2_all.deb ... 2024-09-21T00:06:30.699 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-21T00:06:30.824 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-jinja2. 2024-09-21T00:06:30.832 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-kubernetes. 2024-09-21T00:06:30.851 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.2_all.deb ... 2024-09-21T00:06:30.859 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-09-21T00:06:30.882 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-21T00:06:30.899 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-21T00:06:31.053 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-09-21T00:06:31.080 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.1.1-367-g9e2ac70b-1jammy_all.deb ... 2024-09-21T00:06:31.119 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking ceph-mgr-cephadm (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:31.394 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-09-21T00:06:31.421 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.1.1-367-g9e2ac70b-1jammy_all.deb ... 2024-09-21T00:06:31.460 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking ceph-mgr-cephadm (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:31.464 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package python3-repoze.lru. 2024-09-21T00:06:31.491 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-09-21T00:06:31.539 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-09-21T00:06:31.756 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-09-21T00:06:31.773 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.1.1-367-g9e2ac70b-1jammy_all.deb ... 2024-09-21T00:06:31.806 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-repoze.lru. 2024-09-21T00:06:31.806 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking ceph-mgr-k8sevents (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:31.833 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-09-21T00:06:31.859 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package python3-routes. 2024-09-21T00:06:31.872 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-09-21T00:06:31.885 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-09-21T00:06:31.942 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-09-21T00:06:32.126 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package libonig5:amd64. 2024-09-21T00:06:32.153 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-09-21T00:06:32.175 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-routes. 2024-09-21T00:06:32.192 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-21T00:06:32.202 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-09-21T00:06:32.242 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-09-21T00:06:32.245 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-09-21T00:06:32.272 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.1.1-367-g9e2ac70b-1jammy_all.deb ... 2024-09-21T00:06:32.303 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking ceph-mgr-dashboard (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:32.520 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package libjq1:amd64. 2024-09-21T00:06:32.547 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-09-21T00:06:32.579 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-09-21T00:06:32.586 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-21T00:06:32.605 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.1.1-367-g9e2ac70b-1jammy_all.deb ... 2024-09-21T00:06:32.645 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking ceph-mgr-dashboard (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:32.839 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package jq. 2024-09-21T00:06:32.855 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-09-21T00:06:32.889 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-09-21T00:06:33.100 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package socat. 2024-09-21T00:06:33.115 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-09-21T00:06:33.158 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-09-21T00:06:33.436 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package xmlstarlet. 2024-09-21T00:06:33.452 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-09-21T00:06:33.494 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-09-21T00:06:33.584 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-09-21T00:06:33.599 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-09-21T00:06:33.642 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-21T00:06:33.831 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package ceph-test. 2024-09-21T00:06:33.847 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../097-ceph-test_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:06:33.881 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking ceph-test (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:33.942 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-09-21T00:06:33.957 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-09-21T00:06:33.991 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-21T00:06:34.154 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package python3-joblib. 2024-09-21T00:06:34.181 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-09-21T00:06:34.220 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-09-21T00:06:34.471 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-joblib. 2024-09-21T00:06:34.498 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-09-21T00:06:34.709 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-09-21T00:06:34.709 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-09-21T00:06:34.709 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-09-21T00:06:34.709 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-09-21T00:06:34.870 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-09-21T00:06:34.893 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-09-21T00:06:34.901 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package python3-sklearn. 2024-09-21T00:06:34.925 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-09-21T00:06:34.929 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-09-21T00:06:34.969 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-21T00:06:35.236 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-sklearn. 2024-09-21T00:06:35.263 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-09-21T00:06:35.302 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-21T00:06:35.795 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-09-21T00:06:35.823 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.1.1-367-g9e2ac70b-1jammy_all.deb ... 2024-09-21T00:06:35.947 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking ceph-mgr-diskprediction-local (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:36.028 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-09-21T00:06:36.055 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.1.1-367-g9e2ac70b-1jammy_all.deb ... 2024-09-21T00:06:36.085 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package ceph-volume. 2024-09-21T00:06:36.113 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../098-ceph-volume_19.1.1-367-g9e2ac70b-1jammy_all.deb ... 2024-09-21T00:06:36.151 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking ceph-volume (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:36.179 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking ceph-mgr-diskprediction-local (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:36.422 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package libcephfs-dev. 2024-09-21T00:06:36.438 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../099-libcephfs-dev_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:06:36.472 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking libcephfs-dev (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:37.026 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package python3-cachetools. 2024-09-21T00:06:37.041 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package lua-socket:amd64. 2024-09-21T00:06:37.053 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-09-21T00:06:37.069 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-09-21T00:06:37.092 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-09-21T00:06:37.108 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-21T00:06:37.242 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-cachetools. 2024-09-21T00:06:37.269 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-09-21T00:06:37.308 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-09-21T00:06:37.378 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package python3-pyasn1. 2024-09-21T00:06:37.405 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-09-21T00:06:37.437 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package lua-sec:amd64. 2024-09-21T00:06:37.444 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-09-21T00:06:37.465 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-09-21T00:06:37.503 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-09-21T00:06:37.570 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-pyasn1. 2024-09-21T00:06:37.597 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-09-21T00:06:37.636 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-09-21T00:06:37.781 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-09-21T00:06:37.808 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-09-21T00:06:37.848 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-09-21T00:06:37.857 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package nvme-cli. 2024-09-21T00:06:37.886 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.3_amd64.deb ... 2024-09-21T00:06:37.924 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking nvme-cli (1.16-3ubuntu0.3) ... 2024-09-21T00:06:37.965 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-09-21T00:06:37.992 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-09-21T00:06:38.031 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-09-21T00:06:38.159 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package python3-rsa. 2024-09-21T00:06:38.186 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-09-21T00:06:38.225 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking python3-rsa (4.8-1) ... 2024-09-21T00:06:38.342 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-rsa. 2024-09-21T00:06:38.354 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package pkg-config. 2024-09-21T00:06:38.371 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-09-21T00:06:38.381 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-09-21T00:06:38.409 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-rsa (4.8-1) ... 2024-09-21T00:06:38.428 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-09-21T00:06:38.513 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package python3-google-auth. 2024-09-21T00:06:38.541 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-09-21T00:06:38.579 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-09-21T00:06:38.673 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-09-21T00:06:38.680 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-google-auth. 2024-09-21T00:06:38.689 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-09-21T00:06:38.707 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-09-21T00:06:38.723 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-09-21T00:06:38.746 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-09-21T00:06:38.857 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-09-21T00:06:38.884 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-09-21T00:06:38.915 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-21T00:06:39.016 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-09-21T00:06:39.043 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-09-21T00:06:39.082 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-21T00:06:39.126 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-iniconfig. 2024-09-21T00:06:39.154 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-09-21T00:06:39.192 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-09-21T00:06:39.394 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-websocket. 2024-09-21T00:06:39.421 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-09-21T00:06:39.443 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package python3-websocket. 2024-09-21T00:06:39.461 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-09-21T00:06:39.462 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-pastescript. 2024-09-21T00:06:39.470 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-09-21T00:06:39.489 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-09-21T00:06:39.510 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-09-21T00:06:39.528 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-09-21T00:06:39.773 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-kubernetes. 2024-09-21T00:06:39.799 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-09-21T00:06:39.838 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package python3-kubernetes. 2024-09-21T00:06:39.839 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-21T00:06:39.857 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-pluggy. 2024-09-21T00:06:39.865 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-09-21T00:06:39.884 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-09-21T00:06:39.904 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-21T00:06:39.923 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-09-21T00:06:40.234 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-psutil. 2024-09-21T00:06:40.261 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-09-21T00:06:40.300 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-09-21T00:06:40.536 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-09-21T00:06:40.552 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.1.1-367-g9e2ac70b-1jammy_all.deb ... 2024-09-21T00:06:40.568 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-09-21T00:06:40.594 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking ceph-mgr-k8sevents (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:40.596 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.1.1-367-g9e2ac70b-1jammy_all.deb ... 2024-09-21T00:06:40.611 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-py. 2024-09-21T00:06:40.635 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking ceph-mgr-k8sevents (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:40.639 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-09-21T00:06:40.669 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-py (1.10.0-1) ... 2024-09-21T00:06:40.914 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package libonig5:amd64. 2024-09-21T00:06:40.920 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package libonig5:amd64. 2024-09-21T00:06:40.936 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-09-21T00:06:40.941 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-09-21T00:06:40.956 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-pygments. 2024-09-21T00:06:40.970 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-21T00:06:40.981 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-21T00:06:40.984 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-09-21T00:06:41.014 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-09-21T00:06:41.307 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package libjq1:amd64. 2024-09-21T00:06:41.309 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package libjq1:amd64. 2024-09-21T00:06:41.334 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-09-21T00:06:41.336 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-09-21T00:06:41.373 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-21T00:06:41.443 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-pyinotify. 2024-09-21T00:06:41.471 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-09-21T00:06:41.510 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-09-21T00:06:41.559 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-21T00:06:41.643 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package jq. 2024-09-21T00:06:41.658 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-09-21T00:06:41.701 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-09-21T00:06:41.787 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package jq. 2024-09-21T00:06:41.803 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-09-21T00:06:41.820 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-toml. 2024-09-21T00:06:41.845 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-09-21T00:06:41.848 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-09-21T00:06:41.887 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-09-21T00:06:41.945 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package socat. 2024-09-21T00:06:41.961 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-09-21T00:06:41.995 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-09-21T00:06:42.145 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package socat. 2024-09-21T00:06:42.172 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-09-21T00:06:42.190 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-pytest. 2024-09-21T00:06:42.218 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-09-21T00:06:42.231 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-09-21T00:06:42.256 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-09-21T00:06:42.282 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package xmlstarlet. 2024-09-21T00:06:42.309 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-09-21T00:06:42.340 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-09-21T00:06:42.534 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package xmlstarlet. 2024-09-21T00:06:42.550 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-09-21T00:06:42.592 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-09-21T00:06:42.601 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-simplejson. 2024-09-21T00:06:42.629 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-09-21T00:06:42.668 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-09-21T00:06:42.711 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package ceph-test. 2024-09-21T00:06:42.738 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../097-ceph-test_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:06:42.777 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking ceph-test (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:42.949 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package ceph-test. 2024-09-21T00:06:42.961 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-09-21T00:06:42.964 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../097-ceph-test_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:06:42.978 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-09-21T00:06:43.007 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking ceph-test (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:43.020 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-09-21T00:06:43.724 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package radosgw. 2024-09-21T00:06:43.752 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../116-radosgw_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:06:43.790 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking radosgw (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:44.610 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package rbd-fuse. 2024-09-21T00:06:44.626 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../117-rbd-fuse_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:06:44.668 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking rbd-fuse (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:44.947 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-09-21T00:06:45.056 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package ceph-volume. 2024-09-21T00:06:45.084 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../098-ceph-volume_19.1.1-367-g9e2ac70b-1jammy_all.deb ... 2024-09-21T00:06:45.123 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking ceph-volume (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:45.231 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-21T00:06:45.353 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package ceph-volume. 2024-09-21T00:06:45.380 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../098-ceph-volume_19.1.1-367-g9e2ac70b-1jammy_all.deb ... 2024-09-21T00:06:45.382 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up nvme-cli (1.16-3ubuntu0.3) ... 2024-09-21T00:06:45.419 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking ceph-volume (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:45.443 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package libcephfs-dev. 2024-09-21T00:06:45.459 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../099-libcephfs-dev_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:06:45.502 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking libcephfs-dev (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:45.661 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-09-21T00:06:45.723 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package libcephfs-dev. 2024-09-21T00:06:45.751 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../099-libcephfs-dev_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:06:45.790 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking libcephfs-dev (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:45.813 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package lua-socket:amd64. 2024-09-21T00:06:45.840 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-09-21T00:06:45.879 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-21T00:06:46.015 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-09-21T00:06:46.067 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package lua-socket:amd64. 2024-09-21T00:06:46.083 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-09-21T00:06:46.117 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-21T00:06:46.217 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package lua-sec:amd64. 2024-09-21T00:06:46.244 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-09-21T00:06:46.292 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-09-21T00:06:46.430 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package lua-sec:amd64. 2024-09-21T00:06:46.438 INFO:teuthology.orchestra.run.smithi136.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-09-21T00:06:46.446 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-09-21T00:06:46.489 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-09-21T00:06:46.500 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up cephadm (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:46.746 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package nvme-cli. 2024-09-21T00:06:46.773 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.3_amd64.deb ... 2024-09-21T00:06:46.820 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking nvme-cli (1.16-3ubuntu0.3) ... 2024-09-21T00:06:46.876 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package nvme-cli. 2024-09-21T00:06:46.898 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.3_amd64.deb ... 2024-09-21T00:06:46.942 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking nvme-cli (1.16-3ubuntu0.3) ... 2024-09-21T00:06:47.050 INFO:teuthology.orchestra.run.smithi136.stdout:Adding system user cephadm....done 2024-09-21T00:06:47.231 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-21T00:06:47.234 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package pkg-config. 2024-09-21T00:06:47.262 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-09-21T00:06:47.300 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-09-21T00:06:47.356 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package pkg-config. 2024-09-21T00:06:47.384 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-09-21T00:06:47.423 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-09-21T00:06:47.524 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-09-21T00:06:47.562 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-09-21T00:06:47.578 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-09-21T00:06:47.620 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-09-21T00:06:47.684 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-09-21T00:06:47.700 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-09-21T00:06:47.742 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-09-21T00:06:47.783 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-09-21T00:06:47.910 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-09-21T00:06:48.073 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package python3-iniconfig. 2024-09-21T00:06:48.100 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-09-21T00:06:48.139 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-09-21T00:06:48.177 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-09-21T00:06:48.187 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-iniconfig. 2024-09-21T00:06:48.215 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-09-21T00:06:48.279 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-09-21T00:06:48.434 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package python3-pastescript. 2024-09-21T00:06:48.445 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-09-21T00:06:48.461 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-09-21T00:06:48.500 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-09-21T00:06:48.548 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-pastescript. 2024-09-21T00:06:48.576 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-09-21T00:06:48.604 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-py (1.10.0-1) ... 2024-09-21T00:06:48.606 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-09-21T00:06:48.804 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package python3-pluggy. 2024-09-21T00:06:48.819 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-09-21T00:06:48.853 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-09-21T00:06:48.901 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-pluggy. 2024-09-21T00:06:48.929 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-09-21T00:06:48.948 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-09-21T00:06:48.968 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-09-21T00:06:49.156 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package python3-psutil. 2024-09-21T00:06:49.184 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-09-21T00:06:49.223 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-09-21T00:06:49.279 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-psutil. 2024-09-21T00:06:49.307 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-09-21T00:06:49.324 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-09-21T00:06:49.346 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-09-21T00:06:49.559 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package python3-py. 2024-09-21T00:06:49.575 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-09-21T00:06:49.587 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-09-21T00:06:49.626 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking python3-py (1.10.0-1) ... 2024-09-21T00:06:49.674 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-py. 2024-09-21T00:06:49.702 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-09-21T00:06:49.740 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-py (1.10.0-1) ... 2024-09-21T00:06:49.851 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-09-21T00:06:49.979 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package python3-pygments. 2024-09-21T00:06:50.007 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-09-21T00:06:50.045 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-09-21T00:06:50.060 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-pygments. 2024-09-21T00:06:50.088 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-09-21T00:06:50.120 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-09-21T00:06:50.126 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-09-21T00:06:50.387 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-09-21T00:06:50.416 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package python3-pyinotify. 2024-09-21T00:06:50.444 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-09-21T00:06:50.483 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-09-21T00:06:50.573 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-pyinotify. 2024-09-21T00:06:50.600 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-09-21T00:06:50.639 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-09-21T00:06:50.655 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-09-21T00:06:50.794 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package python3-toml. 2024-09-21T00:06:50.821 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-09-21T00:06:50.860 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-09-21T00:06:50.950 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-toml. 2024-09-21T00:06:50.978 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-09-21T00:06:51.005 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-ceph-argparse (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:51.018 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-09-21T00:06:51.163 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package python3-pytest. 2024-09-21T00:06:51.191 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-09-21T00:06:51.229 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-09-21T00:06:51.332 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-21T00:06:51.336 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-pytest. 2024-09-21T00:06:51.364 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-09-21T00:06:51.403 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-09-21T00:06:51.475 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-21T00:06:51.575 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package python3-simplejson. 2024-09-21T00:06:51.600 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-09-21T00:06:51.603 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-09-21T00:06:51.649 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-09-21T00:06:51.743 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-09-21T00:06:51.748 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-simplejson. 2024-09-21T00:06:51.776 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-09-21T00:06:51.815 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-09-21T00:06:51.919 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-09-21T00:06:51.947 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-09-21T00:06:51.985 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-09-21T00:06:52.092 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-09-21T00:06:52.120 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-09-21T00:06:52.159 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-09-21T00:06:52.228 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-09-21T00:06:52.408 INFO:teuthology.orchestra.run.smithi136.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-09-21T00:06:52.449 INFO:teuthology.orchestra.run.smithi136.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-09-21T00:06:52.513 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-21T00:06:52.664 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-09-21T00:06:52.731 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package radosgw. 2024-09-21T00:06:52.759 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../116-radosgw_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:06:52.797 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking radosgw (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:52.913 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package radosgw. 2024-09-21T00:06:52.941 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../116-radosgw_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:06:52.979 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking radosgw (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:53.032 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-21T00:06:53.158 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-09-21T00:06:53.426 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-09-21T00:06:53.600 INFO:teuthology.orchestra.run.smithi092.stdout:Selecting previously unselected package rbd-fuse. 2024-09-21T00:06:53.624 INFO:teuthology.orchestra.run.smithi092.stdout:Preparing to unpack .../117-rbd-fuse_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:06:53.658 INFO:teuthology.orchestra.run.smithi092.stdout:Unpacking rbd-fuse (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:53.702 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-09-21T00:06:53.782 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package rbd-fuse. 2024-09-21T00:06:53.798 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../117-rbd-fuse_19.1.1-367-g9e2ac70b-1jammy_amd64.deb ... 2024-09-21T00:06:53.832 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking rbd-fuse (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:53.971 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-09-21T00:06:54.020 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up zip (3.0-12build2) ... 2024-09-21T00:06:54.129 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-09-21T00:06:54.171 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-09-21T00:06:54.222 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-21T00:06:54.339 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up nvme-cli (1.16-3ubuntu0.3) ... 2024-09-21T00:06:54.413 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-21T00:06:54.522 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up nvme-cli (1.16-3ubuntu0.3) ... 2024-09-21T00:06:54.595 INFO:teuthology.orchestra.run.smithi092.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-09-21T00:06:54.767 INFO:teuthology.orchestra.run.smithi099.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-09-21T00:06:54.873 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-09-21T00:06:54.922 INFO:teuthology.orchestra.run.smithi092.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-09-21T00:06:55.124 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-09-21T00:06:55.149 INFO:teuthology.orchestra.run.smithi099.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-09-21T00:06:55.249 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-09-21T00:06:55.323 INFO:teuthology.orchestra.run.smithi092.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-09-21T00:06:55.375 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-21T00:06:55.392 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up cephadm (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:55.620 INFO:teuthology.orchestra.run.smithi099.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-09-21T00:06:55.690 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up cephadm (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:55.693 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-09-21T00:06:55.907 INFO:teuthology.orchestra.run.smithi092.stdout:Adding system user cephadm....done 2024-09-21T00:06:56.014 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-21T00:06:56.119 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-09-21T00:06:56.223 INFO:teuthology.orchestra.run.smithi099.stdout:Adding system user cephadm....done 2024-09-21T00:06:56.290 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-09-21T00:06:56.380 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-21T00:06:56.395 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-09-21T00:06:56.550 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-09-21T00:06:56.656 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-09-21T00:06:56.675 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-09-21T00:06:56.780 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-21T00:06:56.915 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-09-21T00:06:56.926 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-09-21T00:06:57.065 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-21T00:06:57.219 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-09-21T00:06:57.275 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-09-21T00:06:57.320 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up python3-py (1.10.0-1) ... 2024-09-21T00:06:57.408 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-09-21T00:06:57.518 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-09-21T00:06:57.630 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-09-21T00:06:57.659 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-09-21T00:06:57.777 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-09-21T00:06:57.810 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-ceph-common (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:57.903 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-py (1.10.0-1) ... 2024-09-21T00:06:57.982 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-09-21T00:06:58.145 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-idna (3.3-1ubuntu0.1) ... 2024-09-21T00:06:58.213 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-09-21T00:06:58.242 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-09-21T00:06:58.479 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-21T00:06:58.509 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-09-21T00:06:58.565 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-09-21T00:06:58.770 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-09-21T00:06:58.808 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-09-21T00:06:59.004 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-09-21T00:06:59.076 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-09-21T00:06:59.255 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-09-21T00:06:59.336 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-09-21T00:06:59.497 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up python3-ceph-argparse (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:06:59.595 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-09-21T00:06:59.692 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-09-21T00:06:59.757 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-21T00:06:59.863 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-09-21T00:06:59.944 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-21T00:07:00.033 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-21T00:07:00.086 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-toml (0.10.2-1) ... 2024-09-21T00:07:00.122 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-ceph-argparse (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:00.159 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-09-21T00:07:00.285 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-09-21T00:07:00.379 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-21T00:07:00.390 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-21T00:07:00.524 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-21T00:07:00.531 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-09-21T00:07:00.545 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-09-21T00:07:00.668 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-09-21T00:07:00.681 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-21T00:07:00.710 INFO:teuthology.orchestra.run.smithi092.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-09-21T00:07:00.741 INFO:teuthology.orchestra.run.smithi092.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-09-21T00:07:00.788 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-21T00:07:00.793 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-09-21T00:07:00.915 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-09-21T00:07:00.982 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-09-21T00:07:01.053 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-09-21T00:07:01.218 INFO:teuthology.orchestra.run.smithi099.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-09-21T00:07:01.243 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-09-21T00:07:01.251 INFO:teuthology.orchestra.run.smithi099.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-09-21T00:07:01.282 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-21T00:07:01.314 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-21T00:07:01.408 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-09-21T00:07:01.440 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-09-21T00:07:01.518 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-21T00:07:01.669 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-09-21T00:07:01.675 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-09-21T00:07:01.790 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-21T00:07:01.916 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-09-21T00:07:01.943 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-09-21T00:07:02.004 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-09-21T00:07:02.193 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-09-21T00:07:02.236 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up zip (3.0-12build2) ... 2024-09-21T00:07:02.271 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-09-21T00:07:02.345 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-09-21T00:07:02.503 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-09-21T00:07:02.555 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-09-21T00:07:02.804 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up zip (3.0-12build2) ... 2024-09-21T00:07:02.815 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-09-21T00:07:02.930 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-09-21T00:07:03.039 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-09-21T00:07:03.074 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-09-21T00:07:03.307 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-09-21T00:07:03.342 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-21T00:07:03.433 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-09-21T00:07:03.468 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-09-21T00:07:03.559 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-21T00:07:03.623 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-09-21T00:07:03.769 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-21T00:07:03.860 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-09-21T00:07:03.883 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-09-21T00:07:03.897 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-21T00:07:03.984 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-09-21T00:07:04.110 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-21T00:07:04.196 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-21T00:07:04.244 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-09-21T00:07:04.436 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-09-21T00:07:04.479 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-09-21T00:07:04.522 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-09-21T00:07:04.782 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-21T00:07:04.821 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-09-21T00:07:04.822 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-21T00:07:04.907 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-09-21T00:07:05.042 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-09-21T00:07:05.072 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-09-21T00:07:05.115 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-21T00:07:05.148 INFO:teuthology.orchestra.run.smithi136.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-09-21T00:07:05.418 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-21T00:07:05.458 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-09-21T00:07:05.473 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-21T00:07:05.553 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-09-21T00:07:05.717 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-09-21T00:07:05.928 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-21T00:07:05.928 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up python3-ceph-common (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:05.946 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-09-21T00:07:06.117 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-09-21T00:07:06.136 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up python3-idna (3.3-1ubuntu0.1) ... 2024-09-21T00:07:06.205 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up lua-any (27ubuntu1) ... 2024-09-21T00:07:06.323 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-portend (3.0.0-1) ... 2024-09-21T00:07:06.369 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-09-21T00:07:06.429 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-21T00:07:06.503 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-ceph-common (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:06.573 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-21T00:07:06.708 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-21T00:07:06.821 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-idna (3.3-1ubuntu0.1) ... 2024-09-21T00:07:07.067 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-09-21T00:07:07.156 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-21T00:07:07.393 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-21T00:07:07.584 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-09-21T00:07:07.661 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-09-21T00:07:07.779 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-rsa (4.8-1) ... 2024-09-21T00:07:07.836 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-21T00:07:07.953 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up python3-toml (0.10.2-1) ... 2024-09-21T00:07:08.038 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-09-21T00:07:08.196 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-21T00:07:08.286 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-09-21T00:07:08.297 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-21T00:07:08.322 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-09-21T00:07:08.448 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-21T00:07:08.571 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-21T00:07:08.642 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-09-21T00:07:08.706 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-toml (0.10.2-1) ... 2024-09-21T00:07:08.750 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-09-21T00:07:08.965 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-21T00:07:09.009 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-09-21T00:07:09.036 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-09-21T00:07:09.091 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-09-21T00:07:09.217 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-21T00:07:09.260 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-21T00:07:09.320 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-09-21T00:07:09.378 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-09-21T00:07:09.527 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-09-21T00:07:09.639 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-21T00:07:09.679 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-09-21T00:07:09.765 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up librados2 (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:09.795 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-09-21T00:07:09.891 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up libsqlite3-mod-ceph (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:09.930 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-09-21T00:07:10.017 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-09-21T00:07:10.063 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-21T00:07:10.188 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-09-21T00:07:10.189 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-09-21T00:07:10.362 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up libcephfs2 (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:10.479 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up libradosstriper1 (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:10.498 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-09-21T00:07:10.580 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-09-21T00:07:10.601 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-09-21T00:07:10.741 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-09-21T00:07:10.850 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-09-21T00:07:10.856 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up librbd1 (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:10.983 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up ceph-mgr-modules-core (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:10.984 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-09-21T00:07:11.109 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up ceph-fuse (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:11.118 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-21T00:07:11.243 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-09-21T00:07:11.244 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-09-21T00:07:11.319 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-21T00:07:11.319 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-21T00:07:11.503 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-09-21T00:07:11.503 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-21T00:07:11.621 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-21T00:07:11.760 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up libcephfs-dev (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:11.770 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-21T00:07:11.886 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-rados (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:11.905 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-21T00:07:11.922 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-09-21T00:07:12.004 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up librgw2 (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:12.113 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-21T00:07:12.206 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-09-21T00:07:12.214 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-21T00:07:12.315 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-21T00:07:12.457 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-21T00:07:12.583 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-09-21T00:07:12.591 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-21T00:07:12.709 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-09-21T00:07:12.799 INFO:teuthology.orchestra.run.smithi092.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-09-21T00:07:12.884 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-09-21T00:07:13.027 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-21T00:07:13.128 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-09-21T00:07:13.136 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-21T00:07:13.258 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-rbd (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:13.278 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-09-21T00:07:13.384 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up rbd-fuse (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:13.429 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-09-21T00:07:13.513 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-09-21T00:07:13.526 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-rgw (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:13.535 INFO:teuthology.orchestra.run.smithi099.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-09-21T00:07:13.661 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-cephfs (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:13.778 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up ceph-common (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:13.790 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-21T00:07:13.798 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up lua-any (27ubuntu1) ... 2024-09-21T00:07:13.916 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-09-21T00:07:13.924 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up python3-portend (3.0.0-1) ... 2024-09-21T00:07:14.183 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-21T00:07:14.287 INFO:teuthology.orchestra.run.smithi136.stdout:Adding group ceph....done 2024-09-21T00:07:14.292 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-09-21T00:07:14.309 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-21T00:07:14.551 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up lua-any (27ubuntu1) ... 2024-09-21T00:07:14.618 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-09-21T00:07:14.664 INFO:teuthology.orchestra.run.smithi136.stdout:Adding system user ceph....done 2024-09-21T00:07:14.686 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-portend (3.0.0-1) ... 2024-09-21T00:07:14.841 INFO:teuthology.orchestra.run.smithi136.stdout:Setting system user ceph properties....done 2024-09-21T00:07:14.854 INFO:teuthology.orchestra.run.smithi136.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-09-21T00:07:14.903 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-21T00:07:14.970 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-21T00:07:14.994 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-09-21T00:07:15.096 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-21T00:07:15.195 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-09-21T00:07:15.294 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-09-21T00:07:15.321 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up python3-rsa (4.8-1) ... 2024-09-21T00:07:15.431 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-09-21T00:07:15.631 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-09-21T00:07:15.732 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-21T00:07:15.762 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up ceph-test (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:15.871 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up radosgw (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:15.907 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-21T00:07:15.983 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-09-21T00:07:16.109 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-rsa (4.8-1) ... 2024-09-21T00:07:16.260 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-09-21T00:07:16.325 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-21T00:07:16.325 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-21T00:07:16.402 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-09-21T00:07:16.620 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-09-21T00:07:16.670 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-21T00:07:16.799 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up ceph-base (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:16.905 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-09-21T00:07:17.032 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-09-21T00:07:17.147 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-09-21T00:07:17.249 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-21T00:07:17.375 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up librados2 (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:17.408 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-09-21T00:07:17.484 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up libsqlite3-mod-ceph (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:17.594 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-09-21T00:07:17.710 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-09-21T00:07:17.868 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up ceph-mds (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:17.905 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up libcephfs2 (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:18.031 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up libradosstriper1 (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:18.079 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-21T00:07:18.117 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-21T00:07:18.117 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-21T00:07:18.157 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-09-21T00:07:18.238 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up librados2 (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:18.373 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up libsqlite3-mod-ceph (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:18.433 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up librbd1 (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:18.499 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-09-21T00:07:18.576 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up ceph-mgr-modules-core (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:18.602 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up ceph-mgr (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:18.677 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up ceph-fuse (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:18.811 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-21T00:07:18.811 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-21T00:07:18.843 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up libcephfs2 (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:18.876 INFO:teuthology.orchestra.run.smithi092.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-21T00:07:18.876 INFO:teuthology.orchestra.run.smithi092.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-21T00:07:18.995 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up libradosstriper1 (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:19.146 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-09-21T00:07:19.295 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up ceph-osd (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:19.345 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up libcephfs-dev (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:19.447 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up librbd1 (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:19.471 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up python3-rados (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:19.538 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-21T00:07:19.539 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-21T00:07:19.548 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up ceph-mgr-modules-core (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:19.599 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up librgw2 (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:19.657 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up ceph-fuse (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:19.725 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-21T00:07:19.872 INFO:teuthology.orchestra.run.smithi099.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-21T00:07:19.872 INFO:teuthology.orchestra.run.smithi099.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-21T00:07:19.996 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up ceph-mgr-k8sevents (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:20.122 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up ceph-mgr-diskprediction-local (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:20.265 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up ceph-mon (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:20.350 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up libcephfs-dev (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:20.477 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-rados (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:20.485 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-21T00:07:20.485 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-21T00:07:20.611 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up librgw2 (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:20.779 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-21T00:07:20.945 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up python3-rbd (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:20.991 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up ceph-mgr-cephadm (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:21.071 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up rbd-fuse (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:21.142 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up ceph (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:21.197 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up python3-rgw (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:21.276 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up ceph-mgr-dashboard (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:21.323 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up python3-cephfs (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:21.427 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up ceph-volume (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:21.457 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up ceph-common (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:21.771 INFO:teuthology.orchestra.run.smithi136.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-09-21T00:07:21.872 INFO:teuthology.orchestra.run.smithi136.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-09-21T00:07:21.950 INFO:teuthology.orchestra.run.smithi092.stdout:Adding group ceph....done 2024-09-21T00:07:22.050 INFO:teuthology.orchestra.run.smithi136.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-09-21T00:07:22.056 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-rbd (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:22.183 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up rbd-fuse (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:22.301 INFO:teuthology.orchestra.run.smithi092.stdout:Adding system user ceph....done 2024-09-21T00:07:22.309 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-rgw (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:22.444 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-cephfs (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:22.462 INFO:teuthology.orchestra.run.smithi092.stdout:Setting system user ceph properties....done 2024-09-21T00:07:22.479 INFO:teuthology.orchestra.run.smithi092.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-09-21T00:07:22.570 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up ceph-common (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:22.613 INFO:teuthology.orchestra.run.smithi092.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-09-21T00:07:22.911 INFO:teuthology.orchestra.run.smithi092.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-09-21T00:07:23.071 INFO:teuthology.orchestra.run.smithi099.stdout:Adding group ceph....done 2024-09-21T00:07:23.384 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up ceph-test (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:23.482 INFO:teuthology.orchestra.run.smithi099.stdout:Adding system user ceph....done 2024-09-21T00:07:23.501 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up radosgw (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:23.556 INFO:teuthology.orchestra.run.smithi136.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-09-21T00:07:23.858 INFO:teuthology.orchestra.run.smithi099.stdout:Setting system user ceph properties....done 2024-09-21T00:07:23.876 INFO:teuthology.orchestra.run.smithi099.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-09-21T00:07:23.988 INFO:teuthology.orchestra.run.smithi092.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-21T00:07:23.988 INFO:teuthology.orchestra.run.smithi092.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-21T00:07:24.019 INFO:teuthology.orchestra.run.smithi099.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-09-21T00:07:24.208 INFO:teuthology.orchestra.run.smithi136.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-09-21T00:07:24.213 DEBUG:teuthology.parallel:result is None 2024-09-21T00:07:24.346 INFO:teuthology.orchestra.run.smithi099.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-09-21T00:07:24.496 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up ceph-base (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:24.838 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up ceph-test (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:24.849 INFO:teuthology.orchestra.run.smithi092.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-09-21T00:07:24.947 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up radosgw (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:25.333 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up ceph-mds (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:25.403 INFO:teuthology.orchestra.run.smithi099.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-21T00:07:25.403 INFO:teuthology.orchestra.run.smithi099.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-21T00:07:25.654 INFO:teuthology.orchestra.run.smithi092.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-21T00:07:25.654 INFO:teuthology.orchestra.run.smithi092.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-21T00:07:25.891 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up ceph-base (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:26.193 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up ceph-mgr (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:26.239 INFO:teuthology.orchestra.run.smithi099.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-09-21T00:07:26.385 INFO:teuthology.orchestra.run.smithi092.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-21T00:07:26.385 INFO:teuthology.orchestra.run.smithi092.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-21T00:07:26.710 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up ceph-mds (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:26.829 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up ceph-osd (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:26.940 INFO:teuthology.orchestra.run.smithi099.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-21T00:07:26.940 INFO:teuthology.orchestra.run.smithi099.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-21T00:07:27.106 INFO:teuthology.orchestra.run.smithi092.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-21T00:07:27.106 INFO:teuthology.orchestra.run.smithi092.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-21T00:07:27.436 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up ceph-mgr (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:27.530 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up ceph-mgr-k8sevents (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:27.631 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up ceph-mgr-diskprediction-local (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:27.655 INFO:teuthology.orchestra.run.smithi099.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-21T00:07:27.655 INFO:teuthology.orchestra.run.smithi099.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-21T00:07:27.774 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up ceph-mon (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:27.985 INFO:teuthology.orchestra.run.smithi092.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-21T00:07:27.985 INFO:teuthology.orchestra.run.smithi092.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-21T00:07:28.137 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up ceph-osd (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:28.413 INFO:teuthology.orchestra.run.smithi099.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-21T00:07:28.414 INFO:teuthology.orchestra.run.smithi099.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-21T00:07:28.475 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up ceph-mgr-cephadm (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:28.626 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up ceph (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:28.727 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up ceph-mgr-dashboard (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:28.853 INFO:teuthology.orchestra.run.smithi092.stdout:Setting up ceph-volume (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:28.922 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up ceph-mgr-k8sevents (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:29.189 INFO:teuthology.orchestra.run.smithi092.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-09-21T00:07:29.192 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up ceph-mgr-diskprediction-local (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:29.306 INFO:teuthology.orchestra.run.smithi092.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-09-21T00:07:29.335 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up ceph-mon (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:29.459 INFO:teuthology.orchestra.run.smithi092.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-09-21T00:07:29.533 INFO:teuthology.orchestra.run.smithi099.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-21T00:07:29.533 INFO:teuthology.orchestra.run.smithi099.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-21T00:07:30.003 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up ceph-mgr-cephadm (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:30.129 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up ceph (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:30.217 INFO:teuthology.orchestra.run.smithi092.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-09-21T00:07:30.255 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up ceph-mgr-dashboard (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:30.406 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up ceph-volume (19.1.1-367-g9e2ac70b-1jammy) ... 2024-09-21T00:07:30.759 INFO:teuthology.orchestra.run.smithi099.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-09-21T00:07:30.827 INFO:teuthology.orchestra.run.smithi092.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-09-21T00:07:30.832 DEBUG:teuthology.parallel:result is None 2024-09-21T00:07:30.885 INFO:teuthology.orchestra.run.smithi099.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-09-21T00:07:31.046 INFO:teuthology.orchestra.run.smithi099.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-09-21T00:07:32.172 INFO:teuthology.orchestra.run.smithi099.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-09-21T00:07:33.073 INFO:teuthology.orchestra.run.smithi099.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-09-21T00:07:33.077 DEBUG:teuthology.parallel:result is None 2024-09-21T00:07:33.078 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 2024-09-21T00:07:33.221 DEBUG:teuthology.orchestra.run.smithi092:> dpkg-query -W -f '${Version}' ceph 2024-09-21T00:07:33.241 INFO:teuthology.orchestra.run.smithi092.stdout:19.1.1-367-g9e2ac70b-1jammy 2024-09-21T00:07:33.241 INFO:teuthology.packaging:The installed version of ceph is 19.1.1-367-g9e2ac70b-1jammy 2024-09-21T00:07:33.241 INFO:teuthology.task.install:The correct ceph version 19.1.1-367-g9e2ac70b-1jammy is installed. 2024-09-21T00:07:33.243 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 2024-09-21T00:07:33.389 DEBUG:teuthology.orchestra.run.smithi099:> dpkg-query -W -f '${Version}' ceph 2024-09-21T00:07:33.408 INFO:teuthology.orchestra.run.smithi099.stdout:19.1.1-367-g9e2ac70b-1jammy 2024-09-21T00:07:33.408 INFO:teuthology.packaging:The installed version of ceph is 19.1.1-367-g9e2ac70b-1jammy 2024-09-21T00:07:33.409 INFO:teuthology.task.install:The correct ceph version 19.1.1-367-g9e2ac70b-1jammy is installed. 2024-09-21T00:07:33.411 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 2024-09-21T00:07:33.553 DEBUG:teuthology.orchestra.run.smithi136:> dpkg-query -W -f '${Version}' ceph 2024-09-21T00:07:33.572 INFO:teuthology.orchestra.run.smithi136.stdout:19.1.1-367-g9e2ac70b-1jammy 2024-09-21T00:07:33.572 INFO:teuthology.packaging:The installed version of ceph is 19.1.1-367-g9e2ac70b-1jammy 2024-09-21T00:07:33.572 INFO:teuthology.task.install:The correct ceph version 19.1.1-367-g9e2ac70b-1jammy is installed. 2024-09-21T00:07:33.574 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-09-21T00:07:33.574 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2024-09-21T00:07:33.574 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-21T00:07:33.588 DEBUG:teuthology.orchestra.run.smithi099:> set -ex 2024-09-21T00:07:33.589 DEBUG:teuthology.orchestra.run.smithi099:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-21T00:07:33.603 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-09-21T00:07:33.603 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-21T00:07:33.628 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-09-21T00:07:33.629 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2024-09-21T00:07:33.629 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd of=/usr/bin/daemon-helper 2024-09-21T00:07:33.642 DEBUG:teuthology.orchestra.run.smithi092:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-21T00:07:33.698 DEBUG:teuthology.orchestra.run.smithi099:> set -ex 2024-09-21T00:07:33.698 DEBUG:teuthology.orchestra.run.smithi099:> sudo dd of=/usr/bin/daemon-helper 2024-09-21T00:07:33.711 DEBUG:teuthology.orchestra.run.smithi099:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-21T00:07:33.766 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-09-21T00:07:33.766 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd of=/usr/bin/daemon-helper 2024-09-21T00:07:33.780 DEBUG:teuthology.orchestra.run.smithi136:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-21T00:07:33.834 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-09-21T00:07:33.835 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2024-09-21T00:07:33.835 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-21T00:07:33.848 DEBUG:teuthology.orchestra.run.smithi092:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-21T00:07:33.902 DEBUG:teuthology.orchestra.run.smithi099:> set -ex 2024-09-21T00:07:33.902 DEBUG:teuthology.orchestra.run.smithi099:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-21T00:07:33.915 DEBUG:teuthology.orchestra.run.smithi099:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-21T00:07:33.969 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-09-21T00:07:33.970 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-21T00:07:33.982 DEBUG:teuthology.orchestra.run.smithi136:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-21T00:07:34.035 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-09-21T00:07:34.036 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2024-09-21T00:07:34.036 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd of=/usr/bin/stdin-killer 2024-09-21T00:07:34.049 DEBUG:teuthology.orchestra.run.smithi092:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-21T00:07:34.102 DEBUG:teuthology.orchestra.run.smithi099:> set -ex 2024-09-21T00:07:34.102 DEBUG:teuthology.orchestra.run.smithi099:> sudo dd of=/usr/bin/stdin-killer 2024-09-21T00:07:34.117 DEBUG:teuthology.orchestra.run.smithi099:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-21T00:07:34.174 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-09-21T00:07:34.174 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd of=/usr/bin/stdin-killer 2024-09-21T00:07:34.188 DEBUG:teuthology.orchestra.run.smithi136:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-21T00:07:34.244 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-21T00:07:34.337 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 1}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': False}, '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', 'mon down', 'out of quorum', 'CEPHADM_STRAY_DAEMON', 'CEPHADM_FAILED_DAEMON'], 'log-only-match': ['CEPHADM_'], 'sha1': '9e2ac70bb7aea67d34f0d50002344abbe7803736'} 2024-09-21T00:07:34.338 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 2024-09-21T00:07:34.338 INFO:tasks.cephadm:Cluster fsid is 80a90d1c-77ad-11ef-baf5-efdc52797490 2024-09-21T00:07:34.338 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-21T00:07:34.338 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.92', 'mon.b': '172.21.15.99', 'mon.c': '172.21.15.136'} 2024-09-21T00:07:34.339 INFO:tasks.cephadm:First mon is mon.a on smithi092 2024-09-21T00:07:34.339 INFO:tasks.cephadm:First mgr is a 2024-09-21T00:07:34.339 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-21T00:07:34.339 DEBUG:teuthology.orchestra.run.smithi092:> sudo hostname $(hostname -s) 2024-09-21T00:07:34.354 DEBUG:teuthology.orchestra.run.smithi099:> sudo hostname $(hostname -s) 2024-09-21T00:07:34.369 DEBUG:teuthology.orchestra.run.smithi136:> sudo hostname $(hostname -s) 2024-09-21T00:07:34.383 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-09-21T00:07:34.383 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 2024-09-21T00:07:34.525 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '9e2ac70bb7aea67d34f0d50002344abbe7803736', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic/56118/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.1.1-367-g9e2ac70b', 'node_name': '172.21.2.13+braggi13', 'job_name': 'ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic', 'package_manager_version': '19.1.1-367-g9e2ac70b-1jammy'}, 'url': 'https://4.chacra.ceph.com/r/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-09-19 21:18:27.544930', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'squid', 'chacra_url': 'https://4.chacra.ceph.com/repos/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-09-21T00:07:34.667 INFO:tasks.util.chacra:got chacra host 4.chacra.ceph.com, ref squid, sha1 9e2ac70bb7aea67d34f0d50002344abbe7803736 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 2024-09-21T00:07:34.668 INFO:tasks.cephadm:Discovered cachra url: https://4.chacra.ceph.com/binaries/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-09-21T00:07:34.668 INFO:tasks.cephadm:Downloading cephadm from url: https://4.chacra.ceph.com/binaries/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-09-21T00:07:34.669 DEBUG:teuthology.orchestra.run.smithi092:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-21T00:07:35.255 INFO:teuthology.orchestra.run.smithi092.stdout:-rw-rw-r-- 1 ubuntu ubuntu 791890 Sep 21 00:07 /home/ubuntu/cephtest/cephadm 2024-09-21T00:07:35.256 DEBUG:teuthology.orchestra.run.smithi099:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-21T00:07:35.864 INFO:teuthology.orchestra.run.smithi099.stdout:-rw-rw-r-- 1 ubuntu ubuntu 791890 Sep 21 00:07 /home/ubuntu/cephtest/cephadm 2024-09-21T00:07:35.864 DEBUG:teuthology.orchestra.run.smithi136:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/squid/9e2ac70bb7aea67d34f0d50002344abbe7803736/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-21T00:07:36.515 INFO:teuthology.orchestra.run.smithi136.stdout:-rw-rw-r-- 1 ubuntu ubuntu 791890 Sep 21 00:07 /home/ubuntu/cephtest/cephadm 2024-09-21T00:07:36.515 DEBUG:teuthology.orchestra.run.smithi092:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-21T00:07:36.523 DEBUG:teuthology.orchestra.run.smithi099:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-21T00:07:36.531 DEBUG:teuthology.orchestra.run.smithi136:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-21T00:07:36.555 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 on all hosts... 2024-09-21T00:07:36.555 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 pull 2024-09-21T00:07:36.568 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 pull 2024-09-21T00:07:36.575 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 pull 2024-09-21T00:07:36.749 INFO:teuthology.orchestra.run.smithi092.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736... 2024-09-21T00:07:36.779 INFO:teuthology.orchestra.run.smithi136.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736... 2024-09-21T00:07:36.780 INFO:teuthology.orchestra.run.smithi099.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736... 2024-09-21T00:08:36.642 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2024-09-21T00:08:36.642 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph_version": "ceph version 19.1.1-367-g9e2ac70b (9e2ac70bb7aea67d34f0d50002344abbe7803736) squid (stable)", 2024-09-21T00:08:36.642 INFO:teuthology.orchestra.run.smithi092.stdout: "image_id": "cc9251b744a3faafca7c3095f79bfff81873afe823f31a03a11e015a34abcdbd", 2024-09-21T00:08:36.642 INFO:teuthology.orchestra.run.smithi092.stdout: "repo_digests": [ 2024-09-21T00:08:36.642 INFO:teuthology.orchestra.run.smithi092.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5" 2024-09-21T00:08:36.642 INFO:teuthology.orchestra.run.smithi092.stdout: ] 2024-09-21T00:08:36.642 INFO:teuthology.orchestra.run.smithi092.stdout:} 2024-09-21T00:08:46.606 INFO:teuthology.orchestra.run.smithi099.stdout:{ 2024-09-21T00:08:46.606 INFO:teuthology.orchestra.run.smithi099.stdout: "ceph_version": "ceph version 19.1.1-367-g9e2ac70b (9e2ac70bb7aea67d34f0d50002344abbe7803736) squid (stable)", 2024-09-21T00:08:46.606 INFO:teuthology.orchestra.run.smithi099.stdout: "image_id": "cc9251b744a3faafca7c3095f79bfff81873afe823f31a03a11e015a34abcdbd", 2024-09-21T00:08:46.606 INFO:teuthology.orchestra.run.smithi099.stdout: "repo_digests": [ 2024-09-21T00:08:46.606 INFO:teuthology.orchestra.run.smithi099.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5" 2024-09-21T00:08:46.606 INFO:teuthology.orchestra.run.smithi099.stdout: ] 2024-09-21T00:08:46.606 INFO:teuthology.orchestra.run.smithi099.stdout:} 2024-09-21T00:08:55.521 INFO:teuthology.orchestra.run.smithi136.stdout:{ 2024-09-21T00:08:55.521 INFO:teuthology.orchestra.run.smithi136.stdout: "ceph_version": "ceph version 19.1.1-367-g9e2ac70b (9e2ac70bb7aea67d34f0d50002344abbe7803736) squid (stable)", 2024-09-21T00:08:55.521 INFO:teuthology.orchestra.run.smithi136.stdout: "image_id": "cc9251b744a3faafca7c3095f79bfff81873afe823f31a03a11e015a34abcdbd", 2024-09-21T00:08:55.521 INFO:teuthology.orchestra.run.smithi136.stdout: "repo_digests": [ 2024-09-21T00:08:55.521 INFO:teuthology.orchestra.run.smithi136.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5" 2024-09-21T00:08:55.521 INFO:teuthology.orchestra.run.smithi136.stdout: ] 2024-09-21T00:08:55.521 INFO:teuthology.orchestra.run.smithi136.stdout:} 2024-09-21T00:08:55.567 DEBUG:teuthology.orchestra.run.smithi092:> sudo mkdir -p /etc/ceph 2024-09-21T00:08:55.582 DEBUG:teuthology.orchestra.run.smithi099:> sudo mkdir -p /etc/ceph 2024-09-21T00:08:55.597 DEBUG:teuthology.orchestra.run.smithi136:> sudo mkdir -p /etc/ceph 2024-09-21T00:08:55.611 DEBUG:teuthology.orchestra.run.smithi092:> sudo chmod 777 /etc/ceph 2024-09-21T00:08:55.641 DEBUG:teuthology.orchestra.run.smithi099:> sudo chmod 777 /etc/ceph 2024-09-21T00:08:55.654 DEBUG:teuthology.orchestra.run.smithi136:> sudo chmod 777 /etc/ceph 2024-09-21T00:08:55.666 INFO:tasks.cephadm:Writing seed config... 2024-09-21T00:08:55.667 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2024-09-21T00:08:55.667 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-21T00:08:55.667 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-21T00:08:55.667 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2024-09-21T00:08:55.668 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-21T00:08:55.668 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-21T00:08:55.668 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-21T00:08:55.668 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-21T00:08:55.668 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-21T00:08:55.668 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2024-09-21T00:08:55.668 DEBUG:teuthology.orchestra.run.smithi092:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-21T00:08:55.694 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 = 80a90d1c-77ad-11ef-baf5-efdc52797490 mon election default strategy = 1 [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 = False [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-09-21T00:08:55.694 DEBUG:teuthology.orchestra.run.smithi092:mon.a> sudo journalctl -f -n 0 -u ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@mon.a.service 2024-09-21T00:08:55.739 DEBUG:teuthology.orchestra.run.smithi092:mgr.a> sudo journalctl -f -n 0 -u ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@mgr.a.service 2024-09-21T00:08:55.782 INFO:tasks.cephadm:Bootstrapping... 2024-09-21T00:08:55.782 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 -v bootstrap --fsid 80a90d1c-77ad-11ef-baf5-efdc52797490 --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.92 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-09-21T00:08:56.009 INFO:teuthology.orchestra.run.smithi092.stdout:-------------------------------------------------------------------------------- 2024-09-21T00:08:56.009 INFO:teuthology.orchestra.run.smithi092.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736', '-v', 'bootstrap', '--fsid', '80a90d1c-77ad-11ef-baf5-efdc52797490', '--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.92', '--skip-admin-label'] 2024-09-21T00:08:56.009 INFO:teuthology.orchestra.run.smithi092.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-09-21T00:08:56.010 INFO:teuthology.orchestra.run.smithi092.stdout:Verifying podman|docker is present... 2024-09-21T00:08:56.010 INFO:teuthology.orchestra.run.smithi092.stdout:Verifying lvm2 is present... 2024-09-21T00:08:56.011 INFO:teuthology.orchestra.run.smithi092.stdout:Verifying time synchronization is in place... 2024-09-21T00:08:56.015 INFO:teuthology.orchestra.run.smithi092.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-21T00:08:56.015 INFO:teuthology.orchestra.run.smithi092.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-21T00:08:56.021 INFO:teuthology.orchestra.run.smithi092.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-21T00:08:56.022 INFO:teuthology.orchestra.run.smithi092.stdout:systemctl: stdout inactive 2024-09-21T00:08:56.026 INFO:teuthology.orchestra.run.smithi092.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-09-21T00:08:56.026 INFO:teuthology.orchestra.run.smithi092.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-09-21T00:08:56.031 INFO:teuthology.orchestra.run.smithi092.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-09-21T00:08:56.031 INFO:teuthology.orchestra.run.smithi092.stdout:systemctl: stdout inactive 2024-09-21T00:08:56.034 INFO:teuthology.orchestra.run.smithi092.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-09-21T00:08:56.034 INFO:teuthology.orchestra.run.smithi092.stdout:systemctl: stdout masked 2024-09-21T00:08:56.038 INFO:teuthology.orchestra.run.smithi092.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-09-21T00:08:56.039 INFO:teuthology.orchestra.run.smithi092.stdout:systemctl: stdout inactive 2024-09-21T00:08:56.042 INFO:teuthology.orchestra.run.smithi092.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-09-21T00:08:56.042 INFO:teuthology.orchestra.run.smithi092.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-09-21T00:08:56.045 INFO:teuthology.orchestra.run.smithi092.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-09-21T00:08:56.045 INFO:teuthology.orchestra.run.smithi092.stdout:systemctl: stdout inactive 2024-09-21T00:08:56.050 INFO:teuthology.orchestra.run.smithi092.stdout:systemctl: stdout enabled 2024-09-21T00:08:56.054 INFO:teuthology.orchestra.run.smithi092.stdout:systemctl: stdout active 2024-09-21T00:08:56.054 INFO:teuthology.orchestra.run.smithi092.stdout:Unit ntp.service is enabled and running 2024-09-21T00:08:56.054 INFO:teuthology.orchestra.run.smithi092.stdout:Repeating the final host check... 2024-09-21T00:08:56.054 INFO:teuthology.orchestra.run.smithi092.stdout:docker (/usr/bin/docker) is present 2024-09-21T00:08:56.054 INFO:teuthology.orchestra.run.smithi092.stdout:systemctl is present 2024-09-21T00:08:56.054 INFO:teuthology.orchestra.run.smithi092.stdout:lvcreate is present 2024-09-21T00:08:56.057 INFO:teuthology.orchestra.run.smithi092.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-21T00:08:56.057 INFO:teuthology.orchestra.run.smithi092.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-21T00:08:56.060 INFO:teuthology.orchestra.run.smithi092.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-21T00:08:56.061 INFO:teuthology.orchestra.run.smithi092.stdout:systemctl: stdout inactive 2024-09-21T00:08:56.064 INFO:teuthology.orchestra.run.smithi092.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-09-21T00:08:56.064 INFO:teuthology.orchestra.run.smithi092.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-09-21T00:08:56.067 INFO:teuthology.orchestra.run.smithi092.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-09-21T00:08:56.067 INFO:teuthology.orchestra.run.smithi092.stdout:systemctl: stdout inactive 2024-09-21T00:08:56.070 INFO:teuthology.orchestra.run.smithi092.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-09-21T00:08:56.070 INFO:teuthology.orchestra.run.smithi092.stdout:systemctl: stdout masked 2024-09-21T00:08:56.073 INFO:teuthology.orchestra.run.smithi092.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-09-21T00:08:56.074 INFO:teuthology.orchestra.run.smithi092.stdout:systemctl: stdout inactive 2024-09-21T00:08:56.077 INFO:teuthology.orchestra.run.smithi092.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-09-21T00:08:56.077 INFO:teuthology.orchestra.run.smithi092.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-09-21T00:08:56.080 INFO:teuthology.orchestra.run.smithi092.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-09-21T00:08:56.080 INFO:teuthology.orchestra.run.smithi092.stdout:systemctl: stdout inactive 2024-09-21T00:08:56.083 INFO:teuthology.orchestra.run.smithi092.stdout:systemctl: stdout enabled 2024-09-21T00:08:56.087 INFO:teuthology.orchestra.run.smithi092.stdout:systemctl: stdout active 2024-09-21T00:08:56.087 INFO:teuthology.orchestra.run.smithi092.stdout:Unit ntp.service is enabled and running 2024-09-21T00:08:56.088 INFO:teuthology.orchestra.run.smithi092.stdout:Host looks OK 2024-09-21T00:08:56.088 INFO:teuthology.orchestra.run.smithi092.stdout:Cluster fsid: 80a90d1c-77ad-11ef-baf5-efdc52797490 2024-09-21T00:08:56.088 INFO:teuthology.orchestra.run.smithi092.stdout:Acquiring lock 140011031231312 on /run/cephadm/80a90d1c-77ad-11ef-baf5-efdc52797490.lock 2024-09-21T00:08:56.088 INFO:teuthology.orchestra.run.smithi092.stdout:Lock 140011031231312 acquired on /run/cephadm/80a90d1c-77ad-11ef-baf5-efdc52797490.lock 2024-09-21T00:08:56.088 INFO:teuthology.orchestra.run.smithi092.stdout:Verifying IP 172.21.15.92 port 3300 ... 2024-09-21T00:08:56.088 INFO:teuthology.orchestra.run.smithi092.stdout:Verifying IP 172.21.15.92 port 6789 ... 2024-09-21T00:08:56.088 INFO:teuthology.orchestra.run.smithi092.stdout:Base mon IP(s) is [172.21.15.92:3300, 172.21.15.92:6789], mon addrv is [v2:172.21.15.92:3300,v1:172.21.15.92:6789] 2024-09-21T00:08:56.091 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 2024-09-21T00:08:56.091 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.92 metric 100 2024-09-21T00:08:56.091 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/sbin/ip: stdout 158.69.67.47 via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.92 metric 100 2024-09-21T00:08:56.091 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-09-21T00:08:56.091 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.92 metric 100 2024-09-21T00:08:56.091 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/sbin/ip: stdout 172.21.0.1 dev enp3s0f1 proto dhcp scope link src 172.21.15.92 metric 100 2024-09-21T00:08:56.091 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/sbin/ip: stdout 172.21.0.2 dev enp3s0f1 proto dhcp scope link src 172.21.15.92 metric 100 2024-09-21T00:08:56.091 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/sbin/ip: stdout 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.92 metric 100 2024-09-21T00:08:56.092 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-09-21T00:08:56.093 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-09-21T00:08:56.093 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1765sec pref medium 2024-09-21T00:08:56.095 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-09-21T00:08:56.095 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-09-21T00:08:56.095 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-21T00:08:56.095 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-09-21T00:08:56.095 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:fe8f:cd45/64 scope link 2024-09-21T00:08:56.095 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-21T00:08:56.096 INFO:teuthology.orchestra.run.smithi092.stdout:Mon IP `172.21.15.92` is in CIDR network `172.21.0.0/20` 2024-09-21T00:08:56.096 INFO:teuthology.orchestra.run.smithi092.stdout:Mon IP `172.21.15.92` is in CIDR network `172.21.0.0/20` 2024-09-21T00:08:56.096 INFO:teuthology.orchestra.run.smithi092.stdout:Mon IP `172.21.15.92` is in CIDR network `172.21.0.1/32` 2024-09-21T00:08:56.096 INFO:teuthology.orchestra.run.smithi092.stdout:Mon IP `172.21.15.92` is in CIDR network `172.21.0.1/32` 2024-09-21T00:08:56.096 INFO:teuthology.orchestra.run.smithi092.stdout:Mon IP `172.21.15.92` is in CIDR network `172.21.0.2/32` 2024-09-21T00:08:56.096 INFO:teuthology.orchestra.run.smithi092.stdout:Mon IP `172.21.15.92` is in CIDR network `172.21.0.2/32` 2024-09-21T00:08:56.096 INFO:teuthology.orchestra.run.smithi092.stdout:Mon IP `172.21.15.92` is in CIDR network `172.21.15.254/32` 2024-09-21T00:08:56.097 INFO:teuthology.orchestra.run.smithi092.stdout:Mon IP `172.21.15.92` is in CIDR network `172.21.15.254/32` 2024-09-21T00:08:56.097 INFO:teuthology.orchestra.run.smithi092.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-09-21T00:08:56.097 INFO:teuthology.orchestra.run.smithi092.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-09-21T00:08:56.097 INFO:teuthology.orchestra.run.smithi092.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736... 2024-09-21T00:08:56.325 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/docker: stdout 9e2ac70bb7aea67d34f0d50002344abbe7803736: Pulling from ceph-ci/ceph 2024-09-21T00:08:56.325 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/docker: stdout Digest: sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5 2024-09-21T00:08:56.325 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 2024-09-21T00:08:56.325 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 2024-09-21T00:08:57.977 INFO:teuthology.orchestra.run.smithi092.stdout:ceph: stdout ceph version 19.1.1-367-g9e2ac70b (9e2ac70bb7aea67d34f0d50002344abbe7803736) squid (stable) 2024-09-21T00:08:57.977 INFO:teuthology.orchestra.run.smithi092.stdout:Ceph version: ceph version 19.1.1-367-g9e2ac70b (9e2ac70bb7aea67d34f0d50002344abbe7803736) squid (stable) 2024-09-21T00:08:57.977 INFO:teuthology.orchestra.run.smithi092.stdout:Extracting ceph user uid/gid from container image... 2024-09-21T00:08:59.458 INFO:teuthology.orchestra.run.smithi092.stdout:stat: stdout 167 167 2024-09-21T00:08:59.459 INFO:teuthology.orchestra.run.smithi092.stdout:Creating initial keys... 2024-09-21T00:09:00.915 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-authtool: stdout AQCcDu5mkrhrFxAAYFuGtkVBT3tGHgerr2ayWQ== 2024-09-21T00:09:02.362 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-authtool: stdout AQCdDu5mJHMVLhAADvmSE081PaasdC9pJs8BgA== 2024-09-21T00:09:03.809 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-authtool: stdout AQCfDu5m9Fd5ERAAzzHcdHRSXVO+Gyu61olGjA== 2024-09-21T00:09:03.810 INFO:teuthology.orchestra.run.smithi092.stdout:Creating initial monmap... 2024-09-21T00:09:05.316 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-21T00:09:05.316 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-09-21T00:09:05.316 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 80a90d1c-77ad-11ef-baf5-efdc52797490 2024-09-21T00:09:05.316 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-21T00:09:05.317 INFO:teuthology.orchestra.run.smithi092.stdout:monmaptool for a [v2:172.21.15.92:3300,v1:172.21.15.92:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-21T00:09:05.317 INFO:teuthology.orchestra.run.smithi092.stdout:setting min_mon_release = quincy 2024-09-21T00:09:05.317 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/monmaptool: set fsid to 80a90d1c-77ad-11ef-baf5-efdc52797490 2024-09-21T00:09:05.317 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-21T00:09:05.317 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-09-21T00:09:05.317 INFO:teuthology.orchestra.run.smithi092.stdout:Creating mon... 2024-09-21T00:09:06.866 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.259+0000 7f836a3cec80 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-21T00:09:06.866 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.259+0000 7f836a3cec80 1 imported monmap: 2024-09-21T00:09:06.866 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-09-21T00:09:06.866 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr fsid 80a90d1c-77ad-11ef-baf5-efdc52797490 2024-09-21T00:09:06.866 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-09-21T00:09:04.748115+0000 2024-09-21T00:09:06.866 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr created 2024-09-21T00:09:04.748115+0000 2024-09-21T00:09:06.866 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-09-21T00:09:06.866 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-09-21T00:09:06.866 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.92:3300/0,v1:172.21.15.92:6789/0] mon.a 2024-09-21T00:09:06.867 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T00:09:06.867 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.259+0000 7f836a3cec80 0 /usr/bin/ceph-mon: set fsid to 80a90d1c-77ad-11ef-baf5-efdc52797490 2024-09-21T00:09:06.867 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: RocksDB version: 7.9.2 2024-09-21T00:09:06.867 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T00:09:06.867 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Git sha 0 2024-09-21T00:09:06.867 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Compile date 2024-09-19 18:20:48 2024-09-21T00:09:06.867 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: DB SUMMARY 2024-09-21T00:09:06.867 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T00:09:06.867 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: DB Session ID: HLLXAROAA45E410567NT 2024-09-21T00:09:06.867 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T00:09:06.868 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-09-21T00:09:06.868 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T00:09:06.868 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-09-21T00:09:06.868 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T00:09:06.868 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.error_if_exists: 0 2024-09-21T00:09:06.868 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.create_if_missing: 1 2024-09-21T00:09:06.868 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.paranoid_checks: 1 2024-09-21T00:09:06.868 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-09-21T00:09:06.868 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-21T00:09:06.868 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-21T00:09:06.869 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.env: 0x562498544940 2024-09-21T00:09:06.869 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.fs: PosixFileSystem 2024-09-21T00:09:06.869 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.info_log: 0x56249983ebc0 2024-09-21T00:09:06.869 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-21T00:09:06.869 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.statistics: (nil) 2024-09-21T00:09:06.869 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.use_fsync: 0 2024-09-21T00:09:06.869 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.max_log_file_size: 0 2024-09-21T00:09:06.869 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-21T00:09:06.869 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-21T00:09:06.869 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-21T00:09:06.870 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-21T00:09:06.870 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.allow_fallocate: 1 2024-09-21T00:09:06.870 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-21T00:09:06.870 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-21T00:09:06.870 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.use_direct_reads: 0 2024-09-21T00:09:06.870 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-21T00:09:06.870 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.create_missing_column_families: 0 2024-09-21T00:09:06.870 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.db_log_dir: 2024-09-21T00:09:06.870 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.wal_dir: 2024-09-21T00:09:06.871 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-21T00:09:06.871 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-21T00:09:06.871 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-21T00:09:06.871 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-21T00:09:06.871 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-21T00:09:06.871 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-21T00:09:06.871 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.advise_random_on_open: 1 2024-09-21T00:09:06.872 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-21T00:09:06.872 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.write_buffer_manager: 0x5624998454a0 2024-09-21T00:09:06.872 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-21T00:09:06.872 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-21T00:09:06.872 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-21T00:09:06.872 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.rate_limiter: (nil) 2024-09-21T00:09:06.872 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-21T00:09:06.872 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-21T00:09:06.872 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-21T00:09:06.872 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-21T00:09:06.872 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.unordered_write: 0 2024-09-21T00:09:06.872 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-21T00:09:06.872 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-21T00:09:06.872 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-21T00:09:06.873 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-21T00:09:06.873 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.row_cache: None 2024-09-21T00:09:06.873 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.wal_filter: None 2024-09-21T00:09:06.873 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-21T00:09:06.873 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-21T00:09:06.873 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.two_write_queues: 0 2024-09-21T00:09:06.873 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.manual_wal_flush: 0 2024-09-21T00:09:06.873 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.wal_compression: 0 2024-09-21T00:09:06.873 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.atomic_flush: 0 2024-09-21T00:09:06.873 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-21T00:09:06.873 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-21T00:09:06.873 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-21T00:09:06.873 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.log_readahead_size: 0 2024-09-21T00:09:06.873 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-21T00:09:06.874 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-21T00:09:06.874 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-21T00:09:06.874 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-21T00:09:06.874 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-21T00:09:06.874 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-21T00:09:06.874 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-09-21T00:09:06.874 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.max_background_jobs: 2 2024-09-21T00:09:06.874 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.max_background_compactions: -1 2024-09-21T00:09:06.874 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.max_subcompactions: 1 2024-09-21T00:09:06.874 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-21T00:09:06.874 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-21T00:09:06.874 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-21T00:09:06.875 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.max_total_wal_size: 0 2024-09-21T00:09:06.875 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-21T00:09:06.875 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-21T00:09:06.875 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-21T00:09:06.875 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-21T00:09:06.875 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.max_open_files: -1 2024-09-21T00:09:06.875 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.bytes_per_sync: 0 2024-09-21T00:09:06.876 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-21T00:09:06.876 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-21T00:09:06.876 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-21T00:09:06.876 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.max_background_flushes: -1 2024-09-21T00:09:06.876 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Compression algorithms supported: 2024-09-21T00:09:06.876 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: kZSTD supported: 0 2024-09-21T00:09:06.876 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: kXpressCompression supported: 0 2024-09-21T00:09:06.876 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: kBZip2Compression supported: 0 2024-09-21T00:09:06.876 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-21T00:09:06.876 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: kLZ4Compression supported: 1 2024-09-21T00:09:06.877 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: kZlibCompression supported: 1 2024-09-21T00:09:06.877 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-21T00:09:06.877 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: kSnappyCompression supported: 1 2024-09-21T00:09:06.877 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-21T00:09:06.877 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-09-21T00:09:06.877 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-09-21T00:09:06.877 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T00:09:06.877 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-09-21T00:09:06.877 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T00:09:06.877 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-21T00:09:06.877 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T00:09:06.877 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-21T00:09:06.877 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.merge_operator: 2024-09-21T00:09:06.877 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.compaction_filter: None 2024-09-21T00:09:06.877 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.compaction_filter_factory: None 2024-09-21T00:09:06.878 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-21T00:09:06.878 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-21T00:09:06.878 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-21T00:09:06.878 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56249983e800) 2024-09-21T00:09:06.878 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-09-21T00:09:06.878 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-09-21T00:09:06.878 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-21T00:09:06.878 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-09-21T00:09:06.878 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-09-21T00:09:06.878 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-09-21T00:09:06.878 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-09-21T00:09:06.878 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-09-21T00:09:06.878 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-09-21T00:09:06.879 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-09-21T00:09:06.879 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x5624998291f0 2024-09-21T00:09:06.879 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-09-21T00:09:06.879 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-09-21T00:09:06.879 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-09-21T00:09:06.879 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-09-21T00:09:06.879 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-09-21T00:09:06.879 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-09-21T00:09:06.879 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-09-21T00:09:06.879 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-09-21T00:09:06.879 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-09-21T00:09:06.879 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-09-21T00:09:06.879 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-09-21T00:09:06.879 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-09-21T00:09:06.880 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-09-21T00:09:06.880 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-09-21T00:09:06.880 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-09-21T00:09:06.880 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-09-21T00:09:06.880 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-09-21T00:09:06.880 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-09-21T00:09:06.880 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-09-21T00:09:06.880 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-09-21T00:09:06.880 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-09-21T00:09:06.880 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-09-21T00:09:06.880 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-09-21T00:09:06.880 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-09-21T00:09:06.881 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-09-21T00:09:06.881 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-09-21T00:09:06.881 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T00:09:06.881 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-21T00:09:06.881 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-21T00:09:06.881 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.compression: NoCompression 2024-09-21T00:09:06.881 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-21T00:09:06.881 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-21T00:09:06.881 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-21T00:09:06.881 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.num_levels: 7 2024-09-21T00:09:06.881 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-21T00:09:06.881 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-21T00:09:06.881 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-21T00:09:06.881 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-21T00:09:06.881 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-21T00:09:06.882 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-21T00:09:06.882 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-21T00:09:06.882 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-21T00:09:06.882 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-21T00:09:06.882 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-21T00:09:06.882 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-21T00:09:06.882 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-21T00:09:06.882 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-21T00:09:06.882 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.compression_opts.level: 32767 2024-09-21T00:09:06.882 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-21T00:09:06.882 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-21T00:09:06.882 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-21T00:09:06.882 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-21T00:09:06.883 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-21T00:09:06.883 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.compression_opts.enabled: false 2024-09-21T00:09:06.883 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-21T00:09:06.883 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-21T00:09:06.883 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-21T00:09:06.883 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-21T00:09:06.883 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-21T00:09:06.883 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-21T00:09:06.883 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-21T00:09:06.883 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-21T00:09:06.883 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-21T00:09:06.883 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-21T00:09:06.884 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-21T00:09:06.884 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-21T00:09:06.884 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-21T00:09:06.884 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-21T00:09:06.884 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-21T00:09:06.884 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-21T00:09:06.884 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-21T00:09:06.884 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-21T00:09:06.884 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-21T00:09:06.884 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.arena_block_size: 1048576 2024-09-21T00:09:06.884 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-21T00:09:06.884 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-21T00:09:06.884 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-21T00:09:06.884 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-21T00:09:06.884 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-21T00:09:06.885 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-21T00:09:06.885 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-21T00:09:06.885 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-21T00:09:06.885 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-21T00:09:06.885 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-21T00:09:06.885 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-21T00:09:06.885 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-21T00:09:06.885 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-21T00:09:06.885 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-21T00:09:06.885 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.inplace_update_support: 0 2024-09-21T00:09:06.885 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-21T00:09:06.885 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-21T00:09:06.885 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-21T00:09:06.885 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-21T00:09:06.885 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.bloom_locality: 0 2024-09-21T00:09:06.886 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.max_successive_merges: 0 2024-09-21T00:09:06.886 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-21T00:09:06.886 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-21T00:09:06.886 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.force_consistency_checks: 1 2024-09-21T00:09:06.886 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-21T00:09:06.886 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.ttl: 2592000 2024-09-21T00:09:06.886 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-21T00:09:06.886 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-21T00:09:06.886 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-21T00:09:06.886 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.enable_blob_files: false 2024-09-21T00:09:06.886 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.min_blob_size: 0 2024-09-21T00:09:06.886 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.blob_file_size: 268435456 2024-09-21T00:09:06.886 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-21T00:09:06.887 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-21T00:09:06.887 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-21T00:09:06.887 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-21T00:09:06.887 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-21T00:09:06.887 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.blob_file_starting_level: 0 2024-09-21T00:09:06.887 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-21T00:09:06.887 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 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-09-21T00:09:06.887 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T00:09:06.887 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-21T00:09:06.887 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T00:09:06.887 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: d04d7fe2-9c65-4116-a58a-1c8471165ae2 2024-09-21T00:09:06.887 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T00:09:06.887 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.263+0000 7f836a3cec80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-09-21T00:09:06.887 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T00:09:06.887 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.267+0000 7f836a3cec80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x562499856e00 2024-09-21T00:09:06.888 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.267+0000 7f836a3cec80 4 rocksdb: DB pointer 0x562499930000 2024-09-21T00:09:06.888 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.267+0000 7f8361b59640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-21T00:09:06.888 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.267+0000 7f8361b59640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-21T00:09:06.888 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-09-21T00:09:06.888 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-21T00:09:06.888 INFO:teuthology.orchestra.run.smithi092.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-09-21T00:09:06.888 INFO:teuthology.orchestra.run.smithi092.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-09-21T00:09:06.888 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-21T00:09:06.888 INFO:teuthology.orchestra.run.smithi092.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-09-21T00:09:06.888 INFO:teuthology.orchestra.run.smithi092.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-09-21T00:09:06.888 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-21T00:09:06.888 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T00:09:06.888 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-09-21T00:09:06.888 INFO:teuthology.orchestra.run.smithi092.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-09-21T00:09:06.889 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-21T00:09:06.889 INFO:teuthology.orchestra.run.smithi092.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-09-21T00:09:06.889 INFO:teuthology.orchestra.run.smithi092.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-09-21T00:09:06.889 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T00:09:06.889 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-09-21T00:09:06.889 INFO:teuthology.orchestra.run.smithi092.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-09-21T00:09:06.889 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-21T00:09:06.889 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T00:09:06.889 INFO:teuthology.orchestra.run.smithi092.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-09-21T00:09:06.889 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T00:09:06.889 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-21T00:09:06.889 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-09-21T00:09:06.889 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-09-21T00:09:06.889 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-09-21T00:09:06.889 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-09-21T00:09:06.890 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-09-21T00:09:06.890 INFO:teuthology.orchestra.run.smithi092.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-09-21T00:09:06.890 INFO:teuthology.orchestra.run.smithi092.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-09-21T00:09:06.890 INFO:teuthology.orchestra.run.smithi092.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-09-21T00:09:06.890 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x5624998291f0#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2024-09-21T00:09:06.890 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-09-21T00:09:06.890 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T00:09:06.890 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-09-21T00:09:06.890 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T00:09:06.890 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.267+0000 7f836a3cec80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-09-21T00:09:06.890 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.267+0000 7f836a3cec80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-09-21T00:09:06.890 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T00:09:06.267+0000 7f836a3cec80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-09-21T00:09:06.890 INFO:teuthology.orchestra.run.smithi092.stdout:create mon.a on 2024-09-21T00:09:07.122 INFO:teuthology.orchestra.run.smithi092.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-09-21T00:09:07.331 INFO:teuthology.orchestra.run.smithi092.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-09-21T00:09:07.567 INFO:teuthology.orchestra.run.smithi092.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-80a90d1c-77ad-11ef-baf5-efdc52797490.target -> /etc/systemd/system/ceph-80a90d1c-77ad-11ef-baf5-efdc52797490.target. 2024-09-21T00:09:07.568 INFO:teuthology.orchestra.run.smithi092.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-80a90d1c-77ad-11ef-baf5-efdc52797490.target -> /etc/systemd/system/ceph-80a90d1c-77ad-11ef-baf5-efdc52797490.target. 2024-09-21T00:09:07.840 INFO:teuthology.orchestra.run.smithi092.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@mon.a 2024-09-21T00:09:07.840 INFO:teuthology.orchestra.run.smithi092.stdout:systemctl: stderr Failed to reset failed state of unit ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@mon.a.service: Unit ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@mon.a.service not loaded. 2024-09-21T00:09:08.026 INFO:teuthology.orchestra.run.smithi092.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-80a90d1c-77ad-11ef-baf5-efdc52797490.target.wants/ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@mon.a.service -> /etc/systemd/system/ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@.service. 2024-09-21T00:09:08.035 INFO:teuthology.orchestra.run.smithi092.stdout:firewalld does not appear to be present 2024-09-21T00:09:08.036 INFO:teuthology.orchestra.run.smithi092.stdout:Not possible to enable service . firewalld.service is not available 2024-09-21T00:09:08.036 INFO:teuthology.orchestra.run.smithi092.stdout:Waiting for mon to start... 2024-09-21T00:09:08.036 INFO:teuthology.orchestra.run.smithi092.stdout:Waiting for mon... 2024-09-21T00:09:09.725 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:09 smithi092 bash[22462]: cluster 2024-09-21T00:09:09.527563+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-21T00:09:10.312 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout cluster: 2024-09-21T00:09:10.312 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout id: 80a90d1c-77ad-11ef-baf5-efdc52797490 2024-09-21T00:09:10.312 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-09-21T00:09:10.312 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout 2024-09-21T00:09:10.312 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout services: 2024-09-21T00:09:10.312 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.204171s) 2024-09-21T00:09:10.312 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-09-21T00:09:10.313 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-09-21T00:09:10.313 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout 2024-09-21T00:09:10.314 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout data: 2024-09-21T00:09:10.314 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-09-21T00:09:10.314 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-09-21T00:09:10.314 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-09-21T00:09:10.314 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout pgs: 2024-09-21T00:09:10.314 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout 2024-09-21T00:09:10.314 INFO:teuthology.orchestra.run.smithi092.stdout:mon is available 2024-09-21T00:09:10.314 INFO:teuthology.orchestra.run.smithi092.stdout:Assimilating anything we can from ceph.conf... 2024-09-21T00:09:10.725 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:10 smithi092 bash[22462]: cluster 2024-09-21T00:09:09.530859+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-21T00:09:10.726 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:10 smithi092 bash[22462]: cluster 2024-09-21T00:09:09.531025+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-09-21T00:09:10.726 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:10 smithi092 bash[22462]: cluster 2024-09-21T00:09:09.531036+0000 mon.a (mon.0) 4 : cluster [DBG] fsid 80a90d1c-77ad-11ef-baf5-efdc52797490 2024-09-21T00:09:10.726 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:10 smithi092 bash[22462]: cluster 2024-09-21T00:09:09.531045+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-09-21T00:09:04.748115+0000 2024-09-21T00:09:10.726 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:10 smithi092 bash[22462]: cluster 2024-09-21T00:09:09.531054+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-09-21T00:09:04.748115+0000 2024-09-21T00:09:10.726 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:10 smithi092 bash[22462]: cluster 2024-09-21T00:09:09.531061+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T00:09:10.726 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:10 smithi092 bash[22462]: cluster 2024-09-21T00:09:09.531068+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-09-21T00:09:10.726 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:10 smithi092 bash[22462]: cluster 2024-09-21T00:09:09.531075+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.92:3300/0,v1:172.21.15.92:6789/0] mon.a 2024-09-21T00:09:10.726 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:10 smithi092 bash[22462]: cluster 2024-09-21T00:09:09.533160+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-09-21T00:09:10.726 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:10 smithi092 bash[22462]: cluster 2024-09-21T00:09:09.535350+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-21T00:09:10.726 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:10 smithi092 bash[22462]: cluster 2024-09-21T00:09:09.535827+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-09-21T00:09:10.726 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:10 smithi092 bash[22462]: audit 2024-09-21T00:09:09.734974+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.92:0/449802526' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-21T00:09:11.725 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:11 smithi092 bash[22462]: audit 2024-09-21T00:09:11.453385+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.92:0/2780384853' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-09-21T00:09:11.725 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:11 smithi092 bash[22462]: audit 2024-09-21T00:09:11.457488+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.92:0/2780384853' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-21T00:09:11.986 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout 2024-09-21T00:09:11.986 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout [global] 2024-09-21T00:09:11.986 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout fsid = 80a90d1c-77ad-11ef-baf5-efdc52797490 2024-09-21T00:09:11.987 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.92:3300,v1:172.21.15.92:6789] 2024-09-21T00:09:11.987 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-21T00:09:11.987 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-21T00:09:11.987 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-21T00:09:11.987 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-21T00:09:11.987 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout 2024-09-21T00:09:11.987 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-21T00:09:11.988 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2024-09-21T00:09:11.988 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-21T00:09:11.988 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout 2024-09-21T00:09:11.988 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout [osd] 2024-09-21T00:09:11.988 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-21T00:09:11.988 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-21T00:09:11.988 INFO:teuthology.orchestra.run.smithi092.stdout:Generating new minimal ceph.conf... 2024-09-21T00:09:13.475 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:13 smithi092 bash[22462]: audit 2024-09-21T00:09:13.085999+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.92:0/3478649759' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:09:13.666 INFO:teuthology.orchestra.run.smithi092.stdout:Restarting the monitor... 2024-09-21T00:09:13.935 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:13 smithi092 systemd[1]: Stopping Ceph mon.a for 80a90d1c-77ad-11ef-baf5-efdc52797490... 2024-09-21T00:09:13.935 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:13 smithi092 bash[22462]: debug 2024-09-21T00:09:13.782+0000 7f7540afc640 -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-09-21T00:09:13.935 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:13 smithi092 bash[22462]: debug 2024-09-21T00:09:13.782+0000 7f7540afc640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-09-21T00:09:14.225 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:14 smithi092 bash[22845]: ceph-80a90d1c-77ad-11ef-baf5-efdc52797490-mon-a 2024-09-21T00:09:14.345 INFO:teuthology.orchestra.run.smithi092.stdout:Setting public_network to 172.21.0.2/32,172.21.0.1/32,172.21.0.0/20,172.21.15.254/32 in mon config section 2024-09-21T00:09:14.651 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:14 smithi092 bash[22905]: ceph-80a90d1c-77ad-11ef-baf5-efdc52797490-mon-a 2024-09-21T00:09:14.651 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:14 smithi092 systemd[1]: ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@mon.a.service: Deactivated successfully. 2024-09-21T00:09:14.651 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:14 smithi092 systemd[1]: Stopped Ceph mon.a for 80a90d1c-77ad-11ef-baf5-efdc52797490. 2024-09-21T00:09:14.652 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:14 smithi092 systemd[1]: Started Ceph mon.a for 80a90d1c-77ad-11ef-baf5-efdc52797490. 2024-09-21T00:09:16.081 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.838+0000 7ff6fd5a9c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-21T00:09:16.081 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.838+0000 7ff6fd5a9c80 0 ceph version 19.1.1-367-g9e2ac70b (9e2ac70bb7aea67d34f0d50002344abbe7803736) squid (stable), process ceph-mon, pid 7 2024-09-21T00:09:16.081 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.838+0000 7ff6fd5a9c80 0 pidfile_write: ignore empty --pid-file 2024-09-21T00:09:16.081 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 0 load: jerasure load: lrc 2024-09-21T00:09:16.081 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: RocksDB version: 7.9.2 2024-09-21T00:09:16.081 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Git sha 0 2024-09-21T00:09:16.082 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Compile date 2024-09-19 18:20:48 2024-09-21T00:09:16.082 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: DB SUMMARY 2024-09-21T00:09:16.082 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: DB Session ID: 1I5C0CMM5BX9VJL31IPX 2024-09-21T00:09:16.082 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: CURRENT file: CURRENT 2024-09-21T00:09:16.082 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: IDENTITY file: IDENTITY 2024-09-21T00:09:16.082 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-09-21T00:09:16.082 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-09-21T00:09:16.082 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88779 ; 2024-09-21T00:09:16.082 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.error_if_exists: 0 2024-09-21T00:09:16.082 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.create_if_missing: 0 2024-09-21T00:09:16.082 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.paranoid_checks: 1 2024-09-21T00:09:16.082 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-09-21T00:09:16.082 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-21T00:09:16.082 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-21T00:09:16.083 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.env: 0x55d0026fb940 2024-09-21T00:09:16.083 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.fs: PosixFileSystem 2024-09-21T00:09:16.083 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.info_log: 0x55d00362b6e0 2024-09-21T00:09:16.083 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-21T00:09:16.083 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.statistics: (nil) 2024-09-21T00:09:16.083 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.use_fsync: 0 2024-09-21T00:09:16.083 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.max_log_file_size: 0 2024-09-21T00:09:16.084 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-21T00:09:16.084 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-21T00:09:16.084 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-21T00:09:16.084 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-21T00:09:16.084 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.allow_fallocate: 1 2024-09-21T00:09:16.084 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-21T00:09:16.084 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-21T00:09:16.085 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.use_direct_reads: 0 2024-09-21T00:09:16.085 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-21T00:09:16.085 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.create_missing_column_families: 0 2024-09-21T00:09:16.085 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.db_log_dir: 2024-09-21T00:09:16.085 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.wal_dir: 2024-09-21T00:09:16.085 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-21T00:09:16.085 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-21T00:09:16.085 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-21T00:09:16.085 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-21T00:09:16.085 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-21T00:09:16.085 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-21T00:09:16.085 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.advise_random_on_open: 1 2024-09-21T00:09:16.085 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-21T00:09:16.085 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.write_buffer_manager: 0x55d00363adc0 2024-09-21T00:09:16.086 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-21T00:09:16.086 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-21T00:09:16.086 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-21T00:09:16.086 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.rate_limiter: (nil) 2024-09-21T00:09:16.086 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-21T00:09:16.086 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-21T00:09:16.086 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-21T00:09:16.086 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-21T00:09:16.086 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.unordered_write: 0 2024-09-21T00:09:16.086 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-21T00:09:16.086 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-21T00:09:16.086 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-21T00:09:16.086 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-21T00:09:16.087 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.row_cache: None 2024-09-21T00:09:16.087 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.wal_filter: None 2024-09-21T00:09:16.087 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-21T00:09:16.087 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-21T00:09:16.087 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.two_write_queues: 0 2024-09-21T00:09:16.087 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.manual_wal_flush: 0 2024-09-21T00:09:16.087 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.wal_compression: 0 2024-09-21T00:09:16.087 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.atomic_flush: 0 2024-09-21T00:09:16.087 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-21T00:09:16.087 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-21T00:09:16.087 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-21T00:09:16.087 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.log_readahead_size: 0 2024-09-21T00:09:16.087 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-21T00:09:16.087 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-21T00:09:16.087 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-21T00:09:16.088 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-21T00:09:16.088 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-21T00:09:16.088 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-21T00:09:16.088 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-09-21T00:09:16.088 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.max_background_jobs: 2 2024-09-21T00:09:16.088 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.max_background_compactions: -1 2024-09-21T00:09:16.088 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.max_subcompactions: 1 2024-09-21T00:09:16.088 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-21T00:09:16.088 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-21T00:09:16.088 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-21T00:09:16.088 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.max_total_wal_size: 0 2024-09-21T00:09:16.088 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-21T00:09:16.088 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-21T00:09:16.088 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-21T00:09:16.088 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-21T00:09:16.088 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.max_open_files: -1 2024-09-21T00:09:16.089 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.bytes_per_sync: 0 2024-09-21T00:09:16.089 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-21T00:09:16.089 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-21T00:09:16.089 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-21T00:09:16.089 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.max_background_flushes: -1 2024-09-21T00:09:16.089 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Compression algorithms supported: 2024-09-21T00:09:16.089 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: kZSTD supported: 0 2024-09-21T00:09:16.089 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: kXpressCompression supported: 0 2024-09-21T00:09:16.089 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: kBZip2Compression supported: 0 2024-09-21T00:09:16.089 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-21T00:09:16.089 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: kLZ4Compression supported: 1 2024-09-21T00:09:16.089 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: kZlibCompression supported: 1 2024-09-21T00:09:16.089 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-21T00:09:16.089 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: kSnappyCompression supported: 1 2024-09-21T00:09:16.089 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-21T00:09:16.090 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-09-21T00:09:16.090 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-09-21T00:09:16.090 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-21T00:09:16.090 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-21T00:09:16.090 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.merge_operator: 2024-09-21T00:09:16.090 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.compaction_filter: None 2024-09-21T00:09:16.090 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.compaction_filter_factory: None 2024-09-21T00:09:16.090 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-21T00:09:16.090 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-21T00:09:16.090 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-21T00:09:16.090 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55d00362b320) 2024-09-21T00:09:16.090 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: cache_index_and_filter_blocks: 1 2024-09-21T00:09:16.090 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-21T00:09:16.090 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-21T00:09:16.090 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: pin_top_level_index_and_filter: 1 2024-09-21T00:09:16.091 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: index_type: 0 2024-09-21T00:09:16.091 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: data_block_index_type: 0 2024-09-21T00:09:16.091 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: index_shortening: 1 2024-09-21T00:09:16.091 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: data_block_hash_table_util_ratio: 0.750000 2024-09-21T00:09:16.091 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: checksum: 4 2024-09-21T00:09:16.091 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: no_block_cache: 0 2024-09-21T00:09:16.091 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: block_cache: 0x55d0036211f0 2024-09-21T00:09:16.091 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: block_cache_name: BinnedLRUCache 2024-09-21T00:09:16.091 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: block_cache_options: 2024-09-21T00:09:16.091 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: capacity : 536870912 2024-09-21T00:09:16.091 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: num_shard_bits : 4 2024-09-21T00:09:16.091 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: strict_capacity_limit : 0 2024-09-21T00:09:16.091 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: high_pri_pool_ratio: 0.000 2024-09-21T00:09:16.091 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: block_cache_compressed: (nil) 2024-09-21T00:09:16.091 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: persistent_cache: (nil) 2024-09-21T00:09:16.092 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: block_size: 4096 2024-09-21T00:09:16.092 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: block_size_deviation: 10 2024-09-21T00:09:16.092 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: block_restart_interval: 16 2024-09-21T00:09:16.092 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: index_block_restart_interval: 1 2024-09-21T00:09:16.092 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: metadata_block_size: 4096 2024-09-21T00:09:16.092 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: partition_filters: 0 2024-09-21T00:09:16.092 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: use_delta_encoding: 1 2024-09-21T00:09:16.092 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: filter_policy: bloomfilter 2024-09-21T00:09:16.092 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: whole_key_filtering: 1 2024-09-21T00:09:16.092 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: verify_compression: 0 2024-09-21T00:09:16.092 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: read_amp_bytes_per_bit: 0 2024-09-21T00:09:16.092 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: format_version: 5 2024-09-21T00:09:16.092 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: enable_index_compression: 1 2024-09-21T00:09:16.092 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: block_align: 0 2024-09-21T00:09:16.092 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: max_auto_readahead_size: 262144 2024-09-21T00:09:16.093 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: prepopulate_block_cache: 0 2024-09-21T00:09:16.093 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: initial_auto_readahead_size: 8192 2024-09-21T00:09:16.093 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: num_file_reads_for_auto_readahead: 2 2024-09-21T00:09:16.093 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-21T00:09:16.093 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-21T00:09:16.093 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.compression: NoCompression 2024-09-21T00:09:16.093 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-21T00:09:16.093 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-21T00:09:16.093 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-21T00:09:16.093 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.num_levels: 7 2024-09-21T00:09:16.093 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-21T00:09:16.093 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-21T00:09:16.093 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-21T00:09:16.093 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-21T00:09:16.093 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-21T00:09:16.094 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-21T00:09:16.094 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-21T00:09:16.094 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-21T00:09:16.094 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-21T00:09:16.094 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-21T00:09:16.094 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-21T00:09:16.094 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-21T00:09:16.094 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-21T00:09:16.094 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.compression_opts.level: 32767 2024-09-21T00:09:16.094 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-21T00:09:16.094 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-21T00:09:16.094 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-21T00:09:16.094 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-21T00:09:16.094 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-21T00:09:16.095 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.compression_opts.enabled: false 2024-09-21T00:09:16.095 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-21T00:09:16.095 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-21T00:09:16.095 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-21T00:09:16.095 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-21T00:09:16.095 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-21T00:09:16.095 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-21T00:09:16.095 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-21T00:09:16.095 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-21T00:09:16.095 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-21T00:09:16.095 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-21T00:09:16.095 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-21T00:09:16.095 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-21T00:09:16.095 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-21T00:09:16.095 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-21T00:09:16.096 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-21T00:09:16.096 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-21T00:09:16.096 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-21T00:09:16.096 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-21T00:09:16.096 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-21T00:09:16.096 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.arena_block_size: 1048576 2024-09-21T00:09:16.096 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-21T00:09:16.096 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-21T00:09:16.096 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-21T00:09:16.096 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-21T00:09:16.096 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-21T00:09:16.097 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-21T00:09:16.097 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-21T00:09:16.097 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-21T00:09:16.097 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-21T00:09:16.097 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-21T00:09:16.097 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-21T00:09:16.097 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-21T00:09:16.097 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-21T00:09:16.097 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-21T00:09:16.097 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.inplace_update_support: 0 2024-09-21T00:09:16.097 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-21T00:09:16.097 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-21T00:09:16.097 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-21T00:09:16.097 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-21T00:09:16.097 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.bloom_locality: 0 2024-09-21T00:09:16.098 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.max_successive_merges: 0 2024-09-21T00:09:16.098 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-21T00:09:16.098 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-21T00:09:16.098 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.force_consistency_checks: 1 2024-09-21T00:09:16.098 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-21T00:09:16.098 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.ttl: 2592000 2024-09-21T00:09:16.098 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-21T00:09:16.098 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-21T00:09:16.098 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-21T00:09:16.098 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.enable_blob_files: false 2024-09-21T00:09:16.098 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.min_blob_size: 0 2024-09-21T00:09:16.098 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.blob_file_size: 268435456 2024-09-21T00:09:16.098 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-21T00:09:16.098 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-21T00:09:16.100 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-21T00:09:16.101 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-21T00:09:16.101 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-21T00:09:16.101 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-09-21T00:09:16.101 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-21T00:09:16.102 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 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-09-21T00:09:16.102 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-09-21T00:09:16.102 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: d04d7fe2-9c65-4116-a58a-1c8471165ae2 2024-09-21T00:09:16.102 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726877355847045, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-09-21T00:09:16.102 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.842+0000 7ff6fd5a9c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-09-21T00:09:16.102 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.846+0000 7ff6fd5a9c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726877355848185, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85396, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 258, "table_properties": {"data_size": 83543, "index_size": 237, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 10201, "raw_average_key_size": 47, "raw_value_size": 77750, "raw_average_value_size": 358, "num_data_blocks": 11, "num_entries": 217, "num_filter_entries": 217, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "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": 1726877355, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d04d7fe2-9c65-4116-a58a-1c8471165ae2", "db_session_id": "1I5C0CMM5BX9VJL31IPX", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-09-21T00:09:16.102 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.846+0000 7ff6fd5a9c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726877355848305, "job": 1, "event": "recovery_finished"} 2024-09-21T00:09:16.102 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.846+0000 7ff6fd5a9c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-09-21T00:09:16.103 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.846+0000 7ff6fd5a9c80 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-09-21T00:09:16.103 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.846+0000 7ff6fd5a9c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55d00364ce00 2024-09-21T00:09:16.103 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.846+0000 7ff6fd5a9c80 4 rocksdb: DB pointer 0x55d00374c000 2024-09-21T00:09:16.103 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.846+0000 7ff6f3372640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-21T00:09:16.103 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.846+0000 7ff6f3372640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-21T00:09:16.103 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: ** DB Stats ** 2024-09-21T00:09:16.103 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-21T00:09:16.103 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-21T00:09:16.103 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-21T00:09:16.103 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-21T00:09:16.103 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-21T00:09:16.103 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-21T00:09:16.103 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-21T00:09:16.103 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: ** Compaction Stats [default] ** 2024-09-21T00:09:16.103 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: 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-09-21T00:09:16.104 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-21T00:09:16.104 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: L0 2/0 85.25 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 118.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-21T00:09:16.104 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: Sum 2/0 85.25 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 118.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-21T00:09:16.104 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 118.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-21T00:09:16.104 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: ** Compaction Stats [default] ** 2024-09-21T00:09:16.104 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: 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-09-21T00:09:16.104 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-21T00:09:16.104 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 118.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-21T00:09:16.104 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-21T00:09:16.104 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-21T00:09:16.105 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-21T00:09:16.105 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-21T00:09:16.105 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: AddFile(Total Files): cumulative 0, interval 0 2024-09-21T00:09:16.105 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-21T00:09:16.105 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: AddFile(Keys): cumulative 0, interval 0 2024-09-21T00:09:16.105 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: Cumulative compaction: 0.00 GB write, 19.09 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-21T00:09:16.105 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: Interval compaction: 0.00 GB write, 19.09 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-21T00:09:16.105 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: 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-09-21T00:09:16.105 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: Block cache BinnedLRUCache@0x55d0036211f0#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2024-09-21T00:09:16.105 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2024-09-21T00:09:16.105 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: ** File Read Latency Histogram By Level [default] ** 2024-09-21T00:09:16.105 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.846+0000 7ff6fd5a9c80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.92:3300/0,v1:172.21.15.92:6789/0] at bind addrs [v2:172.21.15.92:3300/0,v1:172.21.15.92:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 80a90d1c-77ad-11ef-baf5-efdc52797490 2024-09-21T00:09:16.105 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.850+0000 7ff6fd5a9c80 1 mon.a@-1(???) e1 preinit fsid 80a90d1c-77ad-11ef-baf5-efdc52797490 2024-09-21T00:09:16.105 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.850+0000 7ff6fd5a9c80 0 mon.a@-1(???).mds e1 new map 2024-09-21T00:09:16.105 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.850+0000 7ff6fd5a9c80 0 mon.a@-1(???).mds e1 print_map 2024-09-21T00:09:16.106 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: e1 2024-09-21T00:09:16.106 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: btime 2024-09-21T00:09:09:531427+0000 2024-09-21T00:09:16.106 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: enable_multiple, ever_enabled_multiple: 1,1 2024-09-21T00:09:16.106 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-09-21T00:09:16.106 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: legacy client fscid: -1 2024-09-21T00:09:16.106 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: 2024-09-21T00:09:16.106 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: No filesystems configured 2024-09-21T00:09:16.106 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.850+0000 7ff6fd5a9c80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-21T00:09:16.106 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.850+0000 7ff6fd5a9c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-21T00:09:16.106 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.850+0000 7ff6fd5a9c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-21T00:09:16.106 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.850+0000 7ff6fd5a9c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-21T00:09:16.107 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: debug 2024-09-21T00:09:15.850+0000 7ff6fd5a9c80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-21T00:09:16.107 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: cluster 2024-09-21T00:09:15.856244+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-21T00:09:16.107 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: cluster 2024-09-21T00:09:15.856389+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-09-21T00:09:16.107 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: cluster 2024-09-21T00:09:15.856416+0000 mon.a (mon.0) 3 : cluster [DBG] fsid 80a90d1c-77ad-11ef-baf5-efdc52797490 2024-09-21T00:09:16.107 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: cluster 2024-09-21T00:09:15.856446+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-09-21T00:09:04.748115+0000 2024-09-21T00:09:16.107 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: cluster 2024-09-21T00:09:15.856473+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-09-21T00:09:04.748115+0000 2024-09-21T00:09:16.107 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: cluster 2024-09-21T00:09:15.856488+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T00:09:16.107 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: cluster 2024-09-21T00:09:15.856500+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-09-21T00:09:16.107 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: cluster 2024-09-21T00:09:15.856517+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.92:3300/0,v1:172.21.15.92:6789/0] mon.a 2024-09-21T00:09:16.107 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: cluster 2024-09-21T00:09:15.857120+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-09-21T00:09:16.107 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: cluster 2024-09-21T00:09:15.857156+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-21T00:09:16.107 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:15 smithi092 bash[22943]: cluster 2024-09-21T00:09:15.858486+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-09-21T00:09:16.639 INFO:teuthology.orchestra.run.smithi092.stdout:Wrote config to /etc/ceph/ceph.conf 2024-09-21T00:09:16.665 INFO:teuthology.orchestra.run.smithi092.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-21T00:09:16.666 INFO:teuthology.orchestra.run.smithi092.stdout:Creating mgr... 2024-09-21T00:09:16.666 INFO:teuthology.orchestra.run.smithi092.stdout:Verifying port 0.0.0.0:9283 ... 2024-09-21T00:09:16.666 INFO:teuthology.orchestra.run.smithi092.stdout:Verifying port 0.0.0.0:8765 ... 2024-09-21T00:09:16.956 INFO:teuthology.orchestra.run.smithi092.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@mgr.a 2024-09-21T00:09:16.956 INFO:teuthology.orchestra.run.smithi092.stdout:systemctl: stderr Failed to reset failed state of unit ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@mgr.a.service: Unit ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@mgr.a.service not loaded. 2024-09-21T00:09:17.070 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:16 smithi092 systemd[1]: /etc/systemd/system/ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T00:09:17.175 INFO:teuthology.orchestra.run.smithi092.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-80a90d1c-77ad-11ef-baf5-efdc52797490.target.wants/ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@mgr.a.service -> /etc/systemd/system/ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@.service. 2024-09-21T00:09:17.183 INFO:teuthology.orchestra.run.smithi092.stdout:firewalld does not appear to be present 2024-09-21T00:09:17.183 INFO:teuthology.orchestra.run.smithi092.stdout:Not possible to enable service . firewalld.service is not available 2024-09-21T00:09:17.183 INFO:teuthology.orchestra.run.smithi092.stdout:firewalld does not appear to be present 2024-09-21T00:09:17.183 INFO:teuthology.orchestra.run.smithi092.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-09-21T00:09:17.183 INFO:teuthology.orchestra.run.smithi092.stdout:Waiting for mgr to start... 2024-09-21T00:09:17.183 INFO:teuthology.orchestra.run.smithi092.stdout:Waiting for mgr... 2024-09-21T00:09:17.472 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:17 smithi092 bash[22943]: audit 2024-09-21T00:09:16.071762+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.92:0/190837662' entity='client.admin' 2024-09-21T00:09:17.472 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:17 smithi092 systemd[1]: /etc/systemd/system/ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T00:09:18.975 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:18 smithi092 bash[23205]: debug 2024-09-21T00:09:18.914+0000 7f4322448040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-21T00:09:19.475 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:19 smithi092 bash[22943]: audit 2024-09-21T00:09:19.030626+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.92:0/4179337495' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-21T00:09:19.595 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout 2024-09-21T00:09:19.596 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout { 2024-09-21T00:09:19.596 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "fsid": "80a90d1c-77ad-11ef-baf5-efdc52797490", 2024-09-21T00:09:19.596 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "health": { 2024-09-21T00:09:19.596 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-21T00:09:19.596 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-21T00:09:19.596 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-21T00:09:19.596 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout }, 2024-09-21T00:09:19.597 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-21T00:09:19.597 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-21T00:09:19.597 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout 0 2024-09-21T00:09:19.597 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout ], 2024-09-21T00:09:19.597 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-21T00:09:19.597 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "a" 2024-09-21T00:09:19.597 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout ], 2024-09-21T00:09:19.597 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2024-09-21T00:09:19.597 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-21T00:09:19.597 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T00:09:19.597 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-21T00:09:19.597 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-21T00:09:19.598 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout }, 2024-09-21T00:09:19.598 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-21T00:09:19.598 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T00:09:19.598 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-21T00:09:19.598 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-21T00:09:19.598 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-21T00:09:19.598 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-21T00:09:19.598 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-21T00:09:19.598 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-21T00:09:19.598 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout }, 2024-09-21T00:09:19.599 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-21T00:09:19.599 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-21T00:09:19.599 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-21T00:09:19.599 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-21T00:09:19.599 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-21T00:09:19.599 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-21T00:09:19.599 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-21T00:09:19.599 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-21T00:09:19.599 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-21T00:09:19.599 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout }, 2024-09-21T00:09:19.599 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-21T00:09:19.599 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T00:09:19.599 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "btime": "2024-09-21T00:09:09:531427+0000", 2024-09-21T00:09:19.600 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-21T00:09:19.600 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-21T00:09:19.600 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout }, 2024-09-21T00:09:19.600 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-21T00:09:19.600 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-21T00:09:19.600 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-21T00:09:19.600 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-21T00:09:19.600 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-21T00:09:19.600 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-21T00:09:19.600 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "restful" 2024-09-21T00:09:19.600 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout ], 2024-09-21T00:09:19.600 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-21T00:09:19.600 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout }, 2024-09-21T00:09:19.601 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-21T00:09:19.601 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T00:09:19.601 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "modified": "2024-09-21T00:09:09.532192+0000", 2024-09-21T00:09:19.601 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-21T00:09:19.601 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout }, 2024-09-21T00:09:19.601 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-21T00:09:19.601 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout } 2024-09-21T00:09:19.601 INFO:teuthology.orchestra.run.smithi092.stdout:mgr not available, waiting (1/15)... 2024-09-21T00:09:20.475 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:20 smithi092 bash[23205]: debug 2024-09-21T00:09:20.106+0000 7f4322448040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-21T00:09:20.476 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:20 smithi092 bash[23205]: debug 2024-09-21T00:09:20.170+0000 7f4322448040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-21T00:09:20.476 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:20 smithi092 bash[23205]: debug 2024-09-21T00:09:20.318+0000 7f4322448040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-21T00:09:21.225 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:20 smithi092 bash[23205]: debug 2024-09-21T00:09:20.962+0000 7f4322448040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-21T00:09:21.226 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:21 smithi092 bash[23205]: debug 2024-09-21T00:09:21.030+0000 7f4322448040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-21T00:09:21.226 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:21 smithi092 bash[23205]: debug 2024-09-21T00:09:21.098+0000 7f4322448040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-21T00:09:21.667 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:21 smithi092 bash[23205]: debug 2024-09-21T00:09:21.278+0000 7f4322448040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-21T00:09:21.667 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:21 smithi092 bash[23205]: debug 2024-09-21T00:09:21.354+0000 7f4322448040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-21T00:09:21.667 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:21 smithi092 bash[23205]: debug 2024-09-21T00:09:21.422+0000 7f4322448040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-21T00:09:21.943 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:21 smithi092 bash[23205]: debug 2024-09-21T00:09:21.678+0000 7f4322448040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-21T00:09:21.943 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:21 smithi092 bash[23205]: debug 2024-09-21T00:09:21.746+0000 7f4322448040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-21T00:09:22.225 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:21 smithi092 bash[23205]: debug 2024-09-21T00:09:21.942+0000 7f4322448040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-21T00:09:22.226 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:22 smithi092 bash[23205]: debug 2024-09-21T00:09:22.018+0000 7f4322448040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-21T00:09:22.590 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:22 smithi092 bash[23205]: debug 2024-09-21T00:09:22.266+0000 7f4322448040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-21T00:09:22.591 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:22 smithi092 bash[23205]: debug 2024-09-21T00:09:22.446+0000 7f4322448040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-21T00:09:22.879 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:22 smithi092 bash[23205]: debug 2024-09-21T00:09:22.610+0000 7f4322448040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-21T00:09:22.879 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:22 smithi092 bash[23205]: debug 2024-09-21T00:09:22.694+0000 7f4322448040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-21T00:09:23.225 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:22 smithi092 bash[22943]: audit 2024-09-21T00:09:22.883289+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.92:0/2248552557' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-21T00:09:23.226 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:22 smithi092 bash[23205]: debug 2024-09-21T00:09:22.878+0000 7f4322448040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-21T00:09:23.434 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout 2024-09-21T00:09:23.434 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout { 2024-09-21T00:09:23.434 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "fsid": "80a90d1c-77ad-11ef-baf5-efdc52797490", 2024-09-21T00:09:23.434 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "health": { 2024-09-21T00:09:23.435 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-21T00:09:23.435 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-21T00:09:23.435 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-21T00:09:23.435 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout }, 2024-09-21T00:09:23.435 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-21T00:09:23.435 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-21T00:09:23.436 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout 0 2024-09-21T00:09:23.436 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout ], 2024-09-21T00:09:23.436 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-21T00:09:23.436 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "a" 2024-09-21T00:09:23.436 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout ], 2024-09-21T00:09:23.436 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "quorum_age": 7, 2024-09-21T00:09:23.436 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-21T00:09:23.436 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T00:09:23.437 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-21T00:09:23.437 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-21T00:09:23.437 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout }, 2024-09-21T00:09:23.437 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-21T00:09:23.437 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T00:09:23.437 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-21T00:09:23.437 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-21T00:09:23.437 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-21T00:09:23.437 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-21T00:09:23.437 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-21T00:09:23.437 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-21T00:09:23.437 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout }, 2024-09-21T00:09:23.437 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-21T00:09:23.438 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-21T00:09:23.438 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-21T00:09:23.438 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-21T00:09:23.438 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-21T00:09:23.438 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-21T00:09:23.438 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-21T00:09:23.438 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-21T00:09:23.438 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-21T00:09:23.438 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout }, 2024-09-21T00:09:23.438 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-21T00:09:23.438 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T00:09:23.438 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "btime": "2024-09-21T00:09:09:531427+0000", 2024-09-21T00:09:23.438 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-21T00:09:23.439 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-21T00:09:23.439 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout }, 2024-09-21T00:09:23.439 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-21T00:09:23.439 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-21T00:09:23.439 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-21T00:09:23.439 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-21T00:09:23.439 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-21T00:09:23.439 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-21T00:09:23.439 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "restful" 2024-09-21T00:09:23.439 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout ], 2024-09-21T00:09:23.439 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-21T00:09:23.439 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout }, 2024-09-21T00:09:23.439 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-21T00:09:23.439 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T00:09:23.439 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "modified": "2024-09-21T00:09:09.532192+0000", 2024-09-21T00:09:23.440 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-21T00:09:23.440 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout }, 2024-09-21T00:09:23.440 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-21T00:09:23.440 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout } 2024-09-21T00:09:23.440 INFO:teuthology.orchestra.run.smithi092.stdout:mgr not available, waiting (2/15)... 2024-09-21T00:09:23.975 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:23 smithi092 bash[23205]: debug 2024-09-21T00:09:23.682+0000 7f4322448040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-21T00:09:23.976 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:23 smithi092 bash[23205]: debug 2024-09-21T00:09:23.758+0000 7f4322448040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-21T00:09:24.440 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:23 smithi092 bash[23205]: debug 2024-09-21T00:09:23.978+0000 7f4322448040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-21T00:09:24.440 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:24 smithi092 bash[23205]: debug 2024-09-21T00:09:24.050+0000 7f4322448040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-21T00:09:24.440 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:24 smithi092 bash[23205]: debug 2024-09-21T00:09:24.438+0000 7f4322448040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-21T00:09:24.726 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:24 smithi092 bash[23205]: debug 2024-09-21T00:09:24.514+0000 7f4322448040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-21T00:09:24.726 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:24 smithi092 bash[22943]: cluster 2024-09-21T00:09:24.537983+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon a 2024-09-21T00:09:24.726 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:24 smithi092 bash[22943]: cluster 2024-09-21T00:09:24.545269+0000 mon.a (mon.0) 16 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00751022s) 2024-09-21T00:09:24.726 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:24 smithi092 bash[22943]: audit 2024-09-21T00:09:24.546035+0000 mon.a (mon.0) 17 : audit [DBG] from='mgr.14100 172.21.15.92:0/3355151631' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-21T00:09:24.726 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:24 smithi092 bash[22943]: audit 2024-09-21T00:09:24.546138+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.92:0/3355151631' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-21T00:09:24.726 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:24 smithi092 bash[22943]: audit 2024-09-21T00:09:24.546238+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.92:0/3355151631' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-21T00:09:24.726 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:24 smithi092 bash[22943]: audit 2024-09-21T00:09:24.546957+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.92:0/3355151631' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T00:09:24.726 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:24 smithi092 bash[22943]: audit 2024-09-21T00:09:24.548078+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.92:0/3355151631' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-09-21T00:09:24.726 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:24 smithi092 bash[22943]: cluster 2024-09-21T00:09:24.574190+0000 mon.a (mon.0) 22 : cluster [INF] Manager daemon a is now available 2024-09-21T00:09:24.727 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:24 smithi092 bash[22943]: audit 2024-09-21T00:09:24.587435+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.14100 172.21.15.92:0/3355151631' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-09-21T00:09:25.978 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:25 smithi092 bash[22943]: audit 2024-09-21T00:09:24.594477+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.92:0/3355151631' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-09-21T00:09:25.978 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:25 smithi092 bash[22943]: audit 2024-09-21T00:09:24.595567+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.92:0/3355151631' entity='mgr.a' 2024-09-21T00:09:25.978 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:25 smithi092 bash[22943]: audit 2024-09-21T00:09:24.601283+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.92:0/3355151631' entity='mgr.a' 2024-09-21T00:09:25.978 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:25 smithi092 bash[22943]: audit 2024-09-21T00:09:24.606788+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.92:0/3355151631' entity='mgr.a' 2024-09-21T00:09:25.978 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:25 smithi092 bash[22943]: cluster 2024-09-21T00:09:25.553163+0000 mon.a (mon.0) 28 : cluster [DBG] mgrmap e3: a(active, since 1.0154s) 2024-09-21T00:09:27.643 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout 2024-09-21T00:09:27.643 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout { 2024-09-21T00:09:27.643 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "fsid": "80a90d1c-77ad-11ef-baf5-efdc52797490", 2024-09-21T00:09:27.643 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "health": { 2024-09-21T00:09:27.643 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-21T00:09:27.643 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-21T00:09:27.643 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-21T00:09:27.643 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout }, 2024-09-21T00:09:27.643 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-21T00:09:27.643 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-21T00:09:27.643 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout 0 2024-09-21T00:09:27.643 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout ], 2024-09-21T00:09:27.643 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-21T00:09:27.644 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "a" 2024-09-21T00:09:27.644 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout ], 2024-09-21T00:09:27.644 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "quorum_age": 11, 2024-09-21T00:09:27.644 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-21T00:09:27.644 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T00:09:27.644 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-21T00:09:27.644 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-21T00:09:27.644 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout }, 2024-09-21T00:09:27.644 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-21T00:09:27.644 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T00:09:27.644 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-21T00:09:27.644 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-21T00:09:27.644 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-21T00:09:27.644 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-21T00:09:27.648 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-21T00:09:27.648 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-21T00:09:27.648 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout }, 2024-09-21T00:09:27.648 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-21T00:09:27.648 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-21T00:09:27.648 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-21T00:09:27.648 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-21T00:09:27.648 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-21T00:09:27.648 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-21T00:09:27.648 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-21T00:09:27.649 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-21T00:09:27.649 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-21T00:09:27.649 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout }, 2024-09-21T00:09:27.649 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-21T00:09:27.649 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T00:09:27.649 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "btime": "2024-09-21T00:09:09:531427+0000", 2024-09-21T00:09:27.649 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-21T00:09:27.649 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-21T00:09:27.649 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout }, 2024-09-21T00:09:27.649 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-21T00:09:27.649 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-21T00:09:27.649 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-21T00:09:27.649 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-21T00:09:27.649 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-21T00:09:27.650 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-21T00:09:27.650 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "restful" 2024-09-21T00:09:27.650 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout ], 2024-09-21T00:09:27.650 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-21T00:09:27.650 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout }, 2024-09-21T00:09:27.650 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-21T00:09:27.650 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T00:09:27.650 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "modified": "2024-09-21T00:09:09.532192+0000", 2024-09-21T00:09:27.650 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-21T00:09:27.650 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout }, 2024-09-21T00:09:27.650 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-21T00:09:27.650 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout } 2024-09-21T00:09:27.650 INFO:teuthology.orchestra.run.smithi092.stdout:mgr is available 2024-09-21T00:09:27.976 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:27 smithi092 bash[22943]: cluster 2024-09-21T00:09:26.601580+0000 mon.a (mon.0) 29 : cluster [DBG] mgrmap e4: a(active, since 2s) 2024-09-21T00:09:27.976 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:27 smithi092 bash[22943]: audit 2024-09-21T00:09:27.051217+0000 mon.a (mon.0) 30 : audit [DBG] from='client.? 172.21.15.92:0/2596427651' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-21T00:09:29.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:29 smithi092 bash[22943]: audit 2024-09-21T00:09:29.020465+0000 mon.a (mon.0) 31 : audit [INF] from='client.? 172.21.15.92:0/3226256653' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-09-21T00:09:29.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:29 smithi092 bash[22943]: audit 2024-09-21T00:09:29.023388+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.92:0/3226256653' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-21T00:09:29.568 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout 2024-09-21T00:09:29.568 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout [global] 2024-09-21T00:09:29.568 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout fsid = 80a90d1c-77ad-11ef-baf5-efdc52797490 2024-09-21T00:09:29.568 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.92:3300,v1:172.21.15.92:6789] 2024-09-21T00:09:29.568 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-21T00:09:29.568 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-21T00:09:29.568 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-21T00:09:29.568 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-21T00:09:29.568 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout 2024-09-21T00:09:29.568 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-21T00:09:29.568 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-21T00:09:29.568 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout 2024-09-21T00:09:29.568 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout [osd] 2024-09-21T00:09:29.569 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-21T00:09:29.569 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-21T00:09:29.569 INFO:teuthology.orchestra.run.smithi092.stdout:Enabling cephadm module... 2024-09-21T00:09:31.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:31 smithi092 bash[22943]: audit 2024-09-21T00:09:31.032870+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.92:0/1238593310' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-09-21T00:09:31.476 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:31 smithi092 bash[23205]: ignoring --setuser ceph since I am not root 2024-09-21T00:09:31.476 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:31 smithi092 bash[23205]: ignoring --setgroup ceph since I am not root 2024-09-21T00:09:31.476 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:31 smithi092 bash[23205]: debug 2024-09-21T00:09:31.233+0000 7f3fe818a040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-21T00:09:32.414 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:32 smithi092 bash[22943]: audit 2024-09-21T00:09:31.084713+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.92:0/1238593310' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-21T00:09:32.415 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:32 smithi092 bash[22943]: cluster 2024-09-21T00:09:31.089862+0000 mon.a (mon.0) 35 : cluster [DBG] mgrmap e5: a(active, since 6s) 2024-09-21T00:09:32.726 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:32 smithi092 bash[23205]: debug 2024-09-21T00:09:32.425+0000 7f3fe818a040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-21T00:09:32.726 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:32 smithi092 bash[23205]: debug 2024-09-21T00:09:32.493+0000 7f3fe818a040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-21T00:09:32.726 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:32 smithi092 bash[23205]: debug 2024-09-21T00:09:32.649+0000 7f3fe818a040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-21T00:09:33.307 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:33 smithi092 bash[22943]: audit 2024-09-21T00:09:33.012746+0000 mon.a (mon.0) 36 : audit [DBG] from='client.? 172.21.15.92:0/3215110227' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-09-21T00:09:33.565 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout { 2024-09-21T00:09:33.566 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-09-21T00:09:33.566 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-21T00:09:33.566 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-09-21T00:09:33.566 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-21T00:09:33.566 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout } 2024-09-21T00:09:33.566 INFO:teuthology.orchestra.run.smithi092.stdout:Waiting for the mgr to restart... 2024-09-21T00:09:33.567 INFO:teuthology.orchestra.run.smithi092.stdout:Waiting for mgr epoch 5... 2024-09-21T00:09:33.631 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:33 smithi092 bash[23205]: debug 2024-09-21T00:09:33.305+0000 7f3fe818a040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-21T00:09:33.631 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:33 smithi092 bash[23205]: debug 2024-09-21T00:09:33.373+0000 7f3fe818a040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-21T00:09:33.632 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:33 smithi092 bash[23205]: debug 2024-09-21T00:09:33.441+0000 7f3fe818a040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-21T00:09:33.976 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:33 smithi092 bash[23205]: debug 2024-09-21T00:09:33.629+0000 7f3fe818a040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-21T00:09:33.976 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:33 smithi092 bash[23205]: debug 2024-09-21T00:09:33.705+0000 7f3fe818a040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-21T00:09:33.976 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:33 smithi092 bash[23205]: debug 2024-09-21T00:09:33.773+0000 7f3fe818a040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-21T00:09:34.292 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:34 smithi092 bash[23205]: debug 2024-09-21T00:09:34.025+0000 7f3fe818a040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-21T00:09:34.292 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:34 smithi092 bash[23205]: debug 2024-09-21T00:09:34.093+0000 7f3fe818a040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-21T00:09:34.572 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:34 smithi092 bash[23205]: debug 2024-09-21T00:09:34.289+0000 7f3fe818a040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-21T00:09:34.572 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:34 smithi092 bash[23205]: debug 2024-09-21T00:09:34.365+0000 7f3fe818a040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-21T00:09:34.973 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:34 smithi092 bash[23205]: debug 2024-09-21T00:09:34.625+0000 7f3fe818a040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-21T00:09:34.973 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:34 smithi092 bash[23205]: debug 2024-09-21T00:09:34.809+0000 7f3fe818a040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-21T00:09:35.226 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:34 smithi092 bash[23205]: debug 2024-09-21T00:09:34.969+0000 7f3fe818a040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-21T00:09:35.226 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:35 smithi092 bash[23205]: debug 2024-09-21T00:09:35.045+0000 7f3fe818a040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-21T00:09:35.726 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:35 smithi092 bash[23205]: debug 2024-09-21T00:09:35.225+0000 7f3fe818a040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-21T00:09:36.326 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:36 smithi092 bash[23205]: debug 2024-09-21T00:09:36.025+0000 7f3fe818a040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-21T00:09:36.326 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:36 smithi092 bash[23205]: debug 2024-09-21T00:09:36.101+0000 7f3fe818a040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-21T00:09:36.726 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:36 smithi092 bash[23205]: debug 2024-09-21T00:09:36.321+0000 7f3fe818a040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-21T00:09:36.726 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:36 smithi092 bash[23205]: debug 2024-09-21T00:09:36.397+0000 7f3fe818a040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-21T00:09:37.226 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:36 smithi092 bash[23205]: debug 2024-09-21T00:09:36.781+0000 7f3fe818a040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-21T00:09:37.226 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:36 smithi092 bash[23205]: debug 2024-09-21T00:09:36.857+0000 7f3fe818a040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-21T00:09:37.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:36 smithi092 bash[22943]: cluster 2024-09-21T00:09:36.885927+0000 mon.a (mon.0) 37 : cluster [INF] Active manager daemon a restarted 2024-09-21T00:09:37.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:36 smithi092 bash[22943]: cluster 2024-09-21T00:09:36.886360+0000 mon.a (mon.0) 38 : cluster [INF] Activating manager daemon a 2024-09-21T00:09:37.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:36 smithi092 bash[22943]: cluster 2024-09-21T00:09:36.895377+0000 mon.a (mon.0) 39 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-09-21T00:09:37.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:36 smithi092 bash[22943]: cluster 2024-09-21T00:09:36.895601+0000 mon.a (mon.0) 40 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00940595s) 2024-09-21T00:09:37.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:36 smithi092 bash[22943]: audit 2024-09-21T00:09:36.897378+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.14118 172.21.15.92:0/1123901304' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T00:09:37.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:36 smithi092 bash[22943]: audit 2024-09-21T00:09:36.898837+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14118 172.21.15.92:0/1123901304' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-09-21T00:09:37.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:36 smithi092 bash[22943]: audit 2024-09-21T00:09:36.899859+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14118 172.21.15.92:0/1123901304' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-21T00:09:37.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:36 smithi092 bash[22943]: audit 2024-09-21T00:09:36.900080+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14118 172.21.15.92:0/1123901304' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-21T00:09:37.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:36 smithi092 bash[22943]: audit 2024-09-21T00:09:36.900288+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14118 172.21.15.92:0/1123901304' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-21T00:09:37.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:36 smithi092 bash[22943]: cluster 2024-09-21T00:09:36.906264+0000 mon.a (mon.0) 46 : cluster [INF] Manager daemon a is now available 2024-09-21T00:09:37.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:36 smithi092 bash[22943]: audit 2024-09-21T00:09:36.920539+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.14118 172.21.15.92:0/1123901304' entity='mgr.a' 2024-09-21T00:09:37.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:36 smithi092 bash[22943]: audit 2024-09-21T00:09:36.925654+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14118 172.21.15.92:0/1123901304' entity='mgr.a' 2024-09-21T00:09:37.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:36 smithi092 bash[22943]: audit 2024-09-21T00:09:36.928978+0000 mon.a (mon.0) 49 : audit [DBG] from='mgr.14118 172.21.15.92:0/1123901304' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:09:37.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:36 smithi092 bash[22943]: audit 2024-09-21T00:09:36.930854+0000 mon.a (mon.0) 50 : audit [DBG] from='mgr.14118 172.21.15.92:0/1123901304' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:09:38.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:37 smithi092 bash[22943]: cephadm 2024-09-21T00:09:36.918312+0000 mgr.a (mgr.14118) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-09-21T00:09:38.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:37 smithi092 bash[22943]: audit 2024-09-21T00:09:36.944684+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.14118 172.21.15.92:0/1123901304' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-09-21T00:09:38.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:37 smithi092 bash[22943]: audit 2024-09-21T00:09:36.946915+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.14118 172.21.15.92:0/1123901304' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-09-21T00:09:38.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:37 smithi092 bash[22943]: audit 2024-09-21T00:09:37.596804+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14118 172.21.15.92:0/1123901304' entity='mgr.a' 2024-09-21T00:09:38.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:37 smithi092 bash[22943]: audit 2024-09-21T00:09:37.601837+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14118 172.21.15.92:0/1123901304' entity='mgr.a' 2024-09-21T00:09:38.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:37 smithi092 bash[22943]: cluster 2024-09-21T00:09:37.898793+0000 mon.a (mon.0) 55 : cluster [DBG] mgrmap e7: a(active, since 1.01259s) 2024-09-21T00:09:38.578 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout { 2024-09-21T00:09:38.578 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-09-21T00:09:38.578 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-21T00:09:38.578 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout } 2024-09-21T00:09:38.578 INFO:teuthology.orchestra.run.smithi092.stdout:mgr epoch 5 is available 2024-09-21T00:09:38.579 INFO:teuthology.orchestra.run.smithi092.stdout:Setting orchestrator backend to cephadm... 2024-09-21T00:09:38.726 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:38 smithi092 bash[23205]: debug 2024-09-21T00:09:38.473+0000 7f3f54cd4640 -1 log_channel(cephadm) log [ERR] : [21/Sep/2024:00:09:38] ENGINE Error in HTTPServer.serve 2024-09-21T00:09:38.727 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:38 smithi092 bash[23205]: Traceback (most recent call last): 2024-09-21T00:09:38.727 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:38 smithi092 bash[23205]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T00:09:38.727 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:38 smithi092 bash[23205]: self._connections.run(self.expiration_interval) 2024-09-21T00:09:38.727 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:38 smithi092 bash[23205]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T00:09:38.727 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:38 smithi092 bash[23205]: self._run(expiration_interval) 2024-09-21T00:09:38.727 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:38 smithi092 bash[23205]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T00:09:38.727 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:38 smithi092 bash[23205]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T00:09:38.727 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:38 smithi092 bash[23205]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T00:09:38.727 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:38 smithi092 bash[23205]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T00:09:38.727 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:38 smithi092 bash[23205]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T00:09:38.727 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:38 smithi092 bash[23205]: s = self.context.wrap_socket( 2024-09-21T00:09:38.727 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:38 smithi092 bash[23205]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T00:09:38.728 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:38 smithi092 bash[23205]: return self.sslsocket_class._create( 2024-09-21T00:09:38.728 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:38 smithi092 bash[23205]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T00:09:38.728 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:38 smithi092 bash[23205]: self.do_handshake() 2024-09-21T00:09:38.728 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:38 smithi092 bash[23205]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T00:09:38.728 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:38 smithi092 bash[23205]: self._sslobj.do_handshake() 2024-09-21T00:09:38.728 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:38 smithi092 bash[23205]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T00:09:39.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:38 smithi092 bash[22943]: audit 2024-09-21T00:09:37.894979+0000 mgr.a (mgr.14118) 2 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-21T00:09:39.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:38 smithi092 bash[22943]: audit 2024-09-21T00:09:37.911875+0000 mgr.a (mgr.14118) 3 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-21T00:09:39.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:38 smithi092 bash[22943]: audit 2024-09-21T00:09:38.575739+0000 mon.a (mon.0) 56 : audit [DBG] from='mgr.14118 172.21.15.92:0/1123901304' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:09:40.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:39 smithi092 bash[22943]: cephadm 2024-09-21T00:09:38.352247+0000 mgr.a (mgr.14118) 4 : cephadm [INF] [21/Sep/2024:00:09:38] ENGINE Bus STARTING 2024-09-21T00:09:40.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:39 smithi092 bash[22943]: cephadm 2024-09-21T00:09:38.472984+0000 mgr.a (mgr.14118) 5 : cephadm [INF] [21/Sep/2024:00:09:38] ENGINE Serving on https://172.21.15.92:7150 2024-09-21T00:09:40.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:39 smithi092 bash[22943]: cephadm 2024-09-21T00:09:38.476516+0000 mgr.a (mgr.14118) 6 : cephadm [ERR] [21/Sep/2024:00:09:38] ENGINE Error in HTTPServer.serve 2024-09-21T00:09:40.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:39 smithi092 bash[22943]: Traceback (most recent call last): 2024-09-21T00:09:40.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:39 smithi092 bash[22943]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T00:09:40.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:39 smithi092 bash[22943]: self._connections.run(self.expiration_interval) 2024-09-21T00:09:40.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:39 smithi092 bash[22943]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T00:09:40.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:39 smithi092 bash[22943]: self._run(expiration_interval) 2024-09-21T00:09:40.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:39 smithi092 bash[22943]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T00:09:40.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:39 smithi092 bash[22943]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T00:09:40.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:39 smithi092 bash[22943]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T00:09:40.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:39 smithi092 bash[22943]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T00:09:40.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:39 smithi092 bash[22943]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T00:09:40.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:39 smithi092 bash[22943]: s = self.context.wrap_socket( 2024-09-21T00:09:40.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:39 smithi092 bash[22943]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T00:09:40.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:39 smithi092 bash[22943]: return self.sslsocket_class._create( 2024-09-21T00:09:40.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:39 smithi092 bash[22943]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T00:09:40.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:39 smithi092 bash[22943]: self.do_handshake() 2024-09-21T00:09:40.228 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:39 smithi092 bash[22943]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T00:09:40.228 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:39 smithi092 bash[22943]: self._sslobj.do_handshake() 2024-09-21T00:09:40.228 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:39 smithi092 bash[22943]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T00:09:40.228 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:39 smithi092 bash[22943]: cephadm 2024-09-21T00:09:38.574368+0000 mgr.a (mgr.14118) 7 : cephadm [INF] [21/Sep/2024:00:09:38] ENGINE Serving on http://172.21.15.92:8765 2024-09-21T00:09:40.228 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:39 smithi092 bash[22943]: cephadm 2024-09-21T00:09:38.574488+0000 mgr.a (mgr.14118) 8 : cephadm [INF] [21/Sep/2024:00:09:38] ENGINE Bus STARTED 2024-09-21T00:09:40.228 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:39 smithi092 bash[22943]: cluster 2024-09-21T00:09:38.947228+0000 mon.a (mon.0) 57 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-09-21T00:09:41.447 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:41 smithi092 bash[22943]: audit 2024-09-21T00:09:40.101186+0000 mgr.a (mgr.14118) 9 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T00:09:41.447 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:41 smithi092 bash[22943]: audit 2024-09-21T00:09:40.109738+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.14118 172.21.15.92:0/1123901304' entity='mgr.a' 2024-09-21T00:09:41.447 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:41 smithi092 bash[22943]: audit 2024-09-21T00:09:40.124775+0000 mon.a (mon.0) 59 : audit [DBG] from='mgr.14118 172.21.15.92:0/1123901304' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:09:42.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:42 smithi092 bash[22943]: audit 2024-09-21T00:09:41.958466+0000 mgr.a (mgr.14118) 10 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T00:09:42.534 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout value unchanged 2024-09-21T00:09:42.534 INFO:teuthology.orchestra.run.smithi092.stdout:Generating ssh key... 2024-09-21T00:09:44.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:44 smithi092 bash[22943]: audit 2024-09-21T00:09:43.961564+0000 mgr.a (mgr.14118) 11 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T00:09:44.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:44 smithi092 bash[22943]: cephadm 2024-09-21T00:09:43.961976+0000 mgr.a (mgr.14118) 12 : cephadm [INF] Generating ssh key... 2024-09-21T00:09:44.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:44 smithi092 bash[22943]: audit 2024-09-21T00:09:44.175280+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14118 172.21.15.92:0/1123901304' entity='mgr.a' 2024-09-21T00:09:44.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:44 smithi092 bash[22943]: audit 2024-09-21T00:09:44.180440+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14118 172.21.15.92:0/1123901304' entity='mgr.a' 2024-09-21T00:09:44.477 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:44 smithi092 bash[23205]: Generating public/private rsa key pair. 2024-09-21T00:09:44.477 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:44 smithi092 bash[23205]: Your identification has been saved in /tmp/tmp551gr9je/key 2024-09-21T00:09:44.477 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:44 smithi092 bash[23205]: Your public key has been saved in /tmp/tmp551gr9je/key.pub 2024-09-21T00:09:44.477 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:44 smithi092 bash[23205]: The key fingerprint is: 2024-09-21T00:09:44.477 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:44 smithi092 bash[23205]: SHA256:ElB8YgL9LG5vEMnWi5KGyQYcG8JvDzREIhJLjiOIEoI ceph-80a90d1c-77ad-11ef-baf5-efdc52797490 2024-09-21T00:09:44.477 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:44 smithi092 bash[23205]: The key's randomart image is: 2024-09-21T00:09:44.477 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:44 smithi092 bash[23205]: +---[RSA 3072]----+ 2024-09-21T00:09:44.477 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:44 smithi092 bash[23205]: |O++=.o. | 2024-09-21T00:09:44.477 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:44 smithi092 bash[23205]: |E*.oo.+ . | 2024-09-21T00:09:44.477 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:44 smithi092 bash[23205]: |@.*..B.o | 2024-09-21T00:09:44.478 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:44 smithi092 bash[23205]: |++ +* +. | 2024-09-21T00:09:44.478 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:44 smithi092 bash[23205]: |oo.+o+..S | 2024-09-21T00:09:44.478 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:44 smithi092 bash[23205]: |oo+ =... | 2024-09-21T00:09:44.478 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:44 smithi092 bash[23205]: |.. o o | 2024-09-21T00:09:44.478 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:44 smithi092 bash[23205]: | o | 2024-09-21T00:09:44.478 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:44 smithi092 bash[23205]: | . | 2024-09-21T00:09:44.478 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:09:44 smithi092 bash[23205]: +----[SHA256]-----+ 2024-09-21T00:09:46.478 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:46 smithi092 bash[22943]: audit 2024-09-21T00:09:46.075799+0000 mgr.a (mgr.14118) 13 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T00:09:46.665 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQClTaugYWGcR4rdEJ8T+NbkXKkN0rIhJdJ1/5Wkkqx2lbzXKUz5OyP/AZvzWPPx9bRaUfx0MqhTsg4LFZTw/sesJJtCMvmHTz8dQkkA/xpzNrI64xbiVXIT3820RdemIPkAUymKwjuEDRY0pTEbQyWHsGdcBgL9qwTqfzeMYp4rao6dd7LxO1UkJBkgaIzubCaB/EkqqPH8Cqm7zok3zj+QUZPGhqKxLcv0KeG3S9akxj6x/qZwvrvWXNLnHCGHwMIX4zjPKnOxL2Jnkg6SLRFPGRLVIWsp7smiytB+ZeGFds9Wv48vptyQcI8um9QqM7PssOq13JEeoEGx5KFbZ86uRqGCasp6lLWDQiAyI3XYMVh9lgPtZEyWTxbWeKksIH2z6gC7Q+M90ZllQTkjtdEvBmGk4AtLA6AZMz5bEpMianDIqjmTF6ixRUuAh78s7cuFWknwbLc763jhZykUTg4sZs27scXCEGXjBu5rfx3KxYcZYRXOpAU2zSMrzln7vds= ceph-80a90d1c-77ad-11ef-baf5-efdc52797490 2024-09-21T00:09:46.665 INFO:teuthology.orchestra.run.smithi092.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-09-21T00:09:46.665 INFO:teuthology.orchestra.run.smithi092.stdout:Adding key to root@localhost authorized_keys... 2024-09-21T00:09:46.665 INFO:teuthology.orchestra.run.smithi092.stdout:Adding host smithi092... 2024-09-21T00:09:48.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:48 smithi092 bash[22943]: audit 2024-09-21T00:09:48.053898+0000 mgr.a (mgr.14118) 14 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi092", "addr": "172.21.15.92", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T00:09:49.414 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:49 smithi092 bash[22943]: cephadm 2024-09-21T00:09:49.049248+0000 mgr.a (mgr.14118) 15 : cephadm [INF] Deploying cephadm binary to smithi092 2024-09-21T00:09:52.996 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout Added host 'smithi092' with addr '172.21.15.92' 2024-09-21T00:09:52.996 INFO:teuthology.orchestra.run.smithi092.stdout:Deploying unmanaged mon service... 2024-09-21T00:09:53.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:53 smithi092 bash[22943]: audit 2024-09-21T00:09:52.205272+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14118 172.21.15.92:0/1123901304' entity='mgr.a' 2024-09-21T00:09:53.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:53 smithi092 bash[22943]: cephadm 2024-09-21T00:09:52.205706+0000 mgr.a (mgr.14118) 16 : cephadm [INF] Added host smithi092 2024-09-21T00:09:53.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:53 smithi092 bash[22943]: audit 2024-09-21T00:09:52.206161+0000 mon.a (mon.0) 63 : audit [DBG] from='mgr.14118 172.21.15.92:0/1123901304' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:09:55.713 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-09-21T00:09:55.713 INFO:teuthology.orchestra.run.smithi092.stdout:Deploying unmanaged mgr service... 2024-09-21T00:09:56.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:55 smithi092 bash[22943]: audit 2024-09-21T00:09:54.927496+0000 mgr.a (mgr.14118) 17 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T00:09:56.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:55 smithi092 bash[22943]: cephadm 2024-09-21T00:09:54.928851+0000 mgr.a (mgr.14118) 18 : cephadm [INF] Saving service mon spec with placement count:5 2024-09-21T00:09:56.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:55 smithi092 bash[22943]: audit 2024-09-21T00:09:54.931605+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14118 172.21.15.92:0/1123901304' entity='mgr.a' 2024-09-21T00:09:56.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:55 smithi092 bash[22943]: audit 2024-09-21T00:09:55.706829+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14118 172.21.15.92:0/1123901304' entity='mgr.a' 2024-09-21T00:09:57.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:57 smithi092 bash[22943]: audit 2024-09-21T00:09:56.220977+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14118 172.21.15.92:0/1123901304' entity='mgr.a' 2024-09-21T00:09:57.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:57 smithi092 bash[22943]: cluster 2024-09-21T00:09:56.901605+0000 mgr.a (mgr.14118) 19 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:09:57.803 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-09-21T00:09:58.601 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:58 smithi092 bash[22943]: audit 2024-09-21T00:09:57.291865+0000 mgr.a (mgr.14118) 20 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T00:09:58.601 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:58 smithi092 bash[22943]: cephadm 2024-09-21T00:09:57.292830+0000 mgr.a (mgr.14118) 21 : cephadm [INF] Saving service mgr spec with placement count:2 2024-09-21T00:09:58.601 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:09:58 smithi092 bash[22943]: audit 2024-09-21T00:09:57.297071+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14118 172.21.15.92:0/1123901304' entity='mgr.a' 2024-09-21T00:10:00.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:00 smithi092 bash[22943]: cluster 2024-09-21T00:09:58.901981+0000 mgr.a (mgr.14118) 22 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:10:00.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:00 smithi092 bash[22943]: audit 2024-09-21T00:09:59.128002+0000 mon.a (mon.0) 68 : audit [INF] from='client.? 172.21.15.92:0/573258559' entity='client.admin' 2024-09-21T00:10:01.558 INFO:teuthology.orchestra.run.smithi092.stdout:Enabling the dashboard module... 2024-09-21T00:10:02.325 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:01 smithi092 bash[22943]: cluster 2024-09-21T00:10:00.902382+0000 mgr.a (mgr.14118) 23 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:10:02.325 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:01 smithi092 bash[22943]: audit 2024-09-21T00:10:00.994843+0000 mon.a (mon.0) 69 : audit [INF] from='client.? 172.21.15.92:0/3122650796' entity='client.admin' 2024-09-21T00:10:03.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:02 smithi092 bash[22943]: audit 2024-09-21T00:10:02.929201+0000 mon.a (mon.0) 70 : audit [INF] from='client.? 172.21.15.92:0/3213963434' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-09-21T00:10:03.476 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:10:03 smithi092 bash[23205]: ignoring --setuser ceph since I am not root 2024-09-21T00:10:03.476 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:10:03 smithi092 bash[23205]: ignoring --setgroup ceph since I am not root 2024-09-21T00:10:03.476 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:10:03 smithi092 bash[23205]: debug 2024-09-21T00:10:03.156+0000 7fca505e7040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-21T00:10:04.317 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:04 smithi092 bash[22943]: audit 2024-09-21T00:10:03.004716+0000 mon.a (mon.0) 71 : audit [INF] from='client.? 172.21.15.92:0/3213963434' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-21T00:10:04.317 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:04 smithi092 bash[22943]: cluster 2024-09-21T00:10:03.011223+0000 mon.a (mon.0) 72 : cluster [DBG] mgrmap e9: a(active, since 26s) 2024-09-21T00:10:04.595 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:10:04 smithi092 bash[23205]: debug 2024-09-21T00:10:04.372+0000 7fca505e7040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-21T00:10:04.595 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:10:04 smithi092 bash[23205]: debug 2024-09-21T00:10:04.436+0000 7fca505e7040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-21T00:10:04.976 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:10:04 smithi092 bash[23205]: debug 2024-09-21T00:10:04.592+0000 7fca505e7040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-21T00:10:05.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:05 smithi092 bash[22943]: audit 2024-09-21T00:10:05.171991+0000 mon.a (mon.0) 73 : audit [DBG] from='client.? 172.21.15.92:0/1256829278' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-09-21T00:10:05.476 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:10:05 smithi092 bash[23205]: debug 2024-09-21T00:10:05.256+0000 7fca505e7040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-21T00:10:05.476 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:10:05 smithi092 bash[23205]: debug 2024-09-21T00:10:05.328+0000 7fca505e7040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-21T00:10:05.476 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:10:05 smithi092 bash[23205]: debug 2024-09-21T00:10:05.396+0000 7fca505e7040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-21T00:10:05.748 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout { 2024-09-21T00:10:05.748 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-09-21T00:10:05.748 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-21T00:10:05.748 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-09-21T00:10:05.748 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-21T00:10:05.748 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout } 2024-09-21T00:10:05.748 INFO:teuthology.orchestra.run.smithi092.stdout:Waiting for the mgr to restart... 2024-09-21T00:10:05.748 INFO:teuthology.orchestra.run.smithi092.stdout:Waiting for mgr epoch 9... 2024-09-21T00:10:05.843 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:10:05 smithi092 bash[23205]: debug 2024-09-21T00:10:05.580+0000 7fca505e7040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-21T00:10:05.843 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:10:05 smithi092 bash[23205]: debug 2024-09-21T00:10:05.656+0000 7fca505e7040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-21T00:10:05.843 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:10:05 smithi092 bash[23205]: debug 2024-09-21T00:10:05.724+0000 7fca505e7040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-21T00:10:06.226 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:10:05 smithi092 bash[23205]: debug 2024-09-21T00:10:05.984+0000 7fca505e7040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-21T00:10:06.226 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:10:06 smithi092 bash[23205]: debug 2024-09-21T00:10:06.056+0000 7fca505e7040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-21T00:10:06.582 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:10:06 smithi092 bash[23205]: debug 2024-09-21T00:10:06.248+0000 7fca505e7040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-21T00:10:06.582 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:10:06 smithi092 bash[23205]: debug 2024-09-21T00:10:06.324+0000 7fca505e7040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-21T00:10:06.943 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:10:06 smithi092 bash[23205]: debug 2024-09-21T00:10:06.576+0000 7fca505e7040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-21T00:10:06.943 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:10:06 smithi092 bash[23205]: debug 2024-09-21T00:10:06.760+0000 7fca505e7040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-21T00:10:07.200 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:10:06 smithi092 bash[23205]: debug 2024-09-21T00:10:06.940+0000 7fca505e7040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-21T00:10:07.200 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:10:07 smithi092 bash[23205]: debug 2024-09-21T00:10:07.016+0000 7fca505e7040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-21T00:10:07.476 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:10:07 smithi092 bash[23205]: debug 2024-09-21T00:10:07.196+0000 7fca505e7040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-21T00:10:08.308 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:10:08 smithi092 bash[23205]: debug 2024-09-21T00:10:08.008+0000 7fca505e7040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-21T00:10:08.308 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:10:08 smithi092 bash[23205]: debug 2024-09-21T00:10:08.080+0000 7fca505e7040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-21T00:10:08.726 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:10:08 smithi092 bash[23205]: debug 2024-09-21T00:10:08.304+0000 7fca505e7040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-21T00:10:08.726 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:10:08 smithi092 bash[23205]: debug 2024-09-21T00:10:08.376+0000 7fca505e7040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-21T00:10:09.051 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:10:08 smithi092 bash[23205]: debug 2024-09-21T00:10:08.760+0000 7fca505e7040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-21T00:10:09.051 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:10:08 smithi092 bash[23205]: debug 2024-09-21T00:10:08.840+0000 7fca505e7040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-21T00:10:09.052 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:08 smithi092 bash[22943]: cluster 2024-09-21T00:10:08.865664+0000 mon.a (mon.0) 74 : cluster [INF] Active manager daemon a restarted 2024-09-21T00:10:09.052 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:08 smithi092 bash[22943]: cluster 2024-09-21T00:10:08.866113+0000 mon.a (mon.0) 75 : cluster [INF] Activating manager daemon a 2024-09-21T00:10:09.052 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:08 smithi092 bash[22943]: cluster 2024-09-21T00:10:08.873281+0000 mon.a (mon.0) 76 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-09-21T00:10:09.052 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:08 smithi092 bash[22943]: cluster 2024-09-21T00:10:08.873527+0000 mon.a (mon.0) 77 : cluster [DBG] mgrmap e10: a(active, starting, since 0.00759431s) 2024-09-21T00:10:09.052 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:08 smithi092 bash[22943]: audit 2024-09-21T00:10:08.875341+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T00:10:09.052 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:08 smithi092 bash[22943]: audit 2024-09-21T00:10:08.876862+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-09-21T00:10:09.052 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:08 smithi092 bash[22943]: audit 2024-09-21T00:10:08.877962+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-21T00:10:09.052 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:08 smithi092 bash[22943]: audit 2024-09-21T00:10:08.878101+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-21T00:10:09.052 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:08 smithi092 bash[22943]: audit 2024-09-21T00:10:08.878201+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-21T00:10:09.052 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:08 smithi092 bash[22943]: cluster 2024-09-21T00:10:08.905731+0000 mon.a (mon.0) 83 : cluster [INF] Manager daemon a is now available 2024-09-21T00:10:10.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:09 smithi092 bash[22943]: audit 2024-09-21T00:10:08.922455+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:10:10.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:09 smithi092 bash[22943]: audit 2024-09-21T00:10:08.940378+0000 mon.a (mon.0) 85 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-09-21T00:10:10.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:09 smithi092 bash[22943]: audit 2024-09-21T00:10:08.943457+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-09-21T00:10:10.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:09 smithi092 bash[22943]: cluster 2024-09-21T00:10:09.876768+0000 mon.a (mon.0) 87 : cluster [DBG] mgrmap e11: a(active, since 1.01083s) 2024-09-21T00:10:10.227 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:10:10 smithi092 bash[23205]: debug 2024-09-21T00:10:10.108+0000 7fc9bb8ee640 -1 log_channel(cephadm) log [ERR] : [21/Sep/2024:00:10:10] ENGINE Error in HTTPServer.serve 2024-09-21T00:10:10.227 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:10:10 smithi092 bash[23205]: Traceback (most recent call last): 2024-09-21T00:10:10.228 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:10:10 smithi092 bash[23205]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T00:10:10.228 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:10:10 smithi092 bash[23205]: self._connections.run(self.expiration_interval) 2024-09-21T00:10:10.228 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:10:10 smithi092 bash[23205]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T00:10:10.228 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:10:10 smithi092 bash[23205]: self._run(expiration_interval) 2024-09-21T00:10:10.228 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:10:10 smithi092 bash[23205]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T00:10:10.228 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:10:10 smithi092 bash[23205]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T00:10:10.228 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:10:10 smithi092 bash[23205]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T00:10:10.228 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:10:10 smithi092 bash[23205]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T00:10:10.228 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:10:10 smithi092 bash[23205]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T00:10:10.228 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:10:10 smithi092 bash[23205]: s = self.context.wrap_socket( 2024-09-21T00:10:10.228 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:10:10 smithi092 bash[23205]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T00:10:10.228 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:10:10 smithi092 bash[23205]: return self.sslsocket_class._create( 2024-09-21T00:10:10.229 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:10:10 smithi092 bash[23205]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T00:10:10.229 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:10:10 smithi092 bash[23205]: self.do_handshake() 2024-09-21T00:10:10.229 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:10:10 smithi092 bash[23205]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T00:10:10.229 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:10:10 smithi092 bash[23205]: self._sslobj.do_handshake() 2024-09-21T00:10:10.229 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:10:10 smithi092 bash[23205]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T00:10:10.606 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout { 2024-09-21T00:10:10.606 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-09-21T00:10:10.606 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-21T00:10:10.606 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout } 2024-09-21T00:10:10.606 INFO:teuthology.orchestra.run.smithi092.stdout:mgr epoch 9 is available 2024-09-21T00:10:10.607 INFO:teuthology.orchestra.run.smithi092.stdout:Generating a dashboard self-signed certificate... 2024-09-21T00:10:10.978 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:10 smithi092 bash[22943]: cephadm 2024-09-21T00:10:09.988194+0000 mgr.a (mgr.14150) 3 : cephadm [INF] [21/Sep/2024:00:10:09] ENGINE Bus STARTING 2024-09-21T00:10:12.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:11 smithi092 bash[22943]: cephadm 2024-09-21T00:10:10.108915+0000 mgr.a (mgr.14150) 4 : cephadm [INF] [21/Sep/2024:00:10:10] ENGINE Serving on https://172.21.15.92:7150 2024-09-21T00:10:12.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:11 smithi092 bash[22943]: cephadm 2024-09-21T00:10:10.112230+0000 mgr.a (mgr.14150) 5 : cephadm [ERR] [21/Sep/2024:00:10:10] ENGINE Error in HTTPServer.serve 2024-09-21T00:10:12.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:11 smithi092 bash[22943]: Traceback (most recent call last): 2024-09-21T00:10:12.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:11 smithi092 bash[22943]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T00:10:12.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:11 smithi092 bash[22943]: self._connections.run(self.expiration_interval) 2024-09-21T00:10:12.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:11 smithi092 bash[22943]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T00:10:12.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:11 smithi092 bash[22943]: self._run(expiration_interval) 2024-09-21T00:10:12.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:11 smithi092 bash[22943]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T00:10:12.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:11 smithi092 bash[22943]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T00:10:12.228 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:11 smithi092 bash[22943]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T00:10:12.228 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:11 smithi092 bash[22943]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T00:10:12.228 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:11 smithi092 bash[22943]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T00:10:12.228 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:11 smithi092 bash[22943]: s = self.context.wrap_socket( 2024-09-21T00:10:12.228 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:11 smithi092 bash[22943]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T00:10:12.228 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:11 smithi092 bash[22943]: return self.sslsocket_class._create( 2024-09-21T00:10:12.228 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:11 smithi092 bash[22943]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T00:10:12.228 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:11 smithi092 bash[22943]: self.do_handshake() 2024-09-21T00:10:12.228 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:11 smithi092 bash[22943]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T00:10:12.228 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:11 smithi092 bash[22943]: self._sslobj.do_handshake() 2024-09-21T00:10:12.228 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:11 smithi092 bash[22943]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T00:10:12.228 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:11 smithi092 bash[22943]: cephadm 2024-09-21T00:10:10.210174+0000 mgr.a (mgr.14150) 6 : cephadm [INF] [21/Sep/2024:00:10:10] ENGINE Serving on http://172.21.15.92:8765 2024-09-21T00:10:12.228 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:11 smithi092 bash[22943]: cephadm 2024-09-21T00:10:10.210282+0000 mgr.a (mgr.14150) 7 : cephadm [INF] [21/Sep/2024:00:10:10] ENGINE Bus STARTED 2024-09-21T00:10:12.228 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:11 smithi092 bash[22943]: cluster 2024-09-21T00:10:10.931281+0000 mon.a (mon.0) 88 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-09-21T00:10:12.637 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-09-21T00:10:12.638 INFO:teuthology.orchestra.run.smithi092.stdout:Creating initial admin user... 2024-09-21T00:10:13.456 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:13 smithi092 bash[22943]: audit 2024-09-21T00:10:11.945369+0000 mgr.a (mgr.14150) 8 : audit [DBG] from='client.14162 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T00:10:13.456 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:13 smithi092 bash[22943]: audit 2024-09-21T00:10:12.061668+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:10:13.456 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:13 smithi092 bash[22943]: audit 2024-09-21T00:10:12.064832+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:10:14.446 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:14 smithi092 bash[22943]: audit 2024-09-21T00:10:13.987667+0000 mgr.a (mgr.14150) 9 : audit [DBG] from='client.14164 -' 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-09-21T00:10:14.820 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$sZzMrIN9xcxh7or0t4bJYu8s0K2ST3Ldi9oeuMw5KavrUItaUotqq", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1726877414, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-09-21T00:10:14.820 INFO:teuthology.orchestra.run.smithi092.stdout:Fetching dashboard port number... 2024-09-21T00:10:15.606 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:15 smithi092 bash[22943]: audit 2024-09-21T00:10:14.245677+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:10:16.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:16 smithi092 bash[22943]: cluster 2024-09-21T00:10:15.251739+0000 mon.a (mon.0) 92 : cluster [DBG] mgrmap e13: a(active, since 6s) 2024-09-21T00:10:16.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:16 smithi092 bash[22943]: audit 2024-09-21T00:10:15.833574+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:10:16.477 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:16 smithi092 bash[22943]: audit 2024-09-21T00:10:16.111943+0000 mon.a (mon.0) 94 : audit [DBG] from='client.? 172.21.15.92:0/1714196147' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-09-21T00:10:16.685 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stdout 8443 2024-09-21T00:10:16.685 INFO:teuthology.orchestra.run.smithi092.stdout:firewalld does not appear to be present 2024-09-21T00:10:16.685 INFO:teuthology.orchestra.run.smithi092.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-09-21T00:10:16.686 INFO:teuthology.orchestra.run.smithi092.stdout:Ceph Dashboard is now available at: 2024-09-21T00:10:16.687 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-09-21T00:10:16.687 INFO:teuthology.orchestra.run.smithi092.stdout: URL: https://smithi092.front.sepia.ceph.com:8443/ 2024-09-21T00:10:16.687 INFO:teuthology.orchestra.run.smithi092.stdout: User: admin 2024-09-21T00:10:16.687 INFO:teuthology.orchestra.run.smithi092.stdout: Password: 6r4wmafbqd 2024-09-21T00:10:16.687 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-09-21T00:10:16.687 INFO:teuthology.orchestra.run.smithi092.stdout:Saving cluster configuration to /var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/config directory 2024-09-21T00:10:18.199 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:17 smithi092 bash[22943]: audit 2024-09-21T00:10:16.928149+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:10:18.754 INFO:teuthology.orchestra.run.smithi092.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-09-21T00:10:18.755 INFO:teuthology.orchestra.run.smithi092.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-09-21T00:10:18.755 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-09-21T00:10:18.755 INFO:teuthology.orchestra.run.smithi092.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 80a90d1c-77ad-11ef-baf5-efdc52797490 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-09-21T00:10:18.755 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-09-21T00:10:18.755 INFO:teuthology.orchestra.run.smithi092.stdout:Or, if you are only running a single cluster on this host: 2024-09-21T00:10:18.755 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-09-21T00:10:18.755 INFO:teuthology.orchestra.run.smithi092.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-09-21T00:10:18.755 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-09-21T00:10:18.755 INFO:teuthology.orchestra.run.smithi092.stdout:Please consider enabling telemetry to help improve Ceph: 2024-09-21T00:10:18.755 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-09-21T00:10:18.755 INFO:teuthology.orchestra.run.smithi092.stdout: ceph telemetry on 2024-09-21T00:10:18.755 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-09-21T00:10:18.756 INFO:teuthology.orchestra.run.smithi092.stdout:For more information see: 2024-09-21T00:10:18.756 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-09-21T00:10:18.756 INFO:teuthology.orchestra.run.smithi092.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-09-21T00:10:18.756 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-09-21T00:10:18.756 INFO:teuthology.orchestra.run.smithi092.stdout:Bootstrap complete. 2024-09-21T00:10:18.798 INFO:tasks.cephadm:Fetching config... 2024-09-21T00:10:18.798 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2024-09-21T00:10:18.798 DEBUG:teuthology.orchestra.run.smithi092:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-09-21T00:10:18.804 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-09-21T00:10:18.804 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2024-09-21T00:10:18.804 DEBUG:teuthology.orchestra.run.smithi092:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-09-21T00:10:18.851 INFO:tasks.cephadm:Fetching mon keyring... 2024-09-21T00:10:18.851 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2024-09-21T00:10:18.851 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd if=/var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/mon.a/keyring of=/dev/stdout 2024-09-21T00:10:18.907 INFO:tasks.cephadm:Fetching pub ssh key... 2024-09-21T00:10:18.907 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2024-09-21T00:10:18.907 DEBUG:teuthology.orchestra.run.smithi092:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-09-21T00:10:18.956 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-09-21T00:10:18.956 DEBUG:teuthology.orchestra.run.smithi092:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQClTaugYWGcR4rdEJ8T+NbkXKkN0rIhJdJ1/5Wkkqx2lbzXKUz5OyP/AZvzWPPx9bRaUfx0MqhTsg4LFZTw/sesJJtCMvmHTz8dQkkA/xpzNrI64xbiVXIT3820RdemIPkAUymKwjuEDRY0pTEbQyWHsGdcBgL9qwTqfzeMYp4rao6dd7LxO1UkJBkgaIzubCaB/EkqqPH8Cqm7zok3zj+QUZPGhqKxLcv0KeG3S9akxj6x/qZwvrvWXNLnHCGHwMIX4zjPKnOxL2Jnkg6SLRFPGRLVIWsp7smiytB+ZeGFds9Wv48vptyQcI8um9QqM7PssOq13JEeoEGx5KFbZ86uRqGCasp6lLWDQiAyI3XYMVh9lgPtZEyWTxbWeKksIH2z6gC7Q+M90ZllQTkjtdEvBmGk4AtLA6AZMz5bEpMianDIqjmTF6ixRUuAh78s7cuFWknwbLc763jhZykUTg4sZs27scXCEGXjBu5rfx3KxYcZYRXOpAU2zSMrzln7vds= ceph-80a90d1c-77ad-11ef-baf5-efdc52797490' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-21T00:10:19.019 INFO:teuthology.orchestra.run.smithi092.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQClTaugYWGcR4rdEJ8T+NbkXKkN0rIhJdJ1/5Wkkqx2lbzXKUz5OyP/AZvzWPPx9bRaUfx0MqhTsg4LFZTw/sesJJtCMvmHTz8dQkkA/xpzNrI64xbiVXIT3820RdemIPkAUymKwjuEDRY0pTEbQyWHsGdcBgL9qwTqfzeMYp4rao6dd7LxO1UkJBkgaIzubCaB/EkqqPH8Cqm7zok3zj+QUZPGhqKxLcv0KeG3S9akxj6x/qZwvrvWXNLnHCGHwMIX4zjPKnOxL2Jnkg6SLRFPGRLVIWsp7smiytB+ZeGFds9Wv48vptyQcI8um9QqM7PssOq13JEeoEGx5KFbZ86uRqGCasp6lLWDQiAyI3XYMVh9lgPtZEyWTxbWeKksIH2z6gC7Q+M90ZllQTkjtdEvBmGk4AtLA6AZMz5bEpMianDIqjmTF6ixRUuAh78s7cuFWknwbLc763jhZykUTg4sZs27scXCEGXjBu5rfx3KxYcZYRXOpAU2zSMrzln7vds= ceph-80a90d1c-77ad-11ef-baf5-efdc52797490 2024-09-21T00:10:19.028 DEBUG:teuthology.orchestra.run.smithi099:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQClTaugYWGcR4rdEJ8T+NbkXKkN0rIhJdJ1/5Wkkqx2lbzXKUz5OyP/AZvzWPPx9bRaUfx0MqhTsg4LFZTw/sesJJtCMvmHTz8dQkkA/xpzNrI64xbiVXIT3820RdemIPkAUymKwjuEDRY0pTEbQyWHsGdcBgL9qwTqfzeMYp4rao6dd7LxO1UkJBkgaIzubCaB/EkqqPH8Cqm7zok3zj+QUZPGhqKxLcv0KeG3S9akxj6x/qZwvrvWXNLnHCGHwMIX4zjPKnOxL2Jnkg6SLRFPGRLVIWsp7smiytB+ZeGFds9Wv48vptyQcI8um9QqM7PssOq13JEeoEGx5KFbZ86uRqGCasp6lLWDQiAyI3XYMVh9lgPtZEyWTxbWeKksIH2z6gC7Q+M90ZllQTkjtdEvBmGk4AtLA6AZMz5bEpMianDIqjmTF6ixRUuAh78s7cuFWknwbLc763jhZykUTg4sZs27scXCEGXjBu5rfx3KxYcZYRXOpAU2zSMrzln7vds= ceph-80a90d1c-77ad-11ef-baf5-efdc52797490' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-21T00:10:19.052 INFO:teuthology.orchestra.run.smithi099.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQClTaugYWGcR4rdEJ8T+NbkXKkN0rIhJdJ1/5Wkkqx2lbzXKUz5OyP/AZvzWPPx9bRaUfx0MqhTsg4LFZTw/sesJJtCMvmHTz8dQkkA/xpzNrI64xbiVXIT3820RdemIPkAUymKwjuEDRY0pTEbQyWHsGdcBgL9qwTqfzeMYp4rao6dd7LxO1UkJBkgaIzubCaB/EkqqPH8Cqm7zok3zj+QUZPGhqKxLcv0KeG3S9akxj6x/qZwvrvWXNLnHCGHwMIX4zjPKnOxL2Jnkg6SLRFPGRLVIWsp7smiytB+ZeGFds9Wv48vptyQcI8um9QqM7PssOq13JEeoEGx5KFbZ86uRqGCasp6lLWDQiAyI3XYMVh9lgPtZEyWTxbWeKksIH2z6gC7Q+M90ZllQTkjtdEvBmGk4AtLA6AZMz5bEpMianDIqjmTF6ixRUuAh78s7cuFWknwbLc763jhZykUTg4sZs27scXCEGXjBu5rfx3KxYcZYRXOpAU2zSMrzln7vds= ceph-80a90d1c-77ad-11ef-baf5-efdc52797490 2024-09-21T00:10:19.061 DEBUG:teuthology.orchestra.run.smithi136:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQClTaugYWGcR4rdEJ8T+NbkXKkN0rIhJdJ1/5Wkkqx2lbzXKUz5OyP/AZvzWPPx9bRaUfx0MqhTsg4LFZTw/sesJJtCMvmHTz8dQkkA/xpzNrI64xbiVXIT3820RdemIPkAUymKwjuEDRY0pTEbQyWHsGdcBgL9qwTqfzeMYp4rao6dd7LxO1UkJBkgaIzubCaB/EkqqPH8Cqm7zok3zj+QUZPGhqKxLcv0KeG3S9akxj6x/qZwvrvWXNLnHCGHwMIX4zjPKnOxL2Jnkg6SLRFPGRLVIWsp7smiytB+ZeGFds9Wv48vptyQcI8um9QqM7PssOq13JEeoEGx5KFbZ86uRqGCasp6lLWDQiAyI3XYMVh9lgPtZEyWTxbWeKksIH2z6gC7Q+M90ZllQTkjtdEvBmGk4AtLA6AZMz5bEpMianDIqjmTF6ixRUuAh78s7cuFWknwbLc763jhZykUTg4sZs27scXCEGXjBu5rfx3KxYcZYRXOpAU2zSMrzln7vds= ceph-80a90d1c-77ad-11ef-baf5-efdc52797490' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-21T00:10:19.084 INFO:teuthology.orchestra.run.smithi136.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQClTaugYWGcR4rdEJ8T+NbkXKkN0rIhJdJ1/5Wkkqx2lbzXKUz5OyP/AZvzWPPx9bRaUfx0MqhTsg4LFZTw/sesJJtCMvmHTz8dQkkA/xpzNrI64xbiVXIT3820RdemIPkAUymKwjuEDRY0pTEbQyWHsGdcBgL9qwTqfzeMYp4rao6dd7LxO1UkJBkgaIzubCaB/EkqqPH8Cqm7zok3zj+QUZPGhqKxLcv0KeG3S9akxj6x/qZwvrvWXNLnHCGHwMIX4zjPKnOxL2Jnkg6SLRFPGRLVIWsp7smiytB+ZeGFds9Wv48vptyQcI8um9QqM7PssOq13JEeoEGx5KFbZ86uRqGCasp6lLWDQiAyI3XYMVh9lgPtZEyWTxbWeKksIH2z6gC7Q+M90ZllQTkjtdEvBmGk4AtLA6AZMz5bEpMianDIqjmTF6ixRUuAh78s7cuFWknwbLc763jhZykUTg4sZs27scXCEGXjBu5rfx3KxYcZYRXOpAU2zSMrzln7vds= ceph-80a90d1c-77ad-11ef-baf5-efdc52797490 2024-09-21T00:10:19.093 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80a90d1c-77ad-11ef-baf5-efdc52797490 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-09-21T00:10:19.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:19 smithi092 bash[22943]: audit 2024-09-21T00:10:18.187511+0000 mon.a (mon.0) 96 : audit [INF] from='client.? 172.21.15.92:0/857471907' entity='client.admin' 2024-09-21T00:10:23.271 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T00:10:25.822 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-09-21T00:10:25.822 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80a90d1c-77ad-11ef-baf5-efdc52797490 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-09-21T00:10:26.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:25 smithi092 bash[22943]: audit 2024-09-21T00:10:24.938956+0000 mon.a (mon.0) 97 : audit [INF] from='client.? 172.21.15.92:0/2283547080' entity='client.admin' 2024-09-21T00:10:28.977 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:28 smithi092 bash[22943]: audit 2024-09-21T00:10:27.664519+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:10:28.977 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:28 smithi092 bash[22943]: audit 2024-09-21T00:10:27.669237+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:10:28.977 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:28 smithi092 bash[22943]: audit 2024-09-21T00:10:27.670860+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi092", "name": "osd_memory_target"}]: dispatch 2024-09-21T00:10:28.977 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:28 smithi092 bash[22943]: audit 2024-09-21T00:10:27.677540+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:10:28.977 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:28 smithi092 bash[22943]: audit 2024-09-21T00:10:27.708183+0000 mon.a (mon.0) 102 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:10:28.977 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:28 smithi092 bash[22943]: audit 2024-09-21T00:10:27.714968+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:10:29.977 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:29 smithi092 bash[22943]: cluster 2024-09-21T00:10:28.879583+0000 mgr.a (mgr.14150) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:10:31.134 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T00:10:32.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:31 smithi092 bash[22943]: cluster 2024-09-21T00:10:30.880012+0000 mgr.a (mgr.14150) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:10:33.099 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi099 2024-09-21T00:10:33.099 DEBUG:teuthology.orchestra.run.smithi099:> set -ex 2024-09-21T00:10:33.099 DEBUG:teuthology.orchestra.run.smithi099:> dd of=/etc/ceph/ceph.conf 2024-09-21T00:10:33.106 DEBUG:teuthology.orchestra.run.smithi099:> set -ex 2024-09-21T00:10:33.106 DEBUG:teuthology.orchestra.run.smithi099:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-21T00:10:33.154 INFO:tasks.cephadm:Adding host smithi099 to orchestrator... 2024-09-21T00:10:33.154 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80a90d1c-77ad-11ef-baf5-efdc52797490 -- ceph orch host add smithi099 2024-09-21T00:10:33.727 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:33 smithi092 bash[22943]: audit 2024-09-21T00:10:32.444260+0000 mgr.a (mgr.14150) 12 : audit [DBG] from='client.14172 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T00:10:33.727 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:33 smithi092 bash[22943]: audit 2024-09-21T00:10:32.449393+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:10:33.727 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:33 smithi092 bash[22943]: audit 2024-09-21T00:10:32.450620+0000 mon.a (mon.0) 105 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:10:33.728 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:33 smithi092 bash[22943]: audit 2024-09-21T00:10:32.453277+0000 mon.a (mon.0) 106 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:10:33.728 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:33 smithi092 bash[22943]: audit 2024-09-21T00:10:32.454108+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:10:33.728 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:33 smithi092 bash[22943]: cephadm 2024-09-21T00:10:32.455173+0000 mgr.a (mgr.14150) 13 : cephadm [INF] Updating smithi092:/etc/ceph/ceph.conf 2024-09-21T00:10:33.728 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:33 smithi092 bash[22943]: cephadm 2024-09-21T00:10:32.556565+0000 mgr.a (mgr.14150) 14 : cephadm [INF] Updating smithi092:/var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T00:10:33.728 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:33 smithi092 bash[22943]: cephadm 2024-09-21T00:10:32.640468+0000 mgr.a (mgr.14150) 15 : cephadm [INF] Updating smithi092:/etc/ceph/ceph.client.admin.keyring 2024-09-21T00:10:33.728 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:33 smithi092 bash[22943]: cephadm 2024-09-21T00:10:32.733304+0000 mgr.a (mgr.14150) 16 : cephadm [INF] Updating smithi092:/var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T00:10:33.728 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:33 smithi092 bash[22943]: audit 2024-09-21T00:10:32.831461+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:10:33.728 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:33 smithi092 bash[22943]: audit 2024-09-21T00:10:32.834911+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:10:33.728 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:33 smithi092 bash[22943]: audit 2024-09-21T00:10:32.838073+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:10:33.728 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:33 smithi092 bash[22943]: cluster 2024-09-21T00:10:32.880379+0000 mgr.a (mgr.14150) 17 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:10:36.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:35 smithi092 bash[22943]: cluster 2024-09-21T00:10:34.880775+0000 mgr.a (mgr.14150) 18 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:10:37.878 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T00:10:38.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:37 smithi092 bash[22943]: cluster 2024-09-21T00:10:36.881183+0000 mgr.a (mgr.14150) 19 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:10:40.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:39 smithi092 bash[22943]: cluster 2024-09-21T00:10:38.881588+0000 mgr.a (mgr.14150) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:10:41.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:40 smithi092 bash[22943]: audit 2024-09-21T00:10:39.236844+0000 mgr.a (mgr.14150) 21 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi099", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T00:10:42.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:41 smithi092 bash[22943]: cephadm 2024-09-21T00:10:40.268380+0000 mgr.a (mgr.14150) 22 : cephadm [INF] Deploying cephadm binary to smithi099 2024-09-21T00:10:42.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:41 smithi092 bash[22943]: cluster 2024-09-21T00:10:40.881979+0000 mgr.a (mgr.14150) 23 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:10:43.531 INFO:teuthology.orchestra.run.smithi092.stdout:Added host 'smithi099' with addr '172.21.15.99' 2024-09-21T00:10:44.193 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80a90d1c-77ad-11ef-baf5-efdc52797490 -- ceph orch host ls --format=json 2024-09-21T00:10:44.204 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:43 smithi092 bash[22943]: cluster 2024-09-21T00:10:42.882412+0000 mgr.a (mgr.14150) 24 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:10:44.204 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:43 smithi092 bash[22943]: audit 2024-09-21T00:10:43.529750+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:10:44.204 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:43 smithi092 bash[22943]: audit 2024-09-21T00:10:43.531389+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:10:45.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:44 smithi092 bash[22943]: cephadm 2024-09-21T00:10:43.530629+0000 mgr.a (mgr.14150) 25 : cephadm [INF] Added host smithi099 2024-09-21T00:10:45.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:44 smithi092 bash[22943]: audit 2024-09-21T00:10:44.086364+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:10:46.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:45 smithi092 bash[22943]: cluster 2024-09-21T00:10:44.882865+0000 mgr.a (mgr.14150) 26 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:10:46.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:45 smithi092 bash[22943]: audit 2024-09-21T00:10:45.618036+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:10:48.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:47 smithi092 bash[22943]: audit 2024-09-21T00:10:46.810476+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:10:48.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:47 smithi092 bash[22943]: cluster 2024-09-21T00:10:46.883270+0000 mgr.a (mgr.14150) 27 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:10:48.921 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T00:10:50.222 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-09-21T00:10:50.222 INFO:teuthology.orchestra.run.smithi092.stdout:[{"addr": "172.21.15.92", "hostname": "smithi092", "labels": [], "status": ""}, {"addr": "172.21.15.99", "hostname": "smithi099", "labels": [], "status": ""}] 2024-09-21T00:10:50.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:49 smithi092 bash[22943]: cluster 2024-09-21T00:10:48.883665+0000 mgr.a (mgr.14150) 28 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:10:50.836 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi136 2024-09-21T00:10:50.836 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-09-21T00:10:50.836 DEBUG:teuthology.orchestra.run.smithi136:> dd of=/etc/ceph/ceph.conf 2024-09-21T00:10:50.842 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-09-21T00:10:50.842 DEBUG:teuthology.orchestra.run.smithi136:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-21T00:10:50.892 INFO:tasks.cephadm:Adding host smithi136 to orchestrator... 2024-09-21T00:10:50.893 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80a90d1c-77ad-11ef-baf5-efdc52797490 -- ceph orch host add smithi136 2024-09-21T00:10:52.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:51 smithi092 bash[22943]: audit 2024-09-21T00:10:50.221929+0000 mgr.a (mgr.14150) 29 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T00:10:52.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:51 smithi092 bash[22943]: cluster 2024-09-21T00:10:50.884076+0000 mgr.a (mgr.14150) 30 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:10:53.727 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:53 smithi092 bash[22943]: audit 2024-09-21T00:10:52.275419+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:10:53.727 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:53 smithi092 bash[22943]: audit 2024-09-21T00:10:52.280415+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:10:53.727 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:53 smithi092 bash[22943]: audit 2024-09-21T00:10:52.286071+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:10:53.727 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:53 smithi092 bash[22943]: audit 2024-09-21T00:10:52.290824+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:10:53.728 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:53 smithi092 bash[22943]: audit 2024-09-21T00:10:52.292464+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi099", "name": "osd_memory_target"}]: dispatch 2024-09-21T00:10:53.728 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:53 smithi092 bash[22943]: audit 2024-09-21T00:10:52.294519+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:10:53.728 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:53 smithi092 bash[22943]: audit 2024-09-21T00:10:52.296266+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:10:53.728 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:53 smithi092 bash[22943]: cephadm 2024-09-21T00:10:52.298700+0000 mgr.a (mgr.14150) 31 : cephadm [INF] Updating smithi099:/etc/ceph/ceph.conf 2024-09-21T00:10:53.728 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:53 smithi092 bash[22943]: cephadm 2024-09-21T00:10:52.477676+0000 mgr.a (mgr.14150) 32 : cephadm [INF] Updating smithi099:/var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T00:10:53.728 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:53 smithi092 bash[22943]: cephadm 2024-09-21T00:10:52.631027+0000 mgr.a (mgr.14150) 33 : cephadm [INF] Updating smithi099:/etc/ceph/ceph.client.admin.keyring 2024-09-21T00:10:53.728 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:53 smithi092 bash[22943]: cephadm 2024-09-21T00:10:52.773338+0000 mgr.a (mgr.14150) 34 : cephadm [INF] Updating smithi099:/var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T00:10:53.728 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:53 smithi092 bash[22943]: cluster 2024-09-21T00:10:52.884456+0000 mgr.a (mgr.14150) 35 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:10:53.728 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:53 smithi092 bash[22943]: audit 2024-09-21T00:10:52.915543+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:10:53.728 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:53 smithi092 bash[22943]: audit 2024-09-21T00:10:52.920880+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:10:53.728 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:53 smithi092 bash[22943]: audit 2024-09-21T00:10:52.926521+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:10:55.622 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T00:10:55.977 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:55 smithi092 bash[22943]: cluster 2024-09-21T00:10:54.884864+0000 mgr.a (mgr.14150) 36 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:10:58.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:57 smithi092 bash[22943]: cluster 2024-09-21T00:10:56.885168+0000 mgr.a (mgr.14150) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:10:59.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:58 smithi092 bash[22943]: audit 2024-09-21T00:10:57.099301+0000 mgr.a (mgr.14150) 38 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi136", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T00:11:00.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:59 smithi092 bash[22943]: cephadm 2024-09-21T00:10:58.120314+0000 mgr.a (mgr.14150) 39 : cephadm [INF] Deploying cephadm binary to smithi136 2024-09-21T00:11:00.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:10:59 smithi092 bash[22943]: cluster 2024-09-21T00:10:58.885503+0000 mgr.a (mgr.14150) 40 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:01.366 INFO:teuthology.orchestra.run.smithi092.stdout:Added host 'smithi136' with addr '172.21.15.136' 2024-09-21T00:11:01.986 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80a90d1c-77ad-11ef-baf5-efdc52797490 -- ceph orch host ls --format=json 2024-09-21T00:11:02.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:01 smithi092 bash[22943]: cluster 2024-09-21T00:11:00.885872+0000 mgr.a (mgr.14150) 41 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:02.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:01 smithi092 bash[22943]: audit 2024-09-21T00:11:01.364800+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:02.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:01 smithi092 bash[22943]: audit 2024-09-21T00:11:01.366444+0000 mon.a (mon.0) 127 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:11:02.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:01 smithi092 bash[22943]: audit 2024-09-21T00:11:01.910793+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:03.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:02 smithi092 bash[22943]: cephadm 2024-09-21T00:11:01.365658+0000 mgr.a (mgr.14150) 42 : cephadm [INF] Added host smithi136 2024-09-21T00:11:04.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:03 smithi092 bash[22943]: cluster 2024-09-21T00:11:02.886322+0000 mgr.a (mgr.14150) 43 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:04.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:03 smithi092 bash[22943]: audit 2024-09-21T00:11:03.440982+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:05.977 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:05 smithi092 bash[22943]: audit 2024-09-21T00:11:04.621838+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:05.977 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:05 smithi092 bash[22943]: cluster 2024-09-21T00:11:04.886746+0000 mgr.a (mgr.14150) 44 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:06.712 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T00:11:08.098 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-09-21T00:11:08.098 INFO:teuthology.orchestra.run.smithi092.stdout:[{"addr": "172.21.15.92", "hostname": "smithi092", "labels": [], "status": ""}, {"addr": "172.21.15.99", "hostname": "smithi099", "labels": [], "status": ""}, {"addr": "172.21.15.136", "hostname": "smithi136", "labels": [], "status": ""}] 2024-09-21T00:11:08.111 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:07 smithi092 bash[22943]: cluster 2024-09-21T00:11:06.887183+0000 mgr.a (mgr.14150) 45 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:08.654 INFO:tasks.cephadm:Setting crush tunables to default 2024-09-21T00:11:08.654 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80a90d1c-77ad-11ef-baf5-efdc52797490 -- ceph osd crush tunables default 2024-09-21T00:11:10.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:09 smithi092 bash[22943]: audit 2024-09-21T00:11:08.098063+0000 mgr.a (mgr.14150) 46 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T00:11:10.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:09 smithi092 bash[22943]: cluster 2024-09-21T00:11:08.887587+0000 mgr.a (mgr.14150) 47 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:11.477 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:11 smithi092 bash[22943]: audit 2024-09-21T00:11:10.115548+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:11.477 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:11 smithi092 bash[22943]: audit 2024-09-21T00:11:10.121140+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:11.477 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:11 smithi092 bash[22943]: audit 2024-09-21T00:11:10.127471+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:11.477 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:11 smithi092 bash[22943]: audit 2024-09-21T00:11:10.133018+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:11.477 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:11 smithi092 bash[22943]: audit 2024-09-21T00:11:10.134693+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi136", "name": "osd_memory_target"}]: dispatch 2024-09-21T00:11:11.478 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:11 smithi092 bash[22943]: audit 2024-09-21T00:11:10.136856+0000 mon.a (mon.0) 136 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:11:11.478 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:11 smithi092 bash[22943]: audit 2024-09-21T00:11:10.138341+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:11:11.478 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:11 smithi092 bash[22943]: cephadm 2024-09-21T00:11:10.140791+0000 mgr.a (mgr.14150) 48 : cephadm [INF] Updating smithi136:/etc/ceph/ceph.conf 2024-09-21T00:11:11.478 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:11 smithi092 bash[22943]: cephadm 2024-09-21T00:11:10.320813+0000 mgr.a (mgr.14150) 49 : cephadm [INF] Updating smithi136:/var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T00:11:11.478 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:11 smithi092 bash[22943]: cephadm 2024-09-21T00:11:10.469053+0000 mgr.a (mgr.14150) 50 : cephadm [INF] Updating smithi136:/etc/ceph/ceph.client.admin.keyring 2024-09-21T00:11:11.478 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:11 smithi092 bash[22943]: cephadm 2024-09-21T00:11:10.600941+0000 mgr.a (mgr.14150) 51 : cephadm [INF] Updating smithi136:/var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T00:11:11.478 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:11 smithi092 bash[22943]: audit 2024-09-21T00:11:10.735566+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:11.478 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:11 smithi092 bash[22943]: audit 2024-09-21T00:11:10.741267+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:11.478 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:11 smithi092 bash[22943]: audit 2024-09-21T00:11:10.747598+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:11.478 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:11 smithi092 bash[22943]: cluster 2024-09-21T00:11:10.888016+0000 mgr.a (mgr.14150) 52 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:13.384 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T00:11:14.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:13 smithi092 bash[22943]: cluster 2024-09-21T00:11:12.888389+0000 mgr.a (mgr.14150) 53 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:14.949 INFO:teuthology.orchestra.run.smithi092.stderr:adjusted tunables profile to default 2024-09-21T00:11:15.199 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:14 smithi092 bash[22943]: audit 2024-09-21T00:11:14.729863+0000 mon.a (mon.0) 141 : audit [INF] from='client.? 172.21.15.92:0/1989579930' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-09-21T00:11:15.652 INFO:tasks.cephadm:Adding mon.a on smithi092 2024-09-21T00:11:15.652 INFO:tasks.cephadm:Adding mon.b on smithi099 2024-09-21T00:11:15.652 INFO:tasks.cephadm:Adding mon.c on smithi136 2024-09-21T00:11:15.653 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80a90d1c-77ad-11ef-baf5-efdc52797490 -- ceph orch apply mon '3;smithi092:172.21.15.92=a;smithi099:172.21.15.99=b;smithi136:172.21.15.136=c' 2024-09-21T00:11:16.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:15 smithi092 bash[22943]: cluster 2024-09-21T00:11:14.888793+0000 mgr.a (mgr.14150) 54 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:16.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:15 smithi092 bash[22943]: audit 2024-09-21T00:11:14.949153+0000 mon.a (mon.0) 142 : audit [INF] from='client.? 172.21.15.92:0/1989579930' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-21T00:11:16.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:15 smithi092 bash[22943]: cluster 2024-09-21T00:11:14.953762+0000 mon.a (mon.0) 143 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T00:11:16.882 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T00:11:18.191 INFO:teuthology.orchestra.run.smithi136.stdout:Scheduled mon update... 2024-09-21T00:11:18.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:17 smithi092 bash[22943]: cluster 2024-09-21T00:11:16.889198+0000 mgr.a (mgr.14150) 55 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:18.779 DEBUG:teuthology.orchestra.run.smithi099:mon.b> sudo journalctl -f -n 0 -u ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@mon.b.service 2024-09-21T00:11:18.781 DEBUG:teuthology.orchestra.run.smithi136:mon.c> sudo journalctl -f -n 0 -u ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@mon.c.service 2024-09-21T00:11:18.784 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-21T00:11:18.784 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80a90d1c-77ad-11ef-baf5-efdc52797490 -- ceph mon dump -f json 2024-09-21T00:11:19.477 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:19 smithi092 bash[22943]: audit 2024-09-21T00:11:18.178031+0000 mgr.a (mgr.14150) 56 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi092:172.21.15.92=a;smithi099:172.21.15.99=b;smithi136:172.21.15.136=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T00:11:19.477 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:19 smithi092 bash[22943]: cephadm 2024-09-21T00:11:18.183130+0000 mgr.a (mgr.14150) 57 : cephadm [INF] Saving service mon spec with placement smithi092:172.21.15.92=a;smithi099:172.21.15.99=b;smithi136:172.21.15.136=c;count:3 2024-09-21T00:11:19.477 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:19 smithi092 bash[22943]: audit 2024-09-21T00:11:18.190563+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:19.477 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:19 smithi092 bash[22943]: audit 2024-09-21T00:11:18.192141+0000 mon.a (mon.0) 145 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:11:19.477 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:19 smithi092 bash[22943]: audit 2024-09-21T00:11:18.887751+0000 mon.a (mon.0) 146 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:11:19.477 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:19 smithi092 bash[22943]: cluster 2024-09-21T00:11:18.889456+0000 mgr.a (mgr.14150) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:19.477 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:19 smithi092 bash[22943]: audit 2024-09-21T00:11:18.889633+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:11:19.478 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:19 smithi092 bash[22943]: audit 2024-09-21T00:11:18.896196+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:19.478 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:19 smithi092 bash[22943]: audit 2024-09-21T00:11:18.898794+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-21T00:11:19.478 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:19 smithi092 bash[22943]: audit 2024-09-21T00:11:18.900297+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:11:19.478 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:19 smithi092 bash[22943]: cephadm 2024-09-21T00:11:18.901892+0000 mgr.a (mgr.14150) 59 : cephadm [INF] Deploying daemon mon.c on smithi136 2024-09-21T00:11:20.049 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T00:11:21.479 INFO:teuthology.orchestra.run.smithi136.stderr:dumped monmap epoch 1 2024-09-21T00:11:21.479 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T00:11:21.479 INFO:teuthology.orchestra.run.smithi136.stdout:{"epoch":1,"fsid":"80a90d1c-77ad-11ef-baf5-efdc52797490","modified":"2024-09-21T00:09:04.748115Z","created":"2024-09-21T00:09:04.748115Z","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.92:3300","nonce":0},{"type":"v1","addr":"172.21.15.92:6789","nonce":0}]},"addr":"172.21.15.92:6789/0","public_addr":"172.21.15.92:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-21T00:11:22.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:21 smithi092 bash[22943]: cluster 2024-09-21T00:11:20.889824+0000 mgr.a (mgr.14150) 60 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:22.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:21 smithi092 bash[22943]: audit 2024-09-21T00:11:21.479172+0000 mon.a (mon.0) 151 : audit [DBG] from='client.? 172.21.15.136:0/1295711581' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-21T00:11:23.362 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-21T00:11:23.362 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80a90d1c-77ad-11ef-baf5-efdc52797490 -- ceph mon dump -f json 2024-09-21T00:11:24.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:23 smithi092 bash[22943]: cluster 2024-09-21T00:11:22.890242+0000 mgr.a (mgr.14150) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:24.618 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/mon.c/config 2024-09-21T00:11:24.670 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:24 smithi136 systemd[1]: Started Ceph mon.c for 80a90d1c-77ad-11ef-baf5-efdc52797490. 2024-09-21T00:11:25.977 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:25 smithi092 bash[22943]: audit 2024-09-21T00:11:24.652961+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:25.977 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:25 smithi092 bash[22943]: audit 2024-09-21T00:11:24.658149+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:25.977 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:25 smithi092 bash[22943]: audit 2024-09-21T00:11:24.664434+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:25.977 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:25 smithi092 bash[22943]: audit 2024-09-21T00:11:24.665687+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-21T00:11:25.977 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:25 smithi092 bash[22943]: audit 2024-09-21T00:11:24.667432+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:11:25.977 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:25 smithi092 bash[22943]: cephadm 2024-09-21T00:11:24.669343+0000 mgr.a (mgr.14150) 62 : cephadm [INF] Deploying daemon mon.b on smithi099 2024-09-21T00:11:25.977 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:25 smithi092 bash[22943]: cluster 2024-09-21T00:11:24.890611+0000 mgr.a (mgr.14150) 63 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:26.171 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.145+0000 7f089edcbc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-21T00:11:26.171 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.145+0000 7f089edcbc80 0 ceph version 19.1.1-367-g9e2ac70b (9e2ac70bb7aea67d34f0d50002344abbe7803736) squid (stable), process ceph-mon, pid 7 2024-09-21T00:11:26.171 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.145+0000 7f089edcbc80 0 pidfile_write: ignore empty --pid-file 2024-09-21T00:11:26.171 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 0 load: jerasure load: lrc 2024-09-21T00:11:26.171 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: RocksDB version: 7.9.2 2024-09-21T00:11:26.171 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Git sha 0 2024-09-21T00:11:26.171 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Compile date 2024-09-19 18:20:48 2024-09-21T00:11:26.172 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: DB SUMMARY 2024-09-21T00:11:26.172 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: DB Session ID: IJCPP0GEYEXVL6AQ0UK5 2024-09-21T00:11:26.172 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: CURRENT file: CURRENT 2024-09-21T00:11:26.172 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: IDENTITY file: IDENTITY 2024-09-21T00:11:26.172 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-09-21T00:11:26.172 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-09-21T00:11:26.172 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2024-09-21T00:11:26.172 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.error_if_exists: 0 2024-09-21T00:11:26.172 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.create_if_missing: 0 2024-09-21T00:11:26.172 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.paranoid_checks: 1 2024-09-21T00:11:26.172 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-09-21T00:11:26.172 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-21T00:11:26.172 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-21T00:11:26.172 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.env: 0x560b0ba49940 2024-09-21T00:11:26.173 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.fs: PosixFileSystem 2024-09-21T00:11:26.173 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.info_log: 0x560b0e1376e0 2024-09-21T00:11:26.173 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-21T00:11:26.173 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.statistics: (nil) 2024-09-21T00:11:26.173 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.use_fsync: 0 2024-09-21T00:11:26.173 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.max_log_file_size: 0 2024-09-21T00:11:26.174 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-21T00:11:26.174 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-21T00:11:26.174 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-21T00:11:26.174 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-21T00:11:26.174 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.allow_fallocate: 1 2024-09-21T00:11:26.174 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-21T00:11:26.174 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-21T00:11:26.174 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.use_direct_reads: 0 2024-09-21T00:11:26.175 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-21T00:11:26.175 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.create_missing_column_families: 0 2024-09-21T00:11:26.175 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.db_log_dir: 2024-09-21T00:11:26.175 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.wal_dir: 2024-09-21T00:11:26.175 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-21T00:11:26.175 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-21T00:11:26.175 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-21T00:11:26.175 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-21T00:11:26.175 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-21T00:11:26.175 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-21T00:11:26.175 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.advise_random_on_open: 1 2024-09-21T00:11:26.175 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-21T00:11:26.175 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.write_buffer_manager: 0x560b0e146dc0 2024-09-21T00:11:26.175 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-21T00:11:26.175 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-21T00:11:26.176 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-21T00:11:26.176 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.rate_limiter: (nil) 2024-09-21T00:11:26.176 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-21T00:11:26.176 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-21T00:11:26.176 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-21T00:11:26.176 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-21T00:11:26.176 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.unordered_write: 0 2024-09-21T00:11:26.176 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-21T00:11:26.176 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-21T00:11:26.176 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-21T00:11:26.176 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-21T00:11:26.176 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.row_cache: None 2024-09-21T00:11:26.176 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.wal_filter: None 2024-09-21T00:11:26.176 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-21T00:11:26.176 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-21T00:11:26.177 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.two_write_queues: 0 2024-09-21T00:11:26.177 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.manual_wal_flush: 0 2024-09-21T00:11:26.177 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.wal_compression: 0 2024-09-21T00:11:26.177 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.atomic_flush: 0 2024-09-21T00:11:26.177 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-21T00:11:26.177 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-21T00:11:26.177 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-21T00:11:26.177 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.log_readahead_size: 0 2024-09-21T00:11:26.177 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-21T00:11:26.177 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-21T00:11:26.177 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-21T00:11:26.177 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-21T00:11:26.177 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-21T00:11:26.177 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-21T00:11:26.177 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-09-21T00:11:26.178 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.max_background_jobs: 2 2024-09-21T00:11:26.178 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.max_background_compactions: -1 2024-09-21T00:11:26.178 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.max_subcompactions: 1 2024-09-21T00:11:26.178 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-21T00:11:26.178 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-21T00:11:26.178 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-21T00:11:26.178 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.max_total_wal_size: 0 2024-09-21T00:11:26.178 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-21T00:11:26.178 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-21T00:11:26.178 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-21T00:11:26.178 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-21T00:11:26.178 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.max_open_files: -1 2024-09-21T00:11:26.178 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.bytes_per_sync: 0 2024-09-21T00:11:26.178 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-21T00:11:26.179 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-21T00:11:26.179 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-21T00:11:26.179 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.max_background_flushes: -1 2024-09-21T00:11:26.179 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Compression algorithms supported: 2024-09-21T00:11:26.179 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: kZSTD supported: 0 2024-09-21T00:11:26.179 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: kXpressCompression supported: 0 2024-09-21T00:11:26.179 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: kBZip2Compression supported: 0 2024-09-21T00:11:26.179 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-21T00:11:26.179 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: kLZ4Compression supported: 1 2024-09-21T00:11:26.179 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: kZlibCompression supported: 1 2024-09-21T00:11:26.179 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-21T00:11:26.179 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: kSnappyCompression supported: 1 2024-09-21T00:11:26.179 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-21T00:11:26.179 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-09-21T00:11:26.179 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2024-09-21T00:11:26.180 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-21T00:11:26.180 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-21T00:11:26.180 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.merge_operator: 2024-09-21T00:11:26.180 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.compaction_filter: None 2024-09-21T00:11:26.180 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.compaction_filter_factory: None 2024-09-21T00:11:26.180 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-21T00:11:26.180 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-21T00:11:26.180 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-21T00:11:26.180 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x560b0e137320) 2024-09-21T00:11:26.180 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: cache_index_and_filter_blocks: 1 2024-09-21T00:11:26.180 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-21T00:11:26.180 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-21T00:11:26.180 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: pin_top_level_index_and_filter: 1 2024-09-21T00:11:26.180 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: index_type: 0 2024-09-21T00:11:26.180 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: data_block_index_type: 0 2024-09-21T00:11:26.181 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: index_shortening: 1 2024-09-21T00:11:26.181 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: data_block_hash_table_util_ratio: 0.750000 2024-09-21T00:11:26.181 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: checksum: 4 2024-09-21T00:11:26.181 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: no_block_cache: 0 2024-09-21T00:11:26.181 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: block_cache: 0x560b0e12d1f0 2024-09-21T00:11:26.181 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: block_cache_name: BinnedLRUCache 2024-09-21T00:11:26.181 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: block_cache_options: 2024-09-21T00:11:26.181 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: capacity : 536870912 2024-09-21T00:11:26.181 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: num_shard_bits : 4 2024-09-21T00:11:26.181 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: strict_capacity_limit : 0 2024-09-21T00:11:26.181 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: high_pri_pool_ratio: 0.000 2024-09-21T00:11:26.181 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: block_cache_compressed: (nil) 2024-09-21T00:11:26.181 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: persistent_cache: (nil) 2024-09-21T00:11:26.181 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: block_size: 4096 2024-09-21T00:11:26.181 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: block_size_deviation: 10 2024-09-21T00:11:26.182 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: block_restart_interval: 16 2024-09-21T00:11:26.182 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: index_block_restart_interval: 1 2024-09-21T00:11:26.182 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: metadata_block_size: 4096 2024-09-21T00:11:26.182 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: partition_filters: 0 2024-09-21T00:11:26.182 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: use_delta_encoding: 1 2024-09-21T00:11:26.182 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: filter_policy: bloomfilter 2024-09-21T00:11:26.182 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: whole_key_filtering: 1 2024-09-21T00:11:26.182 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: verify_compression: 0 2024-09-21T00:11:26.182 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: read_amp_bytes_per_bit: 0 2024-09-21T00:11:26.182 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: format_version: 5 2024-09-21T00:11:26.182 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: enable_index_compression: 1 2024-09-21T00:11:26.182 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: block_align: 0 2024-09-21T00:11:26.182 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: max_auto_readahead_size: 262144 2024-09-21T00:11:26.182 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: prepopulate_block_cache: 0 2024-09-21T00:11:26.183 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: initial_auto_readahead_size: 8192 2024-09-21T00:11:26.183 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: num_file_reads_for_auto_readahead: 2 2024-09-21T00:11:26.183 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-21T00:11:26.183 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-21T00:11:26.183 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.compression: NoCompression 2024-09-21T00:11:26.183 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-21T00:11:26.183 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-21T00:11:26.183 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-21T00:11:26.183 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.num_levels: 7 2024-09-21T00:11:26.183 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-21T00:11:26.183 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-21T00:11:26.183 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-21T00:11:26.183 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-21T00:11:26.183 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-21T00:11:26.183 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-21T00:11:26.184 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-21T00:11:26.184 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-21T00:11:26.184 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-21T00:11:26.184 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-21T00:11:26.184 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-21T00:11:26.184 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-21T00:11:26.184 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-21T00:11:26.184 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.compression_opts.level: 32767 2024-09-21T00:11:26.184 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-21T00:11:26.184 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-21T00:11:26.184 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-21T00:11:26.184 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-21T00:11:26.184 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-21T00:11:26.184 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.compression_opts.enabled: false 2024-09-21T00:11:26.184 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-21T00:11:26.185 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-21T00:11:26.185 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-21T00:11:26.185 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-21T00:11:26.185 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-21T00:11:26.185 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-21T00:11:26.185 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-21T00:11:26.185 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-21T00:11:26.185 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-21T00:11:26.185 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-21T00:11:26.185 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-21T00:11:26.185 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-21T00:11:26.185 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-21T00:11:26.185 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-21T00:11:26.185 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-21T00:11:26.185 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-21T00:11:26.186 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-21T00:11:26.186 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-21T00:11:26.186 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-21T00:11:26.186 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.arena_block_size: 1048576 2024-09-21T00:11:26.186 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-21T00:11:26.186 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-21T00:11:26.186 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-21T00:11:26.186 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-21T00:11:26.186 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-21T00:11:26.186 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-21T00:11:26.186 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-21T00:11:26.186 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-21T00:11:26.187 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-21T00:11:26.187 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-21T00:11:26.187 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-21T00:11:26.187 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-21T00:11:26.187 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-21T00:11:26.187 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-21T00:11:26.188 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.inplace_update_support: 0 2024-09-21T00:11:26.188 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-21T00:11:26.188 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-21T00:11:26.188 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-21T00:11:26.188 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-21T00:11:26.188 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.bloom_locality: 0 2024-09-21T00:11:26.188 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.max_successive_merges: 0 2024-09-21T00:11:26.188 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-21T00:11:26.188 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-21T00:11:26.188 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.force_consistency_checks: 1 2024-09-21T00:11:26.188 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-21T00:11:26.188 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.ttl: 2592000 2024-09-21T00:11:26.188 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-21T00:11:26.188 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-21T00:11:26.188 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-21T00:11:26.189 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.enable_blob_files: false 2024-09-21T00:11:26.189 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.min_blob_size: 0 2024-09-21T00:11:26.189 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.blob_file_size: 268435456 2024-09-21T00:11:26.189 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-21T00:11:26.189 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-21T00:11:26.189 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-21T00:11:26.189 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-21T00:11:26.189 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-21T00:11:26.189 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-09-21T00:11:26.189 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.149+0000 7f089edcbc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-21T00:11:26.189 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.153+0000 7f089edcbc80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-21T00:11:26.189 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.153+0000 7f089edcbc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-21T00:11:26.189 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.153+0000 7f089edcbc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 9dcf4b24-2d93-481d-9a6f-be8489266794 2024-09-21T00:11:26.189 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.153+0000 7f089edcbc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726877486157389, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-09-21T00:11:26.189 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.153+0000 7f089edcbc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-09-21T00:11:26.190 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.153+0000 7f089edcbc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726877486157923, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1648, "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": "[CompactOnDeletionCollector]", "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": 1726877486, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "9dcf4b24-2d93-481d-9a6f-be8489266794", "db_session_id": "IJCPP0GEYEXVL6AQ0UK5", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-09-21T00:11:26.190 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.153+0000 7f089edcbc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726877486158062, "job": 1, "event": "recovery_finished"} 2024-09-21T00:11:26.190 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.153+0000 7f089edcbc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-09-21T00:11:26.190 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.153+0000 7f089edcbc80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-21T00:11:26.190 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.153+0000 7f089edcbc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x560b0e158e00 2024-09-21T00:11:26.190 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.153+0000 7f089edcbc80 4 rocksdb: DB pointer 0x560b0e258000 2024-09-21T00:11:26.190 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.153+0000 7f0894b94640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-21T00:11:26.190 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.153+0000 7f0894b94640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-21T00:11:26.190 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: ** DB Stats ** 2024-09-21T00:11:26.190 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-21T00:11:26.190 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-21T00:11:26.190 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-21T00:11:26.190 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-21T00:11:26.190 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-21T00:11:26.191 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-21T00:11:26.191 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-21T00:11:26.191 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: ** Compaction Stats [default] ** 2024-09-21T00:11:26.191 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: 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-09-21T00:11:26.191 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-21T00:11:26.191 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: L0 1/0 1.61 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-21T00:11:26.191 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: Sum 1/0 1.61 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-21T00:11:26.191 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: 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.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-21T00:11:26.191 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: ** Compaction Stats [default] ** 2024-09-21T00:11:26.191 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: 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-09-21T00:11:26.191 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-21T00:11:26.191 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: 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.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-21T00:11:26.191 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-21T00:11:26.191 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-21T00:11:26.191 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-21T00:11:26.192 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-21T00:11:26.192 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: AddFile(Total Files): cumulative 0, interval 0 2024-09-21T00:11:26.192 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-21T00:11:26.192 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: AddFile(Keys): cumulative 0, interval 0 2024-09-21T00:11:26.192 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: Cumulative compaction: 0.00 GB write, 0.38 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-21T00:11:26.192 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: Interval compaction: 0.00 GB write, 0.38 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-21T00:11:26.192 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: 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-09-21T00:11:26.192 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: Block cache BinnedLRUCache@0x560b0e12d1f0#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2024-09-21T00:11:26.192 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: 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-09-21T00:11:26.192 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: ** File Read Latency Histogram By Level [default] ** 2024-09-21T00:11:26.192 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.153+0000 7f089edcbc80 0 mon.c does not exist in monmap, will attempt to join an existing cluster 2024-09-21T00:11:26.192 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.153+0000 7f089edcbc80 0 using public_addr v2:172.21.15.136:0/0 -> [v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0] 2024-09-21T00:11:26.192 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.157+0000 7f089edcbc80 0 starting mon.c rank -1 at public addrs [v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0] at bind addrs [v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid 80a90d1c-77ad-11ef-baf5-efdc52797490 2024-09-21T00:11:26.192 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.157+0000 7f089edcbc80 1 mon.c@-1(???) e0 preinit fsid 80a90d1c-77ad-11ef-baf5-efdc52797490 2024-09-21T00:11:26.421 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.197+0000 7f0897b9a640 0 mon.c@-1(synchronizing).mds e1 new map 2024-09-21T00:11:26.421 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.197+0000 7f0897b9a640 0 mon.c@-1(synchronizing).mds e1 print_map 2024-09-21T00:11:26.422 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: e1 2024-09-21T00:11:26.422 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: btime 2024-09-21T00:09:09:531427+0000 2024-09-21T00:11:26.422 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: enable_multiple, ever_enabled_multiple: 1,1 2024-09-21T00:11:26.422 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-09-21T00:11:26.422 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: legacy client fscid: -1 2024-09-21T00:11:26.422 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: 2024-09-21T00:11:26.422 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: No filesystems configured 2024-09-21T00:11:26.422 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.197+0000 7f0897b9a640 1 mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-21T00:11:26.422 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.197+0000 7f0897b9a640 1 mon.c@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-09-21T00:11:26.423 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.197+0000 7f0897b9a640 1 mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-21T00:11:26.423 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.197+0000 7f0897b9a640 1 mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-21T00:11:26.423 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.197+0000 7f0897b9a640 1 mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-21T00:11:26.423 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.197+0000 7f0897b9a640 1 mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-21T00:11:26.423 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.197+0000 7f0897b9a640 0 mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-21T00:11:26.423 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.197+0000 7f0897b9a640 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-21T00:11:26.423 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.197+0000 7f0897b9a640 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-21T00:11:26.423 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.197+0000 7f0897b9a640 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-21T00:11:26.423 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: cluster 2024-09-21T00:10:36.881183+0000 mgr.a (mgr.14150) 19 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:26.423 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: cluster 2024-09-21T00:10:38.881588+0000 mgr.a (mgr.14150) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:26.424 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: audit 2024-09-21T00:10:39.236844+0000 mgr.a (mgr.14150) 21 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi099", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T00:11:26.424 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: cephadm 2024-09-21T00:10:40.268380+0000 mgr.a (mgr.14150) 22 : cephadm [INF] Deploying cephadm binary to smithi099 2024-09-21T00:11:26.424 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: cluster 2024-09-21T00:10:40.881979+0000 mgr.a (mgr.14150) 23 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:26.424 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: cluster 2024-09-21T00:10:42.882412+0000 mgr.a (mgr.14150) 24 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:26.424 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: audit 2024-09-21T00:10:43.529750+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:26.425 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: audit 2024-09-21T00:10:43.531389+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:11:26.425 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: cephadm 2024-09-21T00:10:43.530629+0000 mgr.a (mgr.14150) 25 : cephadm [INF] Added host smithi099 2024-09-21T00:11:26.425 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: audit 2024-09-21T00:10:44.086364+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:26.425 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: cluster 2024-09-21T00:10:44.882865+0000 mgr.a (mgr.14150) 26 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:26.425 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: audit 2024-09-21T00:10:45.618036+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:26.425 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: audit 2024-09-21T00:10:46.810476+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:26.425 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: cluster 2024-09-21T00:10:46.883270+0000 mgr.a (mgr.14150) 27 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:26.425 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: cluster 2024-09-21T00:10:48.883665+0000 mgr.a (mgr.14150) 28 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:26.425 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: audit 2024-09-21T00:10:50.221929+0000 mgr.a (mgr.14150) 29 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T00:11:26.425 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: cluster 2024-09-21T00:10:50.884076+0000 mgr.a (mgr.14150) 30 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:26.425 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: audit 2024-09-21T00:10:52.275419+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:26.425 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: audit 2024-09-21T00:10:52.280415+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:26.425 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: audit 2024-09-21T00:10:52.286071+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:26.426 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: audit 2024-09-21T00:10:52.290824+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:26.426 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: audit 2024-09-21T00:10:52.292464+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi099", "name": "osd_memory_target"}]: dispatch 2024-09-21T00:11:26.426 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: audit 2024-09-21T00:10:52.294519+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:11:26.426 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: audit 2024-09-21T00:10:52.296266+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:11:26.426 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: cephadm 2024-09-21T00:10:52.298700+0000 mgr.a (mgr.14150) 31 : cephadm [INF] Updating smithi099:/etc/ceph/ceph.conf 2024-09-21T00:11:26.426 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: cephadm 2024-09-21T00:10:52.477676+0000 mgr.a (mgr.14150) 32 : cephadm [INF] Updating smithi099:/var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T00:11:26.426 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: cephadm 2024-09-21T00:10:52.631027+0000 mgr.a (mgr.14150) 33 : cephadm [INF] Updating smithi099:/etc/ceph/ceph.client.admin.keyring 2024-09-21T00:11:26.426 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: cephadm 2024-09-21T00:10:52.773338+0000 mgr.a (mgr.14150) 34 : cephadm [INF] Updating smithi099:/var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T00:11:26.426 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: cluster 2024-09-21T00:10:52.884456+0000 mgr.a (mgr.14150) 35 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:26.426 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: audit 2024-09-21T00:10:52.915543+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:26.426 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: audit 2024-09-21T00:10:52.920880+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:26.426 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: audit 2024-09-21T00:10:52.926521+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:26.426 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: cluster 2024-09-21T00:10:54.884864+0000 mgr.a (mgr.14150) 36 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:26.427 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: cluster 2024-09-21T00:10:56.885168+0000 mgr.a (mgr.14150) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:26.427 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: audit 2024-09-21T00:10:57.099301+0000 mgr.a (mgr.14150) 38 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi136", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T00:11:26.427 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: cephadm 2024-09-21T00:10:58.120314+0000 mgr.a (mgr.14150) 39 : cephadm [INF] Deploying cephadm binary to smithi136 2024-09-21T00:11:26.427 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: cluster 2024-09-21T00:10:58.885503+0000 mgr.a (mgr.14150) 40 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:26.427 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: cluster 2024-09-21T00:11:00.885872+0000 mgr.a (mgr.14150) 41 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:26.427 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: audit 2024-09-21T00:11:01.364800+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:26.427 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: audit 2024-09-21T00:11:01.366444+0000 mon.a (mon.0) 127 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:11:26.427 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: audit 2024-09-21T00:11:01.910793+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:26.427 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: cephadm 2024-09-21T00:11:01.365658+0000 mgr.a (mgr.14150) 42 : cephadm [INF] Added host smithi136 2024-09-21T00:11:26.427 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: cluster 2024-09-21T00:11:02.886322+0000 mgr.a (mgr.14150) 43 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:26.427 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: audit 2024-09-21T00:11:03.440982+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:26.427 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: audit 2024-09-21T00:11:04.621838+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:26.427 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: cluster 2024-09-21T00:11:04.886746+0000 mgr.a (mgr.14150) 44 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:26.427 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: cluster 2024-09-21T00:11:06.887183+0000 mgr.a (mgr.14150) 45 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:26.427 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: audit 2024-09-21T00:11:08.098063+0000 mgr.a (mgr.14150) 46 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T00:11:26.428 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: cluster 2024-09-21T00:11:08.887587+0000 mgr.a (mgr.14150) 47 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:26.428 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: audit 2024-09-21T00:11:10.115548+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:26.428 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: audit 2024-09-21T00:11:10.121140+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:26.428 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: audit 2024-09-21T00:11:10.127471+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:26.428 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: audit 2024-09-21T00:11:10.133018+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:26.428 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: audit 2024-09-21T00:11:10.134693+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi136", "name": "osd_memory_target"}]: dispatch 2024-09-21T00:11:26.428 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: audit 2024-09-21T00:11:10.136856+0000 mon.a (mon.0) 136 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:11:26.428 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: audit 2024-09-21T00:11:10.138341+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:11:26.428 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: cephadm 2024-09-21T00:11:10.140791+0000 mgr.a (mgr.14150) 48 : cephadm [INF] Updating smithi136:/etc/ceph/ceph.conf 2024-09-21T00:11:26.428 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: cephadm 2024-09-21T00:11:10.320813+0000 mgr.a (mgr.14150) 49 : cephadm [INF] Updating smithi136:/var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T00:11:26.428 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: cephadm 2024-09-21T00:11:10.469053+0000 mgr.a (mgr.14150) 50 : cephadm [INF] Updating smithi136:/etc/ceph/ceph.client.admin.keyring 2024-09-21T00:11:26.428 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: cephadm 2024-09-21T00:11:10.600941+0000 mgr.a (mgr.14150) 51 : cephadm [INF] Updating smithi136:/var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T00:11:26.428 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: audit 2024-09-21T00:11:10.735566+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:26.428 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: audit 2024-09-21T00:11:10.741267+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:26.429 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: audit 2024-09-21T00:11:10.747598+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:26.429 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: cluster 2024-09-21T00:11:10.888016+0000 mgr.a (mgr.14150) 52 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:26.429 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: cluster 2024-09-21T00:11:12.888389+0000 mgr.a (mgr.14150) 53 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:26.429 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: audit 2024-09-21T00:11:14.729863+0000 mon.a (mon.0) 141 : audit [INF] from='client.? 172.21.15.92:0/1989579930' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-09-21T00:11:26.429 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: cluster 2024-09-21T00:11:14.888793+0000 mgr.a (mgr.14150) 54 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:26.429 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: audit 2024-09-21T00:11:14.949153+0000 mon.a (mon.0) 142 : audit [INF] from='client.? 172.21.15.92:0/1989579930' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-21T00:11:26.429 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: cluster 2024-09-21T00:11:14.953762+0000 mon.a (mon.0) 143 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T00:11:26.429 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: cluster 2024-09-21T00:11:16.889198+0000 mgr.a (mgr.14150) 55 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:26.429 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: audit 2024-09-21T00:11:18.178031+0000 mgr.a (mgr.14150) 56 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi092:172.21.15.92=a;smithi099:172.21.15.99=b;smithi136:172.21.15.136=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T00:11:26.429 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: cephadm 2024-09-21T00:11:18.183130+0000 mgr.a (mgr.14150) 57 : cephadm [INF] Saving service mon spec with placement smithi092:172.21.15.92=a;smithi099:172.21.15.99=b;smithi136:172.21.15.136=c;count:3 2024-09-21T00:11:26.429 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: audit 2024-09-21T00:11:18.190563+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:26.429 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: audit 2024-09-21T00:11:18.192141+0000 mon.a (mon.0) 145 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:11:26.429 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: audit 2024-09-21T00:11:18.887751+0000 mon.a (mon.0) 146 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:11:26.429 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: cluster 2024-09-21T00:11:18.889456+0000 mgr.a (mgr.14150) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:26.429 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: audit 2024-09-21T00:11:18.889633+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:11:26.430 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: audit 2024-09-21T00:11:18.896196+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:26.430 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: audit 2024-09-21T00:11:18.898794+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-21T00:11:26.430 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: audit 2024-09-21T00:11:18.900297+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:11:26.430 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: cephadm 2024-09-21T00:11:18.901892+0000 mgr.a (mgr.14150) 59 : cephadm [INF] Deploying daemon mon.c on smithi136 2024-09-21T00:11:26.430 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: cluster 2024-09-21T00:11:20.889824+0000 mgr.a (mgr.14150) 60 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:26.430 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: audit 2024-09-21T00:11:21.479172+0000 mon.a (mon.0) 151 : audit [DBG] from='client.? 172.21.15.136:0/1295711581' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-21T00:11:26.430 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: cluster 2024-09-21T00:11:22.890242+0000 mgr.a (mgr.14150) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:26.430 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: audit 2024-09-21T00:11:24.652961+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:26.430 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: audit 2024-09-21T00:11:24.658149+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:26.430 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: audit 2024-09-21T00:11:24.664434+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:26.430 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: audit 2024-09-21T00:11:24.665687+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-21T00:11:26.430 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: audit 2024-09-21T00:11:24.667432+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:11:26.430 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: cephadm 2024-09-21T00:11:24.669343+0000 mgr.a (mgr.14150) 62 : cephadm [INF] Deploying daemon mon.b on smithi099 2024-09-21T00:11:26.430 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: cluster 2024-09-21T00:11:24.890611+0000 mgr.a (mgr.14150) 63 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:26.430 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:26 smithi136 bash[25149]: debug 2024-09-21T00:11:26.201+0000 7f0897b9a640 1 mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-09-21T00:11:30.294 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:30 smithi099 bash[24739]: cephadm 2024-09-21T00:11:01.365658+0000 mgr.a (mgr.14150) 42 : cephadm [INF] Added host smithi136 2024-09-21T00:11:30.294 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:30 smithi099 bash[24739]: cluster 2024-09-21T00:11:02.886322+0000 mgr.a (mgr.14150) 43 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:30.294 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:30 smithi099 bash[24739]: audit 2024-09-21T00:11:03.440982+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:30.294 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:30 smithi099 bash[24739]: audit 2024-09-21T00:11:04.621838+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:30.572 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:30 smithi099 bash[24739]: cluster 2024-09-21T00:11:04.886746+0000 mgr.a (mgr.14150) 44 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:30.572 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:30 smithi099 bash[24739]: cluster 2024-09-21T00:11:06.887183+0000 mgr.a (mgr.14150) 45 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:30.572 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:30 smithi099 bash[24739]: audit 2024-09-21T00:11:08.098063+0000 mgr.a (mgr.14150) 46 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T00:11:30.572 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:30 smithi099 bash[24739]: cluster 2024-09-21T00:11:08.887587+0000 mgr.a (mgr.14150) 47 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:30.572 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:30 smithi099 bash[24739]: audit 2024-09-21T00:11:10.115548+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:30.572 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:30 smithi099 bash[24739]: audit 2024-09-21T00:11:10.121140+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:30.572 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:30 smithi099 bash[24739]: audit 2024-09-21T00:11:10.127471+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:30.573 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:30 smithi099 bash[24739]: audit 2024-09-21T00:11:10.133018+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:30.573 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:30 smithi099 bash[24739]: audit 2024-09-21T00:11:10.134693+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi136", "name": "osd_memory_target"}]: dispatch 2024-09-21T00:11:30.573 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:30 smithi099 bash[24739]: audit 2024-09-21T00:11:10.136856+0000 mon.a (mon.0) 136 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:11:30.573 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:30 smithi099 bash[24739]: audit 2024-09-21T00:11:10.138341+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:11:30.573 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:30 smithi099 bash[24739]: cephadm 2024-09-21T00:11:10.140791+0000 mgr.a (mgr.14150) 48 : cephadm [INF] Updating smithi136:/etc/ceph/ceph.conf 2024-09-21T00:11:30.573 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:30 smithi099 bash[24739]: cephadm 2024-09-21T00:11:10.320813+0000 mgr.a (mgr.14150) 49 : cephadm [INF] Updating smithi136:/var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T00:11:30.573 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:30 smithi099 bash[24739]: cephadm 2024-09-21T00:11:10.469053+0000 mgr.a (mgr.14150) 50 : cephadm [INF] Updating smithi136:/etc/ceph/ceph.client.admin.keyring 2024-09-21T00:11:30.573 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:30 smithi099 bash[24739]: cephadm 2024-09-21T00:11:10.600941+0000 mgr.a (mgr.14150) 51 : cephadm [INF] Updating smithi136:/var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T00:11:30.573 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:30 smithi099 bash[24739]: audit 2024-09-21T00:11:10.735566+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:30.573 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:30 smithi099 bash[24739]: audit 2024-09-21T00:11:10.741267+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:30.573 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:30 smithi099 bash[24739]: audit 2024-09-21T00:11:10.747598+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:30.574 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:30 smithi099 bash[24739]: cluster 2024-09-21T00:11:10.888016+0000 mgr.a (mgr.14150) 52 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:30.574 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:30 smithi099 bash[24739]: cluster 2024-09-21T00:11:12.888389+0000 mgr.a (mgr.14150) 53 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:30.574 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:30 smithi099 bash[24739]: audit 2024-09-21T00:11:14.729863+0000 mon.a (mon.0) 141 : audit [INF] from='client.? 172.21.15.92:0/1989579930' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-09-21T00:11:30.574 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:30 smithi099 bash[24739]: cluster 2024-09-21T00:11:14.888793+0000 mgr.a (mgr.14150) 54 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:30.574 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:30 smithi099 bash[24739]: audit 2024-09-21T00:11:14.949153+0000 mon.a (mon.0) 142 : audit [INF] from='client.? 172.21.15.92:0/1989579930' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-21T00:11:30.575 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:30 smithi099 bash[24739]: cluster 2024-09-21T00:11:14.953762+0000 mon.a (mon.0) 143 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T00:11:30.575 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:30 smithi099 bash[24739]: cluster 2024-09-21T00:11:16.889198+0000 mgr.a (mgr.14150) 55 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:30.575 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:30 smithi099 bash[24739]: audit 2024-09-21T00:11:18.178031+0000 mgr.a (mgr.14150) 56 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi092:172.21.15.92=a;smithi099:172.21.15.99=b;smithi136:172.21.15.136=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T00:11:30.575 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:30 smithi099 bash[24739]: cephadm 2024-09-21T00:11:18.183130+0000 mgr.a (mgr.14150) 57 : cephadm [INF] Saving service mon spec with placement smithi092:172.21.15.92=a;smithi099:172.21.15.99=b;smithi136:172.21.15.136=c;count:3 2024-09-21T00:11:30.575 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:30 smithi099 bash[24739]: audit 2024-09-21T00:11:18.190563+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:30.575 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:30 smithi099 bash[24739]: audit 2024-09-21T00:11:18.192141+0000 mon.a (mon.0) 145 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:11:30.575 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:30 smithi099 bash[24739]: audit 2024-09-21T00:11:18.887751+0000 mon.a (mon.0) 146 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:11:30.575 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:30 smithi099 bash[24739]: cluster 2024-09-21T00:11:18.889456+0000 mgr.a (mgr.14150) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:30.576 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:30 smithi099 bash[24739]: audit 2024-09-21T00:11:18.889633+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:11:30.576 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:30 smithi099 bash[24739]: audit 2024-09-21T00:11:18.896196+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:30.576 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:30 smithi099 bash[24739]: audit 2024-09-21T00:11:18.898794+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-21T00:11:30.576 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:30 smithi099 bash[24739]: audit 2024-09-21T00:11:18.900297+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:11:30.576 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:30 smithi099 bash[24739]: cephadm 2024-09-21T00:11:18.901892+0000 mgr.a (mgr.14150) 59 : cephadm [INF] Deploying daemon mon.c on smithi136 2024-09-21T00:11:30.576 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:30 smithi099 bash[24739]: cluster 2024-09-21T00:11:20.889824+0000 mgr.a (mgr.14150) 60 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:30.576 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:30 smithi099 bash[24739]: audit 2024-09-21T00:11:21.479172+0000 mon.a (mon.0) 151 : audit [DBG] from='client.? 172.21.15.136:0/1295711581' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-21T00:11:30.576 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:30 smithi099 bash[24739]: cluster 2024-09-21T00:11:22.890242+0000 mgr.a (mgr.14150) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:30.577 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:30 smithi099 bash[24739]: audit 2024-09-21T00:11:24.652961+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:30.577 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:30 smithi099 bash[24739]: audit 2024-09-21T00:11:24.658149+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:30.577 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:30 smithi099 bash[24739]: audit 2024-09-21T00:11:24.664434+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:30.577 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:30 smithi099 bash[24739]: audit 2024-09-21T00:11:24.665687+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-21T00:11:30.577 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:30 smithi099 bash[24739]: audit 2024-09-21T00:11:24.667432+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:11:30.577 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:30 smithi099 bash[24739]: cephadm 2024-09-21T00:11:24.669343+0000 mgr.a (mgr.14150) 62 : cephadm [INF] Deploying daemon mon.b on smithi099 2024-09-21T00:11:30.577 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:30 smithi099 bash[24739]: cluster 2024-09-21T00:11:24.890611+0000 mgr.a (mgr.14150) 63 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:30.577 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:30 smithi099 bash[24739]: debug 2024-09-21T00:11:30.286+0000 7f922e62c640 1 mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-09-21T00:11:31.286 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T00:11:31.286 INFO:teuthology.orchestra.run.smithi136.stdout:{"epoch":2,"fsid":"80a90d1c-77ad-11ef-baf5-efdc52797490","modified":"2024-09-21T00:11:26.210048Z","created":"2024-09-21T00:09:04.748115Z","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.92:3300","nonce":0},{"type":"v1","addr":"172.21.15.92:6789","nonce":0}]},"addr":"172.21.15.92:6789/0","public_addr":"172.21.15.92:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-21T00:11:31.286 INFO:teuthology.orchestra.run.smithi136.stderr:dumped monmap epoch 2 2024-09-21T00:11:31.671 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:31 smithi136 bash[25149]: audit 2024-09-21T00:11:26.215297+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T00:11:31.671 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:31 smithi136 bash[25149]: cluster 2024-09-21T00:11:26.215679+0000 mon.a (mon.0) 159 : cluster [INF] mon.a calling monitor election 2024-09-21T00:11:31.671 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:31 smithi136 bash[25149]: audit 2024-09-21T00:11:26.236961+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T00:11:31.671 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:31 smithi136 bash[25149]: audit 2024-09-21T00:11:26.433965+0000 mon.a (mon.0) 161 : audit [DBG] from='client.? 172.21.15.136:0/2076739681' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-21T00:11:31.671 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:31 smithi136 bash[25149]: cluster 2024-09-21T00:11:26.891020+0000 mgr.a (mgr.14150) 64 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:31.672 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:31 smithi136 bash[25149]: audit 2024-09-21T00:11:27.210439+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T00:11:31.672 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:31 smithi136 bash[25149]: audit 2024-09-21T00:11:28.210431+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T00:11:31.672 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:31 smithi136 bash[25149]: cluster 2024-09-21T00:11:28.211915+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-21T00:11:31.672 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:31 smithi136 bash[25149]: cluster 2024-09-21T00:11:28.891387+0000 mgr.a (mgr.14150) 65 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:31.672 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:31 smithi136 bash[25149]: audit 2024-09-21T00:11:29.210586+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T00:11:31.672 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:31 smithi136 bash[25149]: audit 2024-09-21T00:11:30.210673+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T00:11:31.672 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:31 smithi136 bash[25149]: audit 2024-09-21T00:11:30.297125+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T00:11:31.672 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:31 smithi136 bash[25149]: cluster 2024-09-21T00:11:30.891788+0000 mgr.a (mgr.14150) 66 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:31.672 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:31 smithi136 bash[25149]: audit 2024-09-21T00:11:31.211001+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T00:11:31.672 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:31 smithi136 bash[25149]: cluster 2024-09-21T00:11:31.258771+0000 mon.a (mon.0) 168 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-21T00:11:31.672 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:31 smithi136 bash[25149]: cluster 2024-09-21T00:11:31.264549+0000 mon.a (mon.0) 169 : cluster [DBG] monmap epoch 2 2024-09-21T00:11:31.672 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:31 smithi136 bash[25149]: cluster 2024-09-21T00:11:31.264578+0000 mon.a (mon.0) 170 : cluster [DBG] fsid 80a90d1c-77ad-11ef-baf5-efdc52797490 2024-09-21T00:11:31.672 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:31 smithi136 bash[25149]: cluster 2024-09-21T00:11:31.264599+0000 mon.a (mon.0) 171 : cluster [DBG] last_changed 2024-09-21T00:11:26.210048+0000 2024-09-21T00:11:31.672 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:31 smithi136 bash[25149]: cluster 2024-09-21T00:11:31.264618+0000 mon.a (mon.0) 172 : cluster [DBG] created 2024-09-21T00:09:04.748115+0000 2024-09-21T00:11:31.673 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:31 smithi136 bash[25149]: cluster 2024-09-21T00:11:31.264641+0000 mon.a (mon.0) 173 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T00:11:31.673 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:31 smithi136 bash[25149]: cluster 2024-09-21T00:11:31.264664+0000 mon.a (mon.0) 174 : cluster [DBG] election_strategy: 1 2024-09-21T00:11:31.673 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:31 smithi136 bash[25149]: cluster 2024-09-21T00:11:31.264686+0000 mon.a (mon.0) 175 : cluster [DBG] 0: [v2:172.21.15.92:3300/0,v1:172.21.15.92:6789/0] mon.a 2024-09-21T00:11:31.673 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:31 smithi136 bash[25149]: cluster 2024-09-21T00:11:31.264711+0000 mon.a (mon.0) 176 : cluster [DBG] 1: [v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0] mon.c 2024-09-21T00:11:31.673 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:31 smithi136 bash[25149]: cluster 2024-09-21T00:11:31.284673+0000 mon.a (mon.0) 177 : cluster [DBG] fsmap 2024-09-21T00:11:31.673 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:31 smithi136 bash[25149]: cluster 2024-09-21T00:11:31.284723+0000 mon.a (mon.0) 178 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T00:11:31.673 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:31 smithi136 bash[25149]: cluster 2024-09-21T00:11:31.284984+0000 mon.a (mon.0) 179 : cluster [DBG] mgrmap e13: a(active, since 82s) 2024-09-21T00:11:31.673 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:31 smithi136 bash[25149]: cluster 2024-09-21T00:11:31.285223+0000 mon.a (mon.0) 180 : cluster [INF] overall HEALTH_OK 2024-09-21T00:11:31.673 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:31 smithi136 bash[25149]: audit 2024-09-21T00:11:31.292125+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:31.673 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:31 smithi136 bash[25149]: audit 2024-09-21T00:11:31.298543+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:31.673 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:31 smithi136 bash[25149]: audit 2024-09-21T00:11:31.299138+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T00:11:31.673 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:31 smithi136 bash[25149]: audit 2024-09-21T00:11:31.307577+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:31.673 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:31 smithi136 bash[25149]: audit 2024-09-21T00:11:31.314157+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:31.727 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:31 smithi092 bash[22943]: audit 2024-09-21T00:11:26.215297+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T00:11:31.728 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:31 smithi092 bash[22943]: cluster 2024-09-21T00:11:26.215679+0000 mon.a (mon.0) 159 : cluster [INF] mon.a calling monitor election 2024-09-21T00:11:31.728 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:31 smithi092 bash[22943]: audit 2024-09-21T00:11:26.236961+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T00:11:31.728 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:31 smithi092 bash[22943]: audit 2024-09-21T00:11:26.433965+0000 mon.a (mon.0) 161 : audit [DBG] from='client.? 172.21.15.136:0/2076739681' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-21T00:11:31.728 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:31 smithi092 bash[22943]: cluster 2024-09-21T00:11:26.891020+0000 mgr.a (mgr.14150) 64 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:31.728 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:31 smithi092 bash[22943]: audit 2024-09-21T00:11:27.210439+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T00:11:31.728 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:31 smithi092 bash[22943]: audit 2024-09-21T00:11:28.210431+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T00:11:31.728 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:31 smithi092 bash[22943]: cluster 2024-09-21T00:11:28.211915+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-21T00:11:31.728 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:31 smithi092 bash[22943]: cluster 2024-09-21T00:11:28.891387+0000 mgr.a (mgr.14150) 65 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:31.728 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:31 smithi092 bash[22943]: audit 2024-09-21T00:11:29.210586+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T00:11:31.728 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:31 smithi092 bash[22943]: audit 2024-09-21T00:11:30.210673+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T00:11:31.728 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:31 smithi092 bash[22943]: audit 2024-09-21T00:11:30.297125+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T00:11:31.728 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:31 smithi092 bash[22943]: cluster 2024-09-21T00:11:30.891788+0000 mgr.a (mgr.14150) 66 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:31.728 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:31 smithi092 bash[22943]: audit 2024-09-21T00:11:31.211001+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T00:11:31.729 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:31 smithi092 bash[22943]: cluster 2024-09-21T00:11:31.258771+0000 mon.a (mon.0) 168 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-21T00:11:31.729 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:31 smithi092 bash[22943]: cluster 2024-09-21T00:11:31.264549+0000 mon.a (mon.0) 169 : cluster [DBG] monmap epoch 2 2024-09-21T00:11:31.729 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:31 smithi092 bash[22943]: cluster 2024-09-21T00:11:31.264578+0000 mon.a (mon.0) 170 : cluster [DBG] fsid 80a90d1c-77ad-11ef-baf5-efdc52797490 2024-09-21T00:11:31.729 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:31 smithi092 bash[22943]: cluster 2024-09-21T00:11:31.264599+0000 mon.a (mon.0) 171 : cluster [DBG] last_changed 2024-09-21T00:11:26.210048+0000 2024-09-21T00:11:31.729 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:31 smithi092 bash[22943]: cluster 2024-09-21T00:11:31.264618+0000 mon.a (mon.0) 172 : cluster [DBG] created 2024-09-21T00:09:04.748115+0000 2024-09-21T00:11:31.729 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:31 smithi092 bash[22943]: cluster 2024-09-21T00:11:31.264641+0000 mon.a (mon.0) 173 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T00:11:31.729 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:31 smithi092 bash[22943]: cluster 2024-09-21T00:11:31.264664+0000 mon.a (mon.0) 174 : cluster [DBG] election_strategy: 1 2024-09-21T00:11:31.729 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:31 smithi092 bash[22943]: cluster 2024-09-21T00:11:31.264686+0000 mon.a (mon.0) 175 : cluster [DBG] 0: [v2:172.21.15.92:3300/0,v1:172.21.15.92:6789/0] mon.a 2024-09-21T00:11:31.729 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:31 smithi092 bash[22943]: cluster 2024-09-21T00:11:31.264711+0000 mon.a (mon.0) 176 : cluster [DBG] 1: [v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0] mon.c 2024-09-21T00:11:31.729 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:31 smithi092 bash[22943]: cluster 2024-09-21T00:11:31.284673+0000 mon.a (mon.0) 177 : cluster [DBG] fsmap 2024-09-21T00:11:31.729 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:31 smithi092 bash[22943]: cluster 2024-09-21T00:11:31.284723+0000 mon.a (mon.0) 178 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T00:11:31.729 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:31 smithi092 bash[22943]: cluster 2024-09-21T00:11:31.284984+0000 mon.a (mon.0) 179 : cluster [DBG] mgrmap e13: a(active, since 82s) 2024-09-21T00:11:31.729 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:31 smithi092 bash[22943]: cluster 2024-09-21T00:11:31.285223+0000 mon.a (mon.0) 180 : cluster [INF] overall HEALTH_OK 2024-09-21T00:11:31.729 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:31 smithi092 bash[22943]: audit 2024-09-21T00:11:31.292125+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:31.730 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:31 smithi092 bash[22943]: audit 2024-09-21T00:11:31.298543+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:31.730 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:31 smithi092 bash[22943]: audit 2024-09-21T00:11:31.299138+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T00:11:31.730 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:31 smithi092 bash[22943]: audit 2024-09-21T00:11:31.307577+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:31.730 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:31 smithi092 bash[22943]: audit 2024-09-21T00:11:31.314157+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:33.015 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-21T00:11:33.015 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80a90d1c-77ad-11ef-baf5-efdc52797490 -- ceph mon dump -f json 2024-09-21T00:11:37.403 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/mon.c/config 2024-09-21T00:11:37.671 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:37 smithi136 bash[25149]: audit 2024-09-21T00:11:32.304027+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T00:11:37.671 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:37 smithi136 bash[25149]: cluster 2024-09-21T00:11:32.304493+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-21T00:11:37.671 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:37 smithi136 bash[25149]: cluster 2024-09-21T00:11:32.304576+0000 mon.a (mon.0) 190 : cluster [INF] mon.a calling monitor election 2024-09-21T00:11:37.671 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:37 smithi136 bash[25149]: audit 2024-09-21T00:11:32.325191+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T00:11:37.671 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:37 smithi136 bash[25149]: audit 2024-09-21T00:11:32.325435+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T00:11:37.671 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:37 smithi136 bash[25149]: cluster 2024-09-21T00:11:32.892168+0000 mgr.a (mgr.14150) 67 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:37.671 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:37 smithi136 bash[25149]: audit 2024-09-21T00:11:33.297559+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T00:11:37.671 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:37 smithi136 bash[25149]: audit 2024-09-21T00:11:34.298114+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T00:11:37.672 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:37 smithi136 bash[25149]: cluster 2024-09-21T00:11:34.892539+0000 mgr.a (mgr.14150) 68 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:37.672 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:37 smithi136 bash[25149]: audit 2024-09-21T00:11:35.297809+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T00:11:37.672 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:37 smithi136 bash[25149]: audit 2024-09-21T00:11:36.298100+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T00:11:37.672 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:37 smithi136 bash[25149]: cluster 2024-09-21T00:11:36.892910+0000 mgr.a (mgr.14150) 69 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:37.672 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:37 smithi136 bash[25149]: audit 2024-09-21T00:11:37.298119+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T00:11:37.672 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:37 smithi136 bash[25149]: cluster 2024-09-21T00:11:37.325264+0000 mon.a (mon.0) 198 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-21T00:11:37.672 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:37 smithi136 bash[25149]: cluster 2024-09-21T00:11:37.331305+0000 mon.a (mon.0) 199 : cluster [DBG] monmap epoch 3 2024-09-21T00:11:37.672 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:37 smithi136 bash[25149]: cluster 2024-09-21T00:11:37.331335+0000 mon.a (mon.0) 200 : cluster [DBG] fsid 80a90d1c-77ad-11ef-baf5-efdc52797490 2024-09-21T00:11:37.672 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:37 smithi136 bash[25149]: cluster 2024-09-21T00:11:37.331351+0000 mon.a (mon.0) 201 : cluster [DBG] last_changed 2024-09-21T00:11:32.297533+0000 2024-09-21T00:11:37.672 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:37 smithi136 bash[25149]: cluster 2024-09-21T00:11:37.331365+0000 mon.a (mon.0) 202 : cluster [DBG] created 2024-09-21T00:09:04.748115+0000 2024-09-21T00:11:37.672 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:37 smithi136 bash[25149]: cluster 2024-09-21T00:11:37.331380+0000 mon.a (mon.0) 203 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T00:11:37.672 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:37 smithi136 bash[25149]: cluster 2024-09-21T00:11:37.331399+0000 mon.a (mon.0) 204 : cluster [DBG] election_strategy: 1 2024-09-21T00:11:37.672 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:37 smithi136 bash[25149]: cluster 2024-09-21T00:11:37.331424+0000 mon.a (mon.0) 205 : cluster [DBG] 0: [v2:172.21.15.92:3300/0,v1:172.21.15.92:6789/0] mon.a 2024-09-21T00:11:37.672 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:37 smithi136 bash[25149]: cluster 2024-09-21T00:11:37.331446+0000 mon.a (mon.0) 206 : cluster [DBG] 1: [v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0] mon.c 2024-09-21T00:11:37.673 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:37 smithi136 bash[25149]: cluster 2024-09-21T00:11:37.331465+0000 mon.a (mon.0) 207 : cluster [DBG] 2: [v2:172.21.15.99:3300/0,v1:172.21.15.99:6789/0] mon.b 2024-09-21T00:11:37.673 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:37 smithi136 bash[25149]: cluster 2024-09-21T00:11:37.348723+0000 mon.a (mon.0) 208 : cluster [DBG] fsmap 2024-09-21T00:11:37.673 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:37 smithi136 bash[25149]: cluster 2024-09-21T00:11:37.348775+0000 mon.a (mon.0) 209 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T00:11:37.673 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:37 smithi136 bash[25149]: cluster 2024-09-21T00:11:37.349036+0000 mon.a (mon.0) 210 : cluster [DBG] mgrmap e13: a(active, since 88s) 2024-09-21T00:11:37.673 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:37 smithi136 bash[25149]: cluster 2024-09-21T00:11:37.349333+0000 mon.a (mon.0) 211 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-09-21T00:11:37.673 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:37 smithi136 bash[25149]: cluster 2024-09-21T00:11:37.356587+0000 mon.a (mon.0) 212 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-09-21T00:11:37.673 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:37 smithi136 bash[25149]: cluster 2024-09-21T00:11:37.356636+0000 mon.a (mon.0) 213 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-09-21T00:11:37.673 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:37 smithi136 bash[25149]: cluster 2024-09-21T00:11:37.356675+0000 mon.a (mon.0) 214 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.99:3300/0,v1:172.21.15.99:6789/0] is down (out of quorum) 2024-09-21T00:11:37.673 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:37 smithi136 bash[25149]: audit 2024-09-21T00:11:37.363223+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:37.673 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:37 smithi136 bash[25149]: audit 2024-09-21T00:11:37.370467+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:37.673 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:37 smithi136 bash[25149]: audit 2024-09-21T00:11:37.377642+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:37.673 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:37 smithi136 bash[25149]: audit 2024-09-21T00:11:37.383747+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:37.673 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:37 smithi136 bash[25149]: audit 2024-09-21T00:11:37.389539+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:37.673 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:37 smithi136 bash[25149]: audit 2024-09-21T00:11:37.391078+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:11:37.674 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:37 smithi136 bash[25149]: audit 2024-09-21T00:11:37.392999+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:11:37.727 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:37 smithi092 bash[22943]: audit 2024-09-21T00:11:32.304027+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T00:11:37.727 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:37 smithi092 bash[22943]: cluster 2024-09-21T00:11:32.304493+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-21T00:11:37.727 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:37 smithi092 bash[22943]: cluster 2024-09-21T00:11:32.304576+0000 mon.a (mon.0) 190 : cluster [INF] mon.a calling monitor election 2024-09-21T00:11:37.727 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:37 smithi092 bash[22943]: audit 2024-09-21T00:11:32.325191+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T00:11:37.728 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:37 smithi092 bash[22943]: audit 2024-09-21T00:11:32.325435+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T00:11:37.728 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:37 smithi092 bash[22943]: cluster 2024-09-21T00:11:32.892168+0000 mgr.a (mgr.14150) 67 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:37.728 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:37 smithi092 bash[22943]: audit 2024-09-21T00:11:33.297559+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T00:11:37.728 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:37 smithi092 bash[22943]: audit 2024-09-21T00:11:34.298114+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T00:11:37.728 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:37 smithi092 bash[22943]: cluster 2024-09-21T00:11:34.892539+0000 mgr.a (mgr.14150) 68 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:37.728 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:37 smithi092 bash[22943]: audit 2024-09-21T00:11:35.297809+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T00:11:37.728 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:37 smithi092 bash[22943]: audit 2024-09-21T00:11:36.298100+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T00:11:37.728 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:37 smithi092 bash[22943]: cluster 2024-09-21T00:11:36.892910+0000 mgr.a (mgr.14150) 69 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:37.728 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:37 smithi092 bash[22943]: audit 2024-09-21T00:11:37.298119+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T00:11:37.728 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:37 smithi092 bash[22943]: cluster 2024-09-21T00:11:37.325264+0000 mon.a (mon.0) 198 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-21T00:11:37.728 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:37 smithi092 bash[22943]: cluster 2024-09-21T00:11:37.331305+0000 mon.a (mon.0) 199 : cluster [DBG] monmap epoch 3 2024-09-21T00:11:37.728 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:37 smithi092 bash[22943]: cluster 2024-09-21T00:11:37.331335+0000 mon.a (mon.0) 200 : cluster [DBG] fsid 80a90d1c-77ad-11ef-baf5-efdc52797490 2024-09-21T00:11:37.728 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:37 smithi092 bash[22943]: cluster 2024-09-21T00:11:37.331351+0000 mon.a (mon.0) 201 : cluster [DBG] last_changed 2024-09-21T00:11:32.297533+0000 2024-09-21T00:11:37.728 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:37 smithi092 bash[22943]: cluster 2024-09-21T00:11:37.331365+0000 mon.a (mon.0) 202 : cluster [DBG] created 2024-09-21T00:09:04.748115+0000 2024-09-21T00:11:37.729 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:37 smithi092 bash[22943]: cluster 2024-09-21T00:11:37.331380+0000 mon.a (mon.0) 203 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T00:11:37.729 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:37 smithi092 bash[22943]: cluster 2024-09-21T00:11:37.331399+0000 mon.a (mon.0) 204 : cluster [DBG] election_strategy: 1 2024-09-21T00:11:37.729 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:37 smithi092 bash[22943]: cluster 2024-09-21T00:11:37.331424+0000 mon.a (mon.0) 205 : cluster [DBG] 0: [v2:172.21.15.92:3300/0,v1:172.21.15.92:6789/0] mon.a 2024-09-21T00:11:37.729 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:37 smithi092 bash[22943]: cluster 2024-09-21T00:11:37.331446+0000 mon.a (mon.0) 206 : cluster [DBG] 1: [v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0] mon.c 2024-09-21T00:11:37.729 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:37 smithi092 bash[22943]: cluster 2024-09-21T00:11:37.331465+0000 mon.a (mon.0) 207 : cluster [DBG] 2: [v2:172.21.15.99:3300/0,v1:172.21.15.99:6789/0] mon.b 2024-09-21T00:11:37.729 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:37 smithi092 bash[22943]: cluster 2024-09-21T00:11:37.348723+0000 mon.a (mon.0) 208 : cluster [DBG] fsmap 2024-09-21T00:11:37.729 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:37 smithi092 bash[22943]: cluster 2024-09-21T00:11:37.348775+0000 mon.a (mon.0) 209 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T00:11:37.729 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:37 smithi092 bash[22943]: cluster 2024-09-21T00:11:37.349036+0000 mon.a (mon.0) 210 : cluster [DBG] mgrmap e13: a(active, since 88s) 2024-09-21T00:11:37.729 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:37 smithi092 bash[22943]: cluster 2024-09-21T00:11:37.349333+0000 mon.a (mon.0) 211 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-09-21T00:11:37.729 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:37 smithi092 bash[22943]: cluster 2024-09-21T00:11:37.356587+0000 mon.a (mon.0) 212 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-09-21T00:11:37.730 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:37 smithi092 bash[22943]: cluster 2024-09-21T00:11:37.356636+0000 mon.a (mon.0) 213 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-09-21T00:11:37.730 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:37 smithi092 bash[22943]: cluster 2024-09-21T00:11:37.356675+0000 mon.a (mon.0) 214 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.99:3300/0,v1:172.21.15.99:6789/0] is down (out of quorum) 2024-09-21T00:11:37.730 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:37 smithi092 bash[22943]: audit 2024-09-21T00:11:37.363223+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:37.730 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:37 smithi092 bash[22943]: audit 2024-09-21T00:11:37.370467+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:37.730 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:37 smithi092 bash[22943]: audit 2024-09-21T00:11:37.377642+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:37.730 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:37 smithi092 bash[22943]: audit 2024-09-21T00:11:37.383747+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:37.730 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:37 smithi092 bash[22943]: audit 2024-09-21T00:11:37.389539+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:37.730 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:37 smithi092 bash[22943]: audit 2024-09-21T00:11:37.391078+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:11:37.730 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:37 smithi092 bash[22943]: audit 2024-09-21T00:11:37.392999+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:11:38.770 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T00:11:38.770 INFO:teuthology.orchestra.run.smithi136.stdout:{"epoch":3,"fsid":"80a90d1c-77ad-11ef-baf5-efdc52797490","modified":"2024-09-21T00:11:32.297533Z","created":"2024-09-21T00:09:04.748115Z","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.92:3300","nonce":0},{"type":"v1","addr":"172.21.15.92:6789","nonce":0}]},"addr":"172.21.15.92:6789/0","public_addr":"172.21.15.92:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:3300","nonce":0},{"type":"v1","addr":"172.21.15.99:6789","nonce":0}]},"addr":"172.21.15.99:6789/0","public_addr":"172.21.15.99:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-21T00:11:38.771 INFO:teuthology.orchestra.run.smithi136.stderr:dumped monmap epoch 3 2024-09-21T00:11:38.977 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:38 smithi092 bash[22943]: cephadm 2024-09-21T00:11:37.395390+0000 mgr.a (mgr.14150) 70 : cephadm [INF] Updating smithi092:/etc/ceph/ceph.conf 2024-09-21T00:11:38.977 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:38 smithi092 bash[22943]: cephadm 2024-09-21T00:11:37.396039+0000 mgr.a (mgr.14150) 71 : cephadm [INF] Updating smithi099:/etc/ceph/ceph.conf 2024-09-21T00:11:38.977 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:38 smithi092 bash[22943]: cephadm 2024-09-21T00:11:37.397180+0000 mgr.a (mgr.14150) 72 : cephadm [INF] Updating smithi136:/etc/ceph/ceph.conf 2024-09-21T00:11:38.977 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:38 smithi092 bash[22943]: cephadm 2024-09-21T00:11:37.615352+0000 mgr.a (mgr.14150) 73 : cephadm [INF] Updating smithi092:/var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T00:11:38.978 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:38 smithi092 bash[22943]: cephadm 2024-09-21T00:11:37.618208+0000 mgr.a (mgr.14150) 74 : cephadm [INF] Updating smithi099:/var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T00:11:38.978 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:38 smithi092 bash[22943]: audit 2024-09-21T00:11:37.776462+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:38.978 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:38 smithi092 bash[22943]: audit 2024-09-21T00:11:37.781637+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:38.978 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:38 smithi092 bash[22943]: cephadm 2024-09-21T00:11:37.784301+0000 mgr.a (mgr.14150) 75 : cephadm [INF] Updating smithi136:/var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T00:11:38.978 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:38 smithi092 bash[22943]: audit 2024-09-21T00:11:37.787704+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:38.978 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:38 smithi092 bash[22943]: audit 2024-09-21T00:11:37.793211+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:38.978 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:38 smithi092 bash[22943]: audit 2024-09-21T00:11:37.897704+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:38.978 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:38 smithi092 bash[22943]: audit 2024-09-21T00:11:37.905355+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:38.978 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:38 smithi092 bash[22943]: audit 2024-09-21T00:11:37.913998+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:38.978 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:38 smithi092 bash[22943]: audit 2024-09-21T00:11:37.974945+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:38.978 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:38 smithi092 bash[22943]: audit 2024-09-21T00:11:37.981656+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:38.978 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:38 smithi092 bash[22943]: audit 2024-09-21T00:11:37.988860+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:38.978 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:38 smithi092 bash[22943]: audit 2024-09-21T00:11:37.995914+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:38.979 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:38 smithi092 bash[22943]: cephadm 2024-09-21T00:11:37.996634+0000 mgr.a (mgr.14150) 76 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-21T00:11:38.979 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:38 smithi092 bash[22943]: audit 2024-09-21T00:11:37.997234+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-21T00:11:38.979 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:38 smithi092 bash[22943]: audit 2024-09-21T00:11:37.998956+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-21T00:11:38.979 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:38 smithi092 bash[22943]: audit 2024-09-21T00:11:38.000576+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:11:38.979 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:38 smithi092 bash[22943]: cephadm 2024-09-21T00:11:38.002301+0000 mgr.a (mgr.14150) 77 : cephadm [INF] Reconfiguring daemon mon.a on smithi092 2024-09-21T00:11:38.979 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:38 smithi092 bash[22943]: audit 2024-09-21T00:11:38.298647+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T00:11:38.979 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:38 smithi092 bash[22943]: audit 2024-09-21T00:11:38.770022+0000 mon.a (mon.0) 237 : audit [DBG] from='client.? 172.21.15.136:0/3851928683' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-21T00:11:39.171 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:38 smithi136 bash[25149]: cephadm 2024-09-21T00:11:37.395390+0000 mgr.a (mgr.14150) 70 : cephadm [INF] Updating smithi092:/etc/ceph/ceph.conf 2024-09-21T00:11:39.171 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:38 smithi136 bash[25149]: cephadm 2024-09-21T00:11:37.396039+0000 mgr.a (mgr.14150) 71 : cephadm [INF] Updating smithi099:/etc/ceph/ceph.conf 2024-09-21T00:11:39.171 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:38 smithi136 bash[25149]: cephadm 2024-09-21T00:11:37.397180+0000 mgr.a (mgr.14150) 72 : cephadm [INF] Updating smithi136:/etc/ceph/ceph.conf 2024-09-21T00:11:39.171 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:38 smithi136 bash[25149]: cephadm 2024-09-21T00:11:37.615352+0000 mgr.a (mgr.14150) 73 : cephadm [INF] Updating smithi092:/var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T00:11:39.171 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:38 smithi136 bash[25149]: cephadm 2024-09-21T00:11:37.618208+0000 mgr.a (mgr.14150) 74 : cephadm [INF] Updating smithi099:/var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T00:11:39.171 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:38 smithi136 bash[25149]: audit 2024-09-21T00:11:37.776462+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:39.172 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:38 smithi136 bash[25149]: audit 2024-09-21T00:11:37.781637+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:39.172 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:38 smithi136 bash[25149]: cephadm 2024-09-21T00:11:37.784301+0000 mgr.a (mgr.14150) 75 : cephadm [INF] Updating smithi136:/var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T00:11:39.172 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:38 smithi136 bash[25149]: audit 2024-09-21T00:11:37.787704+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:39.172 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:38 smithi136 bash[25149]: audit 2024-09-21T00:11:37.793211+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:39.172 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:38 smithi136 bash[25149]: audit 2024-09-21T00:11:37.897704+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:39.172 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:38 smithi136 bash[25149]: audit 2024-09-21T00:11:37.905355+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:39.172 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:38 smithi136 bash[25149]: audit 2024-09-21T00:11:37.913998+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:39.172 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:38 smithi136 bash[25149]: audit 2024-09-21T00:11:37.974945+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:39.172 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:38 smithi136 bash[25149]: audit 2024-09-21T00:11:37.981656+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:39.172 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:38 smithi136 bash[25149]: audit 2024-09-21T00:11:37.988860+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:39.172 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:38 smithi136 bash[25149]: audit 2024-09-21T00:11:37.995914+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:39.172 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:38 smithi136 bash[25149]: cephadm 2024-09-21T00:11:37.996634+0000 mgr.a (mgr.14150) 76 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-21T00:11:39.172 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:38 smithi136 bash[25149]: audit 2024-09-21T00:11:37.997234+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-21T00:11:39.172 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:38 smithi136 bash[25149]: audit 2024-09-21T00:11:37.998956+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-21T00:11:39.173 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:38 smithi136 bash[25149]: audit 2024-09-21T00:11:38.000576+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:11:39.173 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:38 smithi136 bash[25149]: cephadm 2024-09-21T00:11:38.002301+0000 mgr.a (mgr.14150) 77 : cephadm [INF] Reconfiguring daemon mon.a on smithi092 2024-09-21T00:11:39.173 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:38 smithi136 bash[25149]: audit 2024-09-21T00:11:38.298647+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T00:11:39.173 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:38 smithi136 bash[25149]: audit 2024-09-21T00:11:38.770022+0000 mon.a (mon.0) 237 : audit [DBG] from='client.? 172.21.15.136:0/3851928683' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-21T00:11:39.373 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-09-21T00:11:39.373 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80a90d1c-77ad-11ef-baf5-efdc52797490 -- ceph config generate-minimal-conf 2024-09-21T00:11:39.782 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: audit 2024-09-21T00:11:26.215297+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T00:11:39.782 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cluster 2024-09-21T00:11:26.215679+0000 mon.a (mon.0) 159 : cluster [INF] mon.a calling monitor election 2024-09-21T00:11:39.783 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: audit 2024-09-21T00:11:26.236961+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T00:11:39.783 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: audit 2024-09-21T00:11:26.433965+0000 mon.a (mon.0) 161 : audit [DBG] from='client.? 172.21.15.136:0/2076739681' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-21T00:11:39.783 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cluster 2024-09-21T00:11:26.891020+0000 mgr.a (mgr.14150) 64 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:39.783 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: audit 2024-09-21T00:11:27.210439+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T00:11:39.783 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: audit 2024-09-21T00:11:28.210431+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T00:11:39.783 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cluster 2024-09-21T00:11:28.211915+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-21T00:11:39.783 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cluster 2024-09-21T00:11:28.891387+0000 mgr.a (mgr.14150) 65 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:39.783 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: audit 2024-09-21T00:11:29.210586+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T00:11:39.783 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: audit 2024-09-21T00:11:30.210673+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T00:11:39.783 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: audit 2024-09-21T00:11:30.297125+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T00:11:39.783 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cluster 2024-09-21T00:11:30.891788+0000 mgr.a (mgr.14150) 66 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:39.784 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: audit 2024-09-21T00:11:31.211001+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T00:11:39.784 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cluster 2024-09-21T00:11:31.258771+0000 mon.a (mon.0) 168 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-21T00:11:39.784 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cluster 2024-09-21T00:11:31.264549+0000 mon.a (mon.0) 169 : cluster [DBG] monmap epoch 2 2024-09-21T00:11:39.784 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cluster 2024-09-21T00:11:31.264578+0000 mon.a (mon.0) 170 : cluster [DBG] fsid 80a90d1c-77ad-11ef-baf5-efdc52797490 2024-09-21T00:11:39.784 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cluster 2024-09-21T00:11:31.264599+0000 mon.a (mon.0) 171 : cluster [DBG] last_changed 2024-09-21T00:11:26.210048+0000 2024-09-21T00:11:39.784 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cluster 2024-09-21T00:11:31.264618+0000 mon.a (mon.0) 172 : cluster [DBG] created 2024-09-21T00:09:04.748115+0000 2024-09-21T00:11:39.784 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cluster 2024-09-21T00:11:31.264641+0000 mon.a (mon.0) 173 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T00:11:39.784 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cluster 2024-09-21T00:11:31.264664+0000 mon.a (mon.0) 174 : cluster [DBG] election_strategy: 1 2024-09-21T00:11:39.784 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cluster 2024-09-21T00:11:31.264686+0000 mon.a (mon.0) 175 : cluster [DBG] 0: [v2:172.21.15.92:3300/0,v1:172.21.15.92:6789/0] mon.a 2024-09-21T00:11:39.785 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cluster 2024-09-21T00:11:31.264711+0000 mon.a (mon.0) 176 : cluster [DBG] 1: [v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0] mon.c 2024-09-21T00:11:39.785 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cluster 2024-09-21T00:11:31.284673+0000 mon.a (mon.0) 177 : cluster [DBG] fsmap 2024-09-21T00:11:39.785 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cluster 2024-09-21T00:11:31.284723+0000 mon.a (mon.0) 178 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T00:11:39.785 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cluster 2024-09-21T00:11:31.284984+0000 mon.a (mon.0) 179 : cluster [DBG] mgrmap e13: a(active, since 82s) 2024-09-21T00:11:39.785 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cluster 2024-09-21T00:11:31.285223+0000 mon.a (mon.0) 180 : cluster [INF] overall HEALTH_OK 2024-09-21T00:11:39.785 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: audit 2024-09-21T00:11:31.292125+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:39.785 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: audit 2024-09-21T00:11:31.298543+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:39.785 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: audit 2024-09-21T00:11:31.299138+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T00:11:39.785 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: audit 2024-09-21T00:11:31.307577+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:39.785 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: audit 2024-09-21T00:11:31.314157+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:39.785 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: audit 2024-09-21T00:11:32.304027+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T00:11:39.785 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cluster 2024-09-21T00:11:32.304493+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-21T00:11:39.786 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cluster 2024-09-21T00:11:32.304576+0000 mon.a (mon.0) 190 : cluster [INF] mon.a calling monitor election 2024-09-21T00:11:39.786 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: audit 2024-09-21T00:11:32.325191+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T00:11:39.786 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: audit 2024-09-21T00:11:32.325435+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T00:11:39.786 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cluster 2024-09-21T00:11:32.892168+0000 mgr.a (mgr.14150) 67 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:39.786 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: audit 2024-09-21T00:11:33.297559+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T00:11:39.786 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: audit 2024-09-21T00:11:34.298114+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T00:11:39.786 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cluster 2024-09-21T00:11:34.892539+0000 mgr.a (mgr.14150) 68 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:39.786 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: audit 2024-09-21T00:11:35.297809+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T00:11:39.786 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: audit 2024-09-21T00:11:36.298100+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T00:11:39.786 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cluster 2024-09-21T00:11:36.892910+0000 mgr.a (mgr.14150) 69 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:39.786 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: audit 2024-09-21T00:11:37.298119+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T00:11:39.786 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cluster 2024-09-21T00:11:37.325264+0000 mon.a (mon.0) 198 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-21T00:11:39.786 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cluster 2024-09-21T00:11:37.331305+0000 mon.a (mon.0) 199 : cluster [DBG] monmap epoch 3 2024-09-21T00:11:39.787 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cluster 2024-09-21T00:11:37.331335+0000 mon.a (mon.0) 200 : cluster [DBG] fsid 80a90d1c-77ad-11ef-baf5-efdc52797490 2024-09-21T00:11:39.787 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cluster 2024-09-21T00:11:37.331351+0000 mon.a (mon.0) 201 : cluster [DBG] last_changed 2024-09-21T00:11:32.297533+0000 2024-09-21T00:11:39.787 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cluster 2024-09-21T00:11:37.331365+0000 mon.a (mon.0) 202 : cluster [DBG] created 2024-09-21T00:09:04.748115+0000 2024-09-21T00:11:39.787 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cluster 2024-09-21T00:11:37.331380+0000 mon.a (mon.0) 203 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T00:11:39.787 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cluster 2024-09-21T00:11:37.331399+0000 mon.a (mon.0) 204 : cluster [DBG] election_strategy: 1 2024-09-21T00:11:39.787 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cluster 2024-09-21T00:11:37.331424+0000 mon.a (mon.0) 205 : cluster [DBG] 0: [v2:172.21.15.92:3300/0,v1:172.21.15.92:6789/0] mon.a 2024-09-21T00:11:39.787 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cluster 2024-09-21T00:11:37.331446+0000 mon.a (mon.0) 206 : cluster [DBG] 1: [v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0] mon.c 2024-09-21T00:11:39.787 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cluster 2024-09-21T00:11:37.331465+0000 mon.a (mon.0) 207 : cluster [DBG] 2: [v2:172.21.15.99:3300/0,v1:172.21.15.99:6789/0] mon.b 2024-09-21T00:11:39.787 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cluster 2024-09-21T00:11:37.348723+0000 mon.a (mon.0) 208 : cluster [DBG] fsmap 2024-09-21T00:11:39.787 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cluster 2024-09-21T00:11:37.348775+0000 mon.a (mon.0) 209 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T00:11:39.787 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cluster 2024-09-21T00:11:37.349036+0000 mon.a (mon.0) 210 : cluster [DBG] mgrmap e13: a(active, since 88s) 2024-09-21T00:11:39.787 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cluster 2024-09-21T00:11:37.349333+0000 mon.a (mon.0) 211 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-09-21T00:11:39.787 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cluster 2024-09-21T00:11:37.356587+0000 mon.a (mon.0) 212 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-09-21T00:11:39.787 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cluster 2024-09-21T00:11:37.356636+0000 mon.a (mon.0) 213 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-09-21T00:11:39.788 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cluster 2024-09-21T00:11:37.356675+0000 mon.a (mon.0) 214 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.99:3300/0,v1:172.21.15.99:6789/0] is down (out of quorum) 2024-09-21T00:11:39.788 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: audit 2024-09-21T00:11:37.363223+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:39.788 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: audit 2024-09-21T00:11:37.370467+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:39.788 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: audit 2024-09-21T00:11:37.377642+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:39.788 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: audit 2024-09-21T00:11:37.383747+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:39.788 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: audit 2024-09-21T00:11:37.389539+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:39.788 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: audit 2024-09-21T00:11:37.391078+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:11:39.788 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: audit 2024-09-21T00:11:37.392999+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:11:39.788 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cephadm 2024-09-21T00:11:37.395390+0000 mgr.a (mgr.14150) 70 : cephadm [INF] Updating smithi092:/etc/ceph/ceph.conf 2024-09-21T00:11:39.789 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cephadm 2024-09-21T00:11:37.396039+0000 mgr.a (mgr.14150) 71 : cephadm [INF] Updating smithi099:/etc/ceph/ceph.conf 2024-09-21T00:11:39.789 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cephadm 2024-09-21T00:11:37.397180+0000 mgr.a (mgr.14150) 72 : cephadm [INF] Updating smithi136:/etc/ceph/ceph.conf 2024-09-21T00:11:39.789 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cephadm 2024-09-21T00:11:37.615352+0000 mgr.a (mgr.14150) 73 : cephadm [INF] Updating smithi092:/var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T00:11:39.789 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cephadm 2024-09-21T00:11:37.618208+0000 mgr.a (mgr.14150) 74 : cephadm [INF] Updating smithi099:/var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T00:11:39.789 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: audit 2024-09-21T00:11:37.776462+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:39.789 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: audit 2024-09-21T00:11:37.781637+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:39.789 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cephadm 2024-09-21T00:11:37.784301+0000 mgr.a (mgr.14150) 75 : cephadm [INF] Updating smithi136:/var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T00:11:39.789 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: audit 2024-09-21T00:11:37.787704+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:39.789 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: audit 2024-09-21T00:11:37.793211+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:39.789 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: audit 2024-09-21T00:11:37.897704+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:39.789 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: audit 2024-09-21T00:11:37.905355+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:39.789 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: audit 2024-09-21T00:11:37.913998+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:39.789 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: audit 2024-09-21T00:11:37.974945+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:39.789 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: audit 2024-09-21T00:11:37.981656+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:39.790 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: audit 2024-09-21T00:11:37.988860+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:39.790 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: audit 2024-09-21T00:11:37.995914+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:39.790 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cephadm 2024-09-21T00:11:37.996634+0000 mgr.a (mgr.14150) 76 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-21T00:11:39.790 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: audit 2024-09-21T00:11:37.997234+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-21T00:11:39.790 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: audit 2024-09-21T00:11:37.998956+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-21T00:11:39.790 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: audit 2024-09-21T00:11:38.000576+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:11:39.790 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cephadm 2024-09-21T00:11:38.002301+0000 mgr.a (mgr.14150) 77 : cephadm [INF] Reconfiguring daemon mon.a on smithi092 2024-09-21T00:11:39.790 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: audit 2024-09-21T00:11:38.298647+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T00:11:39.790 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: audit 2024-09-21T00:11:38.770022+0000 mon.a (mon.0) 237 : audit [DBG] from='client.? 172.21.15.136:0/3851928683' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-21T00:11:39.790 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cluster 2024-09-21T00:11:34.299462+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-21T00:11:39.790 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cluster 2024-09-21T00:11:39.335927+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-09-21T00:11:39.790 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cluster 2024-09-21T00:11:39.336396+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-09-21T00:11:39.791 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cluster 2024-09-21T00:11:39.336738+0000 mon.a (mon.0) 239 : cluster [INF] mon.a calling monitor election 2024-09-21T00:11:39.791 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cluster 2024-09-21T00:11:39.360130+0000 mon.a (mon.0) 240 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-21T00:11:39.791 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cluster 2024-09-21T00:11:39.373930+0000 mon.a (mon.0) 241 : cluster [DBG] monmap epoch 3 2024-09-21T00:11:39.791 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cluster 2024-09-21T00:11:39.373977+0000 mon.a (mon.0) 242 : cluster [DBG] fsid 80a90d1c-77ad-11ef-baf5-efdc52797490 2024-09-21T00:11:39.791 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cluster 2024-09-21T00:11:39.374013+0000 mon.a (mon.0) 243 : cluster [DBG] last_changed 2024-09-21T00:11:32.297533+0000 2024-09-21T00:11:39.791 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cluster 2024-09-21T00:11:39.374048+0000 mon.a (mon.0) 244 : cluster [DBG] created 2024-09-21T00:09:04.748115+0000 2024-09-21T00:11:39.791 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cluster 2024-09-21T00:11:39.374083+0000 mon.a (mon.0) 245 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T00:11:39.791 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cluster 2024-09-21T00:11:39.374119+0000 mon.a (mon.0) 246 : cluster [DBG] election_strategy: 1 2024-09-21T00:11:39.791 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cluster 2024-09-21T00:11:39.374154+0000 mon.a (mon.0) 247 : cluster [DBG] 0: [v2:172.21.15.92:3300/0,v1:172.21.15.92:6789/0] mon.a 2024-09-21T00:11:39.791 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cluster 2024-09-21T00:11:39.374190+0000 mon.a (mon.0) 248 : cluster [DBG] 1: [v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0] mon.c 2024-09-21T00:11:39.791 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cluster 2024-09-21T00:11:39.374229+0000 mon.a (mon.0) 249 : cluster [DBG] 2: [v2:172.21.15.99:3300/0,v1:172.21.15.99:6789/0] mon.b 2024-09-21T00:11:39.791 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cluster 2024-09-21T00:11:39.392511+0000 mon.a (mon.0) 250 : cluster [DBG] fsmap 2024-09-21T00:11:39.791 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cluster 2024-09-21T00:11:39.392572+0000 mon.a (mon.0) 251 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T00:11:39.791 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cluster 2024-09-21T00:11:39.392824+0000 mon.a (mon.0) 252 : cluster [DBG] mgrmap e13: a(active, since 90s) 2024-09-21T00:11:39.791 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cluster 2024-09-21T00:11:39.393096+0000 mon.a (mon.0) 253 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-09-21T00:11:39.792 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cluster 2024-09-21T00:11:39.393129+0000 mon.a (mon.0) 254 : cluster [INF] Cluster is now healthy 2024-09-21T00:11:39.792 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:39 smithi099 bash[24739]: cluster 2024-09-21T00:11:39.397436+0000 mon.a (mon.0) 255 : cluster [INF] overall HEALTH_OK 2024-09-21T00:11:39.893 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:39 smithi092 bash[22943]: cluster 2024-09-21T00:11:34.299462+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-21T00:11:39.894 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:39 smithi092 bash[22943]: cluster 2024-09-21T00:11:39.335927+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-09-21T00:11:39.894 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:39 smithi092 bash[22943]: cluster 2024-09-21T00:11:39.336396+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-09-21T00:11:39.894 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:39 smithi092 bash[22943]: cluster 2024-09-21T00:11:39.336738+0000 mon.a (mon.0) 239 : cluster [INF] mon.a calling monitor election 2024-09-21T00:11:39.894 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:39 smithi092 bash[22943]: cluster 2024-09-21T00:11:39.360130+0000 mon.a (mon.0) 240 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-21T00:11:39.894 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:39 smithi092 bash[22943]: cluster 2024-09-21T00:11:39.373930+0000 mon.a (mon.0) 241 : cluster [DBG] monmap epoch 3 2024-09-21T00:11:39.894 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:39 smithi092 bash[22943]: cluster 2024-09-21T00:11:39.373977+0000 mon.a (mon.0) 242 : cluster [DBG] fsid 80a90d1c-77ad-11ef-baf5-efdc52797490 2024-09-21T00:11:39.894 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:39 smithi092 bash[22943]: cluster 2024-09-21T00:11:39.374013+0000 mon.a (mon.0) 243 : cluster [DBG] last_changed 2024-09-21T00:11:32.297533+0000 2024-09-21T00:11:39.894 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:39 smithi092 bash[22943]: cluster 2024-09-21T00:11:39.374048+0000 mon.a (mon.0) 244 : cluster [DBG] created 2024-09-21T00:09:04.748115+0000 2024-09-21T00:11:39.894 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:39 smithi092 bash[22943]: cluster 2024-09-21T00:11:39.374083+0000 mon.a (mon.0) 245 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T00:11:39.894 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:39 smithi092 bash[22943]: cluster 2024-09-21T00:11:39.374119+0000 mon.a (mon.0) 246 : cluster [DBG] election_strategy: 1 2024-09-21T00:11:39.894 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:39 smithi092 bash[22943]: cluster 2024-09-21T00:11:39.374154+0000 mon.a (mon.0) 247 : cluster [DBG] 0: [v2:172.21.15.92:3300/0,v1:172.21.15.92:6789/0] mon.a 2024-09-21T00:11:39.894 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:39 smithi092 bash[22943]: cluster 2024-09-21T00:11:39.374190+0000 mon.a (mon.0) 248 : cluster [DBG] 1: [v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0] mon.c 2024-09-21T00:11:39.895 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:39 smithi092 bash[22943]: cluster 2024-09-21T00:11:39.374229+0000 mon.a (mon.0) 249 : cluster [DBG] 2: [v2:172.21.15.99:3300/0,v1:172.21.15.99:6789/0] mon.b 2024-09-21T00:11:39.895 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:39 smithi092 bash[22943]: cluster 2024-09-21T00:11:39.392511+0000 mon.a (mon.0) 250 : cluster [DBG] fsmap 2024-09-21T00:11:39.895 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:39 smithi092 bash[22943]: cluster 2024-09-21T00:11:39.392572+0000 mon.a (mon.0) 251 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T00:11:39.895 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:39 smithi092 bash[22943]: cluster 2024-09-21T00:11:39.392824+0000 mon.a (mon.0) 252 : cluster [DBG] mgrmap e13: a(active, since 90s) 2024-09-21T00:11:39.895 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:39 smithi092 bash[22943]: cluster 2024-09-21T00:11:39.393096+0000 mon.a (mon.0) 253 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-09-21T00:11:39.895 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:39 smithi092 bash[22943]: cluster 2024-09-21T00:11:39.393129+0000 mon.a (mon.0) 254 : cluster [INF] Cluster is now healthy 2024-09-21T00:11:39.895 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:39 smithi092 bash[22943]: cluster 2024-09-21T00:11:39.397436+0000 mon.a (mon.0) 255 : cluster [INF] overall HEALTH_OK 2024-09-21T00:11:40.171 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:39 smithi136 bash[25149]: cluster 2024-09-21T00:11:34.299462+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-21T00:11:40.171 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:39 smithi136 bash[25149]: cluster 2024-09-21T00:11:39.335927+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-09-21T00:11:40.171 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:39 smithi136 bash[25149]: cluster 2024-09-21T00:11:39.336396+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-09-21T00:11:40.171 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:39 smithi136 bash[25149]: cluster 2024-09-21T00:11:39.336738+0000 mon.a (mon.0) 239 : cluster [INF] mon.a calling monitor election 2024-09-21T00:11:40.171 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:39 smithi136 bash[25149]: cluster 2024-09-21T00:11:39.360130+0000 mon.a (mon.0) 240 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-21T00:11:40.171 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:39 smithi136 bash[25149]: cluster 2024-09-21T00:11:39.373930+0000 mon.a (mon.0) 241 : cluster [DBG] monmap epoch 3 2024-09-21T00:11:40.171 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:39 smithi136 bash[25149]: cluster 2024-09-21T00:11:39.373977+0000 mon.a (mon.0) 242 : cluster [DBG] fsid 80a90d1c-77ad-11ef-baf5-efdc52797490 2024-09-21T00:11:40.171 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:39 smithi136 bash[25149]: cluster 2024-09-21T00:11:39.374013+0000 mon.a (mon.0) 243 : cluster [DBG] last_changed 2024-09-21T00:11:32.297533+0000 2024-09-21T00:11:40.171 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:39 smithi136 bash[25149]: cluster 2024-09-21T00:11:39.374048+0000 mon.a (mon.0) 244 : cluster [DBG] created 2024-09-21T00:09:04.748115+0000 2024-09-21T00:11:40.171 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:39 smithi136 bash[25149]: cluster 2024-09-21T00:11:39.374083+0000 mon.a (mon.0) 245 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T00:11:40.172 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:39 smithi136 bash[25149]: cluster 2024-09-21T00:11:39.374119+0000 mon.a (mon.0) 246 : cluster [DBG] election_strategy: 1 2024-09-21T00:11:40.172 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:39 smithi136 bash[25149]: cluster 2024-09-21T00:11:39.374154+0000 mon.a (mon.0) 247 : cluster [DBG] 0: [v2:172.21.15.92:3300/0,v1:172.21.15.92:6789/0] mon.a 2024-09-21T00:11:40.172 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:39 smithi136 bash[25149]: cluster 2024-09-21T00:11:39.374190+0000 mon.a (mon.0) 248 : cluster [DBG] 1: [v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0] mon.c 2024-09-21T00:11:40.172 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:39 smithi136 bash[25149]: cluster 2024-09-21T00:11:39.374229+0000 mon.a (mon.0) 249 : cluster [DBG] 2: [v2:172.21.15.99:3300/0,v1:172.21.15.99:6789/0] mon.b 2024-09-21T00:11:40.172 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:39 smithi136 bash[25149]: cluster 2024-09-21T00:11:39.392511+0000 mon.a (mon.0) 250 : cluster [DBG] fsmap 2024-09-21T00:11:40.172 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:39 smithi136 bash[25149]: cluster 2024-09-21T00:11:39.392572+0000 mon.a (mon.0) 251 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T00:11:40.172 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:39 smithi136 bash[25149]: cluster 2024-09-21T00:11:39.392824+0000 mon.a (mon.0) 252 : cluster [DBG] mgrmap e13: a(active, since 90s) 2024-09-21T00:11:40.172 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:39 smithi136 bash[25149]: cluster 2024-09-21T00:11:39.393096+0000 mon.a (mon.0) 253 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-09-21T00:11:40.172 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:39 smithi136 bash[25149]: cluster 2024-09-21T00:11:39.393129+0000 mon.a (mon.0) 254 : cluster [INF] Cluster is now healthy 2024-09-21T00:11:40.172 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:39 smithi136 bash[25149]: cluster 2024-09-21T00:11:39.397436+0000 mon.a (mon.0) 255 : cluster [INF] overall HEALTH_OK 2024-09-21T00:11:41.571 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:41 smithi099 bash[24739]: audit 2024-09-21T00:11:40.299061+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T00:11:41.572 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:41 smithi099 bash[24739]: audit 2024-09-21T00:11:40.409380+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:41.572 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:41 smithi099 bash[24739]: audit 2024-09-21T00:11:40.415598+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:41.572 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:41 smithi099 bash[24739]: cephadm 2024-09-21T00:11:40.417891+0000 mgr.a (mgr.14150) 79 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-21T00:11:41.572 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:41 smithi099 bash[24739]: audit 2024-09-21T00:11:40.418554+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-21T00:11:41.572 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:41 smithi099 bash[24739]: audit 2024-09-21T00:11:40.420045+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-21T00:11:41.572 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:41 smithi099 bash[24739]: audit 2024-09-21T00:11:40.421399+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:11:41.572 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:41 smithi099 bash[24739]: cephadm 2024-09-21T00:11:40.422763+0000 mgr.a (mgr.14150) 80 : cephadm [INF] Reconfiguring daemon mon.b on smithi099 2024-09-21T00:11:41.572 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:41 smithi099 bash[24739]: cluster 2024-09-21T00:11:40.893715+0000 mgr.a (mgr.14150) 81 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:41.671 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:41 smithi136 bash[25149]: audit 2024-09-21T00:11:40.299061+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T00:11:41.671 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:41 smithi136 bash[25149]: audit 2024-09-21T00:11:40.409380+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:41.671 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:41 smithi136 bash[25149]: audit 2024-09-21T00:11:40.415598+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:41.671 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:41 smithi136 bash[25149]: cephadm 2024-09-21T00:11:40.417891+0000 mgr.a (mgr.14150) 79 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-21T00:11:41.671 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:41 smithi136 bash[25149]: audit 2024-09-21T00:11:40.418554+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-21T00:11:41.671 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:41 smithi136 bash[25149]: audit 2024-09-21T00:11:40.420045+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-21T00:11:41.672 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:41 smithi136 bash[25149]: audit 2024-09-21T00:11:40.421399+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:11:41.672 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:41 smithi136 bash[25149]: cephadm 2024-09-21T00:11:40.422763+0000 mgr.a (mgr.14150) 80 : cephadm [INF] Reconfiguring daemon mon.b on smithi099 2024-09-21T00:11:41.672 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:41 smithi136 bash[25149]: cluster 2024-09-21T00:11:40.893715+0000 mgr.a (mgr.14150) 81 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:41.727 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:41 smithi092 bash[22943]: audit 2024-09-21T00:11:40.299061+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T00:11:41.727 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:41 smithi092 bash[22943]: audit 2024-09-21T00:11:40.409380+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:41.727 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:41 smithi092 bash[22943]: audit 2024-09-21T00:11:40.415598+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:41.727 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:41 smithi092 bash[22943]: cephadm 2024-09-21T00:11:40.417891+0000 mgr.a (mgr.14150) 79 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-21T00:11:41.727 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:41 smithi092 bash[22943]: audit 2024-09-21T00:11:40.418554+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-21T00:11:41.727 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:41 smithi092 bash[22943]: audit 2024-09-21T00:11:40.420045+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-21T00:11:41.727 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:41 smithi092 bash[22943]: audit 2024-09-21T00:11:40.421399+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:11:41.727 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:41 smithi092 bash[22943]: cephadm 2024-09-21T00:11:40.422763+0000 mgr.a (mgr.14150) 80 : cephadm [INF] Reconfiguring daemon mon.b on smithi099 2024-09-21T00:11:41.727 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:41 smithi092 bash[22943]: cluster 2024-09-21T00:11:40.893715+0000 mgr.a (mgr.14150) 81 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:43.821 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:43 smithi099 bash[24739]: audit 2024-09-21T00:11:42.563615+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:43.822 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:43 smithi099 bash[24739]: audit 2024-09-21T00:11:42.570608+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:43.822 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:43 smithi099 bash[24739]: cephadm 2024-09-21T00:11:42.572112+0000 mgr.a (mgr.14150) 82 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-21T00:11:43.822 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:43 smithi099 bash[24739]: audit 2024-09-21T00:11:42.572704+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-21T00:11:43.822 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:43 smithi099 bash[24739]: audit 2024-09-21T00:11:42.574686+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-21T00:11:43.822 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:43 smithi099 bash[24739]: audit 2024-09-21T00:11:42.576577+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:11:43.822 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:43 smithi099 bash[24739]: cephadm 2024-09-21T00:11:42.578743+0000 mgr.a (mgr.14150) 83 : cephadm [INF] Reconfiguring daemon mon.c on smithi136 2024-09-21T00:11:43.822 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:43 smithi099 bash[24739]: cluster 2024-09-21T00:11:42.894112+0000 mgr.a (mgr.14150) 84 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:43.921 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:43 smithi136 bash[25149]: audit 2024-09-21T00:11:42.563615+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:43.921 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:43 smithi136 bash[25149]: audit 2024-09-21T00:11:42.570608+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:43.921 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:43 smithi136 bash[25149]: cephadm 2024-09-21T00:11:42.572112+0000 mgr.a (mgr.14150) 82 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-21T00:11:43.921 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:43 smithi136 bash[25149]: audit 2024-09-21T00:11:42.572704+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-21T00:11:43.921 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:43 smithi136 bash[25149]: audit 2024-09-21T00:11:42.574686+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-21T00:11:43.921 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:43 smithi136 bash[25149]: audit 2024-09-21T00:11:42.576577+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:11:43.921 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:43 smithi136 bash[25149]: cephadm 2024-09-21T00:11:42.578743+0000 mgr.a (mgr.14150) 83 : cephadm [INF] Reconfiguring daemon mon.c on smithi136 2024-09-21T00:11:43.922 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:43 smithi136 bash[25149]: cluster 2024-09-21T00:11:42.894112+0000 mgr.a (mgr.14150) 84 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:43.977 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:43 smithi092 bash[22943]: audit 2024-09-21T00:11:42.563615+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:43.977 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:43 smithi092 bash[22943]: audit 2024-09-21T00:11:42.570608+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:43.977 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:43 smithi092 bash[22943]: cephadm 2024-09-21T00:11:42.572112+0000 mgr.a (mgr.14150) 82 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-21T00:11:43.977 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:43 smithi092 bash[22943]: audit 2024-09-21T00:11:42.572704+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-21T00:11:43.977 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:43 smithi092 bash[22943]: audit 2024-09-21T00:11:42.574686+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-21T00:11:43.977 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:43 smithi092 bash[22943]: audit 2024-09-21T00:11:42.576577+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:11:43.977 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:43 smithi092 bash[22943]: cephadm 2024-09-21T00:11:42.578743+0000 mgr.a (mgr.14150) 83 : cephadm [INF] Reconfiguring daemon mon.c on smithi136 2024-09-21T00:11:43.977 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:43 smithi092 bash[22943]: cluster 2024-09-21T00:11:42.894112+0000 mgr.a (mgr.14150) 84 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:44.090 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T00:11:45.424 INFO:teuthology.orchestra.run.smithi092.stdout:# minimal ceph.conf for 80a90d1c-77ad-11ef-baf5-efdc52797490 2024-09-21T00:11:45.424 INFO:teuthology.orchestra.run.smithi092.stdout:[global] 2024-09-21T00:11:45.424 INFO:teuthology.orchestra.run.smithi092.stdout: fsid = 80a90d1c-77ad-11ef-baf5-efdc52797490 2024-09-21T00:11:45.424 INFO:teuthology.orchestra.run.smithi092.stdout: mon_host = [v2:172.21.15.92:3300/0,v1:172.21.15.92:6789/0] [v2:172.21.15.99:3300/0,v1:172.21.15.99:6789/0] [v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0] 2024-09-21T00:11:45.726 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:45 smithi092 bash[22943]: audit 2024-09-21T00:11:44.682372+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:45.727 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:45 smithi092 bash[22943]: audit 2024-09-21T00:11:44.689254+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:45.727 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:45 smithi092 bash[22943]: audit 2024-09-21T00:11:44.691598+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:11:45.727 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:45 smithi092 bash[22943]: audit 2024-09-21T00:11:44.695260+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:11:45.727 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:45 smithi092 bash[22943]: audit 2024-09-21T00:11:44.697115+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:11:45.727 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:45 smithi092 bash[22943]: audit 2024-09-21T00:11:44.706228+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:45.727 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:45 smithi092 bash[22943]: cluster 2024-09-21T00:11:44.894522+0000 mgr.a (mgr.14150) 85 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:45.727 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:45 smithi092 bash[22943]: audit 2024-09-21T00:11:45.424136+0000 mon.a (mon.0) 273 : audit [DBG] from='client.? 172.21.15.92:0/2509824022' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:11:46.035 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-09-21T00:11:46.035 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2024-09-21T00:11:46.036 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd of=/etc/ceph/ceph.conf 2024-09-21T00:11:46.049 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2024-09-21T00:11:46.049 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-21T00:11:46.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:45 smithi099 bash[24739]: audit 2024-09-21T00:11:44.682372+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:46.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:45 smithi099 bash[24739]: audit 2024-09-21T00:11:44.689254+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:46.072 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:45 smithi099 bash[24739]: audit 2024-09-21T00:11:44.691598+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:11:46.072 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:45 smithi099 bash[24739]: audit 2024-09-21T00:11:44.695260+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:11:46.072 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:45 smithi099 bash[24739]: audit 2024-09-21T00:11:44.697115+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:11:46.072 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:45 smithi099 bash[24739]: audit 2024-09-21T00:11:44.706228+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:46.072 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:45 smithi099 bash[24739]: cluster 2024-09-21T00:11:44.894522+0000 mgr.a (mgr.14150) 85 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:46.072 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:45 smithi099 bash[24739]: audit 2024-09-21T00:11:45.424136+0000 mon.a (mon.0) 273 : audit [DBG] from='client.? 172.21.15.92:0/2509824022' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:11:46.103 DEBUG:teuthology.orchestra.run.smithi099:> set -ex 2024-09-21T00:11:46.103 DEBUG:teuthology.orchestra.run.smithi099:> sudo dd of=/etc/ceph/ceph.conf 2024-09-21T00:11:46.118 DEBUG:teuthology.orchestra.run.smithi099:> set -ex 2024-09-21T00:11:46.119 DEBUG:teuthology.orchestra.run.smithi099:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-21T00:11:46.170 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:45 smithi136 bash[25149]: audit 2024-09-21T00:11:44.682372+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:46.171 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:45 smithi136 bash[25149]: audit 2024-09-21T00:11:44.689254+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:46.171 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:45 smithi136 bash[25149]: audit 2024-09-21T00:11:44.691598+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:11:46.171 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:45 smithi136 bash[25149]: audit 2024-09-21T00:11:44.695260+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:11:46.171 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:45 smithi136 bash[25149]: audit 2024-09-21T00:11:44.697115+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:11:46.171 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:45 smithi136 bash[25149]: audit 2024-09-21T00:11:44.706228+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:46.171 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:45 smithi136 bash[25149]: cluster 2024-09-21T00:11:44.894522+0000 mgr.a (mgr.14150) 85 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:46.171 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:45 smithi136 bash[25149]: audit 2024-09-21T00:11:45.424136+0000 mon.a (mon.0) 273 : audit [DBG] from='client.? 172.21.15.92:0/2509824022' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:11:46.173 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-09-21T00:11:46.174 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd of=/etc/ceph/ceph.conf 2024-09-21T00:11:46.188 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-09-21T00:11:46.188 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-21T00:11:46.244 INFO:tasks.cephadm:Adding mgr.a on smithi092 2024-09-21T00:11:46.244 INFO:tasks.cephadm:Adding mgr.b on smithi099 2024-09-21T00:11:46.244 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80a90d1c-77ad-11ef-baf5-efdc52797490 -- ceph orch apply mgr '2;smithi092=a;smithi099=b' 2024-09-21T00:11:48.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:47 smithi092 bash[22943]: cluster 2024-09-21T00:11:46.894934+0000 mgr.a (mgr.14150) 86 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:48.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:47 smithi099 bash[24739]: cluster 2024-09-21T00:11:46.894934+0000 mgr.a (mgr.14150) 86 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:48.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:47 smithi136 bash[25149]: cluster 2024-09-21T00:11:46.894934+0000 mgr.a (mgr.14150) 86 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:50.004 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/mon.c/config 2024-09-21T00:11:50.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:49 smithi092 bash[22943]: cluster 2024-09-21T00:11:48.895337+0000 mgr.a (mgr.14150) 87 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:50.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:49 smithi099 bash[24739]: cluster 2024-09-21T00:11:48.895337+0000 mgr.a (mgr.14150) 87 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:50.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:49 smithi136 bash[25149]: cluster 2024-09-21T00:11:48.895337+0000 mgr.a (mgr.14150) 87 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:51.339 INFO:teuthology.orchestra.run.smithi136.stdout:Scheduled mgr update... 2024-09-21T00:11:51.934 DEBUG:teuthology.orchestra.run.smithi099:mgr.b> sudo journalctl -f -n 0 -u ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@mgr.b.service 2024-09-21T00:11:51.936 INFO:tasks.cephadm:Deploying OSDs... 2024-09-21T00:11:51.936 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2024-09-21T00:11:51.937 DEBUG:teuthology.orchestra.run.smithi092:> dd if=/scratch_devs of=/dev/stdout 2024-09-21T00:11:51.943 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-09-21T00:11:51.943 DEBUG:teuthology.orchestra.run.smithi092:> stat /dev/vg_nvme/lv_1 2024-09-21T00:11:51.992 INFO:teuthology.orchestra.run.smithi092.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-21T00:11:51.992 INFO:teuthology.orchestra.run.smithi092.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T00:11:51.992 INFO:teuthology.orchestra.run.smithi092.stdout:Device: 5h/5d Inode: 876 Links: 1 2024-09-21T00:11:51.992 INFO:teuthology.orchestra.run.smithi092.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T00:11:51.992 INFO:teuthology.orchestra.run.smithi092.stdout:Access: 2024-09-21 00:01:51.791423054 +0000 2024-09-21T00:11:51.992 INFO:teuthology.orchestra.run.smithi092.stdout:Modify: 2024-09-21 00:01:51.555425162 +0000 2024-09-21T00:11:51.992 INFO:teuthology.orchestra.run.smithi092.stdout:Change: 2024-09-21 00:01:51.555425162 +0000 2024-09-21T00:11:51.992 INFO:teuthology.orchestra.run.smithi092.stdout: Birth: - 2024-09-21T00:11:51.992 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-21T00:11:52.046 INFO:teuthology.orchestra.run.smithi092.stderr:1+0 records in 2024-09-21T00:11:52.047 INFO:teuthology.orchestra.run.smithi092.stderr:1+0 records out 2024-09-21T00:11:52.047 INFO:teuthology.orchestra.run.smithi092.stderr:512 bytes copied, 0.000349846 s, 1.5 MB/s 2024-09-21T00:11:52.048 DEBUG:teuthology.orchestra.run.smithi092:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-21T00:11:52.098 DEBUG:teuthology.orchestra.run.smithi092:> stat /dev/vg_nvme/lv_2 2024-09-21T00:11:52.143 INFO:teuthology.orchestra.run.smithi092.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-21T00:11:52.143 INFO:teuthology.orchestra.run.smithi092.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T00:11:52.143 INFO:teuthology.orchestra.run.smithi092.stdout:Device: 5h/5d Inode: 888 Links: 1 2024-09-21T00:11:52.143 INFO:teuthology.orchestra.run.smithi092.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T00:11:52.143 INFO:teuthology.orchestra.run.smithi092.stdout:Access: 2024-09-21 00:01:52.227419160 +0000 2024-09-21T00:11:52.143 INFO:teuthology.orchestra.run.smithi092.stdout:Modify: 2024-09-21 00:01:52.015421053 +0000 2024-09-21T00:11:52.144 INFO:teuthology.orchestra.run.smithi092.stdout:Change: 2024-09-21 00:01:52.015421053 +0000 2024-09-21T00:11:52.144 INFO:teuthology.orchestra.run.smithi092.stdout: Birth: - 2024-09-21T00:11:52.144 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-21T00:11:52.198 INFO:teuthology.orchestra.run.smithi092.stderr:1+0 records in 2024-09-21T00:11:52.198 INFO:teuthology.orchestra.run.smithi092.stderr:1+0 records out 2024-09-21T00:11:52.198 INFO:teuthology.orchestra.run.smithi092.stderr:512 bytes copied, 0.000383952 s, 1.3 MB/s 2024-09-21T00:11:52.199 DEBUG:teuthology.orchestra.run.smithi092:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-21T00:11:52.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:51 smithi092 bash[22943]: cluster 2024-09-21T00:11:50.895759+0000 mgr.a (mgr.14150) 88 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:52.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:51 smithi092 bash[22943]: audit 2024-09-21T00:11:51.338593+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:52.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:51 smithi092 bash[22943]: audit 2024-09-21T00:11:51.340427+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:11:52.232 DEBUG:teuthology.orchestra.run.smithi092:> stat /dev/vg_nvme/lv_3 2024-09-21T00:11:52.279 INFO:teuthology.orchestra.run.smithi092.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-21T00:11:52.279 INFO:teuthology.orchestra.run.smithi092.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T00:11:52.280 INFO:teuthology.orchestra.run.smithi092.stdout:Device: 5h/5d Inode: 913 Links: 1 2024-09-21T00:11:52.280 INFO:teuthology.orchestra.run.smithi092.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T00:11:52.280 INFO:teuthology.orchestra.run.smithi092.stdout:Access: 2024-09-21 00:01:52.695414979 +0000 2024-09-21T00:11:52.280 INFO:teuthology.orchestra.run.smithi092.stdout:Modify: 2024-09-21 00:01:52.463417051 +0000 2024-09-21T00:11:52.280 INFO:teuthology.orchestra.run.smithi092.stdout:Change: 2024-09-21 00:01:52.463417051 +0000 2024-09-21T00:11:52.280 INFO:teuthology.orchestra.run.smithi092.stdout: Birth: - 2024-09-21T00:11:52.280 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-21T00:11:52.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:51 smithi099 bash[24739]: cluster 2024-09-21T00:11:50.895759+0000 mgr.a (mgr.14150) 88 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:52.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:51 smithi099 bash[24739]: audit 2024-09-21T00:11:51.338593+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:52.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:51 smithi099 bash[24739]: audit 2024-09-21T00:11:51.340427+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:11:52.333 INFO:teuthology.orchestra.run.smithi092.stderr:1+0 records in 2024-09-21T00:11:52.333 INFO:teuthology.orchestra.run.smithi092.stderr:1+0 records out 2024-09-21T00:11:52.333 INFO:teuthology.orchestra.run.smithi092.stderr:512 bytes copied, 0.000349063 s, 1.5 MB/s 2024-09-21T00:11:52.334 DEBUG:teuthology.orchestra.run.smithi092:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-21T00:11:52.385 DEBUG:teuthology.orchestra.run.smithi092:> stat /dev/vg_nvme/lv_4 2024-09-21T00:11:52.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:51 smithi136 bash[25149]: cluster 2024-09-21T00:11:50.895759+0000 mgr.a (mgr.14150) 88 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:52.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:51 smithi136 bash[25149]: audit 2024-09-21T00:11:51.338593+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:52.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:51 smithi136 bash[25149]: audit 2024-09-21T00:11:51.340427+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:11:52.431 INFO:teuthology.orchestra.run.smithi092.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-21T00:11:52.431 INFO:teuthology.orchestra.run.smithi092.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T00:11:52.431 INFO:teuthology.orchestra.run.smithi092.stdout:Device: 5h/5d Inode: 930 Links: 1 2024-09-21T00:11:52.431 INFO:teuthology.orchestra.run.smithi092.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T00:11:52.431 INFO:teuthology.orchestra.run.smithi092.stdout:Access: 2024-09-21 00:01:53.187410584 +0000 2024-09-21T00:11:52.431 INFO:teuthology.orchestra.run.smithi092.stdout:Modify: 2024-09-21 00:01:52.923412942 +0000 2024-09-21T00:11:52.431 INFO:teuthology.orchestra.run.smithi092.stdout:Change: 2024-09-21 00:01:52.923412942 +0000 2024-09-21T00:11:52.431 INFO:teuthology.orchestra.run.smithi092.stdout: Birth: - 2024-09-21T00:11:52.432 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-21T00:11:52.485 INFO:teuthology.orchestra.run.smithi092.stderr:1+0 records in 2024-09-21T00:11:52.485 INFO:teuthology.orchestra.run.smithi092.stderr:1+0 records out 2024-09-21T00:11:52.485 INFO:teuthology.orchestra.run.smithi092.stderr:512 bytes copied, 0.000353678 s, 1.4 MB/s 2024-09-21T00:11:52.487 DEBUG:teuthology.orchestra.run.smithi092:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-21T00:11:52.538 DEBUG:teuthology.orchestra.run.smithi099:> set -ex 2024-09-21T00:11:52.538 DEBUG:teuthology.orchestra.run.smithi099:> dd if=/scratch_devs of=/dev/stdout 2024-09-21T00:11:52.543 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-09-21T00:11:52.543 DEBUG:teuthology.orchestra.run.smithi099:> stat /dev/vg_nvme/lv_1 2024-09-21T00:11:52.589 INFO:teuthology.orchestra.run.smithi099.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-21T00:11:52.589 INFO:teuthology.orchestra.run.smithi099.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T00:11:52.589 INFO:teuthology.orchestra.run.smithi099.stdout:Device: 5h/5d Inode: 875 Links: 1 2024-09-21T00:11:52.589 INFO:teuthology.orchestra.run.smithi099.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T00:11:52.589 INFO:teuthology.orchestra.run.smithi099.stdout:Access: 2024-09-21 00:01:50.368196904 +0000 2024-09-21T00:11:52.589 INFO:teuthology.orchestra.run.smithi099.stdout:Modify: 2024-09-21 00:01:50.108199226 +0000 2024-09-21T00:11:52.589 INFO:teuthology.orchestra.run.smithi099.stdout:Change: 2024-09-21 00:01:50.108199226 +0000 2024-09-21T00:11:52.590 INFO:teuthology.orchestra.run.smithi099.stdout: Birth: - 2024-09-21T00:11:52.590 DEBUG:teuthology.orchestra.run.smithi099:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-21T00:11:52.641 INFO:teuthology.orchestra.run.smithi099.stderr:1+0 records in 2024-09-21T00:11:52.641 INFO:teuthology.orchestra.run.smithi099.stderr:1+0 records out 2024-09-21T00:11:52.641 INFO:teuthology.orchestra.run.smithi099.stderr:512 bytes copied, 0.000337884 s, 1.5 MB/s 2024-09-21T00:11:52.642 DEBUG:teuthology.orchestra.run.smithi099:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-21T00:11:52.690 DEBUG:teuthology.orchestra.run.smithi099:> stat /dev/vg_nvme/lv_2 2024-09-21T00:11:52.736 INFO:teuthology.orchestra.run.smithi099.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-21T00:11:52.736 INFO:teuthology.orchestra.run.smithi099.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T00:11:52.736 INFO:teuthology.orchestra.run.smithi099.stdout:Device: 5h/5d Inode: 888 Links: 1 2024-09-21T00:11:52.736 INFO:teuthology.orchestra.run.smithi099.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T00:11:52.737 INFO:teuthology.orchestra.run.smithi099.stdout:Access: 2024-09-21 00:01:50.856192545 +0000 2024-09-21T00:11:52.737 INFO:teuthology.orchestra.run.smithi099.stdout:Modify: 2024-09-21 00:01:50.588194939 +0000 2024-09-21T00:11:52.737 INFO:teuthology.orchestra.run.smithi099.stdout:Change: 2024-09-21 00:01:50.588194939 +0000 2024-09-21T00:11:52.737 INFO:teuthology.orchestra.run.smithi099.stdout: Birth: - 2024-09-21T00:11:52.737 DEBUG:teuthology.orchestra.run.smithi099:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-21T00:11:52.789 INFO:teuthology.orchestra.run.smithi099.stderr:1+0 records in 2024-09-21T00:11:52.789 INFO:teuthology.orchestra.run.smithi099.stderr:1+0 records out 2024-09-21T00:11:52.789 INFO:teuthology.orchestra.run.smithi099.stderr:512 bytes copied, 0.000409537 s, 1.3 MB/s 2024-09-21T00:11:52.790 DEBUG:teuthology.orchestra.run.smithi099:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-21T00:11:52.838 DEBUG:teuthology.orchestra.run.smithi099:> stat /dev/vg_nvme/lv_3 2024-09-21T00:11:52.885 INFO:teuthology.orchestra.run.smithi099.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-21T00:11:52.885 INFO:teuthology.orchestra.run.smithi099.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T00:11:52.886 INFO:teuthology.orchestra.run.smithi099.stdout:Device: 5h/5d Inode: 908 Links: 1 2024-09-21T00:11:52.886 INFO:teuthology.orchestra.run.smithi099.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T00:11:52.886 INFO:teuthology.orchestra.run.smithi099.stdout:Access: 2024-09-21 00:01:51.360188043 +0000 2024-09-21T00:11:52.886 INFO:teuthology.orchestra.run.smithi099.stdout:Modify: 2024-09-21 00:01:51.100190366 +0000 2024-09-21T00:11:52.886 INFO:teuthology.orchestra.run.smithi099.stdout:Change: 2024-09-21 00:01:51.100190366 +0000 2024-09-21T00:11:52.886 INFO:teuthology.orchestra.run.smithi099.stdout: Birth: - 2024-09-21T00:11:52.886 DEBUG:teuthology.orchestra.run.smithi099:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-21T00:11:52.940 INFO:teuthology.orchestra.run.smithi099.stderr:1+0 records in 2024-09-21T00:11:52.940 INFO:teuthology.orchestra.run.smithi099.stderr:1+0 records out 2024-09-21T00:11:52.940 INFO:teuthology.orchestra.run.smithi099.stderr:512 bytes copied, 0.000410307 s, 1.2 MB/s 2024-09-21T00:11:52.941 DEBUG:teuthology.orchestra.run.smithi099:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-21T00:11:52.991 DEBUG:teuthology.orchestra.run.smithi099:> stat /dev/vg_nvme/lv_4 2024-09-21T00:11:53.038 INFO:teuthology.orchestra.run.smithi099.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-21T00:11:53.038 INFO:teuthology.orchestra.run.smithi099.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T00:11:53.038 INFO:teuthology.orchestra.run.smithi099.stdout:Device: 5h/5d Inode: 920 Links: 1 2024-09-21T00:11:53.038 INFO:teuthology.orchestra.run.smithi099.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T00:11:53.038 INFO:teuthology.orchestra.run.smithi099.stdout:Access: 2024-09-21 00:01:51.884183363 +0000 2024-09-21T00:11:53.038 INFO:teuthology.orchestra.run.smithi099.stdout:Modify: 2024-09-21 00:01:51.620185720 +0000 2024-09-21T00:11:53.038 INFO:teuthology.orchestra.run.smithi099.stdout:Change: 2024-09-21 00:01:51.620185720 +0000 2024-09-21T00:11:53.038 INFO:teuthology.orchestra.run.smithi099.stdout: Birth: - 2024-09-21T00:11:53.038 DEBUG:teuthology.orchestra.run.smithi099:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-21T00:11:53.092 INFO:teuthology.orchestra.run.smithi099.stderr:1+0 records in 2024-09-21T00:11:53.092 INFO:teuthology.orchestra.run.smithi099.stderr:1+0 records out 2024-09-21T00:11:53.092 INFO:teuthology.orchestra.run.smithi099.stderr:512 bytes copied, 0.000255921 s, 2.0 MB/s 2024-09-21T00:11:53.093 DEBUG:teuthology.orchestra.run.smithi099:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-21T00:11:53.147 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-09-21T00:11:53.147 DEBUG:teuthology.orchestra.run.smithi136:> dd if=/scratch_devs of=/dev/stdout 2024-09-21T00:11:53.153 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-09-21T00:11:53.153 DEBUG:teuthology.orchestra.run.smithi136:> stat /dev/vg_nvme/lv_1 2024-09-21T00:11:53.201 INFO:teuthology.orchestra.run.smithi136.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-21T00:11:53.201 INFO:teuthology.orchestra.run.smithi136.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T00:11:53.201 INFO:teuthology.orchestra.run.smithi136.stdout:Device: 5h/5d Inode: 879 Links: 1 2024-09-21T00:11:53.201 INFO:teuthology.orchestra.run.smithi136.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T00:11:53.201 INFO:teuthology.orchestra.run.smithi136.stdout:Access: 2024-09-21 00:02:03.997453481 +0000 2024-09-21T00:11:53.201 INFO:teuthology.orchestra.run.smithi136.stdout:Modify: 2024-09-21 00:02:03.761455590 +0000 2024-09-21T00:11:53.201 INFO:teuthology.orchestra.run.smithi136.stdout:Change: 2024-09-21 00:02:03.761455590 +0000 2024-09-21T00:11:53.201 INFO:teuthology.orchestra.run.smithi136.stdout: Birth: - 2024-09-21T00:11:53.201 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-21T00:11:53.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:52 smithi092 bash[22943]: audit 2024-09-21T00:11:51.329607+0000 mgr.a (mgr.14150) 89 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi092=a;smithi099=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T00:11:53.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:52 smithi092 bash[22943]: cephadm 2024-09-21T00:11:51.332559+0000 mgr.a (mgr.14150) 90 : cephadm [INF] Saving service mgr spec with placement smithi092=a;smithi099=b;count:2 2024-09-21T00:11:53.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:52 smithi092 bash[22943]: audit 2024-09-21T00:11:52.061279+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:11:53.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:52 smithi092 bash[22943]: audit 2024-09-21T00:11:52.062634+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:11:53.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:52 smithi092 bash[22943]: audit 2024-09-21T00:11:52.070720+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:53.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:52 smithi092 bash[22943]: audit 2024-09-21T00:11:52.073604+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-21T00:11:53.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:52 smithi092 bash[22943]: audit 2024-09-21T00:11:52.077815+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-21T00:11:53.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:52 smithi092 bash[22943]: audit 2024-09-21T00:11:52.082061+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-21T00:11:53.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:52 smithi092 bash[22943]: audit 2024-09-21T00:11:52.083671+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:11:53.253 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:52 smithi136 bash[25149]: audit 2024-09-21T00:11:51.329607+0000 mgr.a (mgr.14150) 89 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi092=a;smithi099=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T00:11:53.253 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:52 smithi136 bash[25149]: cephadm 2024-09-21T00:11:51.332559+0000 mgr.a (mgr.14150) 90 : cephadm [INF] Saving service mgr spec with placement smithi092=a;smithi099=b;count:2 2024-09-21T00:11:53.253 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:52 smithi136 bash[25149]: audit 2024-09-21T00:11:52.061279+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:11:53.254 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:52 smithi136 bash[25149]: audit 2024-09-21T00:11:52.062634+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:11:53.254 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:52 smithi136 bash[25149]: audit 2024-09-21T00:11:52.070720+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:53.254 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:52 smithi136 bash[25149]: audit 2024-09-21T00:11:52.073604+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-21T00:11:53.254 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:52 smithi136 bash[25149]: audit 2024-09-21T00:11:52.077815+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-21T00:11:53.254 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:52 smithi136 bash[25149]: audit 2024-09-21T00:11:52.082061+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-21T00:11:53.254 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:52 smithi136 bash[25149]: audit 2024-09-21T00:11:52.083671+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:11:53.255 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records in 2024-09-21T00:11:53.255 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records out 2024-09-21T00:11:53.255 INFO:teuthology.orchestra.run.smithi136.stderr:512 bytes copied, 0.000447534 s, 1.1 MB/s 2024-09-21T00:11:53.257 DEBUG:teuthology.orchestra.run.smithi136:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-21T00:11:53.306 DEBUG:teuthology.orchestra.run.smithi136:> stat /dev/vg_nvme/lv_2 2024-09-21T00:11:53.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:52 smithi099 bash[24739]: audit 2024-09-21T00:11:51.329607+0000 mgr.a (mgr.14150) 89 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi092=a;smithi099=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T00:11:53.322 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:52 smithi099 bash[24739]: cephadm 2024-09-21T00:11:51.332559+0000 mgr.a (mgr.14150) 90 : cephadm [INF] Saving service mgr spec with placement smithi092=a;smithi099=b;count:2 2024-09-21T00:11:53.322 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:52 smithi099 bash[24739]: audit 2024-09-21T00:11:52.061279+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:11:53.322 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:52 smithi099 bash[24739]: audit 2024-09-21T00:11:52.062634+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:11:53.322 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:52 smithi099 bash[24739]: audit 2024-09-21T00:11:52.070720+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:53.322 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:52 smithi099 bash[24739]: audit 2024-09-21T00:11:52.073604+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-21T00:11:53.322 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:52 smithi099 bash[24739]: audit 2024-09-21T00:11:52.077815+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-21T00:11:53.322 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:52 smithi099 bash[24739]: audit 2024-09-21T00:11:52.082061+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-21T00:11:53.322 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:52 smithi099 bash[24739]: audit 2024-09-21T00:11:52.083671+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:11:53.356 INFO:teuthology.orchestra.run.smithi136.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-21T00:11:53.356 INFO:teuthology.orchestra.run.smithi136.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T00:11:53.356 INFO:teuthology.orchestra.run.smithi136.stdout:Device: 5h/5d Inode: 896 Links: 1 2024-09-21T00:11:53.356 INFO:teuthology.orchestra.run.smithi136.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T00:11:53.356 INFO:teuthology.orchestra.run.smithi136.stdout:Access: 2024-09-21 00:02:04.461449337 +0000 2024-09-21T00:11:53.356 INFO:teuthology.orchestra.run.smithi136.stdout:Modify: 2024-09-21 00:02:04.221451481 +0000 2024-09-21T00:11:53.356 INFO:teuthology.orchestra.run.smithi136.stdout:Change: 2024-09-21 00:02:04.221451481 +0000 2024-09-21T00:11:53.357 INFO:teuthology.orchestra.run.smithi136.stdout: Birth: - 2024-09-21T00:11:53.357 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-21T00:11:53.410 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records in 2024-09-21T00:11:53.411 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records out 2024-09-21T00:11:53.411 INFO:teuthology.orchestra.run.smithi136.stderr:512 bytes copied, 0.0003929 s, 1.3 MB/s 2024-09-21T00:11:53.412 DEBUG:teuthology.orchestra.run.smithi136:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-21T00:11:53.462 DEBUG:teuthology.orchestra.run.smithi136:> stat /dev/vg_nvme/lv_3 2024-09-21T00:11:53.508 INFO:teuthology.orchestra.run.smithi136.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-21T00:11:53.509 INFO:teuthology.orchestra.run.smithi136.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T00:11:53.509 INFO:teuthology.orchestra.run.smithi136.stdout:Device: 5h/5d Inode: 910 Links: 1 2024-09-21T00:11:53.509 INFO:teuthology.orchestra.run.smithi136.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T00:11:53.509 INFO:teuthology.orchestra.run.smithi136.stdout:Access: 2024-09-21 00:02:04.949444977 +0000 2024-09-21T00:11:53.509 INFO:teuthology.orchestra.run.smithi136.stdout:Modify: 2024-09-21 00:02:04.721447015 +0000 2024-09-21T00:11:53.509 INFO:teuthology.orchestra.run.smithi136.stdout:Change: 2024-09-21 00:02:04.721447015 +0000 2024-09-21T00:11:53.509 INFO:teuthology.orchestra.run.smithi136.stdout: Birth: - 2024-09-21T00:11:53.509 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-21T00:11:53.563 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records in 2024-09-21T00:11:53.563 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records out 2024-09-21T00:11:53.563 INFO:teuthology.orchestra.run.smithi136.stderr:512 bytes copied, 0.000445924 s, 1.1 MB/s 2024-09-21T00:11:53.564 DEBUG:teuthology.orchestra.run.smithi136:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-21T00:11:53.614 DEBUG:teuthology.orchestra.run.smithi136:> stat /dev/vg_nvme/lv_4 2024-09-21T00:11:53.660 INFO:teuthology.orchestra.run.smithi136.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-21T00:11:53.661 INFO:teuthology.orchestra.run.smithi136.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T00:11:53.661 INFO:teuthology.orchestra.run.smithi136.stdout:Device: 5h/5d Inode: 924 Links: 1 2024-09-21T00:11:53.661 INFO:teuthology.orchestra.run.smithi136.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T00:11:53.661 INFO:teuthology.orchestra.run.smithi136.stdout:Access: 2024-09-21 00:02:05.409440870 +0000 2024-09-21T00:11:53.661 INFO:teuthology.orchestra.run.smithi136.stdout:Modify: 2024-09-21 00:02:05.169443012 +0000 2024-09-21T00:11:53.661 INFO:teuthology.orchestra.run.smithi136.stdout:Change: 2024-09-21 00:02:05.169443012 +0000 2024-09-21T00:11:53.661 INFO:teuthology.orchestra.run.smithi136.stdout: Birth: - 2024-09-21T00:11:53.661 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-21T00:11:53.714 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records in 2024-09-21T00:11:53.714 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records out 2024-09-21T00:11:53.714 INFO:teuthology.orchestra.run.smithi136.stderr:512 bytes copied, 0.000410841 s, 1.2 MB/s 2024-09-21T00:11:53.716 DEBUG:teuthology.orchestra.run.smithi136:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-21T00:11:53.766 INFO:tasks.cephadm:Deploying osd.0 on smithi092 with /dev/vg_nvme/lv_4... 2024-09-21T00:11:53.766 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80a90d1c-77ad-11ef-baf5-efdc52797490 -- lvm zap /dev/vg_nvme/lv_4 2024-09-21T00:11:54.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:54 smithi136 bash[25149]: cephadm 2024-09-21T00:11:52.085269+0000 mgr.a (mgr.14150) 91 : cephadm [INF] Deploying daemon mgr.b on smithi099 2024-09-21T00:11:54.421 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:54 smithi136 bash[25149]: cluster 2024-09-21T00:11:52.896226+0000 mgr.a (mgr.14150) 92 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:54.450 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:54 smithi099 bash[24739]: cephadm 2024-09-21T00:11:52.085269+0000 mgr.a (mgr.14150) 91 : cephadm [INF] Deploying daemon mgr.b on smithi099 2024-09-21T00:11:54.450 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:54 smithi099 bash[24739]: cluster 2024-09-21T00:11:52.896226+0000 mgr.a (mgr.14150) 92 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:54.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:54 smithi092 bash[22943]: cephadm 2024-09-21T00:11:52.085269+0000 mgr.a (mgr.14150) 91 : cephadm [INF] Deploying daemon mgr.b on smithi099 2024-09-21T00:11:54.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:54 smithi092 bash[22943]: cluster 2024-09-21T00:11:52.896226+0000 mgr.a (mgr.14150) 92 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:54.748 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:11:54 smithi099 systemd[1]: /etc/systemd/system/ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T00:11:54.748 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:11:54 smithi099 systemd[1]: Started Ceph mgr.b for 80a90d1c-77ad-11ef-baf5-efdc52797490. 2024-09-21T00:11:54.748 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:54 smithi099 systemd[1]: /etc/systemd/system/ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T00:11:54.748 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:54 smithi099 systemd[1]: /etc/systemd/system/ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T00:11:56.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:55 smithi099 bash[24739]: audit 2024-09-21T00:11:54.799339+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:56.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:55 smithi099 bash[24739]: audit 2024-09-21T00:11:54.807661+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:56.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:55 smithi099 bash[24739]: audit 2024-09-21T00:11:54.814786+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:56.072 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:55 smithi099 bash[24739]: audit 2024-09-21T00:11:54.821647+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:56.072 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:55 smithi099 bash[24739]: cluster 2024-09-21T00:11:54.896668+0000 mgr.a (mgr.14150) 93 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:56.072 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:55 smithi099 bash[24739]: audit 2024-09-21T00:11:54.909564+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:11:56.072 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:11:55 smithi099 bash[25246]: debug 2024-09-21T00:11:55.666+0000 7fd770d20640 1 -- 172.21.15.99:0/2638039369 <== mon.2 v2:172.21.15.99:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x563956f990e0 con 0x563956f9b800 2024-09-21T00:11:56.072 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:11:55 smithi099 bash[25246]: debug 2024-09-21T00:11:55.778+0000 7fd77358a040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-21T00:11:56.170 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:55 smithi136 bash[25149]: audit 2024-09-21T00:11:54.799339+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:56.171 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:55 smithi136 bash[25149]: audit 2024-09-21T00:11:54.807661+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:56.171 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:55 smithi136 bash[25149]: audit 2024-09-21T00:11:54.814786+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:56.171 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:55 smithi136 bash[25149]: audit 2024-09-21T00:11:54.821647+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:56.171 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:55 smithi136 bash[25149]: cluster 2024-09-21T00:11:54.896668+0000 mgr.a (mgr.14150) 93 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:56.171 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:55 smithi136 bash[25149]: audit 2024-09-21T00:11:54.909564+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:11:56.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:55 smithi092 bash[22943]: audit 2024-09-21T00:11:54.799339+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:56.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:55 smithi092 bash[22943]: audit 2024-09-21T00:11:54.807661+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:56.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:55 smithi092 bash[22943]: audit 2024-09-21T00:11:54.814786+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:56.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:55 smithi092 bash[22943]: audit 2024-09-21T00:11:54.821647+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:56.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:55 smithi092 bash[22943]: cluster 2024-09-21T00:11:54.896668+0000 mgr.a (mgr.14150) 93 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:56.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:55 smithi092 bash[22943]: audit 2024-09-21T00:11:54.909564+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:11:57.321 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:11:56 smithi099 bash[25246]: debug 2024-09-21T00:11:56.982+0000 7fd77358a040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-21T00:11:57.321 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:11:57 smithi099 bash[25246]: debug 2024-09-21T00:11:57.046+0000 7fd77358a040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-21T00:11:57.321 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:11:57 smithi099 bash[25246]: debug 2024-09-21T00:11:57.194+0000 7fd77358a040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-21T00:11:58.179 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:57 smithi099 bash[24739]: cluster 2024-09-21T00:11:56.897123+0000 mgr.a (mgr.14150) 94 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:58.179 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:57 smithi099 bash[24739]: audit 2024-09-21T00:11:57.370928+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:58.179 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:11:57 smithi099 bash[25246]: debug 2024-09-21T00:11:57.842+0000 7fd77358a040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-21T00:11:58.179 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:11:57 smithi099 bash[25246]: debug 2024-09-21T00:11:57.914+0000 7fd77358a040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-21T00:11:58.179 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:11:57 smithi099 bash[25246]: debug 2024-09-21T00:11:57.990+0000 7fd77358a040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-21T00:11:58.180 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:11:58 smithi099 bash[25246]: debug 2024-09-21T00:11:58.174+0000 7fd77358a040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-21T00:11:58.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:57 smithi092 bash[22943]: cluster 2024-09-21T00:11:56.897123+0000 mgr.a (mgr.14150) 94 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:58.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:57 smithi092 bash[22943]: audit 2024-09-21T00:11:57.370928+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:58.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:57 smithi136 bash[25149]: cluster 2024-09-21T00:11:56.897123+0000 mgr.a (mgr.14150) 94 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:11:58.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:57 smithi136 bash[25149]: audit 2024-09-21T00:11:57.370928+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:11:58.503 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T00:11:58.571 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:11:58 smithi099 bash[25246]: debug 2024-09-21T00:11:58.250+0000 7fd77358a040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-21T00:11:58.571 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:11:58 smithi099 bash[25246]: debug 2024-09-21T00:11:58.318+0000 7fd77358a040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-21T00:11:58.839 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:11:58 smithi099 bash[25246]: debug 2024-09-21T00:11:58.570+0000 7fd77358a040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-21T00:11:58.839 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:11:58 smithi099 bash[25246]: debug 2024-09-21T00:11:58.638+0000 7fd77358a040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-21T00:11:59.165 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:11:58 smithi099 bash[25246]: debug 2024-09-21T00:11:58.834+0000 7fd77358a040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-21T00:11:59.166 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:11:58 smithi099 bash[25246]: debug 2024-09-21T00:11:58.910+0000 7fd77358a040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-21T00:11:59.504 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:11:59 smithi099 bash[25246]: debug 2024-09-21T00:11:59.158+0000 7fd77358a040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-21T00:11:59.505 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:11:59 smithi099 bash[25246]: debug 2024-09-21T00:11:59.334+0000 7fd77358a040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-21T00:11:59.760 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:11:59 smithi099 bash[25246]: debug 2024-09-21T00:11:59.498+0000 7fd77358a040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-21T00:11:59.760 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:11:59 smithi099 bash[25246]: debug 2024-09-21T00:11:59.578+0000 7fd77358a040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-21T00:12:00.074 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:11:59 smithi099 bash[24739]: cluster 2024-09-21T00:11:58.897557+0000 mgr.a (mgr.14150) 95 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:00.074 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:11:59 smithi099 bash[25246]: debug 2024-09-21T00:11:59.758+0000 7fd77358a040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-21T00:12:00.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:11:59 smithi092 bash[22943]: cluster 2024-09-21T00:11:58.897557+0000 mgr.a (mgr.14150) 95 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:00.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:11:59 smithi136 bash[25149]: cluster 2024-09-21T00:11:58.897557+0000 mgr.a (mgr.14150) 95 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:00.821 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:12:00 smithi099 bash[25246]: debug 2024-09-21T00:12:00.562+0000 7fd77358a040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-21T00:12:00.822 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:12:00 smithi099 bash[25246]: debug 2024-09-21T00:12:00.638+0000 7fd77358a040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-21T00:12:01.148 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:12:00 smithi099 bash[25246]: debug 2024-09-21T00:12:00.858+0000 7fd77358a040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-21T00:12:01.149 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:12:00 smithi099 bash[25246]: debug 2024-09-21T00:12:00.930+0000 7fd77358a040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-21T00:12:01.401 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:12:01 smithi099 bash[25246]: debug 2024-09-21T00:12:01.318+0000 7fd77358a040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-21T00:12:01.401 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:01 smithi099 bash[24739]: audit 2024-09-21T00:12:00.149355+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:12:01.401 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:01 smithi099 bash[24739]: audit 2024-09-21T00:12:00.156615+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:12:01.401 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:01 smithi099 bash[24739]: audit 2024-09-21T00:12:00.158047+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:12:01.402 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:01 smithi099 bash[24739]: audit 2024-09-21T00:12:00.159791+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:12:01.402 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:01 smithi099 bash[24739]: audit 2024-09-21T00:12:00.167082+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:12:01.402 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:01 smithi099 bash[24739]: cephadm 2024-09-21T00:12:00.221872+0000 mgr.a (mgr.14150) 96 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-09-21T00:12:01.402 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:01 smithi099 bash[24739]: audit 2024-09-21T00:12:00.222362+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-21T00:12:01.402 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:01 smithi099 bash[24739]: audit 2024-09-21T00:12:00.223304+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-21T00:12:01.402 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:01 smithi099 bash[24739]: audit 2024-09-21T00:12:00.224053+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:12:01.402 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:01 smithi099 bash[24739]: cephadm 2024-09-21T00:12:00.224889+0000 mgr.a (mgr.14150) 97 : cephadm [INF] Reconfiguring daemon mgr.a on smithi092 2024-09-21T00:12:01.403 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:01 smithi099 bash[24739]: cluster 2024-09-21T00:12:00.898042+0000 mgr.a (mgr.14150) 98 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:01.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:01 smithi136 bash[25149]: audit 2024-09-21T00:12:00.149355+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:12:01.421 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:01 smithi136 bash[25149]: audit 2024-09-21T00:12:00.156615+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:12:01.421 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:01 smithi136 bash[25149]: audit 2024-09-21T00:12:00.158047+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:12:01.421 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:01 smithi136 bash[25149]: audit 2024-09-21T00:12:00.159791+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:12:01.421 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:01 smithi136 bash[25149]: audit 2024-09-21T00:12:00.167082+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:12:01.421 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:01 smithi136 bash[25149]: cephadm 2024-09-21T00:12:00.221872+0000 mgr.a (mgr.14150) 96 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-09-21T00:12:01.421 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:01 smithi136 bash[25149]: audit 2024-09-21T00:12:00.222362+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-21T00:12:01.421 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:01 smithi136 bash[25149]: audit 2024-09-21T00:12:00.223304+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-21T00:12:01.421 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:01 smithi136 bash[25149]: audit 2024-09-21T00:12:00.224053+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:12:01.422 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:01 smithi136 bash[25149]: cephadm 2024-09-21T00:12:00.224889+0000 mgr.a (mgr.14150) 97 : cephadm [INF] Reconfiguring daemon mgr.a on smithi092 2024-09-21T00:12:01.422 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:01 smithi136 bash[25149]: cluster 2024-09-21T00:12:00.898042+0000 mgr.a (mgr.14150) 98 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:01.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:01 smithi092 bash[22943]: audit 2024-09-21T00:12:00.149355+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:12:01.477 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:01 smithi092 bash[22943]: audit 2024-09-21T00:12:00.156615+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:12:01.477 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:01 smithi092 bash[22943]: audit 2024-09-21T00:12:00.158047+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:12:01.477 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:01 smithi092 bash[22943]: audit 2024-09-21T00:12:00.159791+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:12:01.477 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:01 smithi092 bash[22943]: audit 2024-09-21T00:12:00.167082+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:12:01.477 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:01 smithi092 bash[22943]: cephadm 2024-09-21T00:12:00.221872+0000 mgr.a (mgr.14150) 96 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-09-21T00:12:01.477 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:01 smithi092 bash[22943]: audit 2024-09-21T00:12:00.222362+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-21T00:12:01.478 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:01 smithi092 bash[22943]: audit 2024-09-21T00:12:00.223304+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-21T00:12:01.478 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:01 smithi092 bash[22943]: audit 2024-09-21T00:12:00.224053+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:12:01.478 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:01 smithi092 bash[22943]: cephadm 2024-09-21T00:12:00.224889+0000 mgr.a (mgr.14150) 97 : cephadm [INF] Reconfiguring daemon mgr.a on smithi092 2024-09-21T00:12:01.478 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:01 smithi092 bash[22943]: cluster 2024-09-21T00:12:00.898042+0000 mgr.a (mgr.14150) 98 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:02.369 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-09-21T00:12:02.413 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80a90d1c-77ad-11ef-baf5-efdc52797490 -- ceph orch daemon add osd smithi092:vg_nvme/lv_4 2024-09-21T00:12:02.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:02 smithi136 bash[25149]: cluster 2024-09-21T00:12:01.422035+0000 mon.a (mon.0) 297 : cluster [DBG] Standby manager daemon b started 2024-09-21T00:12:02.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:02 smithi136 bash[25149]: audit 2024-09-21T00:12:01.422854+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.99:0/738729727' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-09-21T00:12:02.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:02 smithi136 bash[25149]: audit 2024-09-21T00:12:01.423521+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.99:0/738729727' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-21T00:12:02.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:02 smithi136 bash[25149]: audit 2024-09-21T00:12:01.424555+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.99:0/738729727' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-09-21T00:12:02.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:02 smithi136 bash[25149]: audit 2024-09-21T00:12:01.425041+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.99:0/738729727' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-21T00:12:02.425 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:02 smithi092 bash[22943]: cluster 2024-09-21T00:12:01.422035+0000 mon.a (mon.0) 297 : cluster [DBG] Standby manager daemon b started 2024-09-21T00:12:02.425 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:02 smithi092 bash[22943]: audit 2024-09-21T00:12:01.422854+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.99:0/738729727' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-09-21T00:12:02.425 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:02 smithi092 bash[22943]: audit 2024-09-21T00:12:01.423521+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.99:0/738729727' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-21T00:12:02.425 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:02 smithi092 bash[22943]: audit 2024-09-21T00:12:01.424555+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.99:0/738729727' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-09-21T00:12:02.425 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:02 smithi092 bash[22943]: audit 2024-09-21T00:12:01.425041+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.99:0/738729727' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-21T00:12:02.571 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:12:01 smithi099 bash[25246]: debug 2024-09-21T00:12:01.398+0000 7fd77358a040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-21T00:12:02.572 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:02 smithi099 bash[24739]: cluster 2024-09-21T00:12:01.422035+0000 mon.a (mon.0) 297 : cluster [DBG] Standby manager daemon b started 2024-09-21T00:12:02.572 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:02 smithi099 bash[24739]: audit 2024-09-21T00:12:01.422854+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.99:0/738729727' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-09-21T00:12:02.572 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:02 smithi099 bash[24739]: audit 2024-09-21T00:12:01.423521+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.99:0/738729727' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-21T00:12:02.572 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:02 smithi099 bash[24739]: audit 2024-09-21T00:12:01.424555+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.99:0/738729727' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-09-21T00:12:02.572 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:02 smithi099 bash[24739]: audit 2024-09-21T00:12:01.425041+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.99:0/738729727' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-21T00:12:03.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:03 smithi092 bash[22943]: cluster 2024-09-21T00:12:02.185787+0000 mon.a (mon.0) 298 : cluster [DBG] mgrmap e14: a(active, since 113s), standbys: b 2024-09-21T00:12:03.477 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:03 smithi092 bash[22943]: audit 2024-09-21T00:12:02.186032+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-09-21T00:12:03.477 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:03 smithi092 bash[22943]: cluster 2024-09-21T00:12:02.898536+0000 mgr.a (mgr.14150) 99 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:03.571 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:03 smithi099 bash[24739]: cluster 2024-09-21T00:12:02.185787+0000 mon.a (mon.0) 298 : cluster [DBG] mgrmap e14: a(active, since 113s), standbys: b 2024-09-21T00:12:03.571 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:03 smithi099 bash[24739]: audit 2024-09-21T00:12:02.186032+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-09-21T00:12:03.572 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:03 smithi099 bash[24739]: cluster 2024-09-21T00:12:02.898536+0000 mgr.a (mgr.14150) 99 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:03.670 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:03 smithi136 bash[25149]: cluster 2024-09-21T00:12:02.185787+0000 mon.a (mon.0) 298 : cluster [DBG] mgrmap e14: a(active, since 113s), standbys: b 2024-09-21T00:12:03.670 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:03 smithi136 bash[25149]: audit 2024-09-21T00:12:02.186032+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-09-21T00:12:03.670 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:03 smithi136 bash[25149]: cluster 2024-09-21T00:12:02.898536+0000 mgr.a (mgr.14150) 99 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:05.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:05 smithi092 bash[22943]: audit 2024-09-21T00:12:04.227534+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:12:05.477 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:05 smithi092 bash[22943]: audit 2024-09-21T00:12:04.235041+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:12:05.477 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:05 smithi092 bash[22943]: audit 2024-09-21T00:12:04.237868+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:12:05.477 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:05 smithi092 bash[22943]: cluster 2024-09-21T00:12:04.898899+0000 mgr.a (mgr.14150) 100 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:05.477 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:05 smithi092 bash[22943]: audit 2024-09-21T00:12:04.958646+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:12:05.477 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:05 smithi092 bash[22943]: audit 2024-09-21T00:12:04.960657+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:12:05.477 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:05 smithi092 bash[22943]: audit 2024-09-21T00:12:04.970890+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:12:05.571 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:05 smithi099 bash[24739]: audit 2024-09-21T00:12:04.227534+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:12:05.571 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:05 smithi099 bash[24739]: audit 2024-09-21T00:12:04.235041+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:12:05.572 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:05 smithi099 bash[24739]: audit 2024-09-21T00:12:04.237868+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:12:05.572 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:05 smithi099 bash[24739]: cluster 2024-09-21T00:12:04.898899+0000 mgr.a (mgr.14150) 100 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:05.572 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:05 smithi099 bash[24739]: audit 2024-09-21T00:12:04.958646+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:12:05.572 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:05 smithi099 bash[24739]: audit 2024-09-21T00:12:04.960657+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:12:05.572 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:05 smithi099 bash[24739]: audit 2024-09-21T00:12:04.970890+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:12:05.670 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:05 smithi136 bash[25149]: audit 2024-09-21T00:12:04.227534+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:12:05.670 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:05 smithi136 bash[25149]: audit 2024-09-21T00:12:04.235041+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:12:05.671 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:05 smithi136 bash[25149]: audit 2024-09-21T00:12:04.237868+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:12:05.671 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:05 smithi136 bash[25149]: cluster 2024-09-21T00:12:04.898899+0000 mgr.a (mgr.14150) 100 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:05.671 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:05 smithi136 bash[25149]: audit 2024-09-21T00:12:04.958646+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:12:05.671 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:05 smithi136 bash[25149]: audit 2024-09-21T00:12:04.960657+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:12:05.671 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:05 smithi136 bash[25149]: audit 2024-09-21T00:12:04.970890+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:12:07.148 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T00:12:08.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:07 smithi092 bash[22943]: cluster 2024-09-21T00:12:06.899309+0000 mgr.a (mgr.14150) 101 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:08.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:07 smithi099 bash[24739]: cluster 2024-09-21T00:12:06.899309+0000 mgr.a (mgr.14150) 101 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:08.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:07 smithi136 bash[25149]: cluster 2024-09-21T00:12:06.899309+0000 mgr.a (mgr.14150) 101 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:09.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:08 smithi092 bash[22943]: audit 2024-09-21T00:12:08.473415+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-21T00:12:09.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:08 smithi092 bash[22943]: audit 2024-09-21T00:12:08.477115+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-21T00:12:09.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:08 smithi092 bash[22943]: audit 2024-09-21T00:12:08.477959+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:12:09.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:08 smithi099 bash[24739]: audit 2024-09-21T00:12:08.473415+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-21T00:12:09.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:08 smithi099 bash[24739]: audit 2024-09-21T00:12:08.477115+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-21T00:12:09.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:08 smithi099 bash[24739]: audit 2024-09-21T00:12:08.477959+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:12:09.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:08 smithi136 bash[25149]: audit 2024-09-21T00:12:08.473415+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-21T00:12:09.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:08 smithi136 bash[25149]: audit 2024-09-21T00:12:08.477115+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-21T00:12:09.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:08 smithi136 bash[25149]: audit 2024-09-21T00:12:08.477959+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:12:10.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:09 smithi092 bash[22943]: audit 2024-09-21T00:12:08.466955+0000 mgr.a (mgr.14150) 102 : audit [DBG] from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi092:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T00:12:10.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:09 smithi092 bash[22943]: cluster 2024-09-21T00:12:08.899615+0000 mgr.a (mgr.14150) 103 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:10.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:09 smithi099 bash[24739]: audit 2024-09-21T00:12:08.466955+0000 mgr.a (mgr.14150) 102 : audit [DBG] from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi092:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T00:12:10.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:09 smithi099 bash[24739]: cluster 2024-09-21T00:12:08.899615+0000 mgr.a (mgr.14150) 103 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:10.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:09 smithi136 bash[25149]: audit 2024-09-21T00:12:08.466955+0000 mgr.a (mgr.14150) 102 : audit [DBG] from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi092:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T00:12:10.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:09 smithi136 bash[25149]: cluster 2024-09-21T00:12:08.899615+0000 mgr.a (mgr.14150) 103 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:12.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:11 smithi092 bash[22943]: cluster 2024-09-21T00:12:10.899982+0000 mgr.a (mgr.14150) 104 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:12.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:11 smithi099 bash[24739]: cluster 2024-09-21T00:12:10.899982+0000 mgr.a (mgr.14150) 104 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:12.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:11 smithi136 bash[25149]: cluster 2024-09-21T00:12:10.899982+0000 mgr.a (mgr.14150) 104 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:14.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:13 smithi092 bash[22943]: cluster 2024-09-21T00:12:12.900335+0000 mgr.a (mgr.14150) 105 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:14.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:13 smithi099 bash[24739]: cluster 2024-09-21T00:12:12.900335+0000 mgr.a (mgr.14150) 105 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:14.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:13 smithi136 bash[25149]: cluster 2024-09-21T00:12:12.900335+0000 mgr.a (mgr.14150) 105 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:16.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:15 smithi099 bash[24739]: cluster 2024-09-21T00:12:14.900747+0000 mgr.a (mgr.14150) 106 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:16.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:15 smithi136 bash[25149]: cluster 2024-09-21T00:12:14.900747+0000 mgr.a (mgr.14150) 106 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:16.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:15 smithi092 bash[22943]: cluster 2024-09-21T00:12:14.900747+0000 mgr.a (mgr.14150) 106 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:17.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:16 smithi099 bash[24739]: audit 2024-09-21T00:12:16.959864+0000 mon.a (mon.0) 309 : audit [INF] from='client.? 172.21.15.92:0/2451326222' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "57a5bd3d-b16c-49f8-b9eb-63e83f2d20fe"}]: dispatch 2024-09-21T00:12:17.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:16 smithi099 bash[24739]: audit 2024-09-21T00:12:16.962711+0000 mon.a (mon.0) 310 : audit [INF] from='client.? 172.21.15.92:0/2451326222' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "57a5bd3d-b16c-49f8-b9eb-63e83f2d20fe"}]': finished 2024-09-21T00:12:17.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:16 smithi099 bash[24739]: cluster 2024-09-21T00:12:16.968010+0000 mon.a (mon.0) 311 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-21T00:12:17.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:16 smithi099 bash[24739]: audit 2024-09-21T00:12:16.968443+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-21T00:12:17.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:16 smithi136 bash[25149]: audit 2024-09-21T00:12:16.959864+0000 mon.a (mon.0) 309 : audit [INF] from='client.? 172.21.15.92:0/2451326222' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "57a5bd3d-b16c-49f8-b9eb-63e83f2d20fe"}]: dispatch 2024-09-21T00:12:17.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:16 smithi136 bash[25149]: audit 2024-09-21T00:12:16.962711+0000 mon.a (mon.0) 310 : audit [INF] from='client.? 172.21.15.92:0/2451326222' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "57a5bd3d-b16c-49f8-b9eb-63e83f2d20fe"}]': finished 2024-09-21T00:12:17.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:16 smithi136 bash[25149]: cluster 2024-09-21T00:12:16.968010+0000 mon.a (mon.0) 311 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-21T00:12:17.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:16 smithi136 bash[25149]: audit 2024-09-21T00:12:16.968443+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-21T00:12:17.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:16 smithi092 bash[22943]: audit 2024-09-21T00:12:16.959864+0000 mon.a (mon.0) 309 : audit [INF] from='client.? 172.21.15.92:0/2451326222' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "57a5bd3d-b16c-49f8-b9eb-63e83f2d20fe"}]: dispatch 2024-09-21T00:12:17.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:16 smithi092 bash[22943]: audit 2024-09-21T00:12:16.962711+0000 mon.a (mon.0) 310 : audit [INF] from='client.? 172.21.15.92:0/2451326222' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "57a5bd3d-b16c-49f8-b9eb-63e83f2d20fe"}]': finished 2024-09-21T00:12:17.477 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:16 smithi092 bash[22943]: cluster 2024-09-21T00:12:16.968010+0000 mon.a (mon.0) 311 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-21T00:12:17.477 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:16 smithi092 bash[22943]: audit 2024-09-21T00:12:16.968443+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-21T00:12:18.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:17 smithi099 bash[24739]: cluster 2024-09-21T00:12:16.901045+0000 mgr.a (mgr.14150) 107 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:18.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:17 smithi099 bash[24739]: audit 2024-09-21T00:12:17.573105+0000 mon.a (mon.0) 313 : audit [DBG] from='client.? 172.21.15.92:0/2560332012' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-21T00:12:18.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:17 smithi136 bash[25149]: cluster 2024-09-21T00:12:16.901045+0000 mgr.a (mgr.14150) 107 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:18.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:17 smithi136 bash[25149]: audit 2024-09-21T00:12:17.573105+0000 mon.a (mon.0) 313 : audit [DBG] from='client.? 172.21.15.92:0/2560332012' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-21T00:12:18.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:17 smithi092 bash[22943]: cluster 2024-09-21T00:12:16.901045+0000 mgr.a (mgr.14150) 107 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:18.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:17 smithi092 bash[22943]: audit 2024-09-21T00:12:17.573105+0000 mon.a (mon.0) 313 : audit [DBG] from='client.? 172.21.15.92:0/2560332012' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-21T00:12:20.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:19 smithi099 bash[24739]: cluster 2024-09-21T00:12:18.901350+0000 mgr.a (mgr.14150) 108 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:20.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:19 smithi136 bash[25149]: cluster 2024-09-21T00:12:18.901350+0000 mgr.a (mgr.14150) 108 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:20.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:19 smithi092 bash[22943]: cluster 2024-09-21T00:12:18.901350+0000 mgr.a (mgr.14150) 108 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:22.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:21 smithi099 bash[24739]: cluster 2024-09-21T00:12:20.901720+0000 mgr.a (mgr.14150) 109 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:22.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:21 smithi136 bash[25149]: cluster 2024-09-21T00:12:20.901720+0000 mgr.a (mgr.14150) 109 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:22.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:21 smithi092 bash[22943]: cluster 2024-09-21T00:12:20.901720+0000 mgr.a (mgr.14150) 109 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:24.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:24 smithi099 bash[24739]: cluster 2024-09-21T00:12:22.902084+0000 mgr.a (mgr.14150) 110 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:24.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:24 smithi136 bash[25149]: cluster 2024-09-21T00:12:22.902084+0000 mgr.a (mgr.14150) 110 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:24.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:24 smithi092 bash[22943]: cluster 2024-09-21T00:12:22.902084+0000 mgr.a (mgr.14150) 110 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:26.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:26 smithi099 bash[24739]: cluster 2024-09-21T00:12:24.902435+0000 mgr.a (mgr.14150) 111 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:26.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:26 smithi136 bash[25149]: cluster 2024-09-21T00:12:24.902435+0000 mgr.a (mgr.14150) 111 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:26.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:26 smithi092 bash[22943]: cluster 2024-09-21T00:12:24.902435+0000 mgr.a (mgr.14150) 111 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:28.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:28 smithi092 bash[22943]: cluster 2024-09-21T00:12:26.902865+0000 mgr.a (mgr.14150) 112 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:28.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:28 smithi099 bash[24739]: cluster 2024-09-21T00:12:26.902865+0000 mgr.a (mgr.14150) 112 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:28.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:28 smithi136 bash[25149]: cluster 2024-09-21T00:12:26.902865+0000 mgr.a (mgr.14150) 112 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:30.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:30 smithi092 bash[22943]: cluster 2024-09-21T00:12:28.903305+0000 mgr.a (mgr.14150) 113 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:30.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:30 smithi099 bash[24739]: cluster 2024-09-21T00:12:28.903305+0000 mgr.a (mgr.14150) 113 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:30.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:30 smithi136 bash[25149]: cluster 2024-09-21T00:12:28.903305+0000 mgr.a (mgr.14150) 113 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:31.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:31 smithi099 bash[24739]: audit 2024-09-21T00:12:30.570272+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-21T00:12:31.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:31 smithi099 bash[24739]: audit 2024-09-21T00:12:30.571826+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:12:31.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:31 smithi136 bash[25149]: audit 2024-09-21T00:12:30.570272+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-21T00:12:31.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:31 smithi136 bash[25149]: audit 2024-09-21T00:12:30.571826+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:12:31.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:31 smithi092 bash[22943]: audit 2024-09-21T00:12:30.570272+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-21T00:12:31.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:31 smithi092 bash[22943]: audit 2024-09-21T00:12:30.571826+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:12:32.314 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:32 smithi092 bash[22943]: cephadm 2024-09-21T00:12:30.573284+0000 mgr.a (mgr.14150) 114 : cephadm [INF] Deploying daemon osd.0 on smithi092 2024-09-21T00:12:32.315 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:32 smithi092 bash[22943]: cluster 2024-09-21T00:12:30.903720+0000 mgr.a (mgr.14150) 115 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:32.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:32 smithi099 bash[24739]: cephadm 2024-09-21T00:12:30.573284+0000 mgr.a (mgr.14150) 114 : cephadm [INF] Deploying daemon osd.0 on smithi092 2024-09-21T00:12:32.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:32 smithi099 bash[24739]: cluster 2024-09-21T00:12:30.903720+0000 mgr.a (mgr.14150) 115 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:32.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:32 smithi136 bash[25149]: cephadm 2024-09-21T00:12:30.573284+0000 mgr.a (mgr.14150) 114 : cephadm [INF] Deploying daemon osd.0 on smithi092 2024-09-21T00:12:32.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:32 smithi136 bash[25149]: cluster 2024-09-21T00:12:30.903720+0000 mgr.a (mgr.14150) 115 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:34.305 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:34 smithi092 bash[22943]: cluster 2024-09-21T00:12:32.904161+0000 mgr.a (mgr.14150) 116 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:34.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:34 smithi099 bash[24739]: cluster 2024-09-21T00:12:32.904161+0000 mgr.a (mgr.14150) 116 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:34.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:34 smithi136 bash[25149]: cluster 2024-09-21T00:12:32.904161+0000 mgr.a (mgr.14150) 116 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:34.990 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:34 smithi092 systemd[1]: /etc/systemd/system/ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T00:12:34.991 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:12:34 smithi092 systemd[1]: /etc/systemd/system/ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T00:12:35.244 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:35 smithi092 systemd[1]: /etc/systemd/system/ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T00:12:35.245 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:12:35 smithi092 systemd[1]: /etc/systemd/system/ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T00:12:36.276 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:36 smithi092 bash[22943]: cluster 2024-09-21T00:12:34.904428+0000 mgr.a (mgr.14150) 117 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:36.277 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:36 smithi092 bash[22943]: audit 2024-09-21T00:12:35.286972+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:12:36.277 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:36 smithi092 bash[22943]: audit 2024-09-21T00:12:35.290857+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:12:36.277 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:36 smithi092 bash[22943]: audit 2024-09-21T00:12:35.294869+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:12:36.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:36 smithi099 bash[24739]: cluster 2024-09-21T00:12:34.904428+0000 mgr.a (mgr.14150) 117 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:36.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:36 smithi099 bash[24739]: audit 2024-09-21T00:12:35.286972+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:12:36.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:36 smithi099 bash[24739]: audit 2024-09-21T00:12:35.290857+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:12:36.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:36 smithi099 bash[24739]: audit 2024-09-21T00:12:35.294869+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:12:36.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:36 smithi136 bash[25149]: cluster 2024-09-21T00:12:34.904428+0000 mgr.a (mgr.14150) 117 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:36.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:36 smithi136 bash[25149]: audit 2024-09-21T00:12:35.286972+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:12:36.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:36 smithi136 bash[25149]: audit 2024-09-21T00:12:35.290857+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:12:36.421 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:36 smithi136 bash[25149]: audit 2024-09-21T00:12:35.294869+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:12:38.195 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:38 smithi092 bash[22943]: cluster 2024-09-21T00:12:36.904741+0000 mgr.a (mgr.14150) 118 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:38.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:38 smithi099 bash[24739]: cluster 2024-09-21T00:12:36.904741+0000 mgr.a (mgr.14150) 118 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:38.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:38 smithi136 bash[25149]: cluster 2024-09-21T00:12:36.904741+0000 mgr.a (mgr.14150) 118 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:40.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:40 smithi099 bash[24739]: cluster 2024-09-21T00:12:38.905154+0000 mgr.a (mgr.14150) 119 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:40.391 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:40 smithi092 bash[22943]: cluster 2024-09-21T00:12:38.905154+0000 mgr.a (mgr.14150) 119 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:40.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:40 smithi136 bash[25149]: cluster 2024-09-21T00:12:38.905154+0000 mgr.a (mgr.14150) 119 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:41.557 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:41 smithi092 bash[22943]: audit 2024-09-21T00:12:40.556342+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:12:41.557 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:41 smithi092 bash[22943]: audit 2024-09-21T00:12:40.560566+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:12:41.557 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:41 smithi092 bash[22943]: cluster 2024-09-21T00:12:40.905541+0000 mgr.a (mgr.14150) 120 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:41.557 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:41 smithi092 bash[22943]: audit 2024-09-21T00:12:41.201833+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:12:41.557 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:41 smithi092 bash[22943]: audit 2024-09-21T00:12:41.202634+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:12:41.821 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:41 smithi099 bash[24739]: audit 2024-09-21T00:12:40.556342+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:12:41.821 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:41 smithi099 bash[24739]: audit 2024-09-21T00:12:40.560566+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:12:41.822 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:41 smithi099 bash[24739]: cluster 2024-09-21T00:12:40.905541+0000 mgr.a (mgr.14150) 120 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:41.822 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:41 smithi099 bash[24739]: audit 2024-09-21T00:12:41.201833+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:12:41.822 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:41 smithi099 bash[24739]: audit 2024-09-21T00:12:41.202634+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:12:41.822 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:41 smithi099 bash[24739]: audit 2024-09-21T00:12:41.208069+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:12:41.920 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:41 smithi136 bash[25149]: audit 2024-09-21T00:12:40.556342+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:12:41.920 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:41 smithi136 bash[25149]: audit 2024-09-21T00:12:40.560566+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:12:41.921 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:41 smithi136 bash[25149]: cluster 2024-09-21T00:12:40.905541+0000 mgr.a (mgr.14150) 120 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:41.921 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:41 smithi136 bash[25149]: audit 2024-09-21T00:12:41.201833+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:12:41.921 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:41 smithi136 bash[25149]: audit 2024-09-21T00:12:41.202634+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:12:41.921 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:41 smithi136 bash[25149]: audit 2024-09-21T00:12:41.208069+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:12:41.976 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:41 smithi092 bash[22943]: audit 2024-09-21T00:12:41.208069+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:12:44.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:43 smithi092 bash[22943]: cluster 2024-09-21T00:12:42.906045+0000 mgr.a (mgr.14150) 121 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:44.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:43 smithi099 bash[24739]: cluster 2024-09-21T00:12:42.906045+0000 mgr.a (mgr.14150) 121 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:44.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:43 smithi136 bash[25149]: cluster 2024-09-21T00:12:42.906045+0000 mgr.a (mgr.14150) 121 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:45.007 INFO:teuthology.orchestra.run.smithi092.stdout:Created osd(s) 0 on host 'smithi092' 2024-09-21T00:12:45.614 DEBUG:teuthology.orchestra.run.smithi092:osd.0> sudo journalctl -f -n 0 -u ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@osd.0.service 2024-09-21T00:12:45.660 INFO:tasks.cephadm:Deploying osd.1 on smithi099 with /dev/vg_nvme/lv_4... 2024-09-21T00:12:45.660 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80a90d1c-77ad-11ef-baf5-efdc52797490 -- lvm zap /dev/vg_nvme/lv_4 2024-09-21T00:12:46.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:45 smithi092 bash[22943]: cluster 2024-09-21T00:12:44.906551+0000 mgr.a (mgr.14150) 122 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:46.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:45 smithi092 bash[22943]: audit 2024-09-21T00:12:44.989549+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:12:46.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:45 smithi092 bash[22943]: audit 2024-09-21T00:12:44.997375+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:12:46.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:45 smithi092 bash[22943]: audit 2024-09-21T00:12:45.004834+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:12:46.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:45 smithi092 bash[22943]: audit 2024-09-21T00:12:45.152645+0000 mon.a (mon.0) 327 : audit [INF] from='osd.0 [v2:172.21.15.92:6802/1355060880,v1:172.21.15.92:6803/1355060880]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-21T00:12:46.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:45 smithi099 bash[24739]: cluster 2024-09-21T00:12:44.906551+0000 mgr.a (mgr.14150) 122 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:46.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:45 smithi099 bash[24739]: audit 2024-09-21T00:12:44.989549+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:12:46.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:45 smithi099 bash[24739]: audit 2024-09-21T00:12:44.997375+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:12:46.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:45 smithi099 bash[24739]: audit 2024-09-21T00:12:45.004834+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:12:46.322 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:45 smithi099 bash[24739]: audit 2024-09-21T00:12:45.152645+0000 mon.a (mon.0) 327 : audit [INF] from='osd.0 [v2:172.21.15.92:6802/1355060880,v1:172.21.15.92:6803/1355060880]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-21T00:12:46.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:45 smithi136 bash[25149]: cluster 2024-09-21T00:12:44.906551+0000 mgr.a (mgr.14150) 122 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:46.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:45 smithi136 bash[25149]: audit 2024-09-21T00:12:44.989549+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:12:46.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:45 smithi136 bash[25149]: audit 2024-09-21T00:12:44.997375+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:12:46.421 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:45 smithi136 bash[25149]: audit 2024-09-21T00:12:45.004834+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:12:46.421 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:45 smithi136 bash[25149]: audit 2024-09-21T00:12:45.152645+0000 mon.a (mon.0) 327 : audit [INF] from='osd.0 [v2:172.21.15.92:6802/1355060880,v1:172.21.15.92:6803/1355060880]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-21T00:12:47.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:47 smithi099 bash[24739]: audit 2024-09-21T00:12:46.003663+0000 mon.a (mon.0) 328 : audit [INF] from='osd.0 [v2:172.21.15.92:6802/1355060880,v1:172.21.15.92:6803/1355060880]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-21T00:12:47.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:47 smithi099 bash[24739]: cluster 2024-09-21T00:12:46.008409+0000 mon.a (mon.0) 329 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-21T00:12:47.322 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:47 smithi099 bash[24739]: audit 2024-09-21T00:12:46.008974+0000 mon.a (mon.0) 330 : audit [INF] from='osd.0 [v2:172.21.15.92:6802/1355060880,v1:172.21.15.92:6803/1355060880]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]: dispatch 2024-09-21T00:12:47.322 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:47 smithi099 bash[24739]: audit 2024-09-21T00:12:46.009525+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-21T00:12:47.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:47 smithi136 bash[25149]: audit 2024-09-21T00:12:46.003663+0000 mon.a (mon.0) 328 : audit [INF] from='osd.0 [v2:172.21.15.92:6802/1355060880,v1:172.21.15.92:6803/1355060880]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-21T00:12:47.421 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:47 smithi136 bash[25149]: cluster 2024-09-21T00:12:46.008409+0000 mon.a (mon.0) 329 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-21T00:12:47.421 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:47 smithi136 bash[25149]: audit 2024-09-21T00:12:46.008974+0000 mon.a (mon.0) 330 : audit [INF] from='osd.0 [v2:172.21.15.92:6802/1355060880,v1:172.21.15.92:6803/1355060880]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]: dispatch 2024-09-21T00:12:47.421 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:47 smithi136 bash[25149]: audit 2024-09-21T00:12:46.009525+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-21T00:12:47.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:47 smithi092 bash[22943]: audit 2024-09-21T00:12:46.003663+0000 mon.a (mon.0) 328 : audit [INF] from='osd.0 [v2:172.21.15.92:6802/1355060880,v1:172.21.15.92:6803/1355060880]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-21T00:12:47.477 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:47 smithi092 bash[22943]: cluster 2024-09-21T00:12:46.008409+0000 mon.a (mon.0) 329 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-21T00:12:47.477 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:47 smithi092 bash[22943]: audit 2024-09-21T00:12:46.008974+0000 mon.a (mon.0) 330 : audit [INF] from='osd.0 [v2:172.21.15.92:6802/1355060880,v1:172.21.15.92:6803/1355060880]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]: dispatch 2024-09-21T00:12:47.477 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:47 smithi092 bash[22943]: audit 2024-09-21T00:12:46.009525+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-21T00:12:47.477 INFO:journalctl@ceph.osd.0.smithi092.stdout:Sep 21 00:12:47 smithi092 bash[32472]: debug 2024-09-21T00:12:47.015+0000 7f38a3df5640 -1 osd.0 0 waiting for initial osdmap 2024-09-21T00:12:47.477 INFO:journalctl@ceph.osd.0.smithi092.stdout:Sep 21 00:12:47 smithi092 bash[32472]: debug 2024-09-21T00:12:47.043+0000 7f389fc1d640 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-21T00:12:48.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:48 smithi099 bash[24739]: cluster 2024-09-21T00:12:46.906983+0000 mgr.a (mgr.14150) 123 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:48.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:48 smithi099 bash[24739]: audit 2024-09-21T00:12:47.005932+0000 mon.a (mon.0) 332 : audit [INF] from='osd.0 [v2:172.21.15.92:6802/1355060880,v1:172.21.15.92:6803/1355060880]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]': finished 2024-09-21T00:12:48.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:48 smithi099 bash[24739]: cluster 2024-09-21T00:12:47.010954+0000 mon.a (mon.0) 333 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-21T00:12:48.322 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:48 smithi099 bash[24739]: audit 2024-09-21T00:12:47.012512+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-21T00:12:48.322 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:48 smithi099 bash[24739]: audit 2024-09-21T00:12:47.020838+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-21T00:12:48.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:48 smithi136 bash[25149]: cluster 2024-09-21T00:12:46.906983+0000 mgr.a (mgr.14150) 123 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:48.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:48 smithi136 bash[25149]: audit 2024-09-21T00:12:47.005932+0000 mon.a (mon.0) 332 : audit [INF] from='osd.0 [v2:172.21.15.92:6802/1355060880,v1:172.21.15.92:6803/1355060880]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]': finished 2024-09-21T00:12:48.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:48 smithi136 bash[25149]: cluster 2024-09-21T00:12:47.010954+0000 mon.a (mon.0) 333 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-21T00:12:48.421 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:48 smithi136 bash[25149]: audit 2024-09-21T00:12:47.012512+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-21T00:12:48.421 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:48 smithi136 bash[25149]: audit 2024-09-21T00:12:47.020838+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-21T00:12:48.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:48 smithi092 bash[22943]: cluster 2024-09-21T00:12:46.906983+0000 mgr.a (mgr.14150) 123 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:48.477 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:48 smithi092 bash[22943]: audit 2024-09-21T00:12:47.005932+0000 mon.a (mon.0) 332 : audit [INF] from='osd.0 [v2:172.21.15.92:6802/1355060880,v1:172.21.15.92:6803/1355060880]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]': finished 2024-09-21T00:12:48.477 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:48 smithi092 bash[22943]: cluster 2024-09-21T00:12:47.010954+0000 mon.a (mon.0) 333 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-21T00:12:48.477 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:48 smithi092 bash[22943]: audit 2024-09-21T00:12:47.012512+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-21T00:12:48.477 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:48 smithi092 bash[22943]: audit 2024-09-21T00:12:47.020838+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-21T00:12:49.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:49 smithi099 bash[24739]: cluster 2024-09-21T00:12:46.109192+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T00:12:49.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:49 smithi099 bash[24739]: cluster 2024-09-21T00:12:46.109320+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T00:12:49.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:49 smithi099 bash[24739]: cluster 2024-09-21T00:12:48.020765+0000 mon.a (mon.0) 336 : cluster [INF] osd.0 [v2:172.21.15.92:6802/1355060880,v1:172.21.15.92:6803/1355060880] boot 2024-09-21T00:12:49.322 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:49 smithi099 bash[24739]: cluster 2024-09-21T00:12:48.020819+0000 mon.a (mon.0) 337 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-21T00:12:49.322 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:49 smithi099 bash[24739]: audit 2024-09-21T00:12:48.021522+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-21T00:12:49.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:49 smithi136 bash[25149]: cluster 2024-09-21T00:12:46.109192+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T00:12:49.421 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:49 smithi136 bash[25149]: cluster 2024-09-21T00:12:46.109320+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T00:12:49.421 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:49 smithi136 bash[25149]: cluster 2024-09-21T00:12:48.020765+0000 mon.a (mon.0) 336 : cluster [INF] osd.0 [v2:172.21.15.92:6802/1355060880,v1:172.21.15.92:6803/1355060880] boot 2024-09-21T00:12:49.421 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:49 smithi136 bash[25149]: cluster 2024-09-21T00:12:48.020819+0000 mon.a (mon.0) 337 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-21T00:12:49.421 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:49 smithi136 bash[25149]: audit 2024-09-21T00:12:48.021522+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-21T00:12:49.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:49 smithi092 bash[22943]: cluster 2024-09-21T00:12:46.109192+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T00:12:49.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:49 smithi092 bash[22943]: cluster 2024-09-21T00:12:46.109320+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T00:12:49.477 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:49 smithi092 bash[22943]: cluster 2024-09-21T00:12:48.020765+0000 mon.a (mon.0) 336 : cluster [INF] osd.0 [v2:172.21.15.92:6802/1355060880,v1:172.21.15.92:6803/1355060880] boot 2024-09-21T00:12:49.477 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:49 smithi092 bash[22943]: cluster 2024-09-21T00:12:48.020819+0000 mon.a (mon.0) 337 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-21T00:12:49.477 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:49 smithi092 bash[22943]: audit 2024-09-21T00:12:48.021522+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-21T00:12:50.322 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:50 smithi099 bash[24739]: cluster 2024-09-21T00:12:48.907460+0000 mgr.a (mgr.14150) 124 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:50.322 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:50 smithi099 bash[24739]: cluster 2024-09-21T00:12:49.036617+0000 mon.a (mon.0) 339 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-21T00:12:50.386 INFO:teuthology.orchestra.run.smithi099.stderr:Inferring config /var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/mon.b/config 2024-09-21T00:12:50.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:50 smithi136 bash[25149]: cluster 2024-09-21T00:12:48.907460+0000 mgr.a (mgr.14150) 124 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:50.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:50 smithi136 bash[25149]: cluster 2024-09-21T00:12:49.036617+0000 mon.a (mon.0) 339 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-21T00:12:50.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:50 smithi092 bash[22943]: cluster 2024-09-21T00:12:48.907460+0000 mgr.a (mgr.14150) 124 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T00:12:50.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:50 smithi092 bash[22943]: cluster 2024-09-21T00:12:49.036617+0000 mon.a (mon.0) 339 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-21T00:12:52.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:52 smithi092 bash[22943]: cluster 2024-09-21T00:12:50.908125+0000 mgr.a (mgr.14150) 125 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:12:52.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:52 smithi099 bash[24739]: cluster 2024-09-21T00:12:50.908125+0000 mgr.a (mgr.14150) 125 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:12:52.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:52 smithi136 bash[25149]: cluster 2024-09-21T00:12:50.908125+0000 mgr.a (mgr.14150) 125 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:12:54.262 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-09-21T00:12:54.312 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:54 smithi099 bash[24739]: cluster 2024-09-21T00:12:52.908711+0000 mgr.a (mgr.14150) 126 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:12:54.313 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80a90d1c-77ad-11ef-baf5-efdc52797490 -- ceph orch daemon add osd smithi099:vg_nvme/lv_4 2024-09-21T00:12:54.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:54 smithi136 bash[25149]: cluster 2024-09-21T00:12:52.908711+0000 mgr.a (mgr.14150) 126 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:12:54.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:54 smithi092 bash[22943]: cluster 2024-09-21T00:12:52.908711+0000 mgr.a (mgr.14150) 126 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:12:55.571 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:55 smithi099 bash[24739]: cephadm 2024-09-21T00:12:54.244302+0000 mgr.a (mgr.14150) 127 : cephadm [INF] Detected new or changed devices on smithi092 2024-09-21T00:12:55.572 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:55 smithi099 bash[24739]: audit 2024-09-21T00:12:54.251828+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:12:55.572 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:55 smithi099 bash[24739]: audit 2024-09-21T00:12:54.258570+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:12:55.572 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:55 smithi099 bash[24739]: audit 2024-09-21T00:12:54.260464+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-21T00:12:55.572 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:55 smithi099 bash[24739]: cephadm 2024-09-21T00:12:54.261576+0000 mgr.a (mgr.14150) 128 : cephadm [INF] Adjusting osd_memory_target on smithi092 to 17265M 2024-09-21T00:12:55.572 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:55 smithi099 bash[24739]: audit 2024-09-21T00:12:54.268991+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:12:55.572 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:55 smithi099 bash[24739]: audit 2024-09-21T00:12:54.273076+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:12:55.572 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:55 smithi099 bash[24739]: audit 2024-09-21T00:12:54.274859+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:12:55.572 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:55 smithi099 bash[24739]: audit 2024-09-21T00:12:54.284131+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:12:55.572 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:55 smithi099 bash[24739]: cluster 2024-09-21T00:12:54.909277+0000 mgr.a (mgr.14150) 129 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:12:55.670 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:55 smithi136 bash[25149]: cephadm 2024-09-21T00:12:54.244302+0000 mgr.a (mgr.14150) 127 : cephadm [INF] Detected new or changed devices on smithi092 2024-09-21T00:12:55.671 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:55 smithi136 bash[25149]: audit 2024-09-21T00:12:54.251828+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:12:55.671 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:55 smithi136 bash[25149]: audit 2024-09-21T00:12:54.258570+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:12:55.671 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:55 smithi136 bash[25149]: audit 2024-09-21T00:12:54.260464+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-21T00:12:55.671 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:55 smithi136 bash[25149]: cephadm 2024-09-21T00:12:54.261576+0000 mgr.a (mgr.14150) 128 : cephadm [INF] Adjusting osd_memory_target on smithi092 to 17265M 2024-09-21T00:12:55.671 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:55 smithi136 bash[25149]: audit 2024-09-21T00:12:54.268991+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:12:55.671 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:55 smithi136 bash[25149]: audit 2024-09-21T00:12:54.273076+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:12:55.671 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:55 smithi136 bash[25149]: audit 2024-09-21T00:12:54.274859+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:12:55.671 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:55 smithi136 bash[25149]: audit 2024-09-21T00:12:54.284131+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:12:55.671 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:55 smithi136 bash[25149]: cluster 2024-09-21T00:12:54.909277+0000 mgr.a (mgr.14150) 129 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:12:55.726 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:55 smithi092 bash[22943]: cephadm 2024-09-21T00:12:54.244302+0000 mgr.a (mgr.14150) 127 : cephadm [INF] Detected new or changed devices on smithi092 2024-09-21T00:12:55.727 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:55 smithi092 bash[22943]: audit 2024-09-21T00:12:54.251828+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:12:55.727 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:55 smithi092 bash[22943]: audit 2024-09-21T00:12:54.258570+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:12:55.727 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:55 smithi092 bash[22943]: audit 2024-09-21T00:12:54.260464+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-21T00:12:55.727 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:55 smithi092 bash[22943]: cephadm 2024-09-21T00:12:54.261576+0000 mgr.a (mgr.14150) 128 : cephadm [INF] Adjusting osd_memory_target on smithi092 to 17265M 2024-09-21T00:12:55.727 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:55 smithi092 bash[22943]: audit 2024-09-21T00:12:54.268991+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:12:55.727 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:55 smithi092 bash[22943]: audit 2024-09-21T00:12:54.273076+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:12:55.727 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:55 smithi092 bash[22943]: audit 2024-09-21T00:12:54.274859+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:12:55.727 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:55 smithi092 bash[22943]: audit 2024-09-21T00:12:54.284131+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:12:55.727 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:55 smithi092 bash[22943]: cluster 2024-09-21T00:12:54.909277+0000 mgr.a (mgr.14150) 129 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:12:58.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:57 smithi092 bash[22943]: cluster 2024-09-21T00:12:56.909826+0000 mgr.a (mgr.14150) 130 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:12:58.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:57 smithi099 bash[24739]: cluster 2024-09-21T00:12:56.909826+0000 mgr.a (mgr.14150) 130 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:12:58.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:57 smithi136 bash[25149]: cluster 2024-09-21T00:12:56.909826+0000 mgr.a (mgr.14150) 130 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:12:59.037 INFO:teuthology.orchestra.run.smithi099.stderr:Inferring config /var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/mon.b/config 2024-09-21T00:13:00.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:12:59 smithi092 bash[22943]: cluster 2024-09-21T00:12:58.910395+0000 mgr.a (mgr.14150) 131 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:13:00.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:12:59 smithi099 bash[24739]: cluster 2024-09-21T00:12:58.910395+0000 mgr.a (mgr.14150) 131 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:13:00.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:12:59 smithi136 bash[25149]: cluster 2024-09-21T00:12:58.910395+0000 mgr.a (mgr.14150) 131 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:13:01.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:00 smithi092 bash[22943]: audit 2024-09-21T00:13:00.354552+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-21T00:13:01.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:00 smithi092 bash[22943]: audit 2024-09-21T00:13:00.360785+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-21T00:13:01.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:00 smithi092 bash[22943]: audit 2024-09-21T00:13:00.362608+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:13:01.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:00 smithi099 bash[24739]: audit 2024-09-21T00:13:00.354552+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-21T00:13:01.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:00 smithi099 bash[24739]: audit 2024-09-21T00:13:00.360785+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-21T00:13:01.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:00 smithi099 bash[24739]: audit 2024-09-21T00:13:00.362608+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:13:01.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:00 smithi136 bash[25149]: audit 2024-09-21T00:13:00.354552+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-21T00:13:01.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:00 smithi136 bash[25149]: audit 2024-09-21T00:13:00.360785+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-21T00:13:01.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:00 smithi136 bash[25149]: audit 2024-09-21T00:13:00.362608+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:13:02.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:01 smithi099 bash[24739]: audit 2024-09-21T00:13:00.347977+0000 mgr.a (mgr.14150) 132 : audit [DBG] from='client.24119 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi099:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T00:13:02.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:01 smithi099 bash[24739]: cluster 2024-09-21T00:13:00.910862+0000 mgr.a (mgr.14150) 133 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:13:02.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:01 smithi136 bash[25149]: audit 2024-09-21T00:13:00.347977+0000 mgr.a (mgr.14150) 132 : audit [DBG] from='client.24119 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi099:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T00:13:02.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:01 smithi136 bash[25149]: cluster 2024-09-21T00:13:00.910862+0000 mgr.a (mgr.14150) 133 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:13:02.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:01 smithi092 bash[22943]: audit 2024-09-21T00:13:00.347977+0000 mgr.a (mgr.14150) 132 : audit [DBG] from='client.24119 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi099:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T00:13:02.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:01 smithi092 bash[22943]: cluster 2024-09-21T00:13:00.910862+0000 mgr.a (mgr.14150) 133 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:13:04.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:03 smithi099 bash[24739]: cluster 2024-09-21T00:13:02.911415+0000 mgr.a (mgr.14150) 134 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:13:04.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:03 smithi136 bash[25149]: cluster 2024-09-21T00:13:02.911415+0000 mgr.a (mgr.14150) 134 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:13:04.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:03 smithi092 bash[22943]: cluster 2024-09-21T00:13:02.911415+0000 mgr.a (mgr.14150) 134 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:13:06.242 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:05 smithi099 bash[24739]: cluster 2024-09-21T00:13:04.911899+0000 mgr.a (mgr.14150) 135 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:13:06.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:05 smithi136 bash[25149]: cluster 2024-09-21T00:13:04.911899+0000 mgr.a (mgr.14150) 135 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:13:06.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:05 smithi092 bash[22943]: cluster 2024-09-21T00:13:04.911899+0000 mgr.a (mgr.14150) 135 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:13:08.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:07 smithi099 bash[24739]: cluster 2024-09-21T00:13:06.912335+0000 mgr.a (mgr.14150) 136 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:13:08.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:07 smithi136 bash[25149]: cluster 2024-09-21T00:13:06.912335+0000 mgr.a (mgr.14150) 136 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:13:08.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:07 smithi092 bash[22943]: cluster 2024-09-21T00:13:06.912335+0000 mgr.a (mgr.14150) 136 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:13:09.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:08 smithi099 bash[24739]: audit 2024-09-21T00:13:08.566021+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.99:0/2875166024' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "36161d46-0275-43a4-b9a7-d82134735502"}]: dispatch 2024-09-21T00:13:09.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:08 smithi099 bash[24739]: audit 2024-09-21T00:13:08.567008+0000 mon.a (mon.0) 350 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "36161d46-0275-43a4-b9a7-d82134735502"}]: dispatch 2024-09-21T00:13:09.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:08 smithi099 bash[24739]: audit 2024-09-21T00:13:08.569942+0000 mon.a (mon.0) 351 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "36161d46-0275-43a4-b9a7-d82134735502"}]': finished 2024-09-21T00:13:09.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:08 smithi099 bash[24739]: cluster 2024-09-21T00:13:08.574857+0000 mon.a (mon.0) 352 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-21T00:13:09.322 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:08 smithi099 bash[24739]: audit 2024-09-21T00:13:08.575390+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T00:13:09.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:08 smithi136 bash[25149]: audit 2024-09-21T00:13:08.566021+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.99:0/2875166024' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "36161d46-0275-43a4-b9a7-d82134735502"}]: dispatch 2024-09-21T00:13:09.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:08 smithi136 bash[25149]: audit 2024-09-21T00:13:08.567008+0000 mon.a (mon.0) 350 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "36161d46-0275-43a4-b9a7-d82134735502"}]: dispatch 2024-09-21T00:13:09.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:08 smithi136 bash[25149]: audit 2024-09-21T00:13:08.569942+0000 mon.a (mon.0) 351 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "36161d46-0275-43a4-b9a7-d82134735502"}]': finished 2024-09-21T00:13:09.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:08 smithi136 bash[25149]: cluster 2024-09-21T00:13:08.574857+0000 mon.a (mon.0) 352 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-21T00:13:09.421 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:08 smithi136 bash[25149]: audit 2024-09-21T00:13:08.575390+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T00:13:09.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:08 smithi092 bash[22943]: audit 2024-09-21T00:13:08.566021+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.99:0/2875166024' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "36161d46-0275-43a4-b9a7-d82134735502"}]: dispatch 2024-09-21T00:13:09.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:08 smithi092 bash[22943]: audit 2024-09-21T00:13:08.567008+0000 mon.a (mon.0) 350 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "36161d46-0275-43a4-b9a7-d82134735502"}]: dispatch 2024-09-21T00:13:09.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:08 smithi092 bash[22943]: audit 2024-09-21T00:13:08.569942+0000 mon.a (mon.0) 351 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "36161d46-0275-43a4-b9a7-d82134735502"}]': finished 2024-09-21T00:13:09.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:08 smithi092 bash[22943]: cluster 2024-09-21T00:13:08.574857+0000 mon.a (mon.0) 352 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-21T00:13:09.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:08 smithi092 bash[22943]: audit 2024-09-21T00:13:08.575390+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T00:13:10.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:09 smithi099 bash[24739]: cluster 2024-09-21T00:13:08.912820+0000 mgr.a (mgr.14150) 137 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:13:10.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:09 smithi099 bash[24739]: audit 2024-09-21T00:13:09.178813+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.99:0/4204065502' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-21T00:13:10.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:09 smithi136 bash[25149]: cluster 2024-09-21T00:13:08.912820+0000 mgr.a (mgr.14150) 137 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:13:10.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:09 smithi136 bash[25149]: audit 2024-09-21T00:13:09.178813+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.99:0/4204065502' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-21T00:13:10.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:09 smithi092 bash[22943]: cluster 2024-09-21T00:13:08.912820+0000 mgr.a (mgr.14150) 137 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:13:10.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:09 smithi092 bash[22943]: audit 2024-09-21T00:13:09.178813+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.99:0/4204065502' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-21T00:13:12.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:11 smithi099 bash[24739]: cluster 2024-09-21T00:13:10.913267+0000 mgr.a (mgr.14150) 138 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:13:12.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:11 smithi136 bash[25149]: cluster 2024-09-21T00:13:10.913267+0000 mgr.a (mgr.14150) 138 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:13:12.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:11 smithi092 bash[22943]: cluster 2024-09-21T00:13:10.913267+0000 mgr.a (mgr.14150) 138 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:13:14.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:14 smithi099 bash[24739]: cluster 2024-09-21T00:13:12.913740+0000 mgr.a (mgr.14150) 139 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:13:14.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:14 smithi136 bash[25149]: cluster 2024-09-21T00:13:12.913740+0000 mgr.a (mgr.14150) 139 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:13:14.480 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:14 smithi092 bash[22943]: cluster 2024-09-21T00:13:12.913740+0000 mgr.a (mgr.14150) 139 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:13:16.322 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:16 smithi099 bash[24739]: cluster 2024-09-21T00:13:14.914223+0000 mgr.a (mgr.14150) 140 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:13:16.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:16 smithi136 bash[25149]: cluster 2024-09-21T00:13:14.914223+0000 mgr.a (mgr.14150) 140 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:13:16.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:16 smithi092 bash[22943]: cluster 2024-09-21T00:13:14.914223+0000 mgr.a (mgr.14150) 140 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:13:18.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:18 smithi099 bash[24739]: cluster 2024-09-21T00:13:16.914648+0000 mgr.a (mgr.14150) 141 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:13:18.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:18 smithi136 bash[25149]: cluster 2024-09-21T00:13:16.914648+0000 mgr.a (mgr.14150) 141 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:13:18.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:18 smithi092 bash[22943]: cluster 2024-09-21T00:13:16.914648+0000 mgr.a (mgr.14150) 141 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:13:20.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:20 smithi099 bash[24739]: cluster 2024-09-21T00:13:18.915095+0000 mgr.a (mgr.14150) 142 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:13:20.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:20 smithi136 bash[25149]: cluster 2024-09-21T00:13:18.915095+0000 mgr.a (mgr.14150) 142 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:13:20.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:20 smithi092 bash[22943]: cluster 2024-09-21T00:13:18.915095+0000 mgr.a (mgr.14150) 142 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:13:22.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:22 smithi099 bash[24739]: cluster 2024-09-21T00:13:20.915525+0000 mgr.a (mgr.14150) 143 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:13:22.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:22 smithi099 bash[24739]: audit 2024-09-21T00:13:21.716875+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-21T00:13:22.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:22 smithi099 bash[24739]: audit 2024-09-21T00:13:21.718626+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:13:22.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:22 smithi136 bash[25149]: cluster 2024-09-21T00:13:20.915525+0000 mgr.a (mgr.14150) 143 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:13:22.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:22 smithi136 bash[25149]: audit 2024-09-21T00:13:21.716875+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-21T00:13:22.421 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:22 smithi136 bash[25149]: audit 2024-09-21T00:13:21.718626+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:13:22.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:22 smithi092 bash[22943]: cluster 2024-09-21T00:13:20.915525+0000 mgr.a (mgr.14150) 143 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:13:22.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:22 smithi092 bash[22943]: audit 2024-09-21T00:13:21.716875+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-21T00:13:22.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:22 smithi092 bash[22943]: audit 2024-09-21T00:13:21.718626+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:13:23.315 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:23 smithi099 bash[24739]: cephadm 2024-09-21T00:13:21.720256+0000 mgr.a (mgr.14150) 144 : cephadm [INF] Deploying daemon osd.1 on smithi099 2024-09-21T00:13:23.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:23 smithi136 bash[25149]: cephadm 2024-09-21T00:13:21.720256+0000 mgr.a (mgr.14150) 144 : cephadm [INF] Deploying daemon osd.1 on smithi099 2024-09-21T00:13:23.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:23 smithi092 bash[22943]: cephadm 2024-09-21T00:13:21.720256+0000 mgr.a (mgr.14150) 144 : cephadm [INF] Deploying daemon osd.1 on smithi099 2024-09-21T00:13:24.323 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:24 smithi099 bash[24739]: cluster 2024-09-21T00:13:22.915967+0000 mgr.a (mgr.14150) 145 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:13:24.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:24 smithi136 bash[25149]: cluster 2024-09-21T00:13:22.915967+0000 mgr.a (mgr.14150) 145 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:13:24.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:24 smithi092 bash[22943]: cluster 2024-09-21T00:13:22.915967+0000 mgr.a (mgr.14150) 145 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:13:25.809 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:25 smithi099 systemd[1]: /etc/systemd/system/ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T00:13:25.810 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:13:25 smithi099 systemd[1]: /etc/systemd/system/ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T00:13:26.071 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:13:25 smithi099 systemd[1]: /etc/systemd/system/ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T00:13:26.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:25 smithi099 systemd[1]: /etc/systemd/system/ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T00:13:26.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:26 smithi099 bash[24739]: cluster 2024-09-21T00:13:24.916384+0000 mgr.a (mgr.14150) 146 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:13:26.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:26 smithi136 bash[25149]: cluster 2024-09-21T00:13:24.916384+0000 mgr.a (mgr.14150) 146 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:13:26.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:26 smithi092 bash[22943]: cluster 2024-09-21T00:13:24.916384+0000 mgr.a (mgr.14150) 146 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:13:27.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:27 smithi099 bash[24739]: audit 2024-09-21T00:13:26.090128+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:13:27.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:27 smithi099 bash[24739]: audit 2024-09-21T00:13:26.097190+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:13:27.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:27 smithi099 bash[24739]: audit 2024-09-21T00:13:26.105125+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:13:27.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:27 smithi136 bash[25149]: audit 2024-09-21T00:13:26.090128+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:13:27.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:27 smithi136 bash[25149]: audit 2024-09-21T00:13:26.097190+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:13:27.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:27 smithi136 bash[25149]: audit 2024-09-21T00:13:26.105125+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:13:27.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:27 smithi092 bash[22943]: audit 2024-09-21T00:13:26.090128+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:13:27.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:27 smithi092 bash[22943]: audit 2024-09-21T00:13:26.097190+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:13:27.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:27 smithi092 bash[22943]: audit 2024-09-21T00:13:26.105125+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:13:28.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:28 smithi099 bash[24739]: cluster 2024-09-21T00:13:26.916764+0000 mgr.a (mgr.14150) 147 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:13:28.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:28 smithi136 bash[25149]: cluster 2024-09-21T00:13:26.916764+0000 mgr.a (mgr.14150) 147 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:13:28.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:28 smithi092 bash[22943]: cluster 2024-09-21T00:13:26.916764+0000 mgr.a (mgr.14150) 147 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:13:30.302 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:30 smithi099 bash[24739]: cluster 2024-09-21T00:13:28.917183+0000 mgr.a (mgr.14150) 148 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:13:30.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:30 smithi136 bash[25149]: cluster 2024-09-21T00:13:28.917183+0000 mgr.a (mgr.14150) 148 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:13:30.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:30 smithi092 bash[22943]: cluster 2024-09-21T00:13:28.917183+0000 mgr.a (mgr.14150) 148 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:13:32.260 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:32 smithi099 bash[24739]: cluster 2024-09-21T00:13:30.917645+0000 mgr.a (mgr.14150) 149 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:13:32.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:32 smithi136 bash[25149]: cluster 2024-09-21T00:13:30.917645+0000 mgr.a (mgr.14150) 149 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:13:32.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:32 smithi092 bash[22943]: cluster 2024-09-21T00:13:30.917645+0000 mgr.a (mgr.14150) 149 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:13:33.726 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:33 smithi092 bash[22943]: audit 2024-09-21T00:13:32.437397+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:13:33.726 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:33 smithi092 bash[22943]: audit 2024-09-21T00:13:32.445530+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:13:33.726 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:33 smithi092 bash[22943]: cluster 2024-09-21T00:13:32.918075+0000 mgr.a (mgr.14150) 150 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:13:33.727 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:33 smithi092 bash[22943]: audit 2024-09-21T00:13:33.111938+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:13:33.727 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:33 smithi092 bash[22943]: audit 2024-09-21T00:13:33.113505+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:13:33.727 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:33 smithi092 bash[22943]: audit 2024-09-21T00:13:33.122952+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:13:33.821 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:33 smithi099 bash[24739]: audit 2024-09-21T00:13:32.437397+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:13:33.821 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:33 smithi099 bash[24739]: audit 2024-09-21T00:13:32.445530+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:13:33.821 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:33 smithi099 bash[24739]: cluster 2024-09-21T00:13:32.918075+0000 mgr.a (mgr.14150) 150 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:13:33.822 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:33 smithi099 bash[24739]: audit 2024-09-21T00:13:33.111938+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:13:33.822 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:33 smithi099 bash[24739]: audit 2024-09-21T00:13:33.113505+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:13:33.822 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:33 smithi099 bash[24739]: audit 2024-09-21T00:13:33.122952+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:13:33.920 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:33 smithi136 bash[25149]: audit 2024-09-21T00:13:32.437397+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:13:33.920 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:33 smithi136 bash[25149]: audit 2024-09-21T00:13:32.445530+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:13:33.920 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:33 smithi136 bash[25149]: cluster 2024-09-21T00:13:32.918075+0000 mgr.a (mgr.14150) 150 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:13:33.921 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:33 smithi136 bash[25149]: audit 2024-09-21T00:13:33.111938+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:13:33.921 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:33 smithi136 bash[25149]: audit 2024-09-21T00:13:33.113505+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:13:33.921 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:33 smithi136 bash[25149]: audit 2024-09-21T00:13:33.122952+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:13:36.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:35 smithi092 bash[22943]: cluster 2024-09-21T00:13:34.918526+0000 mgr.a (mgr.14150) 151 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:13:36.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:35 smithi092 bash[22943]: audit 2024-09-21T00:13:35.314801+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.99:6800/1433651343,v1:172.21.15.99:6801/1433651343]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-21T00:13:36.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:35 smithi092 bash[22943]: audit 2024-09-21T00:13:35.315689+0000 mon.a (mon.0) 364 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-21T00:13:36.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:35 smithi099 bash[24739]: cluster 2024-09-21T00:13:34.918526+0000 mgr.a (mgr.14150) 151 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:13:36.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:35 smithi099 bash[24739]: audit 2024-09-21T00:13:35.314801+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.99:6800/1433651343,v1:172.21.15.99:6801/1433651343]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-21T00:13:36.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:35 smithi099 bash[24739]: audit 2024-09-21T00:13:35.315689+0000 mon.a (mon.0) 364 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-21T00:13:36.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:35 smithi136 bash[25149]: cluster 2024-09-21T00:13:34.918526+0000 mgr.a (mgr.14150) 151 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:13:36.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:35 smithi136 bash[25149]: audit 2024-09-21T00:13:35.314801+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.99:6800/1433651343,v1:172.21.15.99:6801/1433651343]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-21T00:13:36.421 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:35 smithi136 bash[25149]: audit 2024-09-21T00:13:35.315689+0000 mon.a (mon.0) 364 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-21T00:13:36.666 INFO:teuthology.orchestra.run.smithi099.stdout:Created osd(s) 1 on host 'smithi099' 2024-09-21T00:13:37.267 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:36 smithi099 bash[24739]: audit 2024-09-21T00:13:35.982665+0000 mon.a (mon.0) 365 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-21T00:13:37.268 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:36 smithi099 bash[24739]: cluster 2024-09-21T00:13:35.989083+0000 mon.a (mon.0) 366 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-21T00:13:37.268 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:36 smithi099 bash[24739]: audit 2024-09-21T00:13:35.989617+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T00:13:37.268 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:36 smithi099 bash[24739]: audit 2024-09-21T00:13:35.990705+0000 mon.b (mon.2) 10 : audit [INF] from='osd.1 [v2:172.21.15.99:6800/1433651343,v1:172.21.15.99:6801/1433651343]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi099", "root=default"]}]: dispatch 2024-09-21T00:13:37.268 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:36 smithi099 bash[24739]: audit 2024-09-21T00:13:35.991811+0000 mon.a (mon.0) 368 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi099", "root=default"]}]: dispatch 2024-09-21T00:13:37.268 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:36 smithi099 bash[24739]: audit 2024-09-21T00:13:36.646441+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:13:37.268 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:36 smithi099 bash[24739]: audit 2024-09-21T00:13:36.653815+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:13:37.268 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:36 smithi099 bash[24739]: audit 2024-09-21T00:13:36.661849+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:13:37.269 DEBUG:teuthology.orchestra.run.smithi099:osd.1> sudo journalctl -f -n 0 -u ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@osd.1.service 2024-09-21T00:13:37.271 INFO:tasks.cephadm:Deploying osd.2 on smithi136 with /dev/vg_nvme/lv_4... 2024-09-21T00:13:37.272 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80a90d1c-77ad-11ef-baf5-efdc52797490 -- lvm zap /dev/vg_nvme/lv_4 2024-09-21T00:13:37.282 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:36 smithi136 bash[25149]: audit 2024-09-21T00:13:35.982665+0000 mon.a (mon.0) 365 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-21T00:13:37.282 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:36 smithi136 bash[25149]: cluster 2024-09-21T00:13:35.989083+0000 mon.a (mon.0) 366 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-21T00:13:37.282 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:36 smithi136 bash[25149]: audit 2024-09-21T00:13:35.989617+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T00:13:37.283 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:36 smithi136 bash[25149]: audit 2024-09-21T00:13:35.990705+0000 mon.b (mon.2) 10 : audit [INF] from='osd.1 [v2:172.21.15.99:6800/1433651343,v1:172.21.15.99:6801/1433651343]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi099", "root=default"]}]: dispatch 2024-09-21T00:13:37.283 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:36 smithi136 bash[25149]: audit 2024-09-21T00:13:35.991811+0000 mon.a (mon.0) 368 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi099", "root=default"]}]: dispatch 2024-09-21T00:13:37.283 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:36 smithi136 bash[25149]: audit 2024-09-21T00:13:36.646441+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:13:37.283 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:36 smithi136 bash[25149]: audit 2024-09-21T00:13:36.653815+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:13:37.283 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:36 smithi136 bash[25149]: audit 2024-09-21T00:13:36.661849+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:13:37.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:36 smithi092 bash[22943]: audit 2024-09-21T00:13:35.982665+0000 mon.a (mon.0) 365 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-21T00:13:37.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:36 smithi092 bash[22943]: cluster 2024-09-21T00:13:35.989083+0000 mon.a (mon.0) 366 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-21T00:13:37.477 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:36 smithi092 bash[22943]: audit 2024-09-21T00:13:35.989617+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T00:13:37.477 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:36 smithi092 bash[22943]: audit 2024-09-21T00:13:35.990705+0000 mon.b (mon.2) 10 : audit [INF] from='osd.1 [v2:172.21.15.99:6800/1433651343,v1:172.21.15.99:6801/1433651343]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi099", "root=default"]}]: dispatch 2024-09-21T00:13:37.477 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:36 smithi092 bash[22943]: audit 2024-09-21T00:13:35.991811+0000 mon.a (mon.0) 368 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi099", "root=default"]}]: dispatch 2024-09-21T00:13:37.477 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:36 smithi092 bash[22943]: audit 2024-09-21T00:13:36.646441+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:13:37.477 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:36 smithi092 bash[22943]: audit 2024-09-21T00:13:36.653815+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:13:37.477 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:36 smithi092 bash[22943]: audit 2024-09-21T00:13:36.661849+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:13:37.571 INFO:journalctl@ceph.osd.1.smithi099.stdout:Sep 21 00:13:37 smithi099 bash[27722]: debug 2024-09-21T00:13:37.431+0000 7f4925f86640 -1 osd.1 0 waiting for initial osdmap 2024-09-21T00:13:37.572 INFO:journalctl@ceph.osd.1.smithi099.stdout:Sep 21 00:13:37 smithi099 bash[27722]: debug 2024-09-21T00:13:37.463+0000 7f491dda6640 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-21T00:13:38.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:37 smithi099 bash[24739]: cluster 2024-09-21T00:13:36.918960+0000 mgr.a (mgr.14150) 152 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:13:38.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:37 smithi099 bash[24739]: audit 2024-09-21T00:13:36.984984+0000 mon.a (mon.0) 372 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi099", "root=default"]}]': finished 2024-09-21T00:13:38.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:37 smithi099 bash[24739]: cluster 2024-09-21T00:13:36.990077+0000 mon.a (mon.0) 373 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-21T00:13:38.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:37 smithi099 bash[24739]: audit 2024-09-21T00:13:36.991113+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T00:13:38.322 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:37 smithi099 bash[24739]: audit 2024-09-21T00:13:36.998292+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T00:13:38.322 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:37 smithi099 bash[24739]: audit 2024-09-21T00:13:37.444373+0000 mon.a (mon.0) 376 : audit [INF] from='osd.1 ' entity='osd.1' 2024-09-21T00:13:38.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:37 smithi136 bash[25149]: cluster 2024-09-21T00:13:36.918960+0000 mgr.a (mgr.14150) 152 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:13:38.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:37 smithi136 bash[25149]: audit 2024-09-21T00:13:36.984984+0000 mon.a (mon.0) 372 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi099", "root=default"]}]': finished 2024-09-21T00:13:38.421 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:37 smithi136 bash[25149]: cluster 2024-09-21T00:13:36.990077+0000 mon.a (mon.0) 373 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-21T00:13:38.421 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:37 smithi136 bash[25149]: audit 2024-09-21T00:13:36.991113+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T00:13:38.421 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:37 smithi136 bash[25149]: audit 2024-09-21T00:13:36.998292+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T00:13:38.421 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:37 smithi136 bash[25149]: audit 2024-09-21T00:13:37.444373+0000 mon.a (mon.0) 376 : audit [INF] from='osd.1 ' entity='osd.1' 2024-09-21T00:13:38.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:37 smithi092 bash[22943]: cluster 2024-09-21T00:13:36.918960+0000 mgr.a (mgr.14150) 152 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:13:38.477 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:37 smithi092 bash[22943]: audit 2024-09-21T00:13:36.984984+0000 mon.a (mon.0) 372 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi099", "root=default"]}]': finished 2024-09-21T00:13:38.477 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:37 smithi092 bash[22943]: cluster 2024-09-21T00:13:36.990077+0000 mon.a (mon.0) 373 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-21T00:13:38.477 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:37 smithi092 bash[22943]: audit 2024-09-21T00:13:36.991113+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T00:13:38.477 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:37 smithi092 bash[22943]: audit 2024-09-21T00:13:36.998292+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T00:13:38.477 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:37 smithi092 bash[22943]: audit 2024-09-21T00:13:37.444373+0000 mon.a (mon.0) 376 : audit [INF] from='osd.1 ' entity='osd.1' 2024-09-21T00:13:39.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:38 smithi099 bash[24739]: cluster 2024-09-21T00:13:36.297204+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T00:13:39.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:38 smithi099 bash[24739]: cluster 2024-09-21T00:13:36.297319+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T00:13:39.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:38 smithi099 bash[24739]: audit 2024-09-21T00:13:38.000550+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T00:13:39.322 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:38 smithi099 bash[24739]: cluster 2024-09-21T00:13:38.448232+0000 mon.a (mon.0) 378 : cluster [INF] osd.1 [v2:172.21.15.99:6800/1433651343,v1:172.21.15.99:6801/1433651343] boot 2024-09-21T00:13:39.322 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:38 smithi099 bash[24739]: cluster 2024-09-21T00:13:38.448305+0000 mon.a (mon.0) 379 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-21T00:13:39.322 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:38 smithi099 bash[24739]: audit 2024-09-21T00:13:38.448542+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T00:13:39.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:38 smithi136 bash[25149]: cluster 2024-09-21T00:13:36.297204+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T00:13:39.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:38 smithi136 bash[25149]: cluster 2024-09-21T00:13:36.297319+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T00:13:39.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:38 smithi136 bash[25149]: audit 2024-09-21T00:13:38.000550+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T00:13:39.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:38 smithi136 bash[25149]: cluster 2024-09-21T00:13:38.448232+0000 mon.a (mon.0) 378 : cluster [INF] osd.1 [v2:172.21.15.99:6800/1433651343,v1:172.21.15.99:6801/1433651343] boot 2024-09-21T00:13:39.421 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:38 smithi136 bash[25149]: cluster 2024-09-21T00:13:38.448305+0000 mon.a (mon.0) 379 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-21T00:13:39.421 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:38 smithi136 bash[25149]: audit 2024-09-21T00:13:38.448542+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T00:13:39.478 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:38 smithi092 bash[22943]: cluster 2024-09-21T00:13:36.297204+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T00:13:39.478 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:38 smithi092 bash[22943]: cluster 2024-09-21T00:13:36.297319+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T00:13:39.478 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:38 smithi092 bash[22943]: audit 2024-09-21T00:13:38.000550+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T00:13:39.478 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:38 smithi092 bash[22943]: cluster 2024-09-21T00:13:38.448232+0000 mon.a (mon.0) 378 : cluster [INF] osd.1 [v2:172.21.15.99:6800/1433651343,v1:172.21.15.99:6801/1433651343] boot 2024-09-21T00:13:39.478 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:38 smithi092 bash[22943]: cluster 2024-09-21T00:13:38.448305+0000 mon.a (mon.0) 379 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-21T00:13:39.478 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:38 smithi092 bash[22943]: audit 2024-09-21T00:13:38.448542+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T00:13:40.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:39 smithi099 bash[24739]: cluster 2024-09-21T00:13:38.919475+0000 mgr.a (mgr.14150) 153 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:13:40.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:39 smithi136 bash[25149]: cluster 2024-09-21T00:13:38.919475+0000 mgr.a (mgr.14150) 153 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:13:40.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:39 smithi092 bash[22943]: cluster 2024-09-21T00:13:38.919475+0000 mgr.a (mgr.14150) 153 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T00:13:40.987 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/mon.c/config 2024-09-21T00:13:41.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:41 smithi099 bash[24739]: cluster 2024-09-21T00:13:40.008712+0000 mon.a (mon.0) 381 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-21T00:13:41.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:41 smithi136 bash[25149]: cluster 2024-09-21T00:13:40.008712+0000 mon.a (mon.0) 381 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-21T00:13:41.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:41 smithi092 bash[22943]: cluster 2024-09-21T00:13:40.008712+0000 mon.a (mon.0) 381 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-21T00:13:42.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:42 smithi099 bash[24739]: cluster 2024-09-21T00:13:40.919995+0000 mgr.a (mgr.14150) 154 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:13:42.396 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:42 smithi136 bash[25149]: cluster 2024-09-21T00:13:40.919995+0000 mgr.a (mgr.14150) 154 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:13:42.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:42 smithi092 bash[22943]: cluster 2024-09-21T00:13:40.919995+0000 mgr.a (mgr.14150) 154 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:13:44.275 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:44 smithi099 bash[24739]: cluster 2024-09-21T00:13:42.920441+0000 mgr.a (mgr.14150) 155 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:13:44.326 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:44 smithi136 bash[25149]: cluster 2024-09-21T00:13:42.920441+0000 mgr.a (mgr.14150) 155 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:13:44.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:44 smithi092 bash[22943]: cluster 2024-09-21T00:13:42.920441+0000 mgr.a (mgr.14150) 155 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:13:44.876 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-21T00:13:44.911 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80a90d1c-77ad-11ef-baf5-efdc52797490 -- ceph orch daemon add osd smithi136:vg_nvme/lv_4 2024-09-21T00:13:46.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:46 smithi099 bash[24739]: cluster 2024-09-21T00:13:44.920907+0000 mgr.a (mgr.14150) 156 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:13:46.322 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:46 smithi099 bash[24739]: audit 2024-09-21T00:13:45.889477+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:13:46.322 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:46 smithi099 bash[24739]: audit 2024-09-21T00:13:45.897677+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:13:46.322 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:46 smithi099 bash[24739]: audit 2024-09-21T00:13:45.900254+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-21T00:13:46.322 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:46 smithi099 bash[24739]: audit 2024-09-21T00:13:45.907363+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:13:46.322 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:46 smithi099 bash[24739]: audit 2024-09-21T00:13:45.911140+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:13:46.322 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:46 smithi099 bash[24739]: audit 2024-09-21T00:13:45.912875+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:13:46.322 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:46 smithi099 bash[24739]: audit 2024-09-21T00:13:45.921992+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:13:46.422 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:46 smithi136 bash[25149]: cluster 2024-09-21T00:13:44.920907+0000 mgr.a (mgr.14150) 156 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:13:46.422 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:46 smithi136 bash[25149]: audit 2024-09-21T00:13:45.889477+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:13:46.422 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:46 smithi136 bash[25149]: audit 2024-09-21T00:13:45.897677+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:13:46.422 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:46 smithi136 bash[25149]: audit 2024-09-21T00:13:45.900254+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-21T00:13:46.422 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:46 smithi136 bash[25149]: audit 2024-09-21T00:13:45.907363+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:13:46.422 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:46 smithi136 bash[25149]: audit 2024-09-21T00:13:45.911140+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:13:46.422 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:46 smithi136 bash[25149]: audit 2024-09-21T00:13:45.912875+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:13:46.422 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:46 smithi136 bash[25149]: audit 2024-09-21T00:13:45.921992+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:13:46.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:46 smithi092 bash[22943]: cluster 2024-09-21T00:13:44.920907+0000 mgr.a (mgr.14150) 156 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:13:46.477 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:46 smithi092 bash[22943]: audit 2024-09-21T00:13:45.889477+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:13:46.477 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:46 smithi092 bash[22943]: audit 2024-09-21T00:13:45.897677+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:13:46.477 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:46 smithi092 bash[22943]: audit 2024-09-21T00:13:45.900254+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-21T00:13:46.477 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:46 smithi092 bash[22943]: audit 2024-09-21T00:13:45.907363+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:13:46.477 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:46 smithi092 bash[22943]: audit 2024-09-21T00:13:45.911140+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:13:46.477 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:46 smithi092 bash[22943]: audit 2024-09-21T00:13:45.912875+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:13:46.477 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:46 smithi092 bash[22943]: audit 2024-09-21T00:13:45.921992+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:13:47.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:47 smithi099 bash[24739]: cephadm 2024-09-21T00:13:45.881238+0000 mgr.a (mgr.14150) 157 : cephadm [INF] Detected new or changed devices on smithi099 2024-09-21T00:13:47.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:47 smithi099 bash[24739]: cephadm 2024-09-21T00:13:45.901575+0000 mgr.a (mgr.14150) 158 : cephadm [INF] Adjusting osd_memory_target on smithi099 to 17265M 2024-09-21T00:13:47.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:47 smithi136 bash[25149]: cephadm 2024-09-21T00:13:45.881238+0000 mgr.a (mgr.14150) 157 : cephadm [INF] Detected new or changed devices on smithi099 2024-09-21T00:13:47.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:47 smithi136 bash[25149]: cephadm 2024-09-21T00:13:45.901575+0000 mgr.a (mgr.14150) 158 : cephadm [INF] Adjusting osd_memory_target on smithi099 to 17265M 2024-09-21T00:13:47.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:47 smithi092 bash[22943]: cephadm 2024-09-21T00:13:45.881238+0000 mgr.a (mgr.14150) 157 : cephadm [INF] Detected new or changed devices on smithi099 2024-09-21T00:13:47.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:47 smithi092 bash[22943]: cephadm 2024-09-21T00:13:45.901575+0000 mgr.a (mgr.14150) 158 : cephadm [INF] Adjusting osd_memory_target on smithi099 to 17265M 2024-09-21T00:13:48.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:48 smithi099 bash[24739]: cluster 2024-09-21T00:13:46.921344+0000 mgr.a (mgr.14150) 159 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:13:48.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:48 smithi136 bash[25149]: cluster 2024-09-21T00:13:46.921344+0000 mgr.a (mgr.14150) 159 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:13:48.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:48 smithi092 bash[22943]: cluster 2024-09-21T00:13:46.921344+0000 mgr.a (mgr.14150) 159 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:13:48.671 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/mon.c/config 2024-09-21T00:13:50.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:50 smithi099 bash[24739]: cluster 2024-09-21T00:13:48.921775+0000 mgr.a (mgr.14150) 160 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:13:50.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:50 smithi099 bash[24739]: audit 2024-09-21T00:13:50.018204+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-21T00:13:50.322 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:50 smithi099 bash[24739]: audit 2024-09-21T00:13:50.023999+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-21T00:13:50.322 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:50 smithi099 bash[24739]: audit 2024-09-21T00:13:50.025542+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:13:50.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:50 smithi136 bash[25149]: cluster 2024-09-21T00:13:48.921775+0000 mgr.a (mgr.14150) 160 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:13:50.421 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:50 smithi136 bash[25149]: audit 2024-09-21T00:13:50.018204+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-21T00:13:50.421 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:50 smithi136 bash[25149]: audit 2024-09-21T00:13:50.023999+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-21T00:13:50.421 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:50 smithi136 bash[25149]: audit 2024-09-21T00:13:50.025542+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:13:50.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:50 smithi092 bash[22943]: cluster 2024-09-21T00:13:48.921775+0000 mgr.a (mgr.14150) 160 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:13:50.477 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:50 smithi092 bash[22943]: audit 2024-09-21T00:13:50.018204+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-21T00:13:50.477 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:50 smithi092 bash[22943]: audit 2024-09-21T00:13:50.023999+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-21T00:13:50.477 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:50 smithi092 bash[22943]: audit 2024-09-21T00:13:50.025542+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:13:51.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:51 smithi099 bash[24739]: audit 2024-09-21T00:13:50.011541+0000 mgr.a (mgr.14150) 161 : audit [DBG] from='client.24136 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi136:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T00:13:51.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:51 smithi136 bash[25149]: audit 2024-09-21T00:13:50.011541+0000 mgr.a (mgr.14150) 161 : audit [DBG] from='client.24136 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi136:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T00:13:51.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:51 smithi092 bash[22943]: audit 2024-09-21T00:13:50.011541+0000 mgr.a (mgr.14150) 161 : audit [DBG] from='client.24136 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi136:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T00:13:52.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:52 smithi099 bash[24739]: cluster 2024-09-21T00:13:50.922348+0000 mgr.a (mgr.14150) 162 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:13:52.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:52 smithi136 bash[25149]: cluster 2024-09-21T00:13:50.922348+0000 mgr.a (mgr.14150) 162 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:13:52.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:52 smithi092 bash[22943]: cluster 2024-09-21T00:13:50.922348+0000 mgr.a (mgr.14150) 162 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:13:54.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:54 smithi099 bash[24739]: cluster 2024-09-21T00:13:52.922906+0000 mgr.a (mgr.14150) 163 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:13:54.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:54 smithi136 bash[25149]: cluster 2024-09-21T00:13:52.922906+0000 mgr.a (mgr.14150) 163 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:13:54.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:54 smithi092 bash[22943]: cluster 2024-09-21T00:13:52.922906+0000 mgr.a (mgr.14150) 163 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:13:56.268 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:56 smithi136 bash[25149]: cluster 2024-09-21T00:13:54.923474+0000 mgr.a (mgr.14150) 164 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:13:56.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:56 smithi099 bash[24739]: cluster 2024-09-21T00:13:54.923474+0000 mgr.a (mgr.14150) 164 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:13:56.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:56 smithi092 bash[22943]: cluster 2024-09-21T00:13:54.923474+0000 mgr.a (mgr.14150) 164 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:13:58.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:58 smithi099 bash[24739]: cluster 2024-09-21T00:13:56.924070+0000 mgr.a (mgr.14150) 165 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:13:58.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:58 smithi136 bash[25149]: cluster 2024-09-21T00:13:56.924070+0000 mgr.a (mgr.14150) 165 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:13:58.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:58 smithi092 bash[22943]: cluster 2024-09-21T00:13:56.924070+0000 mgr.a (mgr.14150) 165 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:13:59.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:59 smithi099 bash[24739]: audit 2024-09-21T00:13:58.286604+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.136:0/452269633' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "16e7f78f-a6b2-4c2f-b68b-277adaea9e49"}]: dispatch 2024-09-21T00:13:59.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:59 smithi099 bash[24739]: audit 2024-09-21T00:13:58.287537+0000 mon.a (mon.0) 392 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "16e7f78f-a6b2-4c2f-b68b-277adaea9e49"}]: dispatch 2024-09-21T00:13:59.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:59 smithi099 bash[24739]: audit 2024-09-21T00:13:58.290798+0000 mon.a (mon.0) 393 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "16e7f78f-a6b2-4c2f-b68b-277adaea9e49"}]': finished 2024-09-21T00:13:59.322 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:59 smithi099 bash[24739]: cluster 2024-09-21T00:13:58.295841+0000 mon.a (mon.0) 394 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-21T00:13:59.322 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:59 smithi099 bash[24739]: audit 2024-09-21T00:13:58.296315+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T00:13:59.322 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:13:59 smithi099 bash[24739]: audit 2024-09-21T00:13:58.922175+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.136:0/1015381567' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-21T00:13:59.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:59 smithi136 bash[25149]: audit 2024-09-21T00:13:58.286604+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.136:0/452269633' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "16e7f78f-a6b2-4c2f-b68b-277adaea9e49"}]: dispatch 2024-09-21T00:13:59.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:59 smithi136 bash[25149]: audit 2024-09-21T00:13:58.287537+0000 mon.a (mon.0) 392 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "16e7f78f-a6b2-4c2f-b68b-277adaea9e49"}]: dispatch 2024-09-21T00:13:59.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:59 smithi136 bash[25149]: audit 2024-09-21T00:13:58.290798+0000 mon.a (mon.0) 393 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "16e7f78f-a6b2-4c2f-b68b-277adaea9e49"}]': finished 2024-09-21T00:13:59.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:59 smithi136 bash[25149]: cluster 2024-09-21T00:13:58.295841+0000 mon.a (mon.0) 394 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-21T00:13:59.421 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:59 smithi136 bash[25149]: audit 2024-09-21T00:13:58.296315+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T00:13:59.421 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:13:59 smithi136 bash[25149]: audit 2024-09-21T00:13:58.922175+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.136:0/1015381567' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-21T00:13:59.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:59 smithi092 bash[22943]: audit 2024-09-21T00:13:58.286604+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.136:0/452269633' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "16e7f78f-a6b2-4c2f-b68b-277adaea9e49"}]: dispatch 2024-09-21T00:13:59.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:59 smithi092 bash[22943]: audit 2024-09-21T00:13:58.287537+0000 mon.a (mon.0) 392 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "16e7f78f-a6b2-4c2f-b68b-277adaea9e49"}]: dispatch 2024-09-21T00:13:59.477 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:59 smithi092 bash[22943]: audit 2024-09-21T00:13:58.290798+0000 mon.a (mon.0) 393 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "16e7f78f-a6b2-4c2f-b68b-277adaea9e49"}]': finished 2024-09-21T00:13:59.477 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:59 smithi092 bash[22943]: cluster 2024-09-21T00:13:58.295841+0000 mon.a (mon.0) 394 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-21T00:13:59.477 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:59 smithi092 bash[22943]: audit 2024-09-21T00:13:58.296315+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T00:13:59.477 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:13:59 smithi092 bash[22943]: audit 2024-09-21T00:13:58.922175+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.136:0/1015381567' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-21T00:14:00.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:00 smithi099 bash[24739]: cluster 2024-09-21T00:13:58.924647+0000 mgr.a (mgr.14150) 166 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:14:00.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:00 smithi136 bash[25149]: cluster 2024-09-21T00:13:58.924647+0000 mgr.a (mgr.14150) 166 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:14:00.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:00 smithi092 bash[22943]: cluster 2024-09-21T00:13:58.924647+0000 mgr.a (mgr.14150) 166 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:14:02.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:02 smithi099 bash[24739]: cluster 2024-09-21T00:14:00.925155+0000 mgr.a (mgr.14150) 167 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:14:02.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:02 smithi136 bash[25149]: cluster 2024-09-21T00:14:00.925155+0000 mgr.a (mgr.14150) 167 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:14:02.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:02 smithi092 bash[22943]: cluster 2024-09-21T00:14:00.925155+0000 mgr.a (mgr.14150) 167 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:14:04.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:04 smithi136 bash[25149]: cluster 2024-09-21T00:14:02.925564+0000 mgr.a (mgr.14150) 168 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:14:04.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:04 smithi092 bash[22943]: cluster 2024-09-21T00:14:02.925564+0000 mgr.a (mgr.14150) 168 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:14:04.571 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:04 smithi099 bash[24739]: cluster 2024-09-21T00:14:02.925564+0000 mgr.a (mgr.14150) 168 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:14:06.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:06 smithi136 bash[25149]: cluster 2024-09-21T00:14:04.926054+0000 mgr.a (mgr.14150) 169 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:14:06.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:06 smithi092 bash[22943]: cluster 2024-09-21T00:14:04.926054+0000 mgr.a (mgr.14150) 169 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:14:06.571 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:06 smithi099 bash[24739]: cluster 2024-09-21T00:14:04.926054+0000 mgr.a (mgr.14150) 169 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:14:08.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:08 smithi136 bash[25149]: cluster 2024-09-21T00:14:06.926506+0000 mgr.a (mgr.14150) 170 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:14:08.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:08 smithi092 bash[22943]: cluster 2024-09-21T00:14:06.926506+0000 mgr.a (mgr.14150) 170 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:14:08.571 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:08 smithi099 bash[24739]: cluster 2024-09-21T00:14:06.926506+0000 mgr.a (mgr.14150) 170 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:14:10.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:10 smithi136 bash[25149]: cluster 2024-09-21T00:14:08.926950+0000 mgr.a (mgr.14150) 171 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:14:10.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:10 smithi092 bash[22943]: cluster 2024-09-21T00:14:08.926950+0000 mgr.a (mgr.14150) 171 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:14:10.571 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:10 smithi099 bash[24739]: cluster 2024-09-21T00:14:08.926950+0000 mgr.a (mgr.14150) 171 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:14:12.170 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:12 smithi136 bash[25149]: cluster 2024-09-21T00:14:10.927454+0000 mgr.a (mgr.14150) 172 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:14:12.170 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:12 smithi136 bash[25149]: audit 2024-09-21T00:14:11.417126+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-21T00:14:12.170 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:12 smithi136 bash[25149]: audit 2024-09-21T00:14:11.418756+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:14:12.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:12 smithi092 bash[22943]: cluster 2024-09-21T00:14:10.927454+0000 mgr.a (mgr.14150) 172 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:14:12.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:12 smithi092 bash[22943]: audit 2024-09-21T00:14:11.417126+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-21T00:14:12.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:12 smithi092 bash[22943]: audit 2024-09-21T00:14:11.418756+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:14:12.571 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:12 smithi099 bash[24739]: cluster 2024-09-21T00:14:10.927454+0000 mgr.a (mgr.14150) 172 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:14:12.571 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:12 smithi099 bash[24739]: audit 2024-09-21T00:14:11.417126+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-21T00:14:12.571 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:12 smithi099 bash[24739]: audit 2024-09-21T00:14:11.418756+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:14:13.170 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:13 smithi136 bash[25149]: cephadm 2024-09-21T00:14:11.420281+0000 mgr.a (mgr.14150) 173 : cephadm [INF] Deploying daemon osd.2 on smithi136 2024-09-21T00:14:13.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:13 smithi092 bash[22943]: cephadm 2024-09-21T00:14:11.420281+0000 mgr.a (mgr.14150) 173 : cephadm [INF] Deploying daemon osd.2 on smithi136 2024-09-21T00:14:13.571 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:13 smithi099 bash[24739]: cephadm 2024-09-21T00:14:11.420281+0000 mgr.a (mgr.14150) 173 : cephadm [INF] Deploying daemon osd.2 on smithi136 2024-09-21T00:14:14.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:14 smithi136 bash[25149]: cluster 2024-09-21T00:14:12.927937+0000 mgr.a (mgr.14150) 174 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:14:14.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:14 smithi092 bash[22943]: cluster 2024-09-21T00:14:12.927937+0000 mgr.a (mgr.14150) 174 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:14:14.571 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:14 smithi099 bash[24739]: cluster 2024-09-21T00:14:12.927937+0000 mgr.a (mgr.14150) 174 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:14:15.702 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:15 smithi136 systemd[1]: /etc/systemd/system/ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T00:14:16.013 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:15 smithi136 systemd[1]: /etc/systemd/system/ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T00:14:16.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:16 smithi136 bash[25149]: cluster 2024-09-21T00:14:14.928348+0000 mgr.a (mgr.14150) 175 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:14:16.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:16 smithi136 bash[25149]: audit 2024-09-21T00:14:15.941567+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:14:16.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:16 smithi136 bash[25149]: audit 2024-09-21T00:14:15.947114+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:14:16.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:16 smithi136 bash[25149]: audit 2024-09-21T00:14:15.954717+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:14:16.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:16 smithi092 bash[22943]: cluster 2024-09-21T00:14:14.928348+0000 mgr.a (mgr.14150) 175 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:14:16.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:16 smithi092 bash[22943]: audit 2024-09-21T00:14:15.941567+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:14:16.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:16 smithi092 bash[22943]: audit 2024-09-21T00:14:15.947114+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:14:16.477 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:16 smithi092 bash[22943]: audit 2024-09-21T00:14:15.954717+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:14:16.571 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:16 smithi099 bash[24739]: cluster 2024-09-21T00:14:14.928348+0000 mgr.a (mgr.14150) 175 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:14:16.678 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:16 smithi099 bash[24739]: audit 2024-09-21T00:14:15.941567+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:14:16.678 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:16 smithi099 bash[24739]: audit 2024-09-21T00:14:15.947114+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:14:16.678 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:16 smithi099 bash[24739]: audit 2024-09-21T00:14:15.954717+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:14:18.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:18 smithi136 bash[25149]: cluster 2024-09-21T00:14:16.928799+0000 mgr.a (mgr.14150) 176 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:14:18.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:18 smithi092 bash[22943]: cluster 2024-09-21T00:14:16.928799+0000 mgr.a (mgr.14150) 176 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:14:18.571 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:18 smithi099 bash[24739]: cluster 2024-09-21T00:14:16.928799+0000 mgr.a (mgr.14150) 176 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:14:19.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:19 smithi136 bash[25149]: cluster 2024-09-21T00:14:18.929255+0000 mgr.a (mgr.14150) 177 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:14:19.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:19 smithi092 bash[22943]: cluster 2024-09-21T00:14:18.929255+0000 mgr.a (mgr.14150) 177 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:14:19.571 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:19 smithi099 bash[24739]: cluster 2024-09-21T00:14:18.929255+0000 mgr.a (mgr.14150) 177 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:14:22.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:21 smithi099 bash[24739]: cluster 2024-09-21T00:14:20.929747+0000 mgr.a (mgr.14150) 178 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:14:22.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:21 smithi136 bash[25149]: cluster 2024-09-21T00:14:20.929747+0000 mgr.a (mgr.14150) 178 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:14:22.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:21 smithi092 bash[22943]: cluster 2024-09-21T00:14:20.929747+0000 mgr.a (mgr.14150) 178 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:14:23.571 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:23 smithi099 bash[24739]: audit 2024-09-21T00:14:22.243346+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:14:23.571 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:23 smithi099 bash[24739]: audit 2024-09-21T00:14:22.251201+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:14:23.571 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:23 smithi099 bash[24739]: audit 2024-09-21T00:14:22.252914+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:14:23.571 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:23 smithi099 bash[24739]: audit 2024-09-21T00:14:22.254552+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:14:23.571 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:23 smithi099 bash[24739]: audit 2024-09-21T00:14:22.263835+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:14:23.571 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:23 smithi099 bash[24739]: cluster 2024-09-21T00:14:22.930242+0000 mgr.a (mgr.14150) 179 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:14:23.670 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:23 smithi136 bash[25149]: audit 2024-09-21T00:14:22.243346+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:14:23.670 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:23 smithi136 bash[25149]: audit 2024-09-21T00:14:22.251201+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:14:23.670 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:23 smithi136 bash[25149]: audit 2024-09-21T00:14:22.252914+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:14:23.670 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:23 smithi136 bash[25149]: audit 2024-09-21T00:14:22.254552+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:14:23.670 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:23 smithi136 bash[25149]: audit 2024-09-21T00:14:22.263835+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:14:23.670 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:23 smithi136 bash[25149]: cluster 2024-09-21T00:14:22.930242+0000 mgr.a (mgr.14150) 179 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:14:23.726 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:23 smithi092 bash[22943]: audit 2024-09-21T00:14:22.243346+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:14:23.726 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:23 smithi092 bash[22943]: audit 2024-09-21T00:14:22.251201+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:14:23.726 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:23 smithi092 bash[22943]: audit 2024-09-21T00:14:22.252914+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:14:23.726 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:23 smithi092 bash[22943]: audit 2024-09-21T00:14:22.254552+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:14:23.726 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:23 smithi092 bash[22943]: audit 2024-09-21T00:14:22.263835+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:14:23.726 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:23 smithi092 bash[22943]: cluster 2024-09-21T00:14:22.930242+0000 mgr.a (mgr.14150) 179 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:14:24.920 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:24 smithi136 bash[25149]: audit 2024-09-21T00:14:24.668188+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.136:6800/1300840192,v1:172.21.15.136:6801/1300840192]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-21T00:14:24.920 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:24 smithi136 bash[25149]: audit 2024-09-21T00:14:24.669309+0000 mon.a (mon.0) 406 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-21T00:14:25.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:24 smithi099 bash[24739]: audit 2024-09-21T00:14:24.668188+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.136:6800/1300840192,v1:172.21.15.136:6801/1300840192]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-21T00:14:25.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:24 smithi099 bash[24739]: audit 2024-09-21T00:14:24.669309+0000 mon.a (mon.0) 406 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-21T00:14:25.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:24 smithi092 bash[22943]: audit 2024-09-21T00:14:24.668188+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.136:6800/1300840192,v1:172.21.15.136:6801/1300840192]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-21T00:14:25.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:24 smithi092 bash[22943]: audit 2024-09-21T00:14:24.669309+0000 mon.a (mon.0) 406 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-21T00:14:26.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:25 smithi099 bash[24739]: audit 2024-09-21T00:14:24.722085+0000 mon.a (mon.0) 407 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-21T00:14:26.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:25 smithi099 bash[24739]: audit 2024-09-21T00:14:24.725358+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.136:6800/1300840192,v1:172.21.15.136:6801/1300840192]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2024-09-21T00:14:26.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:25 smithi099 bash[24739]: cluster 2024-09-21T00:14:24.727121+0000 mon.a (mon.0) 408 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-21T00:14:26.072 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:25 smithi099 bash[24739]: audit 2024-09-21T00:14:24.727879+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T00:14:26.072 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:25 smithi099 bash[24739]: audit 2024-09-21T00:14:24.728589+0000 mon.a (mon.0) 410 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2024-09-21T00:14:26.072 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:25 smithi099 bash[24739]: cluster 2024-09-21T00:14:24.930680+0000 mgr.a (mgr.14150) 180 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:14:26.072 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:25 smithi099 bash[24739]: audit 2024-09-21T00:14:25.724452+0000 mon.a (mon.0) 411 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]': finished 2024-09-21T00:14:26.072 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:25 smithi099 bash[24739]: cluster 2024-09-21T00:14:25.729318+0000 mon.a (mon.0) 412 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-21T00:14:26.072 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:25 smithi099 bash[24739]: audit 2024-09-21T00:14:25.729721+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T00:14:26.121 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:25 smithi136 bash[25149]: audit 2024-09-21T00:14:24.722085+0000 mon.a (mon.0) 407 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-21T00:14:26.122 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:25 smithi136 bash[25149]: audit 2024-09-21T00:14:24.725358+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.136:6800/1300840192,v1:172.21.15.136:6801/1300840192]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2024-09-21T00:14:26.122 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:25 smithi136 bash[25149]: cluster 2024-09-21T00:14:24.727121+0000 mon.a (mon.0) 408 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-21T00:14:26.122 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:25 smithi136 bash[25149]: audit 2024-09-21T00:14:24.727879+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T00:14:26.122 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:25 smithi136 bash[25149]: audit 2024-09-21T00:14:24.728589+0000 mon.a (mon.0) 410 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2024-09-21T00:14:26.122 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:25 smithi136 bash[25149]: cluster 2024-09-21T00:14:24.930680+0000 mgr.a (mgr.14150) 180 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:14:26.122 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:25 smithi136 bash[25149]: audit 2024-09-21T00:14:25.724452+0000 mon.a (mon.0) 411 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]': finished 2024-09-21T00:14:26.122 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:25 smithi136 bash[25149]: cluster 2024-09-21T00:14:25.729318+0000 mon.a (mon.0) 412 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-21T00:14:26.122 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:25 smithi136 bash[25149]: audit 2024-09-21T00:14:25.729721+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T00:14:26.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:25 smithi092 bash[22943]: audit 2024-09-21T00:14:24.722085+0000 mon.a (mon.0) 407 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-21T00:14:26.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:25 smithi092 bash[22943]: audit 2024-09-21T00:14:24.725358+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.136:6800/1300840192,v1:172.21.15.136:6801/1300840192]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2024-09-21T00:14:26.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:25 smithi092 bash[22943]: cluster 2024-09-21T00:14:24.727121+0000 mon.a (mon.0) 408 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-21T00:14:26.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:25 smithi092 bash[22943]: audit 2024-09-21T00:14:24.727879+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T00:14:26.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:25 smithi092 bash[22943]: audit 2024-09-21T00:14:24.728589+0000 mon.a (mon.0) 410 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2024-09-21T00:14:26.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:25 smithi092 bash[22943]: cluster 2024-09-21T00:14:24.930680+0000 mgr.a (mgr.14150) 180 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:14:26.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:25 smithi092 bash[22943]: audit 2024-09-21T00:14:25.724452+0000 mon.a (mon.0) 411 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]': finished 2024-09-21T00:14:26.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:25 smithi092 bash[22943]: cluster 2024-09-21T00:14:25.729318+0000 mon.a (mon.0) 412 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-21T00:14:26.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:25 smithi092 bash[22943]: audit 2024-09-21T00:14:25.729721+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T00:14:26.588 INFO:teuthology.orchestra.run.smithi136.stdout:Created osd(s) 2 on host 'smithi136' 2024-09-21T00:14:26.920 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:26 smithi136 bash[25149]: audit 2024-09-21T00:14:25.738581+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T00:14:26.920 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:26 smithi136 bash[25149]: audit 2024-09-21T00:14:26.568286+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:14:26.920 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:26 smithi136 bash[25149]: audit 2024-09-21T00:14:26.575469+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:14:26.920 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:26 smithi136 bash[25149]: audit 2024-09-21T00:14:26.583064+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:14:27.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:26 smithi099 bash[24739]: audit 2024-09-21T00:14:25.738581+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T00:14:27.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:26 smithi099 bash[24739]: audit 2024-09-21T00:14:26.568286+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:14:27.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:26 smithi099 bash[24739]: audit 2024-09-21T00:14:26.575469+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:14:27.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:26 smithi099 bash[24739]: audit 2024-09-21T00:14:26.583064+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:14:27.163 DEBUG:teuthology.orchestra.run.smithi136:osd.2> sudo journalctl -f -n 0 -u ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@osd.2.service 2024-09-21T00:14:27.165 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-09-21T00:14:27.166 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80a90d1c-77ad-11ef-baf5-efdc52797490 -- ceph osd stat -f json 2024-09-21T00:14:27.176 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:26 smithi092 bash[22943]: audit 2024-09-21T00:14:25.738581+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T00:14:27.176 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:26 smithi092 bash[22943]: audit 2024-09-21T00:14:26.568286+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:14:27.176 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:26 smithi092 bash[22943]: audit 2024-09-21T00:14:26.575469+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:14:27.176 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:26 smithi092 bash[22943]: audit 2024-09-21T00:14:26.583064+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:14:28.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:27 smithi099 bash[24739]: cluster 2024-09-21T00:14:25.640096+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T00:14:28.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:27 smithi099 bash[24739]: cluster 2024-09-21T00:14:25.640200+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T00:14:28.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:27 smithi099 bash[24739]: audit 2024-09-21T00:14:26.741749+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T00:14:28.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:27 smithi099 bash[24739]: cluster 2024-09-21T00:14:26.749741+0000 mon.a (mon.0) 419 : cluster [INF] osd.2 [v2:172.21.15.136:6800/1300840192,v1:172.21.15.136:6801/1300840192] boot 2024-09-21T00:14:28.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:27 smithi099 bash[24739]: cluster 2024-09-21T00:14:26.749801+0000 mon.a (mon.0) 420 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-21T00:14:28.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:27 smithi099 bash[24739]: audit 2024-09-21T00:14:26.750045+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T00:14:28.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:27 smithi099 bash[24739]: cluster 2024-09-21T00:14:26.931156+0000 mgr.a (mgr.14150) 181 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:14:28.072 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:27 smithi099 bash[24739]: audit 2024-09-21T00:14:27.052471+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' 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-09-21T00:14:28.170 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:27 smithi136 bash[25149]: cluster 2024-09-21T00:14:25.640096+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T00:14:28.170 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:27 smithi136 bash[25149]: cluster 2024-09-21T00:14:25.640200+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T00:14:28.170 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:27 smithi136 bash[25149]: audit 2024-09-21T00:14:26.741749+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T00:14:28.170 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:27 smithi136 bash[25149]: cluster 2024-09-21T00:14:26.749741+0000 mon.a (mon.0) 419 : cluster [INF] osd.2 [v2:172.21.15.136:6800/1300840192,v1:172.21.15.136:6801/1300840192] boot 2024-09-21T00:14:28.170 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:27 smithi136 bash[25149]: cluster 2024-09-21T00:14:26.749801+0000 mon.a (mon.0) 420 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-21T00:14:28.170 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:27 smithi136 bash[25149]: audit 2024-09-21T00:14:26.750045+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T00:14:28.171 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:27 smithi136 bash[25149]: cluster 2024-09-21T00:14:26.931156+0000 mgr.a (mgr.14150) 181 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:14:28.171 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:27 smithi136 bash[25149]: audit 2024-09-21T00:14:27.052471+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' 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-09-21T00:14:28.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:27 smithi092 bash[22943]: cluster 2024-09-21T00:14:25.640096+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T00:14:28.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:27 smithi092 bash[22943]: cluster 2024-09-21T00:14:25.640200+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T00:14:28.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:27 smithi092 bash[22943]: audit 2024-09-21T00:14:26.741749+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T00:14:28.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:27 smithi092 bash[22943]: cluster 2024-09-21T00:14:26.749741+0000 mon.a (mon.0) 419 : cluster [INF] osd.2 [v2:172.21.15.136:6800/1300840192,v1:172.21.15.136:6801/1300840192] boot 2024-09-21T00:14:28.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:27 smithi092 bash[22943]: cluster 2024-09-21T00:14:26.749801+0000 mon.a (mon.0) 420 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-21T00:14:28.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:27 smithi092 bash[22943]: audit 2024-09-21T00:14:26.750045+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T00:14:28.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:27 smithi092 bash[22943]: cluster 2024-09-21T00:14:26.931156+0000 mgr.a (mgr.14150) 181 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T00:14:28.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:27 smithi092 bash[22943]: audit 2024-09-21T00:14:27.052471+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' 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-09-21T00:14:29.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:28 smithi099 bash[24739]: audit 2024-09-21T00:14:27.752014+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' 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-09-21T00:14:29.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:28 smithi099 bash[24739]: cluster 2024-09-21T00:14:27.755949+0000 mon.a (mon.0) 424 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-21T00:14:29.072 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:28 smithi099 bash[24739]: audit 2024-09-21T00:14:27.757575+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-21T00:14:29.170 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:28 smithi136 bash[25149]: audit 2024-09-21T00:14:27.752014+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' 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-09-21T00:14:29.170 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:28 smithi136 bash[25149]: cluster 2024-09-21T00:14:27.755949+0000 mon.a (mon.0) 424 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-21T00:14:29.170 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:28 smithi136 bash[25149]: audit 2024-09-21T00:14:27.757575+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-21T00:14:29.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:28 smithi092 bash[22943]: audit 2024-09-21T00:14:27.752014+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' 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-09-21T00:14:29.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:28 smithi092 bash[22943]: cluster 2024-09-21T00:14:27.755949+0000 mon.a (mon.0) 424 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-21T00:14:29.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:28 smithi092 bash[22943]: audit 2024-09-21T00:14:27.757575+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-21T00:14:30.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:29 smithi099 bash[24739]: audit 2024-09-21T00:14:28.754469+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-21T00:14:30.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:29 smithi099 bash[24739]: cluster 2024-09-21T00:14:28.759914+0000 mon.a (mon.0) 427 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-21T00:14:30.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:29 smithi099 bash[24739]: cluster 2024-09-21T00:14:28.931647+0000 mgr.a (mgr.14150) 182 : cluster [DBG] pgmap v140: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:14:30.170 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:29 smithi136 bash[25149]: audit 2024-09-21T00:14:28.754469+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-21T00:14:30.170 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:29 smithi136 bash[25149]: cluster 2024-09-21T00:14:28.759914+0000 mon.a (mon.0) 427 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-21T00:14:30.170 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:29 smithi136 bash[25149]: cluster 2024-09-21T00:14:28.931647+0000 mgr.a (mgr.14150) 182 : cluster [DBG] pgmap v140: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:14:30.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:29 smithi092 bash[22943]: audit 2024-09-21T00:14:28.754469+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-21T00:14:30.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:29 smithi092 bash[22943]: cluster 2024-09-21T00:14:28.759914+0000 mon.a (mon.0) 427 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-21T00:14:30.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:29 smithi092 bash[22943]: cluster 2024-09-21T00:14:28.931647+0000 mgr.a (mgr.14150) 182 : cluster [DBG] pgmap v140: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:14:31.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:30 smithi099 bash[24739]: cluster 2024-09-21T00:14:29.785517+0000 mon.a (mon.0) 428 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-09-21T00:14:31.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:30 smithi099 bash[24739]: cluster 2024-09-21T00:14:29.785580+0000 mon.a (mon.0) 429 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-21T00:14:31.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:30 smithi099 bash[24739]: audit 2024-09-21T00:14:29.918022+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:14:31.170 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:30 smithi136 bash[25149]: cluster 2024-09-21T00:14:29.785517+0000 mon.a (mon.0) 428 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-09-21T00:14:31.170 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:30 smithi136 bash[25149]: cluster 2024-09-21T00:14:29.785580+0000 mon.a (mon.0) 429 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-21T00:14:31.170 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:30 smithi136 bash[25149]: audit 2024-09-21T00:14:29.918022+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:14:31.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:30 smithi092 bash[22943]: cluster 2024-09-21T00:14:29.785517+0000 mon.a (mon.0) 428 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-09-21T00:14:31.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:30 smithi092 bash[22943]: cluster 2024-09-21T00:14:29.785580+0000 mon.a (mon.0) 429 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-21T00:14:31.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:30 smithi092 bash[22943]: audit 2024-09-21T00:14:29.918022+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:14:31.892 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T00:14:32.920 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:32 smithi136 bash[25149]: audit 2024-09-21T00:14:30.873591+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:14:32.920 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:32 smithi136 bash[25149]: cluster 2024-09-21T00:14:30.932137+0000 mgr.a (mgr.14150) 183 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:14:32.920 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:32 smithi136 bash[25149]: audit 2024-09-21T00:14:31.831245+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:14:32.920 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:32 smithi136 bash[25149]: audit 2024-09-21T00:14:31.833964+0000 mon.a (mon.0) 433 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T00:14:33.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:32 smithi099 bash[24739]: audit 2024-09-21T00:14:30.873591+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:14:33.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:32 smithi099 bash[24739]: cluster 2024-09-21T00:14:30.932137+0000 mgr.a (mgr.14150) 183 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:14:33.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:32 smithi099 bash[24739]: audit 2024-09-21T00:14:31.831245+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:14:33.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:32 smithi099 bash[24739]: audit 2024-09-21T00:14:31.833964+0000 mon.a (mon.0) 433 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T00:14:33.178 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-09-21T00:14:33.190 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:32 smithi092 bash[22943]: audit 2024-09-21T00:14:30.873591+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:14:33.191 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:32 smithi092 bash[22943]: cluster 2024-09-21T00:14:30.932137+0000 mgr.a (mgr.14150) 183 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:14:33.191 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:32 smithi092 bash[22943]: audit 2024-09-21T00:14:31.831245+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:14:33.191 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:32 smithi092 bash[22943]: audit 2024-09-21T00:14:31.833964+0000 mon.a (mon.0) 433 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T00:14:33.834 INFO:teuthology.orchestra.run.smithi092.stdout:{"epoch":21,"num_osds":3,"num_up_osds":3,"osd_up_since":1726877666,"num_in_osds":3,"osd_in_since":1726877638,"num_remapped_pgs":0} 2024-09-21T00:14:33.834 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell --fsid 80a90d1c-77ad-11ef-baf5-efdc52797490 -- ceph osd dump --format=json 2024-09-21T00:14:34.821 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:34 smithi099 bash[24739]: audit 2024-09-21T00:14:32.749725+0000 mon.a (mon.0) 434 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T00:14:34.821 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:34 smithi099 bash[24739]: audit 2024-09-21T00:14:32.750683+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T00:14:34.821 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:34 smithi099 bash[24739]: audit 2024-09-21T00:14:32.750836+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T00:14:34.821 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:34 smithi099 bash[24739]: audit 2024-09-21T00:14:32.751259+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T00:14:34.822 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:34 smithi099 bash[24739]: audit 2024-09-21T00:14:32.759190+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T00:14:34.822 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:34 smithi099 bash[24739]: audit 2024-09-21T00:14:32.759333+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T00:14:34.822 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:34 smithi099 bash[24739]: audit 2024-09-21T00:14:32.759446+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T00:14:34.822 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:34 smithi099 bash[24739]: audit 2024-09-21T00:14:32.759529+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T00:14:34.822 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:34 smithi099 bash[24739]: cluster 2024-09-21T00:14:32.932475+0000 mgr.a (mgr.14150) 184 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:14:34.822 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:34 smithi099 bash[24739]: audit 2024-09-21T00:14:33.179002+0000 mon.a (mon.0) 441 : audit [DBG] from='client.? 172.21.15.92:0/3923018015' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-21T00:14:34.822 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:34 smithi099 bash[24739]: audit 2024-09-21T00:14:33.633845+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T00:14:34.822 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:34 smithi099 bash[24739]: audit 2024-09-21T00:14:33.639074+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T00:14:34.822 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:34 smithi099 bash[24739]: audit 2024-09-21T00:14:33.639393+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T00:14:34.822 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:34 smithi099 bash[24739]: audit 2024-09-21T00:14:33.639668+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T00:14:34.920 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:34 smithi136 bash[25149]: audit 2024-09-21T00:14:32.749725+0000 mon.a (mon.0) 434 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T00:14:34.920 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:34 smithi136 bash[25149]: audit 2024-09-21T00:14:32.750683+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T00:14:34.920 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:34 smithi136 bash[25149]: audit 2024-09-21T00:14:32.750836+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T00:14:34.920 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:34 smithi136 bash[25149]: audit 2024-09-21T00:14:32.751259+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T00:14:34.920 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:34 smithi136 bash[25149]: audit 2024-09-21T00:14:32.759190+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T00:14:34.920 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:34 smithi136 bash[25149]: audit 2024-09-21T00:14:32.759333+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T00:14:34.920 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:34 smithi136 bash[25149]: audit 2024-09-21T00:14:32.759446+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T00:14:34.920 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:34 smithi136 bash[25149]: audit 2024-09-21T00:14:32.759529+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T00:14:34.921 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:34 smithi136 bash[25149]: cluster 2024-09-21T00:14:32.932475+0000 mgr.a (mgr.14150) 184 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:14:34.921 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:34 smithi136 bash[25149]: audit 2024-09-21T00:14:33.179002+0000 mon.a (mon.0) 441 : audit [DBG] from='client.? 172.21.15.92:0/3923018015' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-21T00:14:34.921 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:34 smithi136 bash[25149]: audit 2024-09-21T00:14:33.633845+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T00:14:34.921 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:34 smithi136 bash[25149]: audit 2024-09-21T00:14:33.639074+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T00:14:34.921 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:34 smithi136 bash[25149]: audit 2024-09-21T00:14:33.639393+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T00:14:34.921 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:34 smithi136 bash[25149]: audit 2024-09-21T00:14:33.639668+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T00:14:34.976 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:34 smithi092 bash[22943]: audit 2024-09-21T00:14:32.749725+0000 mon.a (mon.0) 434 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T00:14:34.976 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:34 smithi092 bash[22943]: audit 2024-09-21T00:14:32.750683+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T00:14:34.976 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:34 smithi092 bash[22943]: audit 2024-09-21T00:14:32.750836+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T00:14:34.977 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:34 smithi092 bash[22943]: audit 2024-09-21T00:14:32.751259+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T00:14:34.977 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:34 smithi092 bash[22943]: audit 2024-09-21T00:14:32.759190+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T00:14:34.977 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:34 smithi092 bash[22943]: audit 2024-09-21T00:14:32.759333+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T00:14:34.977 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:34 smithi092 bash[22943]: audit 2024-09-21T00:14:32.759446+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T00:14:34.977 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:34 smithi092 bash[22943]: audit 2024-09-21T00:14:32.759529+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T00:14:34.977 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:34 smithi092 bash[22943]: cluster 2024-09-21T00:14:32.932475+0000 mgr.a (mgr.14150) 184 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:14:34.977 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:34 smithi092 bash[22943]: audit 2024-09-21T00:14:33.179002+0000 mon.a (mon.0) 441 : audit [DBG] from='client.? 172.21.15.92:0/3923018015' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-21T00:14:34.977 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:34 smithi092 bash[22943]: audit 2024-09-21T00:14:33.633845+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T00:14:34.977 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:34 smithi092 bash[22943]: audit 2024-09-21T00:14:33.639074+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T00:14:34.978 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:34 smithi092 bash[22943]: audit 2024-09-21T00:14:33.639393+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T00:14:34.978 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:34 smithi092 bash[22943]: audit 2024-09-21T00:14:33.639668+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T00:14:35.670 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:35 smithi136 bash[25149]: audit 2024-09-21T00:14:33.638351+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T00:14:35.670 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:35 smithi136 bash[25149]: audit 2024-09-21T00:14:34.501916+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T00:14:35.670 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:35 smithi136 bash[25149]: cluster 2024-09-21T00:14:34.932996+0000 mgr.a (mgr.14150) 185 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 5.2 KiB/s rd, 304 KiB/s wr, 18 op/s 2024-09-21T00:14:35.821 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:35 smithi099 bash[24739]: audit 2024-09-21T00:14:33.638351+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T00:14:35.821 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:35 smithi099 bash[24739]: audit 2024-09-21T00:14:34.501916+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T00:14:35.821 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:35 smithi099 bash[24739]: cluster 2024-09-21T00:14:34.932996+0000 mgr.a (mgr.14150) 185 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 5.2 KiB/s rd, 304 KiB/s wr, 18 op/s 2024-09-21T00:14:35.976 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:35 smithi092 bash[22943]: audit 2024-09-21T00:14:33.638351+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T00:14:35.976 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:35 smithi092 bash[22943]: audit 2024-09-21T00:14:34.501916+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T00:14:35.976 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:35 smithi092 bash[22943]: cluster 2024-09-21T00:14:34.932996+0000 mgr.a (mgr.14150) 185 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 5.2 KiB/s rd, 304 KiB/s wr, 18 op/s 2024-09-21T00:14:37.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:36 smithi092 bash[22943]: cephadm 2024-09-21T00:14:35.922995+0000 mgr.a (mgr.14150) 186 : cephadm [INF] Detected new or changed devices on smithi136 2024-09-21T00:14:37.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:36 smithi092 bash[22943]: audit 2024-09-21T00:14:35.931484+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:14:37.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:36 smithi092 bash[22943]: audit 2024-09-21T00:14:35.940836+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:14:37.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:36 smithi092 bash[22943]: audit 2024-09-21T00:14:35.943164+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-21T00:14:37.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:36 smithi092 bash[22943]: cephadm 2024-09-21T00:14:35.944638+0000 mgr.a (mgr.14150) 187 : cephadm [INF] Adjusting osd_memory_target on smithi136 to 21361M 2024-09-21T00:14:37.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:36 smithi092 bash[22943]: audit 2024-09-21T00:14:35.952328+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:14:37.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:36 smithi092 bash[22943]: audit 2024-09-21T00:14:35.956478+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:14:37.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:36 smithi092 bash[22943]: audit 2024-09-21T00:14:35.958520+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:14:37.227 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:36 smithi092 bash[22943]: audit 2024-09-21T00:14:35.969661+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:14:37.323 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:36 smithi099 bash[24739]: cephadm 2024-09-21T00:14:35.922995+0000 mgr.a (mgr.14150) 186 : cephadm [INF] Detected new or changed devices on smithi136 2024-09-21T00:14:37.323 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:36 smithi099 bash[24739]: audit 2024-09-21T00:14:35.931484+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:14:37.323 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:36 smithi099 bash[24739]: audit 2024-09-21T00:14:35.940836+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:14:37.323 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:36 smithi099 bash[24739]: audit 2024-09-21T00:14:35.943164+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-21T00:14:37.323 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:36 smithi099 bash[24739]: cephadm 2024-09-21T00:14:35.944638+0000 mgr.a (mgr.14150) 187 : cephadm [INF] Adjusting osd_memory_target on smithi136 to 21361M 2024-09-21T00:14:37.323 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:36 smithi099 bash[24739]: audit 2024-09-21T00:14:35.952328+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:14:37.323 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:36 smithi099 bash[24739]: audit 2024-09-21T00:14:35.956478+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:14:37.323 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:36 smithi099 bash[24739]: audit 2024-09-21T00:14:35.958520+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:14:37.324 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:36 smithi099 bash[24739]: audit 2024-09-21T00:14:35.969661+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:14:37.421 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:36 smithi136 bash[25149]: cephadm 2024-09-21T00:14:35.922995+0000 mgr.a (mgr.14150) 186 : cephadm [INF] Detected new or changed devices on smithi136 2024-09-21T00:14:37.421 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:36 smithi136 bash[25149]: audit 2024-09-21T00:14:35.931484+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:14:37.421 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:36 smithi136 bash[25149]: audit 2024-09-21T00:14:35.940836+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:14:37.422 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:36 smithi136 bash[25149]: audit 2024-09-21T00:14:35.943164+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-21T00:14:37.422 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:36 smithi136 bash[25149]: cephadm 2024-09-21T00:14:35.944638+0000 mgr.a (mgr.14150) 187 : cephadm [INF] Adjusting osd_memory_target on smithi136 to 21361M 2024-09-21T00:14:37.422 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:36 smithi136 bash[25149]: audit 2024-09-21T00:14:35.952328+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:14:37.422 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:36 smithi136 bash[25149]: audit 2024-09-21T00:14:35.956478+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:14:37.422 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:36 smithi136 bash[25149]: audit 2024-09-21T00:14:35.958520+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:14:37.422 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:36 smithi136 bash[25149]: audit 2024-09-21T00:14:35.969661+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:14:38.226 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:37 smithi092 bash[22943]: cluster 2024-09-21T00:14:36.933551+0000 mgr.a (mgr.14150) 188 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.8 KiB/s rd, 219 KiB/s wr, 13 op/s 2024-09-21T00:14:38.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:37 smithi099 bash[24739]: cluster 2024-09-21T00:14:36.933551+0000 mgr.a (mgr.14150) 188 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.8 KiB/s rd, 219 KiB/s wr, 13 op/s 2024-09-21T00:14:38.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:37 smithi136 bash[25149]: cluster 2024-09-21T00:14:36.933551+0000 mgr.a (mgr.14150) 188 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.8 KiB/s rd, 219 KiB/s wr, 13 op/s 2024-09-21T00:14:38.615 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T00:14:40.097 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-09-21T00:14:40.097 INFO:teuthology.orchestra.run.smithi092.stdout:{"epoch":21,"fsid":"80a90d1c-77ad-11ef-baf5-efdc52797490","created":"2024-09-21T00:09:09.531633+0000","modified":"2024-09-21T00:14:29.763129+0000","last_up_change":"2024-09-21T00:14:26.740793+0000","last_in_change":"2024-09-21T00:13:58.288405+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-09-21T00:14:27.488011+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,"is_stretch_pool":false,"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":"57a5bd3d-b16c-49f8-b9eb-63e83f2d20fe","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.92:6802","nonce":1355060880},{"type":"v1","addr":"172.21.15.92:6803","nonce":1355060880}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6804","nonce":1355060880},{"type":"v1","addr":"172.21.15.92:6805","nonce":1355060880}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6808","nonce":1355060880},{"type":"v1","addr":"172.21.15.92:6809","nonce":1355060880}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6806","nonce":1355060880},{"type":"v1","addr":"172.21.15.92:6807","nonce":1355060880}]},"public_addr":"172.21.15.92:6803/1355060880","cluster_addr":"172.21.15.92:6805/1355060880","heartbeat_back_addr":"172.21.15.92:6809/1355060880","heartbeat_front_addr":"172.21.15.92:6807/1355060880","state":["exists","up"]},{"osd":1,"uuid":"36161d46-0275-43a4-b9a7-d82134735502","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.99:6800","nonce":1433651343},{"type":"v1","addr":"172.21.15.99:6801","nonce":1433651343}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6802","nonce":1433651343},{"type":"v1","addr":"172.21.15.99:6803","nonce":1433651343}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6806","nonce":1433651343},{"type":"v1","addr":"172.21.15.99:6807","nonce":1433651343}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6804","nonce":1433651343},{"type":"v1","addr":"172.21.15.99:6805","nonce":1433651343}]},"public_addr":"172.21.15.99:6801/1433651343","cluster_addr":"172.21.15.99:6803/1433651343","heartbeat_back_addr":"172.21.15.99:6807/1433651343","heartbeat_front_addr":"172.21.15.99:6805/1433651343","state":["exists","up"]},{"osd":2,"uuid":"16e7f78f-a6b2-4c2f-b68b-277adaea9e49","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.136:6800","nonce":1300840192},{"type":"v1","addr":"172.21.15.136:6801","nonce":1300840192}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6802","nonce":1300840192},{"type":"v1","addr":"172.21.15.136:6803","nonce":1300840192}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6806","nonce":1300840192},{"type":"v1","addr":"172.21.15.136:6807","nonce":1300840192}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6804","nonce":1300840192},{"type":"v1","addr":"172.21.15.136:6805","nonce":1300840192}]},"public_addr":"172.21.15.136:6801/1300840192","cluster_addr":"172.21.15.136:6803/1300840192","heartbeat_back_addr":"172.21.15.136:6807/1300840192","heartbeat_front_addr":"172.21.15.136:6805/1300840192","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-09-21T00:12:46.109325+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-09-21T00:13:36.297324+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-09-21T00:14:25.640206+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.92:0/792102258":"2024-09-22T00:10:08.865694+0000","172.21.15.92:6801/2018934100":"2024-09-22T00:10:08.865694+0000","172.21.15.92:0/3673767350":"2024-09-22T00:10:08.865694+0000","172.21.15.92:6800/2018934100":"2024-09-22T00:10:08.865694+0000","172.21.15.92:0/3694974947":"2024-09-22T00:10:08.865694+0000","172.21.15.92:0/1089765117":"2024-09-22T00:09:36.885956+0000","172.21.15.92:0/1142433771":"2024-09-22T00:09:36.885956+0000","172.21.15.92:6800/2897306846":"2024-09-22T00:09:36.885956+0000","172.21.15.92:6801/2897306846":"2024-09-22T00:09:36.885956+0000","172.21.15.92:0/3760007120":"2024-09-22T00:09:36.885956+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-09-21T00:14:40.110 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:39 smithi092 bash[22943]: cluster 2024-09-21T00:14:38.934112+0000 mgr.a (mgr.14150) 189 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 171 KiB/s wr, 10 op/s 2024-09-21T00:14:40.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:39 smithi099 bash[24739]: cluster 2024-09-21T00:14:38.934112+0000 mgr.a (mgr.14150) 189 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 171 KiB/s wr, 10 op/s 2024-09-21T00:14:40.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:39 smithi136 bash[25149]: cluster 2024-09-21T00:14:38.934112+0000 mgr.a (mgr.14150) 189 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 171 KiB/s wr, 10 op/s 2024-09-21T00:14:40.690 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-09-21T00:14:27.488011+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, 'is_stretch_pool': False, '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-09-21T00:14:40.690 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell --fsid 80a90d1c-77ad-11ef-baf5-efdc52797490 -- ceph osd pool get .mgr pg_num 2024-09-21T00:14:41.225 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:40 smithi092 bash[22943]: audit 2024-09-21T00:14:40.097478+0000 mon.a (mon.0) 452 : audit [DBG] from='client.? 172.21.15.92:0/489470260' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-21T00:14:41.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:40 smithi099 bash[24739]: audit 2024-09-21T00:14:40.097478+0000 mon.a (mon.0) 452 : audit [DBG] from='client.? 172.21.15.92:0/489470260' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-21T00:14:41.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:40 smithi136 bash[25149]: audit 2024-09-21T00:14:40.097478+0000 mon.a (mon.0) 452 : audit [DBG] from='client.? 172.21.15.92:0/489470260' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-21T00:14:42.225 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:41 smithi092 bash[22943]: cluster 2024-09-21T00:14:40.934697+0000 mgr.a (mgr.14150) 190 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.2 KiB/s rd, 164 KiB/s wr, 10 op/s 2024-09-21T00:14:42.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:41 smithi099 bash[24739]: cluster 2024-09-21T00:14:40.934697+0000 mgr.a (mgr.14150) 190 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.2 KiB/s rd, 164 KiB/s wr, 10 op/s 2024-09-21T00:14:42.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:41 smithi136 bash[25149]: cluster 2024-09-21T00:14:40.934697+0000 mgr.a (mgr.14150) 190 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.2 KiB/s rd, 164 KiB/s wr, 10 op/s 2024-09-21T00:14:44.225 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:43 smithi092 bash[22943]: cluster 2024-09-21T00:14:42.935221+0000 mgr.a (mgr.14150) 191 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 152 KiB/s wr, 10 op/s 2024-09-21T00:14:44.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:43 smithi099 bash[24739]: cluster 2024-09-21T00:14:42.935221+0000 mgr.a (mgr.14150) 191 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 152 KiB/s wr, 10 op/s 2024-09-21T00:14:44.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:43 smithi136 bash[25149]: cluster 2024-09-21T00:14:42.935221+0000 mgr.a (mgr.14150) 191 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 152 KiB/s wr, 10 op/s 2024-09-21T00:14:45.424 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T00:14:46.225 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:45 smithi092 bash[22943]: cluster 2024-09-21T00:14:44.935743+0000 mgr.a (mgr.14150) 192 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 152 KiB/s wr, 10 op/s 2024-09-21T00:14:46.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:45 smithi099 bash[24739]: cluster 2024-09-21T00:14:44.935743+0000 mgr.a (mgr.14150) 192 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 152 KiB/s wr, 10 op/s 2024-09-21T00:14:46.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:45 smithi136 bash[25149]: cluster 2024-09-21T00:14:44.935743+0000 mgr.a (mgr.14150) 192 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 152 KiB/s wr, 10 op/s 2024-09-21T00:14:46.869 INFO:teuthology.orchestra.run.smithi092.stdout:pg_num: 1 2024-09-21T00:14:47.225 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:46 smithi092 bash[22943]: audit 2024-09-21T00:14:46.870055+0000 mon.a (mon.0) 453 : audit [DBG] from='client.? 172.21.15.92:0/2650936921' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-09-21T00:14:47.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:46 smithi099 bash[24739]: audit 2024-09-21T00:14:46.870055+0000 mon.a (mon.0) 453 : audit [DBG] from='client.? 172.21.15.92:0/2650936921' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-09-21T00:14:47.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:46 smithi136 bash[25149]: audit 2024-09-21T00:14:46.870055+0000 mon.a (mon.0) 453 : audit [DBG] from='client.? 172.21.15.92:0/2650936921' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-09-21T00:14:47.537 INFO:tasks.cephadm:Setting up client nodes... 2024-09-21T00:14:47.685 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-09-21T00:14:47.686 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-09-21T00:14:47.686 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell --fsid 80a90d1c-77ad-11ef-baf5-efdc52797490 -- ceph mgr dump --format=json 2024-09-21T00:14:48.225 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:47 smithi092 bash[22943]: cluster 2024-09-21T00:14:46.936122+0000 mgr.a (mgr.14150) 193 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-09-21T00:14:48.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:47 smithi099 bash[24739]: cluster 2024-09-21T00:14:46.936122+0000 mgr.a (mgr.14150) 193 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-09-21T00:14:48.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:47 smithi136 bash[25149]: cluster 2024-09-21T00:14:46.936122+0000 mgr.a (mgr.14150) 193 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-09-21T00:14:50.225 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:49 smithi092 bash[22943]: cluster 2024-09-21T00:14:48.936671+0000 mgr.a (mgr.14150) 194 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-09-21T00:14:50.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:49 smithi099 bash[24739]: cluster 2024-09-21T00:14:48.936671+0000 mgr.a (mgr.14150) 194 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-09-21T00:14:50.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:49 smithi136 bash[25149]: cluster 2024-09-21T00:14:48.936671+0000 mgr.a (mgr.14150) 194 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-09-21T00:14:52.225 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:51 smithi092 bash[22943]: cluster 2024-09-21T00:14:50.937276+0000 mgr.a (mgr.14150) 195 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-09-21T00:14:52.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:51 smithi099 bash[24739]: cluster 2024-09-21T00:14:50.937276+0000 mgr.a (mgr.14150) 195 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-09-21T00:14:52.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:51 smithi136 bash[25149]: cluster 2024-09-21T00:14:50.937276+0000 mgr.a (mgr.14150) 195 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-09-21T00:14:52.425 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T00:14:53.870 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-09-21T00:14:54.225 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:53 smithi092 bash[22943]: cluster 2024-09-21T00:14:52.937838+0000 mgr.a (mgr.14150) 196 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:14:54.225 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:53 smithi092 bash[22943]: audit 2024-09-21T00:14:53.862317+0000 mon.a (mon.0) 454 : audit [DBG] from='client.? 172.21.15.92:0/2108657597' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-21T00:14:54.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:53 smithi099 bash[24739]: cluster 2024-09-21T00:14:52.937838+0000 mgr.a (mgr.14150) 196 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:14:54.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:53 smithi099 bash[24739]: audit 2024-09-21T00:14:53.862317+0000 mon.a (mon.0) 454 : audit [DBG] from='client.? 172.21.15.92:0/2108657597' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-21T00:14:54.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:53 smithi136 bash[25149]: cluster 2024-09-21T00:14:52.937838+0000 mgr.a (mgr.14150) 196 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:14:54.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:53 smithi136 bash[25149]: audit 2024-09-21T00:14:53.862317+0000 mon.a (mon.0) 454 : audit [DBG] from='client.? 172.21.15.92:0/2108657597' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-21T00:14:54.493 INFO:teuthology.orchestra.run.smithi092.stdout:{"epoch":15,"flags":0,"active_gid":14150,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6800","nonce":3819606923},{"type":"v1","addr":"172.21.15.92:6801","nonce":3819606923}]},"active_addr":"172.21.15.92:6801/3819606923","active_change":"2024-09-21T00:10:08.865915+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.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.5","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.5","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","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.92: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.92:0","nonce":3887591428}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.92:0","nonce":395758364}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.92:0","nonce":2622127093}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.92:0","nonce":898433655}]}]} 2024-09-21T00:14:54.497 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-09-21T00:14:54.497 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-09-21T00:14:54.497 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell --fsid 80a90d1c-77ad-11ef-baf5-efdc52797490 -- ceph osd dump --format=json 2024-09-21T00:14:56.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:55 smithi099 bash[24739]: cluster 2024-09-21T00:14:54.938383+0000 mgr.a (mgr.14150) 197 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:14:56.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:55 smithi136 bash[25149]: cluster 2024-09-21T00:14:54.938383+0000 mgr.a (mgr.14150) 197 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:14:56.475 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:55 smithi092 bash[22943]: cluster 2024-09-21T00:14:54.938383+0000 mgr.a (mgr.14150) 197 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:14:58.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:57 smithi099 bash[24739]: cluster 2024-09-21T00:14:56.938906+0000 mgr.a (mgr.14150) 198 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:14:58.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:57 smithi136 bash[25149]: cluster 2024-09-21T00:14:56.938906+0000 mgr.a (mgr.14150) 198 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:14:58.475 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:57 smithi092 bash[22943]: cluster 2024-09-21T00:14:56.938906+0000 mgr.a (mgr.14150) 198 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:14:59.225 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T00:15:00.260 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:14:59 smithi092 bash[22943]: cluster 2024-09-21T00:14:58.939456+0000 mgr.a (mgr.14150) 199 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:00.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:14:59 smithi099 bash[24739]: cluster 2024-09-21T00:14:58.939456+0000 mgr.a (mgr.14150) 199 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:00.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:14:59 smithi136 bash[25149]: cluster 2024-09-21T00:14:58.939456+0000 mgr.a (mgr.14150) 199 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:00.577 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-09-21T00:15:00.577 INFO:teuthology.orchestra.run.smithi092.stdout:{"epoch":21,"fsid":"80a90d1c-77ad-11ef-baf5-efdc52797490","created":"2024-09-21T00:09:09.531633+0000","modified":"2024-09-21T00:14:29.763129+0000","last_up_change":"2024-09-21T00:14:26.740793+0000","last_in_change":"2024-09-21T00:13:58.288405+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-09-21T00:14:27.488011+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,"is_stretch_pool":false,"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":"57a5bd3d-b16c-49f8-b9eb-63e83f2d20fe","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.92:6802","nonce":1355060880},{"type":"v1","addr":"172.21.15.92:6803","nonce":1355060880}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6804","nonce":1355060880},{"type":"v1","addr":"172.21.15.92:6805","nonce":1355060880}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6808","nonce":1355060880},{"type":"v1","addr":"172.21.15.92:6809","nonce":1355060880}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6806","nonce":1355060880},{"type":"v1","addr":"172.21.15.92:6807","nonce":1355060880}]},"public_addr":"172.21.15.92:6803/1355060880","cluster_addr":"172.21.15.92:6805/1355060880","heartbeat_back_addr":"172.21.15.92:6809/1355060880","heartbeat_front_addr":"172.21.15.92:6807/1355060880","state":["exists","up"]},{"osd":1,"uuid":"36161d46-0275-43a4-b9a7-d82134735502","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.99:6800","nonce":1433651343},{"type":"v1","addr":"172.21.15.99:6801","nonce":1433651343}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6802","nonce":1433651343},{"type":"v1","addr":"172.21.15.99:6803","nonce":1433651343}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6806","nonce":1433651343},{"type":"v1","addr":"172.21.15.99:6807","nonce":1433651343}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6804","nonce":1433651343},{"type":"v1","addr":"172.21.15.99:6805","nonce":1433651343}]},"public_addr":"172.21.15.99:6801/1433651343","cluster_addr":"172.21.15.99:6803/1433651343","heartbeat_back_addr":"172.21.15.99:6807/1433651343","heartbeat_front_addr":"172.21.15.99:6805/1433651343","state":["exists","up"]},{"osd":2,"uuid":"16e7f78f-a6b2-4c2f-b68b-277adaea9e49","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.136:6800","nonce":1300840192},{"type":"v1","addr":"172.21.15.136:6801","nonce":1300840192}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6802","nonce":1300840192},{"type":"v1","addr":"172.21.15.136:6803","nonce":1300840192}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6806","nonce":1300840192},{"type":"v1","addr":"172.21.15.136:6807","nonce":1300840192}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6804","nonce":1300840192},{"type":"v1","addr":"172.21.15.136:6805","nonce":1300840192}]},"public_addr":"172.21.15.136:6801/1300840192","cluster_addr":"172.21.15.136:6803/1300840192","heartbeat_back_addr":"172.21.15.136:6807/1300840192","heartbeat_front_addr":"172.21.15.136:6805/1300840192","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-09-21T00:12:46.109325+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-09-21T00:13:36.297324+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-09-21T00:14:25.640206+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.92:0/792102258":"2024-09-22T00:10:08.865694+0000","172.21.15.92:6801/2018934100":"2024-09-22T00:10:08.865694+0000","172.21.15.92:0/3673767350":"2024-09-22T00:10:08.865694+0000","172.21.15.92:6800/2018934100":"2024-09-22T00:10:08.865694+0000","172.21.15.92:0/3694974947":"2024-09-22T00:10:08.865694+0000","172.21.15.92:0/1089765117":"2024-09-22T00:09:36.885956+0000","172.21.15.92:0/1142433771":"2024-09-22T00:09:36.885956+0000","172.21.15.92:6800/2897306846":"2024-09-22T00:09:36.885956+0000","172.21.15.92:6801/2897306846":"2024-09-22T00:09:36.885956+0000","172.21.15.92:0/3760007120":"2024-09-22T00:09:36.885956+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-09-21T00:15:01.227 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-09-21T00:15:01.228 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell --fsid 80a90d1c-77ad-11ef-baf5-efdc52797490 -- ceph osd dump --format=json 2024-09-21T00:15:01.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:00 smithi099 bash[24739]: audit 2024-09-21T00:15:00.578356+0000 mon.a (mon.0) 455 : audit [DBG] from='client.? 172.21.15.92:0/2195458885' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-21T00:15:01.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:00 smithi136 bash[25149]: audit 2024-09-21T00:15:00.578356+0000 mon.a (mon.0) 455 : audit [DBG] from='client.? 172.21.15.92:0/2195458885' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-21T00:15:01.475 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:00 smithi092 bash[22943]: audit 2024-09-21T00:15:00.578356+0000 mon.a (mon.0) 455 : audit [DBG] from='client.? 172.21.15.92:0/2195458885' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-21T00:15:02.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:02 smithi099 bash[24739]: cluster 2024-09-21T00:15:00.940013+0000 mgr.a (mgr.14150) 200 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:02.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:02 smithi136 bash[25149]: cluster 2024-09-21T00:15:00.940013+0000 mgr.a (mgr.14150) 200 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:02.475 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:02 smithi092 bash[22943]: cluster 2024-09-21T00:15:00.940013+0000 mgr.a (mgr.14150) 200 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:04.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:04 smithi099 bash[24739]: cluster 2024-09-21T00:15:02.940539+0000 mgr.a (mgr.14150) 201 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:04.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:04 smithi136 bash[25149]: cluster 2024-09-21T00:15:02.940539+0000 mgr.a (mgr.14150) 201 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:04.475 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:04 smithi092 bash[22943]: cluster 2024-09-21T00:15:02.940539+0000 mgr.a (mgr.14150) 201 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:05.959 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T00:15:06.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:06 smithi099 bash[24739]: cluster 2024-09-21T00:15:04.941090+0000 mgr.a (mgr.14150) 202 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:06.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:06 smithi136 bash[25149]: cluster 2024-09-21T00:15:04.941090+0000 mgr.a (mgr.14150) 202 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:06.475 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:06 smithi092 bash[22943]: cluster 2024-09-21T00:15:04.941090+0000 mgr.a (mgr.14150) 202 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:07.264 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-09-21T00:15:07.264 INFO:teuthology.orchestra.run.smithi092.stdout:{"epoch":21,"fsid":"80a90d1c-77ad-11ef-baf5-efdc52797490","created":"2024-09-21T00:09:09.531633+0000","modified":"2024-09-21T00:14:29.763129+0000","last_up_change":"2024-09-21T00:14:26.740793+0000","last_in_change":"2024-09-21T00:13:58.288405+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-09-21T00:14:27.488011+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,"is_stretch_pool":false,"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":"57a5bd3d-b16c-49f8-b9eb-63e83f2d20fe","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.92:6802","nonce":1355060880},{"type":"v1","addr":"172.21.15.92:6803","nonce":1355060880}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6804","nonce":1355060880},{"type":"v1","addr":"172.21.15.92:6805","nonce":1355060880}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6808","nonce":1355060880},{"type":"v1","addr":"172.21.15.92:6809","nonce":1355060880}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6806","nonce":1355060880},{"type":"v1","addr":"172.21.15.92:6807","nonce":1355060880}]},"public_addr":"172.21.15.92:6803/1355060880","cluster_addr":"172.21.15.92:6805/1355060880","heartbeat_back_addr":"172.21.15.92:6809/1355060880","heartbeat_front_addr":"172.21.15.92:6807/1355060880","state":["exists","up"]},{"osd":1,"uuid":"36161d46-0275-43a4-b9a7-d82134735502","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.99:6800","nonce":1433651343},{"type":"v1","addr":"172.21.15.99:6801","nonce":1433651343}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6802","nonce":1433651343},{"type":"v1","addr":"172.21.15.99:6803","nonce":1433651343}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6806","nonce":1433651343},{"type":"v1","addr":"172.21.15.99:6807","nonce":1433651343}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6804","nonce":1433651343},{"type":"v1","addr":"172.21.15.99:6805","nonce":1433651343}]},"public_addr":"172.21.15.99:6801/1433651343","cluster_addr":"172.21.15.99:6803/1433651343","heartbeat_back_addr":"172.21.15.99:6807/1433651343","heartbeat_front_addr":"172.21.15.99:6805/1433651343","state":["exists","up"]},{"osd":2,"uuid":"16e7f78f-a6b2-4c2f-b68b-277adaea9e49","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.136:6800","nonce":1300840192},{"type":"v1","addr":"172.21.15.136:6801","nonce":1300840192}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6802","nonce":1300840192},{"type":"v1","addr":"172.21.15.136:6803","nonce":1300840192}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6806","nonce":1300840192},{"type":"v1","addr":"172.21.15.136:6807","nonce":1300840192}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6804","nonce":1300840192},{"type":"v1","addr":"172.21.15.136:6805","nonce":1300840192}]},"public_addr":"172.21.15.136:6801/1300840192","cluster_addr":"172.21.15.136:6803/1300840192","heartbeat_back_addr":"172.21.15.136:6807/1300840192","heartbeat_front_addr":"172.21.15.136:6805/1300840192","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-09-21T00:12:46.109325+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-09-21T00:13:36.297324+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-09-21T00:14:25.640206+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.92:0/792102258":"2024-09-22T00:10:08.865694+0000","172.21.15.92:6801/2018934100":"2024-09-22T00:10:08.865694+0000","172.21.15.92:0/3673767350":"2024-09-22T00:10:08.865694+0000","172.21.15.92:6800/2018934100":"2024-09-22T00:10:08.865694+0000","172.21.15.92:0/3694974947":"2024-09-22T00:10:08.865694+0000","172.21.15.92:0/1089765117":"2024-09-22T00:09:36.885956+0000","172.21.15.92:0/1142433771":"2024-09-22T00:09:36.885956+0000","172.21.15.92:6800/2897306846":"2024-09-22T00:09:36.885956+0000","172.21.15.92:6801/2897306846":"2024-09-22T00:09:36.885956+0000","172.21.15.92:0/3760007120":"2024-09-22T00:09:36.885956+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-09-21T00:15:07.928 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell --fsid 80a90d1c-77ad-11ef-baf5-efdc52797490 -- ceph tell osd.0 flush_pg_stats 2024-09-21T00:15:07.929 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell --fsid 80a90d1c-77ad-11ef-baf5-efdc52797490 -- ceph tell osd.1 flush_pg_stats 2024-09-21T00:15:07.929 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell --fsid 80a90d1c-77ad-11ef-baf5-efdc52797490 -- ceph tell osd.2 flush_pg_stats 2024-09-21T00:15:08.225 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:08 smithi092 bash[22943]: cluster 2024-09-21T00:15:06.941458+0000 mgr.a (mgr.14150) 203 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:08.225 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:08 smithi092 bash[22943]: audit 2024-09-21T00:15:07.265092+0000 mon.a (mon.0) 456 : audit [DBG] from='client.? 172.21.15.92:0/3327267449' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-21T00:15:08.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:08 smithi099 bash[24739]: cluster 2024-09-21T00:15:06.941458+0000 mgr.a (mgr.14150) 203 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:08.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:08 smithi099 bash[24739]: audit 2024-09-21T00:15:07.265092+0000 mon.a (mon.0) 456 : audit [DBG] from='client.? 172.21.15.92:0/3327267449' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-21T00:15:08.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:08 smithi136 bash[25149]: cluster 2024-09-21T00:15:06.941458+0000 mgr.a (mgr.14150) 203 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:08.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:08 smithi136 bash[25149]: audit 2024-09-21T00:15:07.265092+0000 mon.a (mon.0) 456 : audit [DBG] from='client.? 172.21.15.92:0/3327267449' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-21T00:15:10.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:10 smithi099 bash[24739]: cluster 2024-09-21T00:15:08.942043+0000 mgr.a (mgr.14150) 204 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:10.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:10 smithi136 bash[25149]: cluster 2024-09-21T00:15:08.942043+0000 mgr.a (mgr.14150) 204 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:10.475 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:10 smithi092 bash[22943]: cluster 2024-09-21T00:15:08.942043+0000 mgr.a (mgr.14150) 204 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:12.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:12 smithi099 bash[24739]: cluster 2024-09-21T00:15:10.942629+0000 mgr.a (mgr.14150) 205 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:12.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:12 smithi136 bash[25149]: cluster 2024-09-21T00:15:10.942629+0000 mgr.a (mgr.14150) 205 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:12.475 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:12 smithi092 bash[22943]: cluster 2024-09-21T00:15:10.942629+0000 mgr.a (mgr.14150) 205 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:12.675 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T00:15:12.676 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T00:15:12.676 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T00:15:14.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:14 smithi099 bash[24739]: cluster 2024-09-21T00:15:12.943155+0000 mgr.a (mgr.14150) 206 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:14.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:14 smithi136 bash[25149]: cluster 2024-09-21T00:15:12.943155+0000 mgr.a (mgr.14150) 206 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:14.465 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:14 smithi092 bash[22943]: cluster 2024-09-21T00:15:12.943155+0000 mgr.a (mgr.14150) 206 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:16.035 INFO:teuthology.orchestra.run.smithi092.stdout:55834574871 2024-09-21T00:15:16.035 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell --fsid 80a90d1c-77ad-11ef-baf5-efdc52797490 -- ceph osd last-stat-seq osd.1 2024-09-21T00:15:16.195 INFO:teuthology.orchestra.run.smithi092.stdout:77309411341 2024-09-21T00:15:16.196 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell --fsid 80a90d1c-77ad-11ef-baf5-efdc52797490 -- ceph osd last-stat-seq osd.2 2024-09-21T00:15:16.250 INFO:teuthology.orchestra.run.smithi092.stdout:34359738401 2024-09-21T00:15:16.251 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell --fsid 80a90d1c-77ad-11ef-baf5-efdc52797490 -- ceph osd last-stat-seq osd.0 2024-09-21T00:15:16.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:16 smithi099 bash[24739]: cluster 2024-09-21T00:15:14.943468+0000 mgr.a (mgr.14150) 207 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:16.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:16 smithi136 bash[25149]: cluster 2024-09-21T00:15:14.943468+0000 mgr.a (mgr.14150) 207 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:16.475 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:16 smithi092 bash[22943]: cluster 2024-09-21T00:15:14.943468+0000 mgr.a (mgr.14150) 207 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:18.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:18 smithi099 bash[24739]: cluster 2024-09-21T00:15:16.943982+0000 mgr.a (mgr.14150) 208 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:18.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:18 smithi136 bash[25149]: cluster 2024-09-21T00:15:16.943982+0000 mgr.a (mgr.14150) 208 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:18.475 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:18 smithi092 bash[22943]: cluster 2024-09-21T00:15:16.943982+0000 mgr.a (mgr.14150) 208 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:20.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:20 smithi099 bash[24739]: cluster 2024-09-21T00:15:18.944518+0000 mgr.a (mgr.14150) 209 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:20.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:20 smithi136 bash[25149]: cluster 2024-09-21T00:15:18.944518+0000 mgr.a (mgr.14150) 209 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:20.475 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:20 smithi092 bash[22943]: cluster 2024-09-21T00:15:18.944518+0000 mgr.a (mgr.14150) 209 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:20.779 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T00:15:20.779 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T00:15:20.779 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T00:15:22.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:22 smithi099 bash[24739]: cluster 2024-09-21T00:15:20.945098+0000 mgr.a (mgr.14150) 210 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:22.381 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:22 smithi092 bash[22943]: cluster 2024-09-21T00:15:20.945098+0000 mgr.a (mgr.14150) 210 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:22.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:22 smithi136 bash[25149]: cluster 2024-09-21T00:15:20.945098+0000 mgr.a (mgr.14150) 210 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:22.740 INFO:teuthology.orchestra.run.smithi092.stdout:55834574872 2024-09-21T00:15:22.920 INFO:teuthology.orchestra.run.smithi092.stdout:34359738402 2024-09-21T00:15:22.921 INFO:teuthology.orchestra.run.smithi092.stdout:77309411342 2024-09-21T00:15:23.225 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:23 smithi092 bash[22943]: audit 2024-09-21T00:15:22.742230+0000 mon.a (mon.0) 457 : audit [DBG] from='client.? 172.21.15.92:0/1399726649' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-21T00:15:23.225 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:23 smithi092 bash[22943]: audit 2024-09-21T00:15:22.922257+0000 mon.a (mon.0) 458 : audit [DBG] from='client.? 172.21.15.92:0/2607227692' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-21T00:15:23.225 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:23 smithi092 bash[22943]: audit 2024-09-21T00:15:22.923972+0000 mon.a (mon.0) 459 : audit [DBG] from='client.? 172.21.15.92:0/3853684023' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-21T00:15:23.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:23 smithi099 bash[24739]: audit 2024-09-21T00:15:22.742230+0000 mon.a (mon.0) 457 : audit [DBG] from='client.? 172.21.15.92:0/1399726649' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-21T00:15:23.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:23 smithi099 bash[24739]: audit 2024-09-21T00:15:22.922257+0000 mon.a (mon.0) 458 : audit [DBG] from='client.? 172.21.15.92:0/2607227692' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-21T00:15:23.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:23 smithi099 bash[24739]: audit 2024-09-21T00:15:22.923972+0000 mon.a (mon.0) 459 : audit [DBG] from='client.? 172.21.15.92:0/3853684023' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-21T00:15:23.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:23 smithi136 bash[25149]: audit 2024-09-21T00:15:22.742230+0000 mon.a (mon.0) 457 : audit [DBG] from='client.? 172.21.15.92:0/1399726649' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-21T00:15:23.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:23 smithi136 bash[25149]: audit 2024-09-21T00:15:22.922257+0000 mon.a (mon.0) 458 : audit [DBG] from='client.? 172.21.15.92:0/2607227692' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-21T00:15:23.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:23 smithi136 bash[25149]: audit 2024-09-21T00:15:22.923972+0000 mon.a (mon.0) 459 : audit [DBG] from='client.? 172.21.15.92:0/3853684023' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-21T00:15:23.460 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574871 got 55834574872 for osd.1 2024-09-21T00:15:23.460 DEBUG:teuthology.parallel:result is None 2024-09-21T00:15:24.225 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:24 smithi092 bash[22943]: cluster 2024-09-21T00:15:22.945449+0000 mgr.a (mgr.14150) 211 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:24.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:24 smithi099 bash[24739]: cluster 2024-09-21T00:15:22.945449+0000 mgr.a (mgr.14150) 211 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:24.364 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411341 got 77309411342 for osd.2 2024-09-21T00:15:24.364 DEBUG:teuthology.parallel:result is None 2024-09-21T00:15:24.401 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738401 got 34359738402 for osd.0 2024-09-21T00:15:24.401 DEBUG:teuthology.parallel:result is None 2024-09-21T00:15:24.401 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-09-21T00:15:24.401 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell --fsid 80a90d1c-77ad-11ef-baf5-efdc52797490 -- ceph pg dump --format=json 2024-09-21T00:15:24.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:24 smithi136 bash[25149]: cluster 2024-09-21T00:15:22.945449+0000 mgr.a (mgr.14150) 211 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:26.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:26 smithi099 bash[24739]: cluster 2024-09-21T00:15:24.945940+0000 mgr.a (mgr.14150) 212 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:26.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:26 smithi136 bash[25149]: cluster 2024-09-21T00:15:24.945940+0000 mgr.a (mgr.14150) 212 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:26.474 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:26 smithi092 bash[22943]: cluster 2024-09-21T00:15:24.945940+0000 mgr.a (mgr.14150) 212 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:28.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:28 smithi099 bash[24739]: cluster 2024-09-21T00:15:26.946486+0000 mgr.a (mgr.14150) 213 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:28.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:28 smithi136 bash[25149]: cluster 2024-09-21T00:15:26.946486+0000 mgr.a (mgr.14150) 213 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:28.474 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:28 smithi092 bash[22943]: cluster 2024-09-21T00:15:26.946486+0000 mgr.a (mgr.14150) 213 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:29.180 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T00:15:30.317 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:30 smithi092 bash[22943]: cluster 2024-09-21T00:15:28.947036+0000 mgr.a (mgr.14150) 214 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:30.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:30 smithi099 bash[24739]: cluster 2024-09-21T00:15:28.947036+0000 mgr.a (mgr.14150) 214 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:30.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:30 smithi136 bash[25149]: cluster 2024-09-21T00:15:28.947036+0000 mgr.a (mgr.14150) 214 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:30.588 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-09-21T00:15:30.589 INFO:teuthology.orchestra.run.smithi092.stderr:dumped all 2024-09-21T00:15:31.230 INFO:teuthology.orchestra.run.smithi092.stdout:{"pg_ready":true,"pg_map":{"version":171,"stamp":"2024-09-21T00:15:28.946785+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":85212,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":281150244,"statfs":{"total":287985106944,"available":287897849856,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4784,"internal_metadata":82963792},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.003083"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":186,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-09-21T00:14:34.522076+0000","last_change":"2024-09-21T00:14:28.761660+0000","last_active":"2024-09-21T00:14:34.522076+0000","last_peered":"2024-09-21T00:14:34.522076+0000","last_clean":"2024-09-21T00:14:34.522076+0000","last_became_active":"2024-09-21T00:14:28.760927+0000","last_became_peered":"2024-09-21T00:14:28.760927+0000","last_unstale":"2024-09-21T00:14:34.522076+0000","last_undegraded":"2024-09-21T00:14:34.522076+0000","last_fullsized":"2024-09-21T00:14:34.522076+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-09-21T00:14:27.745807+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-21T00:14:27.745807+0000","last_clean_scrub_stamp":"2024-09-21T00:14:27.745807+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-09-22T08:05:48.404997+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":77309411344,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28404,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716748,"statfs":{"total":95995035648,"available":95965949952,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574873,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28404,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716748,"statfs":{"total":95995035648,"available":95965949952,"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":[]},{"osd":0,"up_from":8,"seq":34359738403,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28404,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716748,"statfs":{"total":95995035648,"available":95965949952,"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":[]}],"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-09-21T00:15:31.231 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell --fsid 80a90d1c-77ad-11ef-baf5-efdc52797490 -- ceph pg dump --format=json 2024-09-21T00:15:32.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:32 smithi099 bash[24739]: audit 2024-09-21T00:15:30.590039+0000 mgr.a (mgr.14150) 215 : audit [DBG] from='client.14328 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T00:15:32.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:32 smithi099 bash[24739]: cluster 2024-09-21T00:15:30.947620+0000 mgr.a (mgr.14150) 216 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:32.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:32 smithi136 bash[25149]: audit 2024-09-21T00:15:30.590039+0000 mgr.a (mgr.14150) 215 : audit [DBG] from='client.14328 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T00:15:32.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:32 smithi136 bash[25149]: cluster 2024-09-21T00:15:30.947620+0000 mgr.a (mgr.14150) 216 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:32.474 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:32 smithi092 bash[22943]: audit 2024-09-21T00:15:30.590039+0000 mgr.a (mgr.14150) 215 : audit [DBG] from='client.14328 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T00:15:32.475 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:32 smithi092 bash[22943]: cluster 2024-09-21T00:15:30.947620+0000 mgr.a (mgr.14150) 216 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:34.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:34 smithi136 bash[25149]: cluster 2024-09-21T00:15:32.948154+0000 mgr.a (mgr.14150) 217 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:34.474 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:34 smithi092 bash[22943]: cluster 2024-09-21T00:15:32.948154+0000 mgr.a (mgr.14150) 217 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:34.570 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:34 smithi099 bash[24739]: cluster 2024-09-21T00:15:32.948154+0000 mgr.a (mgr.14150) 217 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:35.955 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T00:15:36.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:36 smithi136 bash[25149]: cluster 2024-09-21T00:15:34.948686+0000 mgr.a (mgr.14150) 218 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:36.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:36 smithi136 bash[25149]: audit 2024-09-21T00:15:36.062451+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:15:36.474 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:36 smithi092 bash[22943]: cluster 2024-09-21T00:15:34.948686+0000 mgr.a (mgr.14150) 218 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:36.474 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:36 smithi092 bash[22943]: audit 2024-09-21T00:15:36.062451+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:15:36.570 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:36 smithi099 bash[24739]: cluster 2024-09-21T00:15:34.948686+0000 mgr.a (mgr.14150) 218 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:36.570 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:36 smithi099 bash[24739]: audit 2024-09-21T00:15:36.062451+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:15:37.379 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-09-21T00:15:37.380 INFO:teuthology.orchestra.run.smithi092.stderr:dumped all 2024-09-21T00:15:37.392 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:37 smithi092 bash[22943]: audit 2024-09-21T00:15:36.913380+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:15:37.392 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:37 smithi092 bash[22943]: audit 2024-09-21T00:15:36.915009+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:15:37.392 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:37 smithi092 bash[22943]: audit 2024-09-21T00:15:36.923087+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:15:37.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:37 smithi136 bash[25149]: audit 2024-09-21T00:15:36.913380+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:15:37.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:37 smithi136 bash[25149]: audit 2024-09-21T00:15:36.915009+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:15:37.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:37 smithi136 bash[25149]: audit 2024-09-21T00:15:36.923087+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:15:37.570 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:37 smithi099 bash[24739]: audit 2024-09-21T00:15:36.913380+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:15:37.570 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:37 smithi099 bash[24739]: audit 2024-09-21T00:15:36.915009+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:15:37.570 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:37 smithi099 bash[24739]: audit 2024-09-21T00:15:36.923087+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:15:38.016 INFO:teuthology.orchestra.run.smithi092.stdout:{"pg_ready":true,"pg_map":{"version":175,"stamp":"2024-09-21T00:15:36.948888+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":85212,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":281150244,"statfs":{"total":287985106944,"available":287897849856,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4784,"internal_metadata":82963792},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.003193"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":186,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-09-21T00:14:34.522076+0000","last_change":"2024-09-21T00:14:28.761660+0000","last_active":"2024-09-21T00:14:34.522076+0000","last_peered":"2024-09-21T00:14:34.522076+0000","last_clean":"2024-09-21T00:14:34.522076+0000","last_became_active":"2024-09-21T00:14:28.760927+0000","last_became_peered":"2024-09-21T00:14:28.760927+0000","last_unstale":"2024-09-21T00:14:34.522076+0000","last_undegraded":"2024-09-21T00:14:34.522076+0000","last_fullsized":"2024-09-21T00:14:34.522076+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-09-21T00:14:27.745807+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-21T00:14:27.745807+0000","last_clean_scrub_stamp":"2024-09-21T00:14:27.745807+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-09-22T08:05:48.404997+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":77309411345,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28404,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716748,"statfs":{"total":95995035648,"available":95965949952,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574875,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28404,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716748,"statfs":{"total":95995035648,"available":95965949952,"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":[]},{"osd":0,"up_from":8,"seq":34359738405,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28404,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716748,"statfs":{"total":95995035648,"available":95965949952,"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":[]}],"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-09-21T00:15:38.017 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-09-21T00:15:38.017 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-09-21T00:15:38.017 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-09-21T00:15:38.017 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell --fsid 80a90d1c-77ad-11ef-baf5-efdc52797490 -- ceph health --format=json 2024-09-21T00:15:38.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:38 smithi136 bash[25149]: cluster 2024-09-21T00:15:36.949079+0000 mgr.a (mgr.14150) 219 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:38.474 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:38 smithi092 bash[22943]: cluster 2024-09-21T00:15:36.949079+0000 mgr.a (mgr.14150) 219 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:38.570 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:38 smithi099 bash[24739]: cluster 2024-09-21T00:15:36.949079+0000 mgr.a (mgr.14150) 219 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:39.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:39 smithi136 bash[25149]: audit 2024-09-21T00:15:37.380810+0000 mgr.a (mgr.14150) 220 : audit [DBG] from='client.14334 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T00:15:39.474 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:39 smithi092 bash[22943]: audit 2024-09-21T00:15:37.380810+0000 mgr.a (mgr.14150) 220 : audit [DBG] from='client.14334 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T00:15:39.570 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:39 smithi099 bash[24739]: audit 2024-09-21T00:15:37.380810+0000 mgr.a (mgr.14150) 220 : audit [DBG] from='client.14334 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T00:15:40.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:40 smithi136 bash[25149]: cluster 2024-09-21T00:15:38.949576+0000 mgr.a (mgr.14150) 221 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:40.474 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:40 smithi092 bash[22943]: cluster 2024-09-21T00:15:38.949576+0000 mgr.a (mgr.14150) 221 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:40.570 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:40 smithi099 bash[24739]: cluster 2024-09-21T00:15:38.949576+0000 mgr.a (mgr.14150) 221 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:42.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:42 smithi136 bash[25149]: cluster 2024-09-21T00:15:40.950121+0000 mgr.a (mgr.14150) 222 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:42.474 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:42 smithi092 bash[22943]: cluster 2024-09-21T00:15:40.950121+0000 mgr.a (mgr.14150) 222 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:42.570 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:42 smithi099 bash[24739]: cluster 2024-09-21T00:15:40.950121+0000 mgr.a (mgr.14150) 222 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:42.755 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T00:15:44.141 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-09-21T00:15:44.141 INFO:teuthology.orchestra.run.smithi092.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-21T00:15:44.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:44 smithi136 bash[25149]: cluster 2024-09-21T00:15:42.950660+0000 mgr.a (mgr.14150) 223 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:44.474 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:44 smithi092 bash[22943]: cluster 2024-09-21T00:15:42.950660+0000 mgr.a (mgr.14150) 223 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:44.570 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:44 smithi099 bash[24739]: cluster 2024-09-21T00:15:42.950660+0000 mgr.a (mgr.14150) 223 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:44.766 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-09-21T00:15:44.766 INFO:tasks.cephadm:Setup complete, yielding 2024-09-21T00:15:44.766 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-21T00:15:44.808 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi092.front.sepia.ceph.com 2024-09-21T00:15:44.808 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80a90d1c-77ad-11ef-baf5-efdc52797490 -- bash -c 'set -e 2024-09-21T00:15:44.809 DEBUG:teuthology.orchestra.run.smithi092:> set -x 2024-09-21T00:15:44.809 DEBUG:teuthology.orchestra.run.smithi092:> ceph orch apply node-exporter 2024-09-21T00:15:44.809 DEBUG:teuthology.orchestra.run.smithi092:> ceph orch apply grafana 2024-09-21T00:15:44.809 DEBUG:teuthology.orchestra.run.smithi092:> ceph orch apply alertmanager 2024-09-21T00:15:44.809 DEBUG:teuthology.orchestra.run.smithi092:> ceph orch apply prometheus 2024-09-21T00:15:44.809 DEBUG:teuthology.orchestra.run.smithi092:> sleep 240 2024-09-21T00:15:44.809 DEBUG:teuthology.orchestra.run.smithi092:> ceph orch ls 2024-09-21T00:15:44.809 DEBUG:teuthology.orchestra.run.smithi092:> ceph orch ps 2024-09-21T00:15:44.809 DEBUG:teuthology.orchestra.run.smithi092:> ceph orch host ls 2024-09-21T00:15:44.809 DEBUG:teuthology.orchestra.run.smithi092:> MON_DAEMON=$(ceph orch ps --daemon-type mon -f json | jq -r '"'"'last | .daemon_name'"'"') 2024-09-21T00:15:44.809 DEBUG:teuthology.orchestra.run.smithi092:> GRAFANA_HOST=$(ceph orch ps --daemon-type grafana -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-09-21T00:15:44.809 DEBUG:teuthology.orchestra.run.smithi092:> PROM_HOST=$(ceph orch ps --daemon-type prometheus -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-09-21T00:15:44.809 DEBUG:teuthology.orchestra.run.smithi092:> ALERTM_HOST=$(ceph orch ps --daemon-type alertmanager -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-09-21T00:15:44.809 DEBUG:teuthology.orchestra.run.smithi092:> GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST "$GRAFANA_HOST" '"'"'.[] | select(.hostname==$GRAFANA_HOST) | .addr'"'"') 2024-09-21T00:15:44.810 DEBUG:teuthology.orchestra.run.smithi092:> PROM_IP=$(ceph orch host ls -f json | jq -r --arg PROM_HOST "$PROM_HOST" '"'"'.[] | select(.hostname==$PROM_HOST) | .addr'"'"') 2024-09-21T00:15:44.810 DEBUG:teuthology.orchestra.run.smithi092:> ALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST "$ALERTM_HOST" '"'"'.[] | select(.hostname==$ALERTM_HOST) | .addr'"'"') 2024-09-21T00:15:44.810 DEBUG:teuthology.orchestra.run.smithi092:> # check each host node-exporter metrics endpoint is responsive 2024-09-21T00:15:44.810 DEBUG:teuthology.orchestra.run.smithi092:> ALL_HOST_IPS=$(ceph orch host ls -f json | jq -r '"'"'.[] | .addr'"'"') 2024-09-21T00:15:44.810 DEBUG:teuthology.orchestra.run.smithi092:> for ip in $ALL_HOST_IPS; do 2024-09-21T00:15:44.810 DEBUG:teuthology.orchestra.run.smithi092:> curl -s http://${ip}:9100/metric 2024-09-21T00:15:44.810 DEBUG:teuthology.orchestra.run.smithi092:> done 2024-09-21T00:15:44.810 DEBUG:teuthology.orchestra.run.smithi092:> # check grafana endpoints are responsive and database health is okay 2024-09-21T00:15:44.810 DEBUG:teuthology.orchestra.run.smithi092:> curl -k -s https://${GRAFANA_IP}:3000/api/health 2024-09-21T00:15:44.810 DEBUG:teuthology.orchestra.run.smithi092:> curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '"'"'.database == "ok"'"'"' 2024-09-21T00:15:44.810 DEBUG:teuthology.orchestra.run.smithi092:> # stop mon daemon in order to trigger an alert 2024-09-21T00:15:44.810 DEBUG:teuthology.orchestra.run.smithi092:> ceph orch daemon stop $MON_DAEMON 2024-09-21T00:15:44.810 DEBUG:teuthology.orchestra.run.smithi092:> sleep 120 2024-09-21T00:15:44.810 DEBUG:teuthology.orchestra.run.smithi092:> # check prometheus endpoints are responsive and mon down alert is firing 2024-09-21T00:15:44.810 DEBUG:teuthology.orchestra.run.smithi092:> curl -s http://${PROM_IP}:9095/api/v1/status/config 2024-09-21T00:15:44.811 DEBUG:teuthology.orchestra.run.smithi092:> curl -s http://${PROM_IP}:9095/api/v1/status/config | jq -e '"'"'.status == "success"'"'"' 2024-09-21T00:15:44.811 DEBUG:teuthology.orchestra.run.smithi092:> curl -s http://${PROM_IP}:9095/api/v1/alerts 2024-09-21T00:15:44.811 DEBUG:teuthology.orchestra.run.smithi092:> curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '"'"'.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"'"'"' 2024-09-21T00:15:44.811 DEBUG:teuthology.orchestra.run.smithi092:> # check alertmanager endpoints are responsive and mon down alert is active 2024-09-21T00:15:44.811 DEBUG:teuthology.orchestra.run.smithi092:> curl -s http://${ALERTM_IP}:9093/api/v1/status 2024-09-21T00:15:44.811 DEBUG:teuthology.orchestra.run.smithi092:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts 2024-09-21T00:15:44.811 DEBUG:teuthology.orchestra.run.smithi092:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e '"'"'.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"'"'"' 2024-09-21T00:15:44.811 DEBUG:teuthology.orchestra.run.smithi092:> ' 2024-09-21T00:15:45.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:45 smithi136 bash[25149]: audit 2024-09-21T00:15:44.143763+0000 mon.a (mon.0) 464 : audit [DBG] from='client.? 172.21.15.92:0/1154006164' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-21T00:15:45.474 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:45 smithi092 bash[22943]: audit 2024-09-21T00:15:44.143763+0000 mon.a (mon.0) 464 : audit [DBG] from='client.? 172.21.15.92:0/1154006164' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-21T00:15:45.570 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:45 smithi099 bash[24739]: audit 2024-09-21T00:15:44.143763+0000 mon.a (mon.0) 464 : audit [DBG] from='client.? 172.21.15.92:0/1154006164' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-21T00:15:46.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:46 smithi136 bash[25149]: cluster 2024-09-21T00:15:44.951180+0000 mgr.a (mgr.14150) 224 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:46.474 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:46 smithi092 bash[22943]: cluster 2024-09-21T00:15:44.951180+0000 mgr.a (mgr.14150) 224 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:46.570 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:46 smithi099 bash[24739]: cluster 2024-09-21T00:15:44.951180+0000 mgr.a (mgr.14150) 224 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:48.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:48 smithi136 bash[25149]: cluster 2024-09-21T00:15:46.951734+0000 mgr.a (mgr.14150) 225 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:48.474 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:48 smithi092 bash[22943]: cluster 2024-09-21T00:15:46.951734+0000 mgr.a (mgr.14150) 225 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:48.570 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:48 smithi099 bash[24739]: cluster 2024-09-21T00:15:46.951734+0000 mgr.a (mgr.14150) 225 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:49.547 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T00:15:50.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:50 smithi136 bash[25149]: cluster 2024-09-21T00:15:48.952283+0000 mgr.a (mgr.14150) 226 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:50.474 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:50 smithi092 bash[22943]: cluster 2024-09-21T00:15:48.952283+0000 mgr.a (mgr.14150) 226 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:50.570 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:50 smithi099 bash[24739]: cluster 2024-09-21T00:15:48.952283+0000 mgr.a (mgr.14150) 226 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:50.608 INFO:teuthology.orchestra.run.smithi092.stderr:+ ceph orch apply node-exporter 2024-09-21T00:15:50.898 INFO:teuthology.orchestra.run.smithi092.stdout:Scheduled node-exporter update... 2024-09-21T00:15:50.911 INFO:teuthology.orchestra.run.smithi092.stderr:+ ceph orch apply grafana 2024-09-21T00:15:51.210 INFO:teuthology.orchestra.run.smithi092.stdout:Scheduled grafana update... 2024-09-21T00:15:51.222 INFO:teuthology.orchestra.run.smithi092.stderr:+ ceph orch apply alertmanager 2024-09-21T00:15:51.515 INFO:teuthology.orchestra.run.smithi092.stdout:Scheduled alertmanager update... 2024-09-21T00:15:51.527 INFO:teuthology.orchestra.run.smithi092.stderr:+ ceph orch apply prometheus 2024-09-21T00:15:51.718 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:15:51 smithi092 systemd[1]: /etc/systemd/system/ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T00:15:51.718 INFO:journalctl@ceph.osd.0.smithi092.stdout:Sep 21 00:15:51 smithi092 systemd[1]: /etc/systemd/system/ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T00:15:51.718 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:51 smithi092 systemd[1]: /etc/systemd/system/ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T00:15:51.833 INFO:teuthology.orchestra.run.smithi092.stdout:Scheduled prometheus update... 2024-09-21T00:15:51.844 INFO:teuthology.orchestra.run.smithi092.stderr:+ sleep 240 2024-09-21T00:15:51.971 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:15:51 smithi092 systemd[1]: /etc/systemd/system/ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T00:15:51.971 INFO:journalctl@ceph.osd.0.smithi092.stdout:Sep 21 00:15:51 smithi092 systemd[1]: /etc/systemd/system/ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T00:15:51.971 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:51 smithi092 systemd[1]: /etc/systemd/system/ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T00:15:51.972 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:51 smithi092 bash[22943]: audit 2024-09-21T00:15:50.893244+0000 mgr.a (mgr.14150) 227 : audit [DBG] from='client.14346 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T00:15:51.972 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:51 smithi092 bash[22943]: cephadm 2024-09-21T00:15:50.895411+0000 mgr.a (mgr.14150) 228 : cephadm [INF] Saving service node-exporter spec with placement * 2024-09-21T00:15:51.972 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:51 smithi092 bash[22943]: audit 2024-09-21T00:15:50.899973+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:15:51.972 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:51 smithi092 bash[22943]: audit 2024-09-21T00:15:50.901134+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:15:51.972 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:51 smithi092 bash[22943]: audit 2024-09-21T00:15:50.904136+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:15:51.972 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:51 smithi092 bash[22943]: audit 2024-09-21T00:15:50.904956+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:15:51.972 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:51 smithi092 bash[22943]: audit 2024-09-21T00:15:50.911820+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:15:51.972 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:51 smithi092 bash[22943]: cephadm 2024-09-21T00:15:50.913531+0000 mgr.a (mgr.14150) 229 : cephadm [INF] Deploying daemon node-exporter.smithi092 on smithi092 2024-09-21T00:15:51.972 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:51 smithi092 bash[22943]: cluster 2024-09-21T00:15:50.952657+0000 mgr.a (mgr.14150) 230 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:51.973 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:51 smithi092 bash[22943]: audit 2024-09-21T00:15:51.212461+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:15:51.973 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:51 smithi092 bash[22943]: audit 2024-09-21T00:15:51.517535+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:15:51.973 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:51 smithi092 bash[22943]: audit 2024-09-21T00:15:51.835227+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:15:52.169 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:51 smithi136 bash[25149]: audit 2024-09-21T00:15:50.893244+0000 mgr.a (mgr.14150) 227 : audit [DBG] from='client.14346 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T00:15:52.170 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:51 smithi136 bash[25149]: cephadm 2024-09-21T00:15:50.895411+0000 mgr.a (mgr.14150) 228 : cephadm [INF] Saving service node-exporter spec with placement * 2024-09-21T00:15:52.170 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:51 smithi136 bash[25149]: audit 2024-09-21T00:15:50.899973+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:15:52.170 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:51 smithi136 bash[25149]: audit 2024-09-21T00:15:50.901134+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:15:52.170 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:51 smithi136 bash[25149]: audit 2024-09-21T00:15:50.904136+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:15:52.170 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:51 smithi136 bash[25149]: audit 2024-09-21T00:15:50.904956+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:15:52.170 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:51 smithi136 bash[25149]: audit 2024-09-21T00:15:50.911820+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:15:52.170 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:51 smithi136 bash[25149]: cephadm 2024-09-21T00:15:50.913531+0000 mgr.a (mgr.14150) 229 : cephadm [INF] Deploying daemon node-exporter.smithi092 on smithi092 2024-09-21T00:15:52.171 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:51 smithi136 bash[25149]: cluster 2024-09-21T00:15:50.952657+0000 mgr.a (mgr.14150) 230 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:52.171 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:51 smithi136 bash[25149]: audit 2024-09-21T00:15:51.212461+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:15:52.171 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:51 smithi136 bash[25149]: audit 2024-09-21T00:15:51.517535+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:15:52.171 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:51 smithi136 bash[25149]: audit 2024-09-21T00:15:51.835227+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:15:52.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:51 smithi099 bash[24739]: audit 2024-09-21T00:15:50.893244+0000 mgr.a (mgr.14150) 227 : audit [DBG] from='client.14346 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T00:15:52.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:51 smithi099 bash[24739]: cephadm 2024-09-21T00:15:50.895411+0000 mgr.a (mgr.14150) 228 : cephadm [INF] Saving service node-exporter spec with placement * 2024-09-21T00:15:52.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:51 smithi099 bash[24739]: audit 2024-09-21T00:15:50.899973+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:15:52.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:51 smithi099 bash[24739]: audit 2024-09-21T00:15:50.901134+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:15:52.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:51 smithi099 bash[24739]: audit 2024-09-21T00:15:50.904136+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:15:52.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:51 smithi099 bash[24739]: audit 2024-09-21T00:15:50.904956+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:15:52.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:51 smithi099 bash[24739]: audit 2024-09-21T00:15:50.911820+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:15:52.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:51 smithi099 bash[24739]: cephadm 2024-09-21T00:15:50.913531+0000 mgr.a (mgr.14150) 229 : cephadm [INF] Deploying daemon node-exporter.smithi092 on smithi092 2024-09-21T00:15:52.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:51 smithi099 bash[24739]: cluster 2024-09-21T00:15:50.952657+0000 mgr.a (mgr.14150) 230 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:52.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:51 smithi099 bash[24739]: audit 2024-09-21T00:15:51.212461+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:15:52.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:51 smithi099 bash[24739]: audit 2024-09-21T00:15:51.517535+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:15:52.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:51 smithi099 bash[24739]: audit 2024-09-21T00:15:51.835227+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:15:52.820 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:52 smithi099 systemd[1]: /etc/systemd/system/ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T00:15:52.820 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:15:52 smithi099 systemd[1]: /etc/systemd/system/ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T00:15:52.820 INFO:journalctl@ceph.osd.1.smithi099.stdout:Sep 21 00:15:52 smithi099 systemd[1]: /etc/systemd/system/ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T00:15:53.084 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:15:52 smithi099 systemd[1]: /etc/systemd/system/ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T00:15:53.084 INFO:journalctl@ceph.osd.1.smithi099.stdout:Sep 21 00:15:52 smithi099 systemd[1]: /etc/systemd/system/ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T00:15:53.084 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:52 smithi099 systemd[1]: /etc/systemd/system/ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T00:15:53.085 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:53 smithi099 bash[24739]: audit 2024-09-21T00:15:51.204649+0000 mgr.a (mgr.14150) 231 : audit [DBG] from='client.14352 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T00:15:53.085 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:53 smithi099 bash[24739]: cephadm 2024-09-21T00:15:51.207419+0000 mgr.a (mgr.14150) 232 : cephadm [INF] Saving service grafana spec with placement count:1 2024-09-21T00:15:53.085 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:53 smithi099 bash[24739]: audit 2024-09-21T00:15:51.509315+0000 mgr.a (mgr.14150) 233 : audit [DBG] from='client.14358 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T00:15:53.085 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:53 smithi099 bash[24739]: cephadm 2024-09-21T00:15:51.511222+0000 mgr.a (mgr.14150) 234 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-09-21T00:15:53.085 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:53 smithi099 bash[24739]: audit 2024-09-21T00:15:51.824709+0000 mgr.a (mgr.14150) 235 : audit [DBG] from='client.14364 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T00:15:53.085 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:53 smithi099 bash[24739]: cephadm 2024-09-21T00:15:51.826536+0000 mgr.a (mgr.14150) 236 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-09-21T00:15:53.085 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:53 smithi099 bash[24739]: audit 2024-09-21T00:15:52.011145+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:15:53.085 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:53 smithi099 bash[24739]: audit 2024-09-21T00:15:52.015237+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:15:53.085 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:53 smithi099 bash[24739]: audit 2024-09-21T00:15:52.031445+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:15:53.085 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:53 smithi099 bash[24739]: cephadm 2024-09-21T00:15:52.032054+0000 mgr.a (mgr.14150) 237 : cephadm [INF] Deploying daemon node-exporter.smithi099 on smithi099 2024-09-21T00:15:53.224 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:53 smithi092 bash[22943]: audit 2024-09-21T00:15:51.204649+0000 mgr.a (mgr.14150) 231 : audit [DBG] from='client.14352 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T00:15:53.224 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:53 smithi092 bash[22943]: cephadm 2024-09-21T00:15:51.207419+0000 mgr.a (mgr.14150) 232 : cephadm [INF] Saving service grafana spec with placement count:1 2024-09-21T00:15:53.225 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:53 smithi092 bash[22943]: audit 2024-09-21T00:15:51.509315+0000 mgr.a (mgr.14150) 233 : audit [DBG] from='client.14358 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T00:15:53.225 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:53 smithi092 bash[22943]: cephadm 2024-09-21T00:15:51.511222+0000 mgr.a (mgr.14150) 234 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-09-21T00:15:53.225 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:53 smithi092 bash[22943]: audit 2024-09-21T00:15:51.824709+0000 mgr.a (mgr.14150) 235 : audit [DBG] from='client.14364 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T00:15:53.225 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:53 smithi092 bash[22943]: cephadm 2024-09-21T00:15:51.826536+0000 mgr.a (mgr.14150) 236 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-09-21T00:15:53.225 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:53 smithi092 bash[22943]: audit 2024-09-21T00:15:52.011145+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:15:53.225 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:53 smithi092 bash[22943]: audit 2024-09-21T00:15:52.015237+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:15:53.225 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:53 smithi092 bash[22943]: audit 2024-09-21T00:15:52.031445+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:15:53.225 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:53 smithi092 bash[22943]: cephadm 2024-09-21T00:15:52.032054+0000 mgr.a (mgr.14150) 237 : cephadm [INF] Deploying daemon node-exporter.smithi099 on smithi099 2024-09-21T00:15:53.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:53 smithi136 bash[25149]: audit 2024-09-21T00:15:51.204649+0000 mgr.a (mgr.14150) 231 : audit [DBG] from='client.14352 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T00:15:53.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:53 smithi136 bash[25149]: cephadm 2024-09-21T00:15:51.207419+0000 mgr.a (mgr.14150) 232 : cephadm [INF] Saving service grafana spec with placement count:1 2024-09-21T00:15:53.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:53 smithi136 bash[25149]: audit 2024-09-21T00:15:51.509315+0000 mgr.a (mgr.14150) 233 : audit [DBG] from='client.14358 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T00:15:53.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:53 smithi136 bash[25149]: cephadm 2024-09-21T00:15:51.511222+0000 mgr.a (mgr.14150) 234 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-09-21T00:15:53.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:53 smithi136 bash[25149]: audit 2024-09-21T00:15:51.824709+0000 mgr.a (mgr.14150) 235 : audit [DBG] from='client.14364 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T00:15:53.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:53 smithi136 bash[25149]: cephadm 2024-09-21T00:15:51.826536+0000 mgr.a (mgr.14150) 236 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-09-21T00:15:53.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:53 smithi136 bash[25149]: audit 2024-09-21T00:15:52.011145+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:15:53.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:53 smithi136 bash[25149]: audit 2024-09-21T00:15:52.015237+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:15:53.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:53 smithi136 bash[25149]: audit 2024-09-21T00:15:52.031445+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:15:53.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:53 smithi136 bash[25149]: cephadm 2024-09-21T00:15:52.032054+0000 mgr.a (mgr.14150) 237 : cephadm [INF] Deploying daemon node-exporter.smithi099 on smithi099 2024-09-21T00:15:54.245 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:54 smithi099 bash[24739]: cluster 2024-09-21T00:15:52.952977+0000 mgr.a (mgr.14150) 238 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:54.245 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:54 smithi099 bash[24739]: audit 2024-09-21T00:15:53.099329+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:15:54.245 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:54 smithi099 bash[24739]: audit 2024-09-21T00:15:53.108538+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:15:54.245 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:54 smithi099 bash[24739]: audit 2024-09-21T00:15:53.117953+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:15:54.246 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:54 smithi099 bash[24739]: cephadm 2024-09-21T00:15:53.119568+0000 mgr.a (mgr.14150) 239 : cephadm [INF] Deploying daemon node-exporter.smithi136 on smithi136 2024-09-21T00:15:54.246 INFO:journalctl@ceph.osd.2.smithi136.stdout:Sep 21 00:15:53 smithi136 systemd[1]: /etc/systemd/system/ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T00:15:54.247 INFO:journalctl@ceph.osd.2.smithi136.stdout:Sep 21 00:15:54 smithi136 systemd[1]: /etc/systemd/system/ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T00:15:54.247 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:53 smithi136 systemd[1]: /etc/systemd/system/ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T00:15:54.247 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:54 smithi136 bash[25149]: cluster 2024-09-21T00:15:52.952977+0000 mgr.a (mgr.14150) 238 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:54.247 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:54 smithi136 bash[25149]: audit 2024-09-21T00:15:53.099329+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:15:54.248 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:54 smithi136 bash[25149]: audit 2024-09-21T00:15:53.108538+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:15:54.248 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:54 smithi136 bash[25149]: audit 2024-09-21T00:15:53.117953+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:15:54.248 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:54 smithi136 bash[25149]: cephadm 2024-09-21T00:15:53.119568+0000 mgr.a (mgr.14150) 239 : cephadm [INF] Deploying daemon node-exporter.smithi136 on smithi136 2024-09-21T00:15:54.248 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:54 smithi136 systemd[1]: /etc/systemd/system/ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T00:15:54.405 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:54 smithi092 bash[22943]: cluster 2024-09-21T00:15:52.952977+0000 mgr.a (mgr.14150) 238 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:54.405 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:54 smithi092 bash[22943]: audit 2024-09-21T00:15:53.099329+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:15:54.405 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:54 smithi092 bash[22943]: audit 2024-09-21T00:15:53.108538+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:15:54.405 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:54 smithi092 bash[22943]: audit 2024-09-21T00:15:53.117953+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:15:54.405 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:54 smithi092 bash[22943]: cephadm 2024-09-21T00:15:53.119568+0000 mgr.a (mgr.14150) 239 : cephadm [INF] Deploying daemon node-exporter.smithi136 on smithi136 2024-09-21T00:15:55.434 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:55 smithi099 bash[24739]: audit 2024-09-21T00:15:54.299126+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:15:55.434 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:55 smithi099 bash[24739]: audit 2024-09-21T00:15:54.306644+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:15:55.434 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:55 smithi099 bash[24739]: audit 2024-09-21T00:15:54.313945+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:15:55.434 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:55 smithi099 bash[24739]: audit 2024-09-21T00:15:54.321217+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:15:55.434 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:55 smithi099 bash[24739]: audit 2024-09-21T00:15:54.409374+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:15:55.434 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:55 smithi099 bash[24739]: cluster 2024-09-21T00:15:54.953357+0000 mgr.a (mgr.14150) 240 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:55.669 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:55 smithi136 bash[25149]: audit 2024-09-21T00:15:54.299126+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:15:55.669 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:55 smithi136 bash[25149]: audit 2024-09-21T00:15:54.306644+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:15:55.669 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:55 smithi136 bash[25149]: audit 2024-09-21T00:15:54.313945+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:15:55.669 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:55 smithi136 bash[25149]: audit 2024-09-21T00:15:54.321217+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:15:55.669 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:55 smithi136 bash[25149]: audit 2024-09-21T00:15:54.409374+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:15:55.669 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:55 smithi136 bash[25149]: cluster 2024-09-21T00:15:54.953357+0000 mgr.a (mgr.14150) 240 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:55.724 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:55 smithi092 bash[22943]: audit 2024-09-21T00:15:54.299126+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:15:55.724 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:55 smithi092 bash[22943]: audit 2024-09-21T00:15:54.306644+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:15:55.724 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:55 smithi092 bash[22943]: audit 2024-09-21T00:15:54.313945+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:15:55.725 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:55 smithi092 bash[22943]: audit 2024-09-21T00:15:54.321217+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:15:55.725 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:55 smithi092 bash[22943]: audit 2024-09-21T00:15:54.409374+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:15:55.725 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:55 smithi092 bash[22943]: cluster 2024-09-21T00:15:54.953357+0000 mgr.a (mgr.14150) 240 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:58.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:58 smithi099 bash[24739]: cluster 2024-09-21T00:15:56.953817+0000 mgr.a (mgr.14150) 241 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:58.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:15:58 smithi099 bash[24739]: audit 2024-09-21T00:15:57.386774+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:15:58.418 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:58 smithi136 bash[25149]: cluster 2024-09-21T00:15:56.953817+0000 mgr.a (mgr.14150) 241 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:58.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:15:58 smithi136 bash[25149]: audit 2024-09-21T00:15:57.386774+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:15:58.474 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:58 smithi092 bash[22943]: cluster 2024-09-21T00:15:56.953817+0000 mgr.a (mgr.14150) 241 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:15:58.474 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:15:58 smithi092 bash[22943]: audit 2024-09-21T00:15:57.386774+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:00.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:00 smithi099 bash[24739]: cluster 2024-09-21T00:15:58.954336+0000 mgr.a (mgr.14150) 242 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:00.418 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:00 smithi136 bash[25149]: cluster 2024-09-21T00:15:58.954336+0000 mgr.a (mgr.14150) 242 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:00.474 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:00 smithi092 bash[22943]: cluster 2024-09-21T00:15:58.954336+0000 mgr.a (mgr.14150) 242 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:01.974 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:01 smithi092 bash[22943]: audit 2024-09-21T00:16:00.810763+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:01.975 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:01 smithi092 bash[22943]: audit 2024-09-21T00:16:00.815384+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:01.975 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:01 smithi092 bash[22943]: audit 2024-09-21T00:16:00.846611+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:01.975 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:01 smithi092 bash[22943]: audit 2024-09-21T00:16:00.853185+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:01.975 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:01 smithi092 bash[22943]: audit 2024-09-21T00:16:00.879943+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:01.975 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:01 smithi092 bash[22943]: audit 2024-09-21T00:16:00.886841+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:01.975 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:01 smithi092 bash[22943]: audit 2024-09-21T00:16:00.888055+0000 mon.a (mon.0) 491 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:16:01.975 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:01 smithi092 bash[22943]: audit 2024-09-21T00:16:00.888837+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:16:01.975 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:01 smithi092 bash[22943]: audit 2024-09-21T00:16:00.895579+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:01.975 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:01 smithi092 bash[22943]: cephadm 2024-09-21T00:16:00.910623+0000 mgr.a (mgr.14150) 243 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-09-21T00:16:01.975 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:01 smithi092 bash[22943]: cluster 2024-09-21T00:16:00.954829+0000 mgr.a (mgr.14150) 244 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:01.975 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:01 smithi092 bash[22943]: audit 2024-09-21T00:16:00.995260+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:01.975 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:01 smithi092 bash[22943]: audit 2024-09-21T00:16:01.001060+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:01.975 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:01 smithi092 bash[22943]: audit 2024-09-21T00:16:01.004392+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-21T00:16:01.976 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:01 smithi092 bash[22943]: audit 2024-09-21T00:16:01.004782+0000 mgr.a (mgr.14150) 245 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-21T00:16:01.976 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:01 smithi092 bash[22943]: audit 2024-09-21T00:16:01.010069+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:01.976 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:01 smithi092 bash[22943]: cephadm 2024-09-21T00:16:01.031110+0000 mgr.a (mgr.14150) 246 : cephadm [INF] Deploying daemon grafana.smithi092 on smithi092 2024-09-21T00:16:02.070 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:01 smithi099 bash[24739]: audit 2024-09-21T00:16:00.810763+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:02.070 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:01 smithi099 bash[24739]: audit 2024-09-21T00:16:00.815384+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:02.070 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:01 smithi099 bash[24739]: audit 2024-09-21T00:16:00.846611+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:02.070 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:01 smithi099 bash[24739]: audit 2024-09-21T00:16:00.853185+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:02.070 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:01 smithi099 bash[24739]: audit 2024-09-21T00:16:00.879943+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:02.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:01 smithi099 bash[24739]: audit 2024-09-21T00:16:00.886841+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:02.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:01 smithi099 bash[24739]: audit 2024-09-21T00:16:00.888055+0000 mon.a (mon.0) 491 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:16:02.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:01 smithi099 bash[24739]: audit 2024-09-21T00:16:00.888837+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:16:02.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:01 smithi099 bash[24739]: audit 2024-09-21T00:16:00.895579+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:02.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:01 smithi099 bash[24739]: cephadm 2024-09-21T00:16:00.910623+0000 mgr.a (mgr.14150) 243 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-09-21T00:16:02.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:01 smithi099 bash[24739]: cluster 2024-09-21T00:16:00.954829+0000 mgr.a (mgr.14150) 244 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:02.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:01 smithi099 bash[24739]: audit 2024-09-21T00:16:00.995260+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:02.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:01 smithi099 bash[24739]: audit 2024-09-21T00:16:01.001060+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:02.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:01 smithi099 bash[24739]: audit 2024-09-21T00:16:01.004392+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-21T00:16:02.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:01 smithi099 bash[24739]: audit 2024-09-21T00:16:01.004782+0000 mgr.a (mgr.14150) 245 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-21T00:16:02.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:01 smithi099 bash[24739]: audit 2024-09-21T00:16:01.010069+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:02.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:01 smithi099 bash[24739]: cephadm 2024-09-21T00:16:01.031110+0000 mgr.a (mgr.14150) 246 : cephadm [INF] Deploying daemon grafana.smithi092 on smithi092 2024-09-21T00:16:02.169 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:01 smithi136 bash[25149]: audit 2024-09-21T00:16:00.810763+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:02.169 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:01 smithi136 bash[25149]: audit 2024-09-21T00:16:00.815384+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:02.169 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:01 smithi136 bash[25149]: audit 2024-09-21T00:16:00.846611+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:02.169 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:01 smithi136 bash[25149]: audit 2024-09-21T00:16:00.853185+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:02.170 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:01 smithi136 bash[25149]: audit 2024-09-21T00:16:00.879943+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:02.170 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:01 smithi136 bash[25149]: audit 2024-09-21T00:16:00.886841+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:02.170 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:01 smithi136 bash[25149]: audit 2024-09-21T00:16:00.888055+0000 mon.a (mon.0) 491 : audit [DBG] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:16:02.170 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:01 smithi136 bash[25149]: audit 2024-09-21T00:16:00.888837+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:16:02.170 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:01 smithi136 bash[25149]: audit 2024-09-21T00:16:00.895579+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:02.170 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:01 smithi136 bash[25149]: cephadm 2024-09-21T00:16:00.910623+0000 mgr.a (mgr.14150) 243 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-09-21T00:16:02.170 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:01 smithi136 bash[25149]: cluster 2024-09-21T00:16:00.954829+0000 mgr.a (mgr.14150) 244 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:02.170 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:01 smithi136 bash[25149]: audit 2024-09-21T00:16:00.995260+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:02.170 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:01 smithi136 bash[25149]: audit 2024-09-21T00:16:01.001060+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:02.170 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:01 smithi136 bash[25149]: audit 2024-09-21T00:16:01.004392+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-21T00:16:02.170 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:01 smithi136 bash[25149]: audit 2024-09-21T00:16:01.004782+0000 mgr.a (mgr.14150) 245 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-21T00:16:02.171 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:01 smithi136 bash[25149]: audit 2024-09-21T00:16:01.010069+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:02.171 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:01 smithi136 bash[25149]: cephadm 2024-09-21T00:16:01.031110+0000 mgr.a (mgr.14150) 246 : cephadm [INF] Deploying daemon grafana.smithi092 on smithi092 2024-09-21T00:16:04.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:04 smithi099 bash[24739]: cluster 2024-09-21T00:16:02.955250+0000 mgr.a (mgr.14150) 247 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:04.418 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:04 smithi136 bash[25149]: cluster 2024-09-21T00:16:02.955250+0000 mgr.a (mgr.14150) 247 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:04.474 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:04 smithi092 bash[22943]: cluster 2024-09-21T00:16:02.955250+0000 mgr.a (mgr.14150) 247 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:06.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:06 smithi099 bash[24739]: cluster 2024-09-21T00:16:04.955926+0000 mgr.a (mgr.14150) 248 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:06.418 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:06 smithi136 bash[25149]: cluster 2024-09-21T00:16:04.955926+0000 mgr.a (mgr.14150) 248 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:06.474 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:06 smithi092 bash[22943]: cluster 2024-09-21T00:16:04.955926+0000 mgr.a (mgr.14150) 248 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:08.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:08 smithi099 bash[24739]: cluster 2024-09-21T00:16:06.956468+0000 mgr.a (mgr.14150) 249 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:08.418 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:08 smithi136 bash[25149]: cluster 2024-09-21T00:16:06.956468+0000 mgr.a (mgr.14150) 249 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:08.474 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:08 smithi092 bash[22943]: cluster 2024-09-21T00:16:06.956468+0000 mgr.a (mgr.14150) 249 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:10.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:10 smithi099 bash[24739]: cluster 2024-09-21T00:16:08.956916+0000 mgr.a (mgr.14150) 250 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:10.418 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:10 smithi136 bash[25149]: cluster 2024-09-21T00:16:08.956916+0000 mgr.a (mgr.14150) 250 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:10.474 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:10 smithi092 bash[22943]: cluster 2024-09-21T00:16:08.956916+0000 mgr.a (mgr.14150) 250 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:12.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:12 smithi099 bash[24739]: cluster 2024-09-21T00:16:10.957497+0000 mgr.a (mgr.14150) 251 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:12.418 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:12 smithi136 bash[25149]: cluster 2024-09-21T00:16:10.957497+0000 mgr.a (mgr.14150) 251 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:12.474 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:12 smithi092 bash[22943]: cluster 2024-09-21T00:16:10.957497+0000 mgr.a (mgr.14150) 251 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:14.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:14 smithi099 bash[24739]: cluster 2024-09-21T00:16:12.958030+0000 mgr.a (mgr.14150) 252 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:14.418 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:14 smithi136 bash[25149]: cluster 2024-09-21T00:16:12.958030+0000 mgr.a (mgr.14150) 252 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:14.474 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:14 smithi092 bash[22943]: cluster 2024-09-21T00:16:12.958030+0000 mgr.a (mgr.14150) 252 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:16.223 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:16 smithi092 bash[22943]: cluster 2024-09-21T00:16:14.958526+0000 mgr.a (mgr.14150) 253 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:16.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:16 smithi099 bash[24739]: cluster 2024-09-21T00:16:14.958526+0000 mgr.a (mgr.14150) 253 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:16.418 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:16 smithi136 bash[25149]: cluster 2024-09-21T00:16:14.958526+0000 mgr.a (mgr.14150) 253 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:18.224 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:18 smithi092 bash[22943]: cluster 2024-09-21T00:16:16.959041+0000 mgr.a (mgr.14150) 254 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:18.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:18 smithi099 bash[24739]: cluster 2024-09-21T00:16:16.959041+0000 mgr.a (mgr.14150) 254 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:18.418 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:18 smithi136 bash[25149]: cluster 2024-09-21T00:16:16.959041+0000 mgr.a (mgr.14150) 254 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:18.600 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:18 smithi092 systemd[1]: /etc/systemd/system/ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T00:16:18.601 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:16:18 smithi092 systemd[1]: /etc/systemd/system/ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T00:16:18.601 INFO:journalctl@ceph.osd.0.smithi092.stdout:Sep 21 00:16:18 smithi092 systemd[1]: /etc/systemd/system/ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T00:16:18.974 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:18 smithi092 systemd[1]: /etc/systemd/system/ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T00:16:18.974 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:16:18 smithi092 systemd[1]: /etc/systemd/system/ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T00:16:18.974 INFO:journalctl@ceph.osd.0.smithi092.stdout:Sep 21 00:16:18 smithi092 systemd[1]: /etc/systemd/system/ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T00:16:19.974 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:19 smithi092 bash[22943]: audit 2024-09-21T00:16:18.754839+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:19.974 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:19 smithi092 bash[22943]: audit 2024-09-21T00:16:18.759393+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:19.974 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:19 smithi092 bash[22943]: audit 2024-09-21T00:16:18.765155+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:19.974 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:19 smithi092 bash[22943]: audit 2024-09-21T00:16:18.770285+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:19.974 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:19 smithi092 bash[22943]: cephadm 2024-09-21T00:16:18.781271+0000 mgr.a (mgr.14150) 255 : cephadm [INF] Deploying daemon alertmanager.smithi136 on smithi136 2024-09-21T00:16:19.974 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:19 smithi092 bash[22943]: cluster 2024-09-21T00:16:18.959603+0000 mgr.a (mgr.14150) 256 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:20.070 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:19 smithi099 bash[24739]: audit 2024-09-21T00:16:18.754839+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:20.070 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:19 smithi099 bash[24739]: audit 2024-09-21T00:16:18.759393+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:20.070 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:19 smithi099 bash[24739]: audit 2024-09-21T00:16:18.765155+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:20.070 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:19 smithi099 bash[24739]: audit 2024-09-21T00:16:18.770285+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:20.070 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:19 smithi099 bash[24739]: cephadm 2024-09-21T00:16:18.781271+0000 mgr.a (mgr.14150) 255 : cephadm [INF] Deploying daemon alertmanager.smithi136 on smithi136 2024-09-21T00:16:20.070 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:19 smithi099 bash[24739]: cluster 2024-09-21T00:16:18.959603+0000 mgr.a (mgr.14150) 256 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:20.168 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:19 smithi136 bash[25149]: audit 2024-09-21T00:16:18.754839+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:20.169 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:19 smithi136 bash[25149]: audit 2024-09-21T00:16:18.759393+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:20.169 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:19 smithi136 bash[25149]: audit 2024-09-21T00:16:18.765155+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:20.169 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:19 smithi136 bash[25149]: audit 2024-09-21T00:16:18.770285+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:20.169 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:19 smithi136 bash[25149]: cephadm 2024-09-21T00:16:18.781271+0000 mgr.a (mgr.14150) 255 : cephadm [INF] Deploying daemon alertmanager.smithi136 on smithi136 2024-09-21T00:16:20.169 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:19 smithi136 bash[25149]: cluster 2024-09-21T00:16:18.959603+0000 mgr.a (mgr.14150) 256 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:22.060 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:22 smithi092 bash[22943]: cluster 2024-09-21T00:16:20.960186+0000 mgr.a (mgr.14150) 257 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:22.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:22 smithi099 bash[24739]: cluster 2024-09-21T00:16:20.960186+0000 mgr.a (mgr.14150) 257 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:22.418 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:22 smithi136 bash[25149]: cluster 2024-09-21T00:16:20.960186+0000 mgr.a (mgr.14150) 257 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:23.632 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:23 smithi092 bash[22943]: audit 2024-09-21T00:16:22.395926+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:23.633 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:23 smithi092 bash[22943]: cluster 2024-09-21T00:16:22.960757+0000 mgr.a (mgr.14150) 258 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:23.668 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:23 smithi136 bash[25149]: audit 2024-09-21T00:16:22.395926+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:23.668 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:23 smithi136 bash[25149]: cluster 2024-09-21T00:16:22.960757+0000 mgr.a (mgr.14150) 258 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:23.819 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:23 smithi099 bash[24739]: audit 2024-09-21T00:16:22.395926+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:23.820 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:23 smithi099 bash[24739]: cluster 2024-09-21T00:16:22.960757+0000 mgr.a (mgr.14150) 258 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:26.273 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:26 smithi092 bash[22943]: cluster 2024-09-21T00:16:24.961312+0000 mgr.a (mgr.14150) 259 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:26.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:26 smithi099 bash[24739]: cluster 2024-09-21T00:16:24.961312+0000 mgr.a (mgr.14150) 259 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:26.369 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:26 smithi136 bash[25149]: cluster 2024-09-21T00:16:24.961312+0000 mgr.a (mgr.14150) 259 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:27.094 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:26 smithi136 systemd[1]: /etc/systemd/system/ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T00:16:27.094 INFO:journalctl@ceph.osd.2.smithi136.stdout:Sep 21 00:16:26 smithi136 systemd[1]: /etc/systemd/system/ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T00:16:27.418 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:27 smithi136 systemd[1]: /etc/systemd/system/ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T00:16:27.418 INFO:journalctl@ceph.osd.2.smithi136.stdout:Sep 21 00:16:27 smithi136 systemd[1]: /etc/systemd/system/ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T00:16:28.107 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:28 smithi092 bash[22943]: cluster 2024-09-21T00:16:26.961827+0000 mgr.a (mgr.14150) 260 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:28.107 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:28 smithi092 bash[22943]: audit 2024-09-21T00:16:27.370156+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:28.107 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:28 smithi092 bash[22943]: audit 2024-09-21T00:16:27.378248+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:28.108 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:28 smithi092 bash[22943]: audit 2024-09-21T00:16:27.385852+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:28.108 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:28 smithi092 bash[22943]: audit 2024-09-21T00:16:27.392946+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:28.108 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:28 smithi092 bash[22943]: audit 2024-09-21T00:16:27.402941+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:28.169 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:28 smithi136 bash[25149]: cluster 2024-09-21T00:16:26.961827+0000 mgr.a (mgr.14150) 260 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:28.169 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:28 smithi136 bash[25149]: audit 2024-09-21T00:16:27.370156+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:28.169 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:28 smithi136 bash[25149]: audit 2024-09-21T00:16:27.378248+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:28.169 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:28 smithi136 bash[25149]: audit 2024-09-21T00:16:27.385852+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:28.169 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:28 smithi136 bash[25149]: audit 2024-09-21T00:16:27.392946+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:28.169 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:28 smithi136 bash[25149]: audit 2024-09-21T00:16:27.402941+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:28.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:28 smithi099 bash[24739]: cluster 2024-09-21T00:16:26.961827+0000 mgr.a (mgr.14150) 260 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:28.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:28 smithi099 bash[24739]: audit 2024-09-21T00:16:27.370156+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:28.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:28 smithi099 bash[24739]: audit 2024-09-21T00:16:27.378248+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:28.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:28 smithi099 bash[24739]: audit 2024-09-21T00:16:27.385852+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:28.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:28 smithi099 bash[24739]: audit 2024-09-21T00:16:27.392946+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:28.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:28 smithi099 bash[24739]: audit 2024-09-21T00:16:27.402941+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:29.175 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:29 smithi092 bash[22943]: cephadm 2024-09-21T00:16:27.689618+0000 mgr.a (mgr.14150) 261 : cephadm [INF] Deploying daemon prometheus.smithi099 on smithi099 2024-09-21T00:16:29.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:29 smithi099 bash[24739]: cephadm 2024-09-21T00:16:27.689618+0000 mgr.a (mgr.14150) 261 : cephadm [INF] Deploying daemon prometheus.smithi099 on smithi099 2024-09-21T00:16:29.418 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:29 smithi136 bash[25149]: cephadm 2024-09-21T00:16:27.689618+0000 mgr.a (mgr.14150) 261 : cephadm [INF] Deploying daemon prometheus.smithi099 on smithi099 2024-09-21T00:16:30.260 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:30 smithi092 bash[22943]: cluster 2024-09-21T00:16:28.962471+0000 mgr.a (mgr.14150) 262 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:30.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:30 smithi099 bash[24739]: cluster 2024-09-21T00:16:28.962471+0000 mgr.a (mgr.14150) 262 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:30.370 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:30 smithi136 bash[25149]: cluster 2024-09-21T00:16:28.962471+0000 mgr.a (mgr.14150) 262 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:32.069 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:32 smithi092 bash[22943]: cluster 2024-09-21T00:16:30.963078+0000 mgr.a (mgr.14150) 263 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:32.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:32 smithi099 bash[24739]: cluster 2024-09-21T00:16:30.963078+0000 mgr.a (mgr.14150) 263 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:32.418 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:32 smithi136 bash[25149]: cluster 2024-09-21T00:16:30.963078+0000 mgr.a (mgr.14150) 263 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:34.149 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:34 smithi092 bash[22943]: cluster 2024-09-21T00:16:32.963611+0000 mgr.a (mgr.14150) 264 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:34.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:34 smithi099 bash[24739]: cluster 2024-09-21T00:16:32.963611+0000 mgr.a (mgr.14150) 264 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:34.418 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:34 smithi136 bash[25149]: cluster 2024-09-21T00:16:32.963611+0000 mgr.a (mgr.14150) 264 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:36.297 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:36 smithi092 bash[22943]: cluster 2024-09-21T00:16:34.964154+0000 mgr.a (mgr.14150) 265 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:36.329 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:36 smithi099 bash[24739]: cluster 2024-09-21T00:16:34.964154+0000 mgr.a (mgr.14150) 265 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:36.418 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:36 smithi136 bash[25149]: cluster 2024-09-21T00:16:34.964154+0000 mgr.a (mgr.14150) 265 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:38.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:38 smithi099 bash[24739]: cluster 2024-09-21T00:16:36.964712+0000 mgr.a (mgr.14150) 266 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:38.372 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:38 smithi136 bash[25149]: cluster 2024-09-21T00:16:36.964712+0000 mgr.a (mgr.14150) 266 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:38.473 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:38 smithi092 bash[22943]: cluster 2024-09-21T00:16:36.964712+0000 mgr.a (mgr.14150) 266 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:40.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:40 smithi099 bash[24739]: cluster 2024-09-21T00:16:38.965238+0000 mgr.a (mgr.14150) 267 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:40.418 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:40 smithi136 bash[25149]: cluster 2024-09-21T00:16:38.965238+0000 mgr.a (mgr.14150) 267 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:40.473 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:40 smithi092 bash[22943]: cluster 2024-09-21T00:16:38.965238+0000 mgr.a (mgr.14150) 267 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:40.647 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:40 smithi099 systemd[1]: /etc/systemd/system/ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T00:16:40.647 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:16:40 smithi099 systemd[1]: /etc/systemd/system/ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T00:16:40.647 INFO:journalctl@ceph.osd.1.smithi099.stdout:Sep 21 00:16:40 smithi099 systemd[1]: /etc/systemd/system/ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T00:16:41.010 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:40 smithi099 systemd[1]: /etc/systemd/system/ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T00:16:41.010 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:16:40 smithi099 systemd[1]: /etc/systemd/system/ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T00:16:41.010 INFO:journalctl@ceph.osd.1.smithi099.stdout:Sep 21 00:16:40 smithi099 systemd[1]: /etc/systemd/system/ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T00:16:42.223 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:16:42 smithi092 bash[23205]: ignoring --setuser ceph since I am not root 2024-09-21T00:16:42.223 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:16:42 smithi092 bash[23205]: ignoring --setgroup ceph since I am not root 2024-09-21T00:16:42.223 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:16:42 smithi092 bash[23205]: debug 2024-09-21T00:16:42.132+0000 7f93f15a1040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-21T00:16:42.224 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:41 smithi092 bash[22943]: audit 2024-09-21T00:16:40.935662+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:42.224 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:41 smithi092 bash[22943]: audit 2024-09-21T00:16:40.944513+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:42.224 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:41 smithi092 bash[22943]: audit 2024-09-21T00:16:40.952207+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:42.224 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:41 smithi092 bash[22943]: audit 2024-09-21T00:16:40.956432+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-09-21T00:16:42.224 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:41 smithi092 bash[22943]: cluster 2024-09-21T00:16:40.965773+0000 mgr.a (mgr.14150) 268 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:42.232 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:16:42 smithi099 bash[25246]: ignoring --setuser ceph since I am not root 2024-09-21T00:16:42.232 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:16:42 smithi099 bash[25246]: ignoring --setgroup ceph since I am not root 2024-09-21T00:16:42.232 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:16:42 smithi099 bash[25246]: debug 2024-09-21T00:16:42.057+0000 7f8e25ea5640 1 -- 172.21.15.99:0/4046554143 <== mon.2 v2:172.21.15.99:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55cf7dcfd0e0 con 0x55cf7dcff400 2024-09-21T00:16:42.232 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:16:42 smithi099 bash[25246]: debug 2024-09-21T00:16:42.173+0000 7f8e28701040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-21T00:16:42.232 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:41 smithi099 bash[24739]: audit 2024-09-21T00:16:40.935662+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:42.233 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:41 smithi099 bash[24739]: audit 2024-09-21T00:16:40.944513+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:42.233 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:41 smithi099 bash[24739]: audit 2024-09-21T00:16:40.952207+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:42.233 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:41 smithi099 bash[24739]: audit 2024-09-21T00:16:40.956432+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-09-21T00:16:42.233 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:41 smithi099 bash[24739]: cluster 2024-09-21T00:16:40.965773+0000 mgr.a (mgr.14150) 268 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:42.418 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:41 smithi136 bash[25149]: audit 2024-09-21T00:16:40.935662+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:42.418 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:41 smithi136 bash[25149]: audit 2024-09-21T00:16:40.944513+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:42.418 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:41 smithi136 bash[25149]: audit 2024-09-21T00:16:40.952207+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' 2024-09-21T00:16:42.418 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:41 smithi136 bash[25149]: audit 2024-09-21T00:16:40.956432+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-09-21T00:16:42.418 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:41 smithi136 bash[25149]: cluster 2024-09-21T00:16:40.965773+0000 mgr.a (mgr.14150) 268 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:43.069 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:42 smithi099 bash[24739]: audit 2024-09-21T00:16:41.958361+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-21T00:16:43.070 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:42 smithi099 bash[24739]: cluster 2024-09-21T00:16:41.967875+0000 mon.a (mon.0) 513 : cluster [DBG] mgrmap e16: a(active, since 6m), standbys: b 2024-09-21T00:16:43.223 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:42 smithi092 bash[22943]: audit 2024-09-21T00:16:41.958361+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-21T00:16:43.223 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:42 smithi092 bash[22943]: cluster 2024-09-21T00:16:41.967875+0000 mon.a (mon.0) 513 : cluster [DBG] mgrmap e16: a(active, since 6m), standbys: b 2024-09-21T00:16:43.418 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:42 smithi136 bash[25149]: audit 2024-09-21T00:16:41.958361+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14150 172.21.15.92:0/4285316204' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-21T00:16:43.418 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:42 smithi136 bash[25149]: cluster 2024-09-21T00:16:41.967875+0000 mon.a (mon.0) 513 : cluster [DBG] mgrmap e16: a(active, since 6m), standbys: b 2024-09-21T00:16:43.724 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:16:43 smithi092 bash[23205]: debug 2024-09-21T00:16:43.308+0000 7f93f15a1040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-21T00:16:43.724 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:16:43 smithi092 bash[23205]: debug 2024-09-21T00:16:43.376+0000 7f93f15a1040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-21T00:16:43.724 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:16:43 smithi092 bash[23205]: debug 2024-09-21T00:16:43.524+0000 7f93f15a1040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-21T00:16:43.819 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:16:43 smithi099 bash[25246]: debug 2024-09-21T00:16:43.385+0000 7f8e28701040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-21T00:16:43.819 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:16:43 smithi099 bash[25246]: debug 2024-09-21T00:16:43.449+0000 7f8e28701040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-21T00:16:43.820 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:16:43 smithi099 bash[25246]: debug 2024-09-21T00:16:43.601+0000 7f8e28701040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-21T00:16:44.473 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:16:44 smithi092 bash[23205]: debug 2024-09-21T00:16:44.168+0000 7f93f15a1040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-21T00:16:44.474 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:16:44 smithi092 bash[23205]: debug 2024-09-21T00:16:44.236+0000 7f93f15a1040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-21T00:16:44.474 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:16:44 smithi092 bash[23205]: debug 2024-09-21T00:16:44.304+0000 7f93f15a1040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-21T00:16:44.565 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:16:44 smithi099 bash[25246]: debug 2024-09-21T00:16:44.241+0000 7f8e28701040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-21T00:16:44.565 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:16:44 smithi099 bash[25246]: debug 2024-09-21T00:16:44.313+0000 7f8e28701040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-21T00:16:44.565 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:16:44 smithi099 bash[25246]: debug 2024-09-21T00:16:44.381+0000 7f8e28701040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-21T00:16:44.819 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:16:44 smithi099 bash[25246]: debug 2024-09-21T00:16:44.565+0000 7f8e28701040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-21T00:16:44.819 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:16:44 smithi099 bash[25246]: debug 2024-09-21T00:16:44.641+0000 7f8e28701040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-21T00:16:44.820 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:16:44 smithi099 bash[25246]: debug 2024-09-21T00:16:44.709+0000 7f8e28701040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-21T00:16:44.889 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:16:44 smithi092 bash[23205]: debug 2024-09-21T00:16:44.488+0000 7f93f15a1040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-21T00:16:44.889 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:16:44 smithi092 bash[23205]: debug 2024-09-21T00:16:44.568+0000 7f93f15a1040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-21T00:16:44.889 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:16:44 smithi092 bash[23205]: debug 2024-09-21T00:16:44.632+0000 7f93f15a1040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-21T00:16:44.889 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:16:44 smithi092 bash[23205]: debug 2024-09-21T00:16:44.888+0000 7f93f15a1040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-21T00:16:45.150 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:16:44 smithi092 bash[23205]: debug 2024-09-21T00:16:44.952+0000 7f93f15a1040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-21T00:16:45.224 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:16:44 smithi099 bash[25246]: debug 2024-09-21T00:16:44.961+0000 7f8e28701040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-21T00:16:45.224 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:16:45 smithi099 bash[25246]: debug 2024-09-21T00:16:45.029+0000 7f8e28701040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-21T00:16:45.473 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:16:45 smithi092 bash[23205]: debug 2024-09-21T00:16:45.148+0000 7f93f15a1040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-21T00:16:45.473 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:16:45 smithi092 bash[23205]: debug 2024-09-21T00:16:45.224+0000 7f93f15a1040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-21T00:16:45.549 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:16:45 smithi099 bash[25246]: debug 2024-09-21T00:16:45.221+0000 7f8e28701040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-21T00:16:45.549 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:16:45 smithi099 bash[25246]: debug 2024-09-21T00:16:45.301+0000 7f8e28701040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-21T00:16:45.810 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:16:45 smithi092 bash[23205]: debug 2024-09-21T00:16:45.472+0000 7f93f15a1040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-21T00:16:45.810 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:16:45 smithi092 bash[23205]: debug 2024-09-21T00:16:45.648+0000 7f93f15a1040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-21T00:16:45.819 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:16:45 smithi099 bash[25246]: debug 2024-09-21T00:16:45.549+0000 7f8e28701040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-21T00:16:45.819 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:16:45 smithi099 bash[25246]: debug 2024-09-21T00:16:45.725+0000 7f8e28701040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-21T00:16:46.066 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:16:45 smithi092 bash[23205]: debug 2024-09-21T00:16:45.808+0000 7f93f15a1040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-21T00:16:46.066 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:16:45 smithi092 bash[23205]: debug 2024-09-21T00:16:45.884+0000 7f93f15a1040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-21T00:16:46.142 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:16:45 smithi099 bash[25246]: debug 2024-09-21T00:16:45.885+0000 7f8e28701040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-21T00:16:46.142 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:16:45 smithi099 bash[25246]: debug 2024-09-21T00:16:45.965+0000 7f8e28701040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-21T00:16:47.185 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:16:46 smithi092 bash[23205]: debug 2024-09-21T00:16:46.064+0000 7f93f15a1040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-21T00:16:47.186 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:16:46 smithi092 bash[23205]: debug 2024-09-21T00:16:46.888+0000 7f93f15a1040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-21T00:16:47.186 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:16:46 smithi092 bash[23205]: debug 2024-09-21T00:16:46.960+0000 7f93f15a1040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-21T00:16:47.186 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:16:47 smithi092 bash[23205]: debug 2024-09-21T00:16:47.184+0000 7f93f15a1040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-21T00:16:47.242 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:16:46 smithi099 bash[25246]: debug 2024-09-21T00:16:46.141+0000 7f8e28701040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-21T00:16:47.242 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:16:46 smithi099 bash[25246]: debug 2024-09-21T00:16:46.945+0000 7f8e28701040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-21T00:16:47.243 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:16:47 smithi099 bash[25246]: debug 2024-09-21T00:16:47.017+0000 7f8e28701040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-21T00:16:47.243 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:16:47 smithi099 bash[25246]: debug 2024-09-21T00:16:47.241+0000 7f8e28701040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-21T00:16:47.473 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:16:47 smithi092 bash[23205]: debug 2024-09-21T00:16:47.256+0000 7f93f15a1040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-21T00:16:47.569 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:16:47 smithi099 bash[25246]: debug 2024-09-21T00:16:47.313+0000 7f8e28701040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-21T00:16:47.953 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:16:47 smithi092 bash[23205]: debug 2024-09-21T00:16:47.644+0000 7f93f15a1040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-21T00:16:47.953 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:16:47 smithi092 bash[23205]: debug 2024-09-21T00:16:47.720+0000 7f93f15a1040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-21T00:16:47.953 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:16:47 smithi092 bash[23205]: [21/Sep/2024:00:16:47] ENGINE Bus STARTING 2024-09-21T00:16:47.953 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:16:47 smithi092 bash[23205]: CherryPy Checker: 2024-09-21T00:16:47.953 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:16:47 smithi092 bash[23205]: The Application mounted at '' has an empty config. 2024-09-21T00:16:47.954 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:47 smithi092 bash[22943]: cluster 2024-09-21T00:16:47.745778+0000 mon.a (mon.0) 514 : cluster [INF] Active manager daemon a restarted 2024-09-21T00:16:47.954 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:47 smithi092 bash[22943]: cluster 2024-09-21T00:16:47.746331+0000 mon.a (mon.0) 515 : cluster [INF] Activating manager daemon a 2024-09-21T00:16:47.954 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:47 smithi092 bash[22943]: cluster 2024-09-21T00:16:47.761712+0000 mon.a (mon.0) 516 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-21T00:16:47.954 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:47 smithi092 bash[22943]: cluster 2024-09-21T00:16:47.762195+0000 mon.a (mon.0) 517 : cluster [DBG] mgrmap e17: a(active, starting, since 0.01605s), standbys: b 2024-09-21T00:16:47.954 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:47 smithi092 bash[22943]: audit 2024-09-21T00:16:47.764629+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T00:16:47.955 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:47 smithi092 bash[22943]: audit 2024-09-21T00:16:47.765114+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T00:16:47.955 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:47 smithi092 bash[22943]: audit 2024-09-21T00:16:47.765641+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T00:16:47.955 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:47 smithi092 bash[22943]: audit 2024-09-21T00:16:47.767547+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-09-21T00:16:47.955 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:47 smithi092 bash[22943]: audit 2024-09-21T00:16:47.768095+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-09-21T00:16:47.955 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:47 smithi092 bash[22943]: audit 2024-09-21T00:16:47.768529+0000 mon.a (mon.0) 523 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-21T00:16:47.955 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:47 smithi092 bash[22943]: audit 2024-09-21T00:16:47.769107+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T00:16:47.956 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:47 smithi092 bash[22943]: audit 2024-09-21T00:16:47.769645+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T00:16:47.956 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:47 smithi092 bash[22943]: audit 2024-09-21T00:16:47.770208+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-21T00:16:47.956 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:47 smithi092 bash[22943]: audit 2024-09-21T00:16:47.770627+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-21T00:16:47.956 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:47 smithi092 bash[22943]: audit 2024-09-21T00:16:47.771330+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-21T00:16:47.956 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:47 smithi092 bash[22943]: cluster 2024-09-21T00:16:47.798156+0000 mon.a (mon.0) 529 : cluster [INF] Manager daemon a is now available 2024-09-21T00:16:47.971 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:16:47 smithi099 bash[25246]: debug 2024-09-21T00:16:47.701+0000 7f8e28701040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-21T00:16:47.971 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:16:47 smithi099 bash[25246]: debug 2024-09-21T00:16:47.781+0000 7f8e28701040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-21T00:16:47.971 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:16:47 smithi099 bash[25246]: [21/Sep/2024:00:16:47] ENGINE Bus STARTING 2024-09-21T00:16:47.972 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:16:47 smithi099 bash[25246]: CherryPy Checker: 2024-09-21T00:16:47.972 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:16:47 smithi099 bash[25246]: The Application mounted at '' has an empty config. 2024-09-21T00:16:47.972 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:16:47 smithi099 bash[25246]: [21/Sep/2024:00:16:47] ENGINE Serving on http://:::9283 2024-09-21T00:16:47.972 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:16:47 smithi099 bash[25246]: [21/Sep/2024:00:16:47] ENGINE Bus STARTED 2024-09-21T00:16:47.973 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:47 smithi099 bash[24739]: cluster 2024-09-21T00:16:47.745778+0000 mon.a (mon.0) 514 : cluster [INF] Active manager daemon a restarted 2024-09-21T00:16:47.973 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:47 smithi099 bash[24739]: cluster 2024-09-21T00:16:47.746331+0000 mon.a (mon.0) 515 : cluster [INF] Activating manager daemon a 2024-09-21T00:16:47.974 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:47 smithi099 bash[24739]: cluster 2024-09-21T00:16:47.761712+0000 mon.a (mon.0) 516 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-21T00:16:47.974 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:47 smithi099 bash[24739]: cluster 2024-09-21T00:16:47.762195+0000 mon.a (mon.0) 517 : cluster [DBG] mgrmap e17: a(active, starting, since 0.01605s), standbys: b 2024-09-21T00:16:47.974 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:47 smithi099 bash[24739]: audit 2024-09-21T00:16:47.764629+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T00:16:47.974 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:47 smithi099 bash[24739]: audit 2024-09-21T00:16:47.765114+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T00:16:47.974 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:47 smithi099 bash[24739]: audit 2024-09-21T00:16:47.765641+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T00:16:47.974 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:47 smithi099 bash[24739]: audit 2024-09-21T00:16:47.767547+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-09-21T00:16:47.975 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:47 smithi099 bash[24739]: audit 2024-09-21T00:16:47.768095+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-09-21T00:16:47.975 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:47 smithi099 bash[24739]: audit 2024-09-21T00:16:47.768529+0000 mon.a (mon.0) 523 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-21T00:16:47.975 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:47 smithi099 bash[24739]: audit 2024-09-21T00:16:47.769107+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T00:16:47.975 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:47 smithi099 bash[24739]: audit 2024-09-21T00:16:47.769645+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T00:16:47.975 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:47 smithi099 bash[24739]: audit 2024-09-21T00:16:47.770208+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-21T00:16:47.975 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:47 smithi099 bash[24739]: audit 2024-09-21T00:16:47.770627+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-21T00:16:47.976 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:47 smithi099 bash[24739]: audit 2024-09-21T00:16:47.771330+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-21T00:16:47.976 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:47 smithi099 bash[24739]: cluster 2024-09-21T00:16:47.798156+0000 mon.a (mon.0) 529 : cluster [INF] Manager daemon a is now available 2024-09-21T00:16:48.059 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:47 smithi136 bash[25149]: cluster 2024-09-21T00:16:47.745778+0000 mon.a (mon.0) 514 : cluster [INF] Active manager daemon a restarted 2024-09-21T00:16:48.059 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:47 smithi136 bash[25149]: cluster 2024-09-21T00:16:47.746331+0000 mon.a (mon.0) 515 : cluster [INF] Activating manager daemon a 2024-09-21T00:16:48.059 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:47 smithi136 bash[25149]: cluster 2024-09-21T00:16:47.761712+0000 mon.a (mon.0) 516 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-21T00:16:48.060 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:47 smithi136 bash[25149]: cluster 2024-09-21T00:16:47.762195+0000 mon.a (mon.0) 517 : cluster [DBG] mgrmap e17: a(active, starting, since 0.01605s), standbys: b 2024-09-21T00:16:48.060 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:47 smithi136 bash[25149]: audit 2024-09-21T00:16:47.764629+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T00:16:48.060 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:47 smithi136 bash[25149]: audit 2024-09-21T00:16:47.765114+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T00:16:48.060 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:47 smithi136 bash[25149]: audit 2024-09-21T00:16:47.765641+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T00:16:48.060 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:47 smithi136 bash[25149]: audit 2024-09-21T00:16:47.767547+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-09-21T00:16:48.060 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:47 smithi136 bash[25149]: audit 2024-09-21T00:16:47.768095+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-09-21T00:16:48.060 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:47 smithi136 bash[25149]: audit 2024-09-21T00:16:47.768529+0000 mon.a (mon.0) 523 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-21T00:16:48.060 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:47 smithi136 bash[25149]: audit 2024-09-21T00:16:47.769107+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T00:16:48.061 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:47 smithi136 bash[25149]: audit 2024-09-21T00:16:47.769645+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T00:16:48.061 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:47 smithi136 bash[25149]: audit 2024-09-21T00:16:47.770208+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-21T00:16:48.061 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:47 smithi136 bash[25149]: audit 2024-09-21T00:16:47.770627+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-21T00:16:48.061 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:47 smithi136 bash[25149]: audit 2024-09-21T00:16:47.771330+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-21T00:16:48.061 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:47 smithi136 bash[25149]: cluster 2024-09-21T00:16:47.798156+0000 mon.a (mon.0) 529 : cluster [INF] Manager daemon a is now available 2024-09-21T00:16:48.223 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:16:47 smithi092 bash[23205]: [21/Sep/2024:00:16:47] ENGINE Serving on http://:::9283 2024-09-21T00:16:48.223 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:16:47 smithi092 bash[23205]: [21/Sep/2024:00:16:47] ENGINE Bus STARTED 2024-09-21T00:16:49.070 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:48 smithi099 bash[24739]: cluster 2024-09-21T00:16:47.805244+0000 mon.a (mon.0) 530 : cluster [DBG] Standby manager daemon b restarted 2024-09-21T00:16:49.070 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:48 smithi099 bash[24739]: cluster 2024-09-21T00:16:47.805394+0000 mon.a (mon.0) 531 : cluster [DBG] Standby manager daemon b started 2024-09-21T00:16:49.070 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:48 smithi099 bash[24739]: audit 2024-09-21T00:16:47.808653+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.? 172.21.15.99:0/3628180112' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-09-21T00:16:49.070 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:48 smithi099 bash[24739]: audit 2024-09-21T00:16:47.809193+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.? 172.21.15.99:0/3628180112' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-21T00:16:49.070 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:48 smithi099 bash[24739]: audit 2024-09-21T00:16:47.811150+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.? 172.21.15.99:0/3628180112' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-09-21T00:16:49.070 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:48 smithi099 bash[24739]: audit 2024-09-21T00:16:47.812480+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.? 172.21.15.99:0/3628180112' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-21T00:16:49.070 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:48 smithi099 bash[24739]: audit 2024-09-21T00:16:47.820412+0000 mon.a (mon.0) 536 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:16:49.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:48 smithi099 bash[24739]: audit 2024-09-21T00:16:47.834423+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:49.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:48 smithi099 bash[24739]: audit 2024-09-21T00:16:47.839391+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T00:16:49.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:48 smithi099 bash[24739]: audit 2024-09-21T00:16:47.847149+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-09-21T00:16:49.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:48 smithi099 bash[24739]: audit 2024-09-21T00:16:47.856029+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-09-21T00:16:49.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:48 smithi099 bash[24739]: cluster 2024-09-21T00:16:48.769361+0000 mon.a (mon.0) 541 : cluster [DBG] mgrmap e18: a(active, since 1.0232s), standbys: b 2024-09-21T00:16:49.168 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:48 smithi136 bash[25149]: cluster 2024-09-21T00:16:47.805244+0000 mon.a (mon.0) 530 : cluster [DBG] Standby manager daemon b restarted 2024-09-21T00:16:49.168 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:48 smithi136 bash[25149]: cluster 2024-09-21T00:16:47.805394+0000 mon.a (mon.0) 531 : cluster [DBG] Standby manager daemon b started 2024-09-21T00:16:49.168 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:48 smithi136 bash[25149]: audit 2024-09-21T00:16:47.808653+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.? 172.21.15.99:0/3628180112' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-09-21T00:16:49.168 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:48 smithi136 bash[25149]: audit 2024-09-21T00:16:47.809193+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.? 172.21.15.99:0/3628180112' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-21T00:16:49.168 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:48 smithi136 bash[25149]: audit 2024-09-21T00:16:47.811150+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.? 172.21.15.99:0/3628180112' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-09-21T00:16:49.169 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:48 smithi136 bash[25149]: audit 2024-09-21T00:16:47.812480+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.? 172.21.15.99:0/3628180112' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-21T00:16:49.169 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:48 smithi136 bash[25149]: audit 2024-09-21T00:16:47.820412+0000 mon.a (mon.0) 536 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:16:49.169 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:48 smithi136 bash[25149]: audit 2024-09-21T00:16:47.834423+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:49.169 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:48 smithi136 bash[25149]: audit 2024-09-21T00:16:47.839391+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T00:16:49.169 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:48 smithi136 bash[25149]: audit 2024-09-21T00:16:47.847149+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-09-21T00:16:49.169 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:48 smithi136 bash[25149]: audit 2024-09-21T00:16:47.856029+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-09-21T00:16:49.169 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:48 smithi136 bash[25149]: cluster 2024-09-21T00:16:48.769361+0000 mon.a (mon.0) 541 : cluster [DBG] mgrmap e18: a(active, since 1.0232s), standbys: b 2024-09-21T00:16:49.223 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:48 smithi092 bash[22943]: cluster 2024-09-21T00:16:47.805244+0000 mon.a (mon.0) 530 : cluster [DBG] Standby manager daemon b restarted 2024-09-21T00:16:49.223 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:48 smithi092 bash[22943]: cluster 2024-09-21T00:16:47.805394+0000 mon.a (mon.0) 531 : cluster [DBG] Standby manager daemon b started 2024-09-21T00:16:49.224 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:48 smithi092 bash[22943]: audit 2024-09-21T00:16:47.808653+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.? 172.21.15.99:0/3628180112' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-09-21T00:16:49.224 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:48 smithi092 bash[22943]: audit 2024-09-21T00:16:47.809193+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.? 172.21.15.99:0/3628180112' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-21T00:16:49.224 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:48 smithi092 bash[22943]: audit 2024-09-21T00:16:47.811150+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.? 172.21.15.99:0/3628180112' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-09-21T00:16:49.224 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:48 smithi092 bash[22943]: audit 2024-09-21T00:16:47.812480+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.? 172.21.15.99:0/3628180112' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-21T00:16:49.224 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:48 smithi092 bash[22943]: audit 2024-09-21T00:16:47.820412+0000 mon.a (mon.0) 536 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:16:49.224 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:48 smithi092 bash[22943]: audit 2024-09-21T00:16:47.834423+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:49.224 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:48 smithi092 bash[22943]: audit 2024-09-21T00:16:47.839391+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T00:16:49.224 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:48 smithi092 bash[22943]: audit 2024-09-21T00:16:47.847149+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-09-21T00:16:49.224 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:48 smithi092 bash[22943]: audit 2024-09-21T00:16:47.856029+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-09-21T00:16:49.224 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:48 smithi092 bash[22943]: cluster 2024-09-21T00:16:48.769361+0000 mon.a (mon.0) 541 : cluster [DBG] mgrmap e18: a(active, since 1.0232s), standbys: b 2024-09-21T00:16:50.069 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:49 smithi099 bash[24739]: cluster 2024-09-21T00:16:48.770654+0000 mgr.a (mgr.14370) 1 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:50.168 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:49 smithi136 bash[25149]: cluster 2024-09-21T00:16:48.770654+0000 mgr.a (mgr.14370) 1 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:50.223 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:49 smithi092 bash[22943]: cluster 2024-09-21T00:16:48.770654+0000 mgr.a (mgr.14370) 1 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:50.224 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:16:49 smithi092 bash[23205]: debug 2024-09-21T00:16:49.980+0000 7f93445c8640 -1 log_channel(cephadm) log [ERR] : [21/Sep/2024:00:16:49] ENGINE Error in HTTPServer.serve 2024-09-21T00:16:50.224 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:16:49 smithi092 bash[23205]: Traceback (most recent call last): 2024-09-21T00:16:50.224 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:16:49 smithi092 bash[23205]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T00:16:50.224 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:16:49 smithi092 bash[23205]: self._connections.run(self.expiration_interval) 2024-09-21T00:16:50.224 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:16:49 smithi092 bash[23205]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T00:16:50.224 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:16:49 smithi092 bash[23205]: self._run(expiration_interval) 2024-09-21T00:16:50.225 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:16:49 smithi092 bash[23205]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T00:16:50.225 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:16:49 smithi092 bash[23205]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T00:16:50.225 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:16:49 smithi092 bash[23205]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T00:16:50.225 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:16:49 smithi092 bash[23205]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T00:16:50.225 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:16:49 smithi092 bash[23205]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T00:16:50.225 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:16:49 smithi092 bash[23205]: s = self.context.wrap_socket( 2024-09-21T00:16:50.225 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:16:49 smithi092 bash[23205]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T00:16:50.225 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:16:49 smithi092 bash[23205]: return self.sslsocket_class._create( 2024-09-21T00:16:50.225 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:16:49 smithi092 bash[23205]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T00:16:50.225 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:16:49 smithi092 bash[23205]: self.do_handshake() 2024-09-21T00:16:50.225 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:16:49 smithi092 bash[23205]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T00:16:50.225 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:16:49 smithi092 bash[23205]: self._sslobj.do_handshake() 2024-09-21T00:16:50.225 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:16:49 smithi092 bash[23205]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T00:16:51.070 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:50 smithi099 bash[24739]: cephadm 2024-09-21T00:16:49.757415+0000 mgr.a (mgr.14370) 2 : cephadm [INF] [21/Sep/2024:00:16:49] ENGINE Bus STARTING 2024-09-21T00:16:51.070 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:50 smithi099 bash[24739]: cluster 2024-09-21T00:16:49.768549+0000 mgr.a (mgr.14370) 3 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:51.070 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:50 smithi099 bash[24739]: cephadm 2024-09-21T00:16:49.860248+0000 mgr.a (mgr.14370) 4 : cephadm [INF] [21/Sep/2024:00:16:49] ENGINE Serving on http://172.21.15.92:8765 2024-09-21T00:16:51.070 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:50 smithi099 bash[24739]: cephadm 2024-09-21T00:16:49.982375+0000 mgr.a (mgr.14370) 5 : cephadm [INF] [21/Sep/2024:00:16:49] ENGINE Serving on https://172.21.15.92:7150 2024-09-21T00:16:51.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:50 smithi099 bash[24739]: cephadm 2024-09-21T00:16:49.982591+0000 mgr.a (mgr.14370) 6 : cephadm [INF] [21/Sep/2024:00:16:49] ENGINE Bus STARTED 2024-09-21T00:16:51.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:50 smithi099 bash[24739]: cephadm 2024-09-21T00:16:49.984166+0000 mgr.a (mgr.14370) 7 : cephadm [ERR] [21/Sep/2024:00:16:49] ENGINE Error in HTTPServer.serve 2024-09-21T00:16:51.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:50 smithi099 bash[24739]: Traceback (most recent call last): 2024-09-21T00:16:51.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:50 smithi099 bash[24739]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T00:16:51.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:50 smithi099 bash[24739]: self._connections.run(self.expiration_interval) 2024-09-21T00:16:51.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:50 smithi099 bash[24739]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T00:16:51.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:50 smithi099 bash[24739]: self._run(expiration_interval) 2024-09-21T00:16:51.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:50 smithi099 bash[24739]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T00:16:51.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:50 smithi099 bash[24739]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T00:16:51.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:50 smithi099 bash[24739]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T00:16:51.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:50 smithi099 bash[24739]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T00:16:51.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:50 smithi099 bash[24739]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T00:16:51.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:50 smithi099 bash[24739]: s = self.context.wrap_socket( 2024-09-21T00:16:51.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:50 smithi099 bash[24739]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T00:16:51.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:50 smithi099 bash[24739]: return self.sslsocket_class._create( 2024-09-21T00:16:51.072 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:50 smithi099 bash[24739]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T00:16:51.072 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:50 smithi099 bash[24739]: self.do_handshake() 2024-09-21T00:16:51.072 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:50 smithi099 bash[24739]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T00:16:51.072 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:50 smithi099 bash[24739]: self._sslobj.do_handshake() 2024-09-21T00:16:51.072 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:50 smithi099 bash[24739]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T00:16:51.072 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:50 smithi099 bash[24739]: cluster 2024-09-21T00:16:50.778975+0000 mon.a (mon.0) 542 : cluster [DBG] mgrmap e19: a(active, since 3s), standbys: b 2024-09-21T00:16:51.168 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:50 smithi136 bash[25149]: cephadm 2024-09-21T00:16:49.757415+0000 mgr.a (mgr.14370) 2 : cephadm [INF] [21/Sep/2024:00:16:49] ENGINE Bus STARTING 2024-09-21T00:16:51.168 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:50 smithi136 bash[25149]: cluster 2024-09-21T00:16:49.768549+0000 mgr.a (mgr.14370) 3 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:51.169 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:50 smithi136 bash[25149]: cephadm 2024-09-21T00:16:49.860248+0000 mgr.a (mgr.14370) 4 : cephadm [INF] [21/Sep/2024:00:16:49] ENGINE Serving on http://172.21.15.92:8765 2024-09-21T00:16:51.169 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:50 smithi136 bash[25149]: cephadm 2024-09-21T00:16:49.982375+0000 mgr.a (mgr.14370) 5 : cephadm [INF] [21/Sep/2024:00:16:49] ENGINE Serving on https://172.21.15.92:7150 2024-09-21T00:16:51.169 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:50 smithi136 bash[25149]: cephadm 2024-09-21T00:16:49.982591+0000 mgr.a (mgr.14370) 6 : cephadm [INF] [21/Sep/2024:00:16:49] ENGINE Bus STARTED 2024-09-21T00:16:51.169 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:50 smithi136 bash[25149]: cephadm 2024-09-21T00:16:49.984166+0000 mgr.a (mgr.14370) 7 : cephadm [ERR] [21/Sep/2024:00:16:49] ENGINE Error in HTTPServer.serve 2024-09-21T00:16:51.169 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:50 smithi136 bash[25149]: Traceback (most recent call last): 2024-09-21T00:16:51.169 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:50 smithi136 bash[25149]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T00:16:51.169 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:50 smithi136 bash[25149]: self._connections.run(self.expiration_interval) 2024-09-21T00:16:51.169 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:50 smithi136 bash[25149]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T00:16:51.169 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:50 smithi136 bash[25149]: self._run(expiration_interval) 2024-09-21T00:16:51.169 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:50 smithi136 bash[25149]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T00:16:51.169 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:50 smithi136 bash[25149]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T00:16:51.169 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:50 smithi136 bash[25149]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T00:16:51.169 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:50 smithi136 bash[25149]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T00:16:51.170 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:50 smithi136 bash[25149]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T00:16:51.170 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:50 smithi136 bash[25149]: s = self.context.wrap_socket( 2024-09-21T00:16:51.170 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:50 smithi136 bash[25149]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T00:16:51.170 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:50 smithi136 bash[25149]: return self.sslsocket_class._create( 2024-09-21T00:16:51.170 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:50 smithi136 bash[25149]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T00:16:51.170 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:50 smithi136 bash[25149]: self.do_handshake() 2024-09-21T00:16:51.170 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:50 smithi136 bash[25149]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T00:16:51.170 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:50 smithi136 bash[25149]: self._sslobj.do_handshake() 2024-09-21T00:16:51.170 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:50 smithi136 bash[25149]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T00:16:51.170 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:50 smithi136 bash[25149]: cluster 2024-09-21T00:16:50.778975+0000 mon.a (mon.0) 542 : cluster [DBG] mgrmap e19: a(active, since 3s), standbys: b 2024-09-21T00:16:51.224 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:50 smithi092 bash[22943]: cephadm 2024-09-21T00:16:49.757415+0000 mgr.a (mgr.14370) 2 : cephadm [INF] [21/Sep/2024:00:16:49] ENGINE Bus STARTING 2024-09-21T00:16:51.224 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:50 smithi092 bash[22943]: cluster 2024-09-21T00:16:49.768549+0000 mgr.a (mgr.14370) 3 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:51.224 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:50 smithi092 bash[22943]: cephadm 2024-09-21T00:16:49.860248+0000 mgr.a (mgr.14370) 4 : cephadm [INF] [21/Sep/2024:00:16:49] ENGINE Serving on http://172.21.15.92:8765 2024-09-21T00:16:51.224 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:50 smithi092 bash[22943]: cephadm 2024-09-21T00:16:49.982375+0000 mgr.a (mgr.14370) 5 : cephadm [INF] [21/Sep/2024:00:16:49] ENGINE Serving on https://172.21.15.92:7150 2024-09-21T00:16:51.224 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:50 smithi092 bash[22943]: cephadm 2024-09-21T00:16:49.982591+0000 mgr.a (mgr.14370) 6 : cephadm [INF] [21/Sep/2024:00:16:49] ENGINE Bus STARTED 2024-09-21T00:16:51.224 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:50 smithi092 bash[22943]: cephadm 2024-09-21T00:16:49.984166+0000 mgr.a (mgr.14370) 7 : cephadm [ERR] [21/Sep/2024:00:16:49] ENGINE Error in HTTPServer.serve 2024-09-21T00:16:51.224 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:50 smithi092 bash[22943]: Traceback (most recent call last): 2024-09-21T00:16:51.224 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:50 smithi092 bash[22943]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T00:16:51.224 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:50 smithi092 bash[22943]: self._connections.run(self.expiration_interval) 2024-09-21T00:16:51.224 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:50 smithi092 bash[22943]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T00:16:51.225 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:50 smithi092 bash[22943]: self._run(expiration_interval) 2024-09-21T00:16:51.225 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:50 smithi092 bash[22943]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T00:16:51.225 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:50 smithi092 bash[22943]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T00:16:51.225 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:50 smithi092 bash[22943]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T00:16:51.225 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:50 smithi092 bash[22943]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T00:16:51.225 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:50 smithi092 bash[22943]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T00:16:51.225 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:50 smithi092 bash[22943]: s = self.context.wrap_socket( 2024-09-21T00:16:51.225 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:50 smithi092 bash[22943]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T00:16:51.225 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:50 smithi092 bash[22943]: return self.sslsocket_class._create( 2024-09-21T00:16:51.225 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:50 smithi092 bash[22943]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T00:16:51.225 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:50 smithi092 bash[22943]: self.do_handshake() 2024-09-21T00:16:51.225 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:50 smithi092 bash[22943]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T00:16:51.225 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:50 smithi092 bash[22943]: self._sslobj.do_handshake() 2024-09-21T00:16:51.225 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:50 smithi092 bash[22943]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T00:16:51.225 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:50 smithi092 bash[22943]: cluster 2024-09-21T00:16:50.778975+0000 mon.a (mon.0) 542 : cluster [DBG] mgrmap e19: a(active, since 3s), standbys: b 2024-09-21T00:16:53.069 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:52 smithi099 bash[24739]: cluster 2024-09-21T00:16:51.768960+0000 mgr.a (mgr.14370) 8 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:53.069 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:52 smithi099 bash[24739]: cluster 2024-09-21T00:16:51.828940+0000 mon.a (mon.0) 543 : cluster [DBG] mgrmap e20: a(active, since 4s), standbys: b 2024-09-21T00:16:53.168 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:52 smithi136 bash[25149]: cluster 2024-09-21T00:16:51.768960+0000 mgr.a (mgr.14370) 8 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:53.168 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:52 smithi136 bash[25149]: cluster 2024-09-21T00:16:51.828940+0000 mon.a (mon.0) 543 : cluster [DBG] mgrmap e20: a(active, since 4s), standbys: b 2024-09-21T00:16:53.223 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:52 smithi092 bash[22943]: cluster 2024-09-21T00:16:51.768960+0000 mgr.a (mgr.14370) 8 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:53.223 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:52 smithi092 bash[22943]: cluster 2024-09-21T00:16:51.828940+0000 mon.a (mon.0) 543 : cluster [DBG] mgrmap e20: a(active, since 4s), standbys: b 2024-09-21T00:16:55.168 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:54 smithi136 bash[25149]: cluster 2024-09-21T00:16:53.769265+0000 mgr.a (mgr.14370) 9 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:55.168 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:54 smithi136 bash[25149]: audit 2024-09-21T00:16:53.838428+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:55.168 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:54 smithi136 bash[25149]: audit 2024-09-21T00:16:53.845310+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:55.168 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:54 smithi136 bash[25149]: audit 2024-09-21T00:16:53.898856+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:55.168 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:54 smithi136 bash[25149]: audit 2024-09-21T00:16:53.904875+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:55.168 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:54 smithi136 bash[25149]: audit 2024-09-21T00:16:53.984746+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:55.168 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:54 smithi136 bash[25149]: audit 2024-09-21T00:16:53.990744+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:55.223 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:54 smithi092 bash[22943]: cluster 2024-09-21T00:16:53.769265+0000 mgr.a (mgr.14370) 9 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:55.223 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:54 smithi092 bash[22943]: audit 2024-09-21T00:16:53.838428+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:55.223 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:54 smithi092 bash[22943]: audit 2024-09-21T00:16:53.845310+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:55.223 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:54 smithi092 bash[22943]: audit 2024-09-21T00:16:53.898856+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:55.223 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:54 smithi092 bash[22943]: audit 2024-09-21T00:16:53.904875+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:55.223 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:54 smithi092 bash[22943]: audit 2024-09-21T00:16:53.984746+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:55.223 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:54 smithi092 bash[22943]: audit 2024-09-21T00:16:53.990744+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:55.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:54 smithi099 bash[24739]: cluster 2024-09-21T00:16:53.769265+0000 mgr.a (mgr.14370) 9 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:16:55.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:54 smithi099 bash[24739]: audit 2024-09-21T00:16:53.838428+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:55.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:54 smithi099 bash[24739]: audit 2024-09-21T00:16:53.845310+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:55.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:54 smithi099 bash[24739]: audit 2024-09-21T00:16:53.898856+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:55.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:54 smithi099 bash[24739]: audit 2024-09-21T00:16:53.904875+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:55.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:54 smithi099 bash[24739]: audit 2024-09-21T00:16:53.984746+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:55.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:54 smithi099 bash[24739]: audit 2024-09-21T00:16:53.990744+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:56.418 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:56 smithi136 bash[25149]: audit 2024-09-21T00:16:55.091320+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:56.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:56 smithi136 bash[25149]: audit 2024-09-21T00:16:55.094601+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:56.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:56 smithi136 bash[25149]: audit 2024-09-21T00:16:55.098876+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:56.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:56 smithi136 bash[25149]: audit 2024-09-21T00:16:55.101551+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:56.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:56 smithi136 bash[25149]: audit 2024-09-21T00:16:55.102751+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-21T00:16:56.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:56 smithi136 bash[25149]: audit 2024-09-21T00:16:55.104518+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:56.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:56 smithi136 bash[25149]: audit 2024-09-21T00:16:55.106584+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-21T00:16:56.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:56 smithi136 bash[25149]: audit 2024-09-21T00:16:55.108166+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:56.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:56 smithi136 bash[25149]: cephadm 2024-09-21T00:16:55.109954+0000 mgr.a (mgr.14370) 10 : cephadm [INF] Adjusting osd_memory_target on smithi136 to 19313M 2024-09-21T00:16:56.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:56 smithi136 bash[25149]: audit 2024-09-21T00:16:55.111086+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-21T00:16:56.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:56 smithi136 bash[25149]: cephadm 2024-09-21T00:16:55.111114+0000 mgr.a (mgr.14370) 11 : cephadm [INF] Adjusting osd_memory_target on smithi092 to 15217M 2024-09-21T00:16:56.419 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:56 smithi136 bash[25149]: cephadm 2024-09-21T00:16:55.112098+0000 mgr.a (mgr.14370) 12 : cephadm [INF] Adjusting osd_memory_target on smithi099 to 15217M 2024-09-21T00:16:56.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:56 smithi136 bash[25149]: audit 2024-09-21T00:16:55.113946+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:56.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:56 smithi136 bash[25149]: audit 2024-09-21T00:16:55.122059+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:56.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:56 smithi136 bash[25149]: audit 2024-09-21T00:16:55.131904+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:56.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:56 smithi136 bash[25149]: audit 2024-09-21T00:16:55.135589+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:16:56.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:56 smithi136 bash[25149]: audit 2024-09-21T00:16:55.136673+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:16:56.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:56 smithi136 bash[25149]: cephadm 2024-09-21T00:16:55.138470+0000 mgr.a (mgr.14370) 13 : cephadm [INF] Updating smithi092:/etc/ceph/ceph.conf 2024-09-21T00:16:56.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:56 smithi136 bash[25149]: cephadm 2024-09-21T00:16:55.139071+0000 mgr.a (mgr.14370) 14 : cephadm [INF] Updating smithi099:/etc/ceph/ceph.conf 2024-09-21T00:16:56.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:56 smithi136 bash[25149]: cephadm 2024-09-21T00:16:55.139377+0000 mgr.a (mgr.14370) 15 : cephadm [INF] Updating smithi136:/etc/ceph/ceph.conf 2024-09-21T00:16:56.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:56 smithi136 bash[25149]: cephadm 2024-09-21T00:16:55.343924+0000 mgr.a (mgr.14370) 16 : cephadm [INF] Updating smithi092:/var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T00:16:56.420 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:56 smithi136 bash[25149]: cephadm 2024-09-21T00:16:55.344320+0000 mgr.a (mgr.14370) 17 : cephadm [INF] Updating smithi099:/var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T00:16:56.421 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:56 smithi136 bash[25149]: cephadm 2024-09-21T00:16:55.344958+0000 mgr.a (mgr.14370) 18 : cephadm [INF] Updating smithi136:/var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T00:16:56.421 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:56 smithi136 bash[25149]: cephadm 2024-09-21T00:16:55.523490+0000 mgr.a (mgr.14370) 19 : cephadm [INF] Updating smithi092:/etc/ceph/ceph.client.admin.keyring 2024-09-21T00:16:56.421 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:56 smithi136 bash[25149]: cephadm 2024-09-21T00:16:55.535380+0000 mgr.a (mgr.14370) 20 : cephadm [INF] Updating smithi099:/etc/ceph/ceph.client.admin.keyring 2024-09-21T00:16:56.421 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:56 smithi136 bash[25149]: cephadm 2024-09-21T00:16:55.535760+0000 mgr.a (mgr.14370) 21 : cephadm [INF] Updating smithi136:/etc/ceph/ceph.client.admin.keyring 2024-09-21T00:16:56.421 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:56 smithi136 bash[25149]: cephadm 2024-09-21T00:16:55.681376+0000 mgr.a (mgr.14370) 22 : cephadm [INF] Updating smithi092:/var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T00:16:56.421 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:56 smithi136 bash[25149]: cephadm 2024-09-21T00:16:55.714716+0000 mgr.a (mgr.14370) 23 : cephadm [INF] Updating smithi136:/var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T00:16:56.421 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:56 smithi136 bash[25149]: cephadm 2024-09-21T00:16:55.715021+0000 mgr.a (mgr.14370) 24 : cephadm [INF] Updating smithi099:/var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T00:16:56.421 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:56 smithi136 bash[25149]: cluster 2024-09-21T00:16:55.769679+0000 mgr.a (mgr.14370) 25 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-09-21T00:16:56.421 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:56 smithi136 bash[25149]: audit 2024-09-21T00:16:55.840563+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:56.421 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:56 smithi136 bash[25149]: audit 2024-09-21T00:16:55.845272+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:56.422 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:56 smithi136 bash[25149]: audit 2024-09-21T00:16:55.886241+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:56.422 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:56 smithi136 bash[25149]: audit 2024-09-21T00:16:55.893581+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:56.422 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:56 smithi136 bash[25149]: audit 2024-09-21T00:16:55.897859+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:56.422 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:56 smithi136 bash[25149]: audit 2024-09-21T00:16:55.902292+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:56.422 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:56 smithi136 bash[25149]: audit 2024-09-21T00:16:55.906587+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:56.422 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:56 smithi136 bash[25149]: audit 2024-09-21T00:16:55.925129+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:56.422 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:56 smithi136 bash[25149]: cephadm 2024-09-21T00:16:55.972924+0000 mgr.a (mgr.14370) 26 : cephadm [INF] Reconfiguring grafana.smithi092 (dependencies changed)... 2024-09-21T00:16:56.473 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:56 smithi092 bash[22943]: audit 2024-09-21T00:16:55.091320+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:56.473 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:56 smithi092 bash[22943]: audit 2024-09-21T00:16:55.094601+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:56.474 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:56 smithi092 bash[22943]: audit 2024-09-21T00:16:55.098876+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:56.474 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:56 smithi092 bash[22943]: audit 2024-09-21T00:16:55.101551+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:56.474 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:56 smithi092 bash[22943]: audit 2024-09-21T00:16:55.102751+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-21T00:16:56.474 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:56 smithi092 bash[22943]: audit 2024-09-21T00:16:55.104518+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:56.474 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:56 smithi092 bash[22943]: audit 2024-09-21T00:16:55.106584+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-21T00:16:56.474 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:56 smithi092 bash[22943]: audit 2024-09-21T00:16:55.108166+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:56.474 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:56 smithi092 bash[22943]: cephadm 2024-09-21T00:16:55.109954+0000 mgr.a (mgr.14370) 10 : cephadm [INF] Adjusting osd_memory_target on smithi136 to 19313M 2024-09-21T00:16:56.474 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:56 smithi092 bash[22943]: audit 2024-09-21T00:16:55.111086+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-21T00:16:56.474 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:56 smithi092 bash[22943]: cephadm 2024-09-21T00:16:55.111114+0000 mgr.a (mgr.14370) 11 : cephadm [INF] Adjusting osd_memory_target on smithi092 to 15217M 2024-09-21T00:16:56.474 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:56 smithi092 bash[22943]: cephadm 2024-09-21T00:16:55.112098+0000 mgr.a (mgr.14370) 12 : cephadm [INF] Adjusting osd_memory_target on smithi099 to 15217M 2024-09-21T00:16:56.474 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:56 smithi092 bash[22943]: audit 2024-09-21T00:16:55.113946+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:56.475 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:56 smithi092 bash[22943]: audit 2024-09-21T00:16:55.122059+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:56.475 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:56 smithi092 bash[22943]: audit 2024-09-21T00:16:55.131904+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:56.475 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:56 smithi092 bash[22943]: audit 2024-09-21T00:16:55.135589+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:16:56.475 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:56 smithi092 bash[22943]: audit 2024-09-21T00:16:55.136673+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:16:56.475 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:56 smithi092 bash[22943]: cephadm 2024-09-21T00:16:55.138470+0000 mgr.a (mgr.14370) 13 : cephadm [INF] Updating smithi092:/etc/ceph/ceph.conf 2024-09-21T00:16:56.475 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:56 smithi092 bash[22943]: cephadm 2024-09-21T00:16:55.139071+0000 mgr.a (mgr.14370) 14 : cephadm [INF] Updating smithi099:/etc/ceph/ceph.conf 2024-09-21T00:16:56.475 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:56 smithi092 bash[22943]: cephadm 2024-09-21T00:16:55.139377+0000 mgr.a (mgr.14370) 15 : cephadm [INF] Updating smithi136:/etc/ceph/ceph.conf 2024-09-21T00:16:56.475 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:56 smithi092 bash[22943]: cephadm 2024-09-21T00:16:55.343924+0000 mgr.a (mgr.14370) 16 : cephadm [INF] Updating smithi092:/var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T00:16:56.475 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:56 smithi092 bash[22943]: cephadm 2024-09-21T00:16:55.344320+0000 mgr.a (mgr.14370) 17 : cephadm [INF] Updating smithi099:/var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T00:16:56.475 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:56 smithi092 bash[22943]: cephadm 2024-09-21T00:16:55.344958+0000 mgr.a (mgr.14370) 18 : cephadm [INF] Updating smithi136:/var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T00:16:56.475 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:56 smithi092 bash[22943]: cephadm 2024-09-21T00:16:55.523490+0000 mgr.a (mgr.14370) 19 : cephadm [INF] Updating smithi092:/etc/ceph/ceph.client.admin.keyring 2024-09-21T00:16:56.475 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:56 smithi092 bash[22943]: cephadm 2024-09-21T00:16:55.535380+0000 mgr.a (mgr.14370) 20 : cephadm [INF] Updating smithi099:/etc/ceph/ceph.client.admin.keyring 2024-09-21T00:16:56.475 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:56 smithi092 bash[22943]: cephadm 2024-09-21T00:16:55.535760+0000 mgr.a (mgr.14370) 21 : cephadm [INF] Updating smithi136:/etc/ceph/ceph.client.admin.keyring 2024-09-21T00:16:56.475 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:56 smithi092 bash[22943]: cephadm 2024-09-21T00:16:55.681376+0000 mgr.a (mgr.14370) 22 : cephadm [INF] Updating smithi092:/var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T00:16:56.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:56 smithi092 bash[22943]: cephadm 2024-09-21T00:16:55.714716+0000 mgr.a (mgr.14370) 23 : cephadm [INF] Updating smithi136:/var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T00:16:56.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:56 smithi092 bash[22943]: cephadm 2024-09-21T00:16:55.715021+0000 mgr.a (mgr.14370) 24 : cephadm [INF] Updating smithi099:/var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T00:16:56.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:56 smithi092 bash[22943]: cluster 2024-09-21T00:16:55.769679+0000 mgr.a (mgr.14370) 25 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-09-21T00:16:56.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:56 smithi092 bash[22943]: audit 2024-09-21T00:16:55.840563+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:56.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:56 smithi092 bash[22943]: audit 2024-09-21T00:16:55.845272+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:56.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:56 smithi092 bash[22943]: audit 2024-09-21T00:16:55.886241+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:56.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:56 smithi092 bash[22943]: audit 2024-09-21T00:16:55.893581+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:56.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:56 smithi092 bash[22943]: audit 2024-09-21T00:16:55.897859+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:56.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:56 smithi092 bash[22943]: audit 2024-09-21T00:16:55.902292+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:56.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:56 smithi092 bash[22943]: audit 2024-09-21T00:16:55.906587+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:56.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:56 smithi092 bash[22943]: audit 2024-09-21T00:16:55.925129+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:56.476 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:56 smithi092 bash[22943]: cephadm 2024-09-21T00:16:55.972924+0000 mgr.a (mgr.14370) 26 : cephadm [INF] Reconfiguring grafana.smithi092 (dependencies changed)... 2024-09-21T00:16:56.570 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:56 smithi099 bash[24739]: audit 2024-09-21T00:16:55.091320+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:56.570 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:56 smithi099 bash[24739]: audit 2024-09-21T00:16:55.094601+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:56.570 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:56 smithi099 bash[24739]: audit 2024-09-21T00:16:55.098876+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:56.570 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:56 smithi099 bash[24739]: audit 2024-09-21T00:16:55.101551+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:56.570 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:56 smithi099 bash[24739]: audit 2024-09-21T00:16:55.102751+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-21T00:16:56.570 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:56 smithi099 bash[24739]: audit 2024-09-21T00:16:55.104518+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:56.571 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:56 smithi099 bash[24739]: audit 2024-09-21T00:16:55.106584+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-21T00:16:56.571 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:56 smithi099 bash[24739]: audit 2024-09-21T00:16:55.108166+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:56.571 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:56 smithi099 bash[24739]: cephadm 2024-09-21T00:16:55.109954+0000 mgr.a (mgr.14370) 10 : cephadm [INF] Adjusting osd_memory_target on smithi136 to 19313M 2024-09-21T00:16:56.571 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:56 smithi099 bash[24739]: audit 2024-09-21T00:16:55.111086+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-21T00:16:56.571 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:56 smithi099 bash[24739]: cephadm 2024-09-21T00:16:55.111114+0000 mgr.a (mgr.14370) 11 : cephadm [INF] Adjusting osd_memory_target on smithi092 to 15217M 2024-09-21T00:16:56.571 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:56 smithi099 bash[24739]: cephadm 2024-09-21T00:16:55.112098+0000 mgr.a (mgr.14370) 12 : cephadm [INF] Adjusting osd_memory_target on smithi099 to 15217M 2024-09-21T00:16:56.571 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:56 smithi099 bash[24739]: audit 2024-09-21T00:16:55.113946+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:56.571 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:56 smithi099 bash[24739]: audit 2024-09-21T00:16:55.122059+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:56.571 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:56 smithi099 bash[24739]: audit 2024-09-21T00:16:55.131904+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:56.571 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:56 smithi099 bash[24739]: audit 2024-09-21T00:16:55.135589+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:16:56.571 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:56 smithi099 bash[24739]: audit 2024-09-21T00:16:55.136673+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:16:56.571 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:56 smithi099 bash[24739]: cephadm 2024-09-21T00:16:55.138470+0000 mgr.a (mgr.14370) 13 : cephadm [INF] Updating smithi092:/etc/ceph/ceph.conf 2024-09-21T00:16:56.571 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:56 smithi099 bash[24739]: cephadm 2024-09-21T00:16:55.139071+0000 mgr.a (mgr.14370) 14 : cephadm [INF] Updating smithi099:/etc/ceph/ceph.conf 2024-09-21T00:16:56.571 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:56 smithi099 bash[24739]: cephadm 2024-09-21T00:16:55.139377+0000 mgr.a (mgr.14370) 15 : cephadm [INF] Updating smithi136:/etc/ceph/ceph.conf 2024-09-21T00:16:56.572 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:56 smithi099 bash[24739]: cephadm 2024-09-21T00:16:55.343924+0000 mgr.a (mgr.14370) 16 : cephadm [INF] Updating smithi092:/var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T00:16:56.572 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:56 smithi099 bash[24739]: cephadm 2024-09-21T00:16:55.344320+0000 mgr.a (mgr.14370) 17 : cephadm [INF] Updating smithi099:/var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T00:16:56.573 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:56 smithi099 bash[24739]: cephadm 2024-09-21T00:16:55.344958+0000 mgr.a (mgr.14370) 18 : cephadm [INF] Updating smithi136:/var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T00:16:56.573 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:56 smithi099 bash[24739]: cephadm 2024-09-21T00:16:55.523490+0000 mgr.a (mgr.14370) 19 : cephadm [INF] Updating smithi092:/etc/ceph/ceph.client.admin.keyring 2024-09-21T00:16:56.574 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:56 smithi099 bash[24739]: cephadm 2024-09-21T00:16:55.535380+0000 mgr.a (mgr.14370) 20 : cephadm [INF] Updating smithi099:/etc/ceph/ceph.client.admin.keyring 2024-09-21T00:16:56.574 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:56 smithi099 bash[24739]: cephadm 2024-09-21T00:16:55.535760+0000 mgr.a (mgr.14370) 21 : cephadm [INF] Updating smithi136:/etc/ceph/ceph.client.admin.keyring 2024-09-21T00:16:56.574 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:56 smithi099 bash[24739]: cephadm 2024-09-21T00:16:55.681376+0000 mgr.a (mgr.14370) 22 : cephadm [INF] Updating smithi092:/var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T00:16:56.574 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:56 smithi099 bash[24739]: cephadm 2024-09-21T00:16:55.714716+0000 mgr.a (mgr.14370) 23 : cephadm [INF] Updating smithi136:/var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T00:16:56.574 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:56 smithi099 bash[24739]: cephadm 2024-09-21T00:16:55.715021+0000 mgr.a (mgr.14370) 24 : cephadm [INF] Updating smithi099:/var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T00:16:56.574 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:56 smithi099 bash[24739]: cluster 2024-09-21T00:16:55.769679+0000 mgr.a (mgr.14370) 25 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-09-21T00:16:56.574 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:56 smithi099 bash[24739]: audit 2024-09-21T00:16:55.840563+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:56.574 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:56 smithi099 bash[24739]: audit 2024-09-21T00:16:55.845272+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:56.574 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:56 smithi099 bash[24739]: audit 2024-09-21T00:16:55.886241+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:56.574 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:56 smithi099 bash[24739]: audit 2024-09-21T00:16:55.893581+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:56.574 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:56 smithi099 bash[24739]: audit 2024-09-21T00:16:55.897859+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:56.574 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:56 smithi099 bash[24739]: audit 2024-09-21T00:16:55.902292+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:56.574 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:56 smithi099 bash[24739]: audit 2024-09-21T00:16:55.906587+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:56.574 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:56 smithi099 bash[24739]: audit 2024-09-21T00:16:55.925129+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:16:56.575 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:56 smithi099 bash[24739]: cephadm 2024-09-21T00:16:55.972924+0000 mgr.a (mgr.14370) 26 : cephadm [INF] Reconfiguring grafana.smithi092 (dependencies changed)... 2024-09-21T00:16:57.418 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:57 smithi136 bash[25149]: cephadm 2024-09-21T00:16:56.054337+0000 mgr.a (mgr.14370) 27 : cephadm [INF] Reconfiguring daemon grafana.smithi092 on smithi092 2024-09-21T00:16:57.473 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:57 smithi092 bash[22943]: cephadm 2024-09-21T00:16:56.054337+0000 mgr.a (mgr.14370) 27 : cephadm [INF] Reconfiguring daemon grafana.smithi092 on smithi092 2024-09-21T00:16:57.569 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:57 smithi099 bash[24739]: cephadm 2024-09-21T00:16:56.054337+0000 mgr.a (mgr.14370) 27 : cephadm [INF] Reconfiguring daemon grafana.smithi092 on smithi092 2024-09-21T00:16:58.417 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:16:58 smithi136 bash[25149]: cluster 2024-09-21T00:16:57.770234+0000 mgr.a (mgr.14370) 28 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-21T00:16:58.473 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:16:58 smithi092 bash[22943]: cluster 2024-09-21T00:16:57.770234+0000 mgr.a (mgr.14370) 28 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-21T00:16:58.569 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:16:58 smithi099 bash[24739]: cluster 2024-09-21T00:16:57.770234+0000 mgr.a (mgr.14370) 28 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-21T00:17:01.099 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:17:00 smithi092 bash[22943]: cluster 2024-09-21T00:16:59.770662+0000 mgr.a (mgr.14370) 29 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-21T00:17:01.168 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:17:00 smithi136 bash[25149]: cluster 2024-09-21T00:16:59.770662+0000 mgr.a (mgr.14370) 29 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-21T00:17:01.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:17:00 smithi099 bash[24739]: cluster 2024-09-21T00:16:59.770662+0000 mgr.a (mgr.14370) 29 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-21T00:17:02.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:17:02 smithi099 bash[24739]: audit 2024-09-21T00:17:01.038139+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:17:02.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:17:02 smithi099 bash[24739]: audit 2024-09-21T00:17:01.042335+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:17:02.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:17:02 smithi099 bash[24739]: cephadm 2024-09-21T00:17:01.043854+0000 mgr.a (mgr.14370) 30 : cephadm [INF] Reconfiguring alertmanager.smithi136 (dependencies changed)... 2024-09-21T00:17:02.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:17:02 smithi099 bash[24739]: cephadm 2024-09-21T00:17:01.051830+0000 mgr.a (mgr.14370) 31 : cephadm [INF] Reconfiguring daemon alertmanager.smithi136 on smithi136 2024-09-21T00:17:02.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:17:02 smithi099 bash[24739]: cluster 2024-09-21T00:17:01.771311+0000 mgr.a (mgr.14370) 32 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-21T00:17:02.321 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:17:02 smithi092 bash[22943]: audit 2024-09-21T00:17:01.038139+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:17:02.321 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:17:02 smithi092 bash[22943]: audit 2024-09-21T00:17:01.042335+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:17:02.321 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:17:02 smithi092 bash[22943]: cephadm 2024-09-21T00:17:01.043854+0000 mgr.a (mgr.14370) 30 : cephadm [INF] Reconfiguring alertmanager.smithi136 (dependencies changed)... 2024-09-21T00:17:02.321 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:17:02 smithi092 bash[22943]: cephadm 2024-09-21T00:17:01.051830+0000 mgr.a (mgr.14370) 31 : cephadm [INF] Reconfiguring daemon alertmanager.smithi136 on smithi136 2024-09-21T00:17:02.321 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:17:02 smithi092 bash[22943]: cluster 2024-09-21T00:17:01.771311+0000 mgr.a (mgr.14370) 32 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-21T00:17:02.418 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:17:02 smithi136 bash[25149]: audit 2024-09-21T00:17:01.038139+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:17:02.418 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:17:02 smithi136 bash[25149]: audit 2024-09-21T00:17:01.042335+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:17:02.418 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:17:02 smithi136 bash[25149]: cephadm 2024-09-21T00:17:01.043854+0000 mgr.a (mgr.14370) 30 : cephadm [INF] Reconfiguring alertmanager.smithi136 (dependencies changed)... 2024-09-21T00:17:02.418 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:17:02 smithi136 bash[25149]: cephadm 2024-09-21T00:17:01.051830+0000 mgr.a (mgr.14370) 31 : cephadm [INF] Reconfiguring daemon alertmanager.smithi136 on smithi136 2024-09-21T00:17:02.418 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:17:02 smithi136 bash[25149]: cluster 2024-09-21T00:17:01.771311+0000 mgr.a (mgr.14370) 32 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-21T00:17:03.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:17:03 smithi099 bash[24739]: audit 2024-09-21T00:17:02.840475+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T00:17:03.418 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:17:03 smithi136 bash[25149]: audit 2024-09-21T00:17:02.840475+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T00:17:03.473 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:17:03 smithi092 bash[22943]: audit 2024-09-21T00:17:02.840475+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T00:17:04.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:17:04 smithi099 bash[24739]: cluster 2024-09-21T00:17:03.771991+0000 mgr.a (mgr.14370) 33 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-21T00:17:04.322 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:17:04 smithi136 bash[25149]: cluster 2024-09-21T00:17:03.771991+0000 mgr.a (mgr.14370) 33 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-21T00:17:04.473 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:17:04 smithi092 bash[22943]: cluster 2024-09-21T00:17:03.771991+0000 mgr.a (mgr.14370) 33 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-21T00:17:06.223 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:17:05 smithi092 bash[23205]: [21/Sep/2024:00:17:05] ENGINE Bus STOPPING 2024-09-21T00:17:06.223 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:17:05 smithi092 bash[23205]: [21/Sep/2024:00:17:05] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-21T00:17:06.223 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:17:05 smithi092 bash[23205]: [21/Sep/2024:00:17:05] ENGINE Bus STOPPED 2024-09-21T00:17:06.223 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:17:05 smithi092 bash[23205]: [21/Sep/2024:00:17:05] ENGINE Bus STARTING 2024-09-21T00:17:06.223 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:17:06 smithi092 bash[23205]: [21/Sep/2024:00:17:06] ENGINE Serving on http://:::9283 2024-09-21T00:17:06.223 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:17:06 smithi092 bash[23205]: [21/Sep/2024:00:17:06] ENGINE Bus STARTED 2024-09-21T00:17:06.223 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:17:06 smithi092 bash[23205]: [21/Sep/2024:00:17:06] ENGINE Bus STOPPING 2024-09-21T00:17:06.973 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:17:06 smithi092 bash[23205]: [21/Sep/2024:00:17:06] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-21T00:17:06.973 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:17:06 smithi092 bash[23205]: [21/Sep/2024:00:17:06] ENGINE Bus STOPPED 2024-09-21T00:17:06.973 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:17:06 smithi092 bash[23205]: [21/Sep/2024:00:17:06] ENGINE Bus STARTING 2024-09-21T00:17:06.973 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:17:06 smithi092 bash[23205]: [21/Sep/2024:00:17:06] ENGINE Serving on http://:::9283 2024-09-21T00:17:06.973 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:17:06 smithi092 bash[23205]: [21/Sep/2024:00:17:06] ENGINE Bus STARTED 2024-09-21T00:17:06.973 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:17:06 smithi092 bash[22943]: cluster 2024-09-21T00:17:05.772683+0000 mgr.a (mgr.14370) 34 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-21T00:17:06.973 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:17:06 smithi092 bash[22943]: audit 2024-09-21T00:17:05.820771+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:17:06.974 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:17:06 smithi092 bash[22943]: audit 2024-09-21T00:17:05.829167+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:17:06.974 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:17:06 smithi092 bash[22943]: audit 2024-09-21T00:17:05.836953+0000 mon.a (mon.0) 577 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-21T00:17:06.974 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:17:06 smithi092 bash[22943]: audit 2024-09-21T00:17:05.838006+0000 mgr.a (mgr.14370) 35 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-21T00:17:06.974 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:17:06 smithi092 bash[22943]: audit 2024-09-21T00:17:05.840297+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi092.front.sepia.ceph.com:3000"}]: dispatch 2024-09-21T00:17:06.974 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:17:06 smithi092 bash[22943]: audit 2024-09-21T00:17:05.841250+0000 mgr.a (mgr.14370) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi092.front.sepia.ceph.com:3000"}]: dispatch 2024-09-21T00:17:06.974 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:17:06 smithi092 bash[22943]: audit 2024-09-21T00:17:05.848002+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:17:06.974 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:17:06 smithi092 bash[22943]: audit 2024-09-21T00:17:05.870501+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-21T00:17:06.974 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:17:06 smithi092 bash[22943]: audit 2024-09-21T00:17:05.871181+0000 mgr.a (mgr.14370) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-21T00:17:06.974 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:17:06 smithi092 bash[22943]: audit 2024-09-21T00:17:05.874338+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi136.front.sepia.ceph.com:9093"}]: dispatch 2024-09-21T00:17:06.974 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:17:06 smithi092 bash[22943]: audit 2024-09-21T00:17:05.875187+0000 mgr.a (mgr.14370) 38 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi136.front.sepia.ceph.com:9093"}]: dispatch 2024-09-21T00:17:06.974 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:17:06 smithi092 bash[22943]: audit 2024-09-21T00:17:05.881872+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:17:06.974 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:17:06 smithi092 bash[22943]: audit 2024-09-21T00:17:05.967502+0000 mon.a (mon.0) 583 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:17:07.070 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:17:06 smithi099 bash[24739]: cluster 2024-09-21T00:17:05.772683+0000 mgr.a (mgr.14370) 34 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-21T00:17:07.070 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:17:06 smithi099 bash[24739]: audit 2024-09-21T00:17:05.820771+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:17:07.070 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:17:06 smithi099 bash[24739]: audit 2024-09-21T00:17:05.829167+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:17:07.070 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:17:06 smithi099 bash[24739]: audit 2024-09-21T00:17:05.836953+0000 mon.a (mon.0) 577 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-21T00:17:07.070 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:17:06 smithi099 bash[24739]: audit 2024-09-21T00:17:05.838006+0000 mgr.a (mgr.14370) 35 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-21T00:17:07.070 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:17:06 smithi099 bash[24739]: audit 2024-09-21T00:17:05.840297+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi092.front.sepia.ceph.com:3000"}]: dispatch 2024-09-21T00:17:07.070 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:17:06 smithi099 bash[24739]: audit 2024-09-21T00:17:05.841250+0000 mgr.a (mgr.14370) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi092.front.sepia.ceph.com:3000"}]: dispatch 2024-09-21T00:17:07.070 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:17:06 smithi099 bash[24739]: audit 2024-09-21T00:17:05.848002+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:17:07.070 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:17:06 smithi099 bash[24739]: audit 2024-09-21T00:17:05.870501+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-21T00:17:07.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:17:06 smithi099 bash[24739]: audit 2024-09-21T00:17:05.871181+0000 mgr.a (mgr.14370) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-21T00:17:07.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:17:06 smithi099 bash[24739]: audit 2024-09-21T00:17:05.874338+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi136.front.sepia.ceph.com:9093"}]: dispatch 2024-09-21T00:17:07.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:17:06 smithi099 bash[24739]: audit 2024-09-21T00:17:05.875187+0000 mgr.a (mgr.14370) 38 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi136.front.sepia.ceph.com:9093"}]: dispatch 2024-09-21T00:17:07.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:17:06 smithi099 bash[24739]: audit 2024-09-21T00:17:05.881872+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:17:07.071 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:17:06 smithi099 bash[24739]: audit 2024-09-21T00:17:05.967502+0000 mon.a (mon.0) 583 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:17:07.168 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:17:06 smithi136 bash[25149]: cluster 2024-09-21T00:17:05.772683+0000 mgr.a (mgr.14370) 34 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-21T00:17:07.168 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:17:06 smithi136 bash[25149]: audit 2024-09-21T00:17:05.820771+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:17:07.168 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:17:06 smithi136 bash[25149]: audit 2024-09-21T00:17:05.829167+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:17:07.168 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:17:06 smithi136 bash[25149]: audit 2024-09-21T00:17:05.836953+0000 mon.a (mon.0) 577 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-21T00:17:07.168 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:17:06 smithi136 bash[25149]: audit 2024-09-21T00:17:05.838006+0000 mgr.a (mgr.14370) 35 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-21T00:17:07.168 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:17:06 smithi136 bash[25149]: audit 2024-09-21T00:17:05.840297+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi092.front.sepia.ceph.com:3000"}]: dispatch 2024-09-21T00:17:07.168 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:17:06 smithi136 bash[25149]: audit 2024-09-21T00:17:05.841250+0000 mgr.a (mgr.14370) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi092.front.sepia.ceph.com:3000"}]: dispatch 2024-09-21T00:17:07.168 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:17:06 smithi136 bash[25149]: audit 2024-09-21T00:17:05.848002+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:17:07.168 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:17:06 smithi136 bash[25149]: audit 2024-09-21T00:17:05.870501+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-21T00:17:07.169 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:17:06 smithi136 bash[25149]: audit 2024-09-21T00:17:05.871181+0000 mgr.a (mgr.14370) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-21T00:17:07.169 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:17:06 smithi136 bash[25149]: audit 2024-09-21T00:17:05.874338+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi136.front.sepia.ceph.com:9093"}]: dispatch 2024-09-21T00:17:07.169 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:17:06 smithi136 bash[25149]: audit 2024-09-21T00:17:05.875187+0000 mgr.a (mgr.14370) 38 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi136.front.sepia.ceph.com:9093"}]: dispatch 2024-09-21T00:17:07.169 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:17:06 smithi136 bash[25149]: audit 2024-09-21T00:17:05.881872+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:17:07.169 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:17:06 smithi136 bash[25149]: audit 2024-09-21T00:17:05.967502+0000 mon.a (mon.0) 583 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:17:09.168 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:17:08 smithi136 bash[25149]: cluster 2024-09-21T00:17:07.773252+0000 mgr.a (mgr.14370) 39 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:09.223 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:17:08 smithi092 bash[22943]: cluster 2024-09-21T00:17:07.773252+0000 mgr.a (mgr.14370) 39 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:09.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:17:08 smithi099 bash[24739]: cluster 2024-09-21T00:17:07.773252+0000 mgr.a (mgr.14370) 39 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:11.167 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:17:10 smithi136 bash[25149]: cluster 2024-09-21T00:17:09.773880+0000 mgr.a (mgr.14370) 40 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:11.222 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:17:10 smithi092 bash[22943]: cluster 2024-09-21T00:17:09.773880+0000 mgr.a (mgr.14370) 40 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:11.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:17:10 smithi099 bash[24739]: cluster 2024-09-21T00:17:09.773880+0000 mgr.a (mgr.14370) 40 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:12.723 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:17:12 smithi092 bash[22943]: audit 2024-09-21T00:17:11.474951+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:17:12.723 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:17:12 smithi092 bash[22943]: audit 2024-09-21T00:17:11.479377+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:17:12.723 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:17:12 smithi092 bash[22943]: audit 2024-09-21T00:17:11.635897+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:17:12.723 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:17:12 smithi092 bash[22943]: audit 2024-09-21T00:17:11.641635+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:17:12.723 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:17:12 smithi092 bash[22943]: audit 2024-09-21T00:17:11.642729+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:17:12.723 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:17:12 smithi092 bash[22943]: audit 2024-09-21T00:17:11.643662+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:17:12.723 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:17:12 smithi092 bash[22943]: audit 2024-09-21T00:17:11.649292+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:17:12.723 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:17:12 smithi092 bash[22943]: cluster 2024-09-21T00:17:11.774381+0000 mgr.a (mgr.14370) 41 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:12.819 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:17:12 smithi099 bash[24739]: audit 2024-09-21T00:17:11.474951+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:17:12.820 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:17:12 smithi099 bash[24739]: audit 2024-09-21T00:17:11.479377+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:17:12.820 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:17:12 smithi099 bash[24739]: audit 2024-09-21T00:17:11.635897+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:17:12.820 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:17:12 smithi099 bash[24739]: audit 2024-09-21T00:17:11.641635+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:17:12.820 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:17:12 smithi099 bash[24739]: audit 2024-09-21T00:17:11.642729+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:17:12.820 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:17:12 smithi099 bash[24739]: audit 2024-09-21T00:17:11.643662+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:17:12.820 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:17:12 smithi099 bash[24739]: audit 2024-09-21T00:17:11.649292+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:17:12.820 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:17:12 smithi099 bash[24739]: cluster 2024-09-21T00:17:11.774381+0000 mgr.a (mgr.14370) 41 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:12.918 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:17:12 smithi136 bash[25149]: audit 2024-09-21T00:17:11.474951+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:17:12.918 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:17:12 smithi136 bash[25149]: audit 2024-09-21T00:17:11.479377+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:17:12.918 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:17:12 smithi136 bash[25149]: audit 2024-09-21T00:17:11.635897+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:17:12.918 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:17:12 smithi136 bash[25149]: audit 2024-09-21T00:17:11.641635+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:17:12.918 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:17:12 smithi136 bash[25149]: audit 2024-09-21T00:17:11.642729+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:17:12.918 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:17:12 smithi136 bash[25149]: audit 2024-09-21T00:17:11.643662+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:17:12.918 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:17:12 smithi136 bash[25149]: audit 2024-09-21T00:17:11.649292+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:17:12.919 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:17:12 smithi136 bash[25149]: cluster 2024-09-21T00:17:11.774381+0000 mgr.a (mgr.14370) 41 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:15.167 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:17:14 smithi136 bash[25149]: cluster 2024-09-21T00:17:13.775025+0000 mgr.a (mgr.14370) 42 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:15.222 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:17:14 smithi092 bash[22943]: cluster 2024-09-21T00:17:13.775025+0000 mgr.a (mgr.14370) 42 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:15.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:17:14 smithi099 bash[24739]: cluster 2024-09-21T00:17:13.775025+0000 mgr.a (mgr.14370) 42 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:17.167 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:17:16 smithi136 bash[25149]: cluster 2024-09-21T00:17:15.775711+0000 mgr.a (mgr.14370) 43 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:17.222 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:17:16 smithi092 bash[22943]: cluster 2024-09-21T00:17:15.775711+0000 mgr.a (mgr.14370) 43 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:17.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:17:16 smithi099 bash[24739]: cluster 2024-09-21T00:17:15.775711+0000 mgr.a (mgr.14370) 43 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:19.167 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:17:18 smithi136 bash[25149]: cluster 2024-09-21T00:17:17.776258+0000 mgr.a (mgr.14370) 44 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:19.168 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:17:18 smithi136 bash[25149]: audit 2024-09-21T00:17:17.840800+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T00:17:19.222 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:17:18 smithi092 bash[22943]: cluster 2024-09-21T00:17:17.776258+0000 mgr.a (mgr.14370) 44 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:19.223 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:17:18 smithi092 bash[22943]: audit 2024-09-21T00:17:17.840800+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T00:17:19.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:17:18 smithi099 bash[24739]: cluster 2024-09-21T00:17:17.776258+0000 mgr.a (mgr.14370) 44 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:19.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:17:18 smithi099 bash[24739]: audit 2024-09-21T00:17:17.840800+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T00:17:21.167 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:17:20 smithi136 bash[25149]: cluster 2024-09-21T00:17:19.776815+0000 mgr.a (mgr.14370) 45 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:21.222 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:17:20 smithi092 bash[22943]: cluster 2024-09-21T00:17:19.776815+0000 mgr.a (mgr.14370) 45 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:21.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:17:20 smithi099 bash[24739]: cluster 2024-09-21T00:17:19.776815+0000 mgr.a (mgr.14370) 45 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:23.167 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:17:22 smithi136 bash[25149]: cluster 2024-09-21T00:17:21.777349+0000 mgr.a (mgr.14370) 46 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:23.222 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:17:22 smithi092 bash[22943]: cluster 2024-09-21T00:17:21.777349+0000 mgr.a (mgr.14370) 46 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:23.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:17:22 smithi099 bash[24739]: cluster 2024-09-21T00:17:21.777349+0000 mgr.a (mgr.14370) 46 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:25.167 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:17:24 smithi136 bash[25149]: cluster 2024-09-21T00:17:23.777932+0000 mgr.a (mgr.14370) 47 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:25.222 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:17:24 smithi092 bash[22943]: cluster 2024-09-21T00:17:23.777932+0000 mgr.a (mgr.14370) 47 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:25.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:17:24 smithi099 bash[24739]: cluster 2024-09-21T00:17:23.777932+0000 mgr.a (mgr.14370) 47 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:27.167 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:17:26 smithi136 bash[25149]: cluster 2024-09-21T00:17:25.778450+0000 mgr.a (mgr.14370) 48 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:27.222 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:17:26 smithi092 bash[22943]: cluster 2024-09-21T00:17:25.778450+0000 mgr.a (mgr.14370) 48 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:27.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:17:26 smithi099 bash[24739]: cluster 2024-09-21T00:17:25.778450+0000 mgr.a (mgr.14370) 48 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:29.167 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:17:28 smithi136 bash[25149]: cluster 2024-09-21T00:17:27.778970+0000 mgr.a (mgr.14370) 49 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:29.222 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:17:28 smithi092 bash[22943]: cluster 2024-09-21T00:17:27.778970+0000 mgr.a (mgr.14370) 49 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:29.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:17:28 smithi099 bash[24739]: cluster 2024-09-21T00:17:27.778970+0000 mgr.a (mgr.14370) 49 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:31.167 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:17:30 smithi136 bash[25149]: cluster 2024-09-21T00:17:29.779551+0000 mgr.a (mgr.14370) 50 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:31.222 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:17:30 smithi092 bash[22943]: cluster 2024-09-21T00:17:29.779551+0000 mgr.a (mgr.14370) 50 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:31.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:17:30 smithi099 bash[24739]: cluster 2024-09-21T00:17:29.779551+0000 mgr.a (mgr.14370) 50 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:33.167 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:17:32 smithi136 bash[25149]: cluster 2024-09-21T00:17:31.780127+0000 mgr.a (mgr.14370) 51 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:33.167 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:17:32 smithi136 bash[25149]: audit 2024-09-21T00:17:32.841415+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T00:17:33.222 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:17:32 smithi092 bash[22943]: cluster 2024-09-21T00:17:31.780127+0000 mgr.a (mgr.14370) 51 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:33.222 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:17:32 smithi092 bash[22943]: audit 2024-09-21T00:17:32.841415+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T00:17:33.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:17:32 smithi099 bash[24739]: cluster 2024-09-21T00:17:31.780127+0000 mgr.a (mgr.14370) 51 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:33.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:17:32 smithi099 bash[24739]: audit 2024-09-21T00:17:32.841415+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T00:17:35.167 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:17:34 smithi136 bash[25149]: cluster 2024-09-21T00:17:33.780739+0000 mgr.a (mgr.14370) 52 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:35.222 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:17:34 smithi092 bash[22943]: cluster 2024-09-21T00:17:33.780739+0000 mgr.a (mgr.14370) 52 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:35.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:17:34 smithi099 bash[24739]: cluster 2024-09-21T00:17:33.780739+0000 mgr.a (mgr.14370) 52 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:37.167 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:17:36 smithi136 bash[25149]: cluster 2024-09-21T00:17:35.781382+0000 mgr.a (mgr.14370) 53 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:37.222 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:17:36 smithi092 bash[22943]: cluster 2024-09-21T00:17:35.781382+0000 mgr.a (mgr.14370) 53 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:37.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:17:36 smithi099 bash[24739]: cluster 2024-09-21T00:17:35.781382+0000 mgr.a (mgr.14370) 53 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:39.167 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:17:38 smithi136 bash[25149]: cluster 2024-09-21T00:17:37.782025+0000 mgr.a (mgr.14370) 54 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:39.222 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:17:38 smithi092 bash[22943]: cluster 2024-09-21T00:17:37.782025+0000 mgr.a (mgr.14370) 54 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:39.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:17:38 smithi099 bash[24739]: cluster 2024-09-21T00:17:37.782025+0000 mgr.a (mgr.14370) 54 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:41.167 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:17:40 smithi136 bash[25149]: cluster 2024-09-21T00:17:39.782755+0000 mgr.a (mgr.14370) 55 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:41.222 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:17:40 smithi092 bash[22943]: cluster 2024-09-21T00:17:39.782755+0000 mgr.a (mgr.14370) 55 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:41.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:17:40 smithi099 bash[24739]: cluster 2024-09-21T00:17:39.782755+0000 mgr.a (mgr.14370) 55 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:43.167 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:17:42 smithi136 bash[25149]: cluster 2024-09-21T00:17:41.783419+0000 mgr.a (mgr.14370) 56 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:43.222 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:17:42 smithi092 bash[22943]: cluster 2024-09-21T00:17:41.783419+0000 mgr.a (mgr.14370) 56 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:43.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:17:42 smithi099 bash[24739]: cluster 2024-09-21T00:17:41.783419+0000 mgr.a (mgr.14370) 56 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:45.167 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:17:44 smithi136 bash[25149]: cluster 2024-09-21T00:17:43.784143+0000 mgr.a (mgr.14370) 57 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:45.222 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:17:44 smithi092 bash[22943]: cluster 2024-09-21T00:17:43.784143+0000 mgr.a (mgr.14370) 57 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:45.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:17:44 smithi099 bash[24739]: cluster 2024-09-21T00:17:43.784143+0000 mgr.a (mgr.14370) 57 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:47.167 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:17:46 smithi136 bash[25149]: cluster 2024-09-21T00:17:45.784769+0000 mgr.a (mgr.14370) 58 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:47.222 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:17:46 smithi092 bash[22943]: cluster 2024-09-21T00:17:45.784769+0000 mgr.a (mgr.14370) 58 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:47.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:17:46 smithi099 bash[24739]: cluster 2024-09-21T00:17:45.784769+0000 mgr.a (mgr.14370) 58 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:48.167 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:17:47 smithi136 bash[25149]: audit 2024-09-21T00:17:47.841696+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T00:17:48.222 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:17:47 smithi092 bash[22943]: audit 2024-09-21T00:17:47.841696+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T00:17:48.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:17:47 smithi099 bash[24739]: audit 2024-09-21T00:17:47.841696+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T00:17:49.168 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:17:48 smithi136 bash[25149]: cluster 2024-09-21T00:17:47.785408+0000 mgr.a (mgr.14370) 59 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:49.222 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:17:48 smithi092 bash[22943]: cluster 2024-09-21T00:17:47.785408+0000 mgr.a (mgr.14370) 59 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:49.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:17:48 smithi099 bash[24739]: cluster 2024-09-21T00:17:47.785408+0000 mgr.a (mgr.14370) 59 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:51.167 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:17:50 smithi136 bash[25149]: cluster 2024-09-21T00:17:49.786174+0000 mgr.a (mgr.14370) 60 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:51.222 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:17:50 smithi092 bash[22943]: cluster 2024-09-21T00:17:49.786174+0000 mgr.a (mgr.14370) 60 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:51.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:17:50 smithi099 bash[24739]: cluster 2024-09-21T00:17:49.786174+0000 mgr.a (mgr.14370) 60 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:52.722 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:17:52 smithi092 bash[23205]: ::ffff:172.21.15.99 - - [21/Sep/2024:00:17:52] "GET /metrics HTTP/1.1" 200 21461 "" "Prometheus/2.43.0" 2024-09-21T00:17:53.222 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:17:52 smithi092 bash[22943]: cluster 2024-09-21T00:17:51.786746+0000 mgr.a (mgr.14370) 61 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:53.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:17:52 smithi099 bash[24739]: cluster 2024-09-21T00:17:51.786746+0000 mgr.a (mgr.14370) 61 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:53.417 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:17:52 smithi136 bash[25149]: cluster 2024-09-21T00:17:51.786746+0000 mgr.a (mgr.14370) 61 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:55.222 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:17:54 smithi092 bash[22943]: cluster 2024-09-21T00:17:53.787402+0000 mgr.a (mgr.14370) 62 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:55.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:17:54 smithi099 bash[24739]: cluster 2024-09-21T00:17:53.787402+0000 mgr.a (mgr.14370) 62 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:55.417 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:17:54 smithi136 bash[25149]: cluster 2024-09-21T00:17:53.787402+0000 mgr.a (mgr.14370) 62 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:57.222 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:17:56 smithi092 bash[22943]: cluster 2024-09-21T00:17:55.788001+0000 mgr.a (mgr.14370) 63 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:57.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:17:56 smithi099 bash[24739]: cluster 2024-09-21T00:17:55.788001+0000 mgr.a (mgr.14370) 63 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:57.417 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:17:56 smithi136 bash[25149]: cluster 2024-09-21T00:17:55.788001+0000 mgr.a (mgr.14370) 63 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:59.222 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:17:58 smithi092 bash[22943]: cluster 2024-09-21T00:17:57.788549+0000 mgr.a (mgr.14370) 64 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:59.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:17:58 smithi099 bash[24739]: cluster 2024-09-21T00:17:57.788549+0000 mgr.a (mgr.14370) 64 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:17:59.417 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:17:58 smithi136 bash[25149]: cluster 2024-09-21T00:17:57.788549+0000 mgr.a (mgr.14370) 64 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:01.222 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:18:00 smithi092 bash[22943]: cluster 2024-09-21T00:17:59.789102+0000 mgr.a (mgr.14370) 65 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:01.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:18:00 smithi099 bash[24739]: cluster 2024-09-21T00:17:59.789102+0000 mgr.a (mgr.14370) 65 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:01.417 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:18:00 smithi136 bash[25149]: cluster 2024-09-21T00:17:59.789102+0000 mgr.a (mgr.14370) 65 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:02.722 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:18:02 smithi092 bash[23205]: ::ffff:172.21.15.99 - - [21/Sep/2024:00:18:02] "GET /metrics HTTP/1.1" 200 21461 "" "Prometheus/2.43.0" 2024-09-21T00:18:03.222 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:18:02 smithi092 bash[22943]: cluster 2024-09-21T00:18:01.789714+0000 mgr.a (mgr.14370) 66 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:03.222 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:18:02 smithi092 bash[22943]: audit 2024-09-21T00:18:02.841970+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T00:18:03.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:18:02 smithi099 bash[24739]: cluster 2024-09-21T00:18:01.789714+0000 mgr.a (mgr.14370) 66 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:03.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:18:02 smithi099 bash[24739]: audit 2024-09-21T00:18:02.841970+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T00:18:03.417 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:18:02 smithi136 bash[25149]: cluster 2024-09-21T00:18:01.789714+0000 mgr.a (mgr.14370) 66 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:03.417 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:18:02 smithi136 bash[25149]: audit 2024-09-21T00:18:02.841970+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T00:18:05.222 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:18:04 smithi092 bash[22943]: cluster 2024-09-21T00:18:03.790365+0000 mgr.a (mgr.14370) 67 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:05.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:18:04 smithi099 bash[24739]: cluster 2024-09-21T00:18:03.790365+0000 mgr.a (mgr.14370) 67 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:05.417 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:18:04 smithi136 bash[25149]: cluster 2024-09-21T00:18:03.790365+0000 mgr.a (mgr.14370) 67 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:07.221 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:18:06 smithi092 bash[22943]: cluster 2024-09-21T00:18:05.790945+0000 mgr.a (mgr.14370) 68 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:07.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:18:06 smithi099 bash[24739]: cluster 2024-09-21T00:18:05.790945+0000 mgr.a (mgr.14370) 68 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:07.417 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:18:06 smithi136 bash[25149]: cluster 2024-09-21T00:18:05.790945+0000 mgr.a (mgr.14370) 68 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:09.221 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:18:08 smithi092 bash[22943]: cluster 2024-09-21T00:18:07.791473+0000 mgr.a (mgr.14370) 69 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:09.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:18:08 smithi099 bash[24739]: cluster 2024-09-21T00:18:07.791473+0000 mgr.a (mgr.14370) 69 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:09.417 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:18:08 smithi136 bash[25149]: cluster 2024-09-21T00:18:07.791473+0000 mgr.a (mgr.14370) 69 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:11.221 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:18:10 smithi092 bash[22943]: cluster 2024-09-21T00:18:09.792152+0000 mgr.a (mgr.14370) 70 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:11.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:18:10 smithi099 bash[24739]: cluster 2024-09-21T00:18:09.792152+0000 mgr.a (mgr.14370) 70 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:11.417 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:18:10 smithi136 bash[25149]: cluster 2024-09-21T00:18:09.792152+0000 mgr.a (mgr.14370) 70 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:12.221 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:18:11 smithi092 bash[22943]: audit 2024-09-21T00:18:11.785540+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:18:12.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:18:11 smithi099 bash[24739]: audit 2024-09-21T00:18:11.785540+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:18:12.416 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:18:11 smithi136 bash[25149]: audit 2024-09-21T00:18:11.785540+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:18:12.721 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:18:12 smithi092 bash[23205]: ::ffff:172.21.15.99 - - [21/Sep/2024:00:18:12] "GET /metrics HTTP/1.1" 200 21462 "" "Prometheus/2.43.0" 2024-09-21T00:18:13.222 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:18:12 smithi092 bash[22943]: cluster 2024-09-21T00:18:11.792645+0000 mgr.a (mgr.14370) 71 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:13.222 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:18:12 smithi092 bash[22943]: audit 2024-09-21T00:18:12.591200+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:18:13.222 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:18:12 smithi092 bash[22943]: audit 2024-09-21T00:18:12.592795+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:18:13.222 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:18:12 smithi092 bash[22943]: audit 2024-09-21T00:18:12.602403+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:18:13.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:18:12 smithi099 bash[24739]: cluster 2024-09-21T00:18:11.792645+0000 mgr.a (mgr.14370) 71 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:13.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:18:12 smithi099 bash[24739]: audit 2024-09-21T00:18:12.591200+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:18:13.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:18:12 smithi099 bash[24739]: audit 2024-09-21T00:18:12.592795+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:18:13.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:18:12 smithi099 bash[24739]: audit 2024-09-21T00:18:12.602403+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:18:13.417 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:18:12 smithi136 bash[25149]: cluster 2024-09-21T00:18:11.792645+0000 mgr.a (mgr.14370) 71 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:13.417 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:18:12 smithi136 bash[25149]: audit 2024-09-21T00:18:12.591200+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:18:13.417 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:18:12 smithi136 bash[25149]: audit 2024-09-21T00:18:12.592795+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:18:13.417 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:18:12 smithi136 bash[25149]: audit 2024-09-21T00:18:12.602403+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:18:15.221 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:18:14 smithi092 bash[22943]: cluster 2024-09-21T00:18:13.793165+0000 mgr.a (mgr.14370) 72 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:15.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:18:14 smithi099 bash[24739]: cluster 2024-09-21T00:18:13.793165+0000 mgr.a (mgr.14370) 72 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:15.417 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:18:14 smithi136 bash[25149]: cluster 2024-09-21T00:18:13.793165+0000 mgr.a (mgr.14370) 72 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:17.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:18:16 smithi099 bash[24739]: cluster 2024-09-21T00:18:15.793685+0000 mgr.a (mgr.14370) 73 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:17.416 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:18:16 smithi136 bash[25149]: cluster 2024-09-21T00:18:15.793685+0000 mgr.a (mgr.14370) 73 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:17.471 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:18:16 smithi092 bash[22943]: cluster 2024-09-21T00:18:15.793685+0000 mgr.a (mgr.14370) 73 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:18.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:18:17 smithi099 bash[24739]: audit 2024-09-21T00:18:17.842457+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T00:18:18.417 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:18:17 smithi136 bash[25149]: audit 2024-09-21T00:18:17.842457+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T00:18:18.471 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:18:17 smithi092 bash[22943]: audit 2024-09-21T00:18:17.842457+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T00:18:19.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:18:18 smithi099 bash[24739]: cluster 2024-09-21T00:18:17.794190+0000 mgr.a (mgr.14370) 74 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:19.416 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:18:18 smithi136 bash[25149]: cluster 2024-09-21T00:18:17.794190+0000 mgr.a (mgr.14370) 74 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:19.471 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:18:18 smithi092 bash[22943]: cluster 2024-09-21T00:18:17.794190+0000 mgr.a (mgr.14370) 74 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:21.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:18:20 smithi099 bash[24739]: cluster 2024-09-21T00:18:19.794724+0000 mgr.a (mgr.14370) 75 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:21.416 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:18:20 smithi136 bash[25149]: cluster 2024-09-21T00:18:19.794724+0000 mgr.a (mgr.14370) 75 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:21.471 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:18:20 smithi092 bash[22943]: cluster 2024-09-21T00:18:19.794724+0000 mgr.a (mgr.14370) 75 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:22.721 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:18:22 smithi092 bash[23205]: ::ffff:172.21.15.99 - - [21/Sep/2024:00:18:22] "GET /metrics HTTP/1.1" 200 21466 "" "Prometheus/2.43.0" 2024-09-21T00:18:23.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:18:22 smithi099 bash[24739]: cluster 2024-09-21T00:18:21.795248+0000 mgr.a (mgr.14370) 76 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:23.416 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:18:23 smithi136 bash[25149]: cluster 2024-09-21T00:18:21.795248+0000 mgr.a (mgr.14370) 76 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:23.471 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:18:23 smithi092 bash[22943]: cluster 2024-09-21T00:18:21.795248+0000 mgr.a (mgr.14370) 76 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:25.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:18:25 smithi099 bash[24739]: cluster 2024-09-21T00:18:23.795795+0000 mgr.a (mgr.14370) 77 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:25.416 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:18:25 smithi136 bash[25149]: cluster 2024-09-21T00:18:23.795795+0000 mgr.a (mgr.14370) 77 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:25.471 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:18:25 smithi092 bash[22943]: cluster 2024-09-21T00:18:23.795795+0000 mgr.a (mgr.14370) 77 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:27.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:18:27 smithi099 bash[24739]: cluster 2024-09-21T00:18:25.796309+0000 mgr.a (mgr.14370) 78 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:27.416 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:18:27 smithi136 bash[25149]: cluster 2024-09-21T00:18:25.796309+0000 mgr.a (mgr.14370) 78 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:27.471 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:18:27 smithi092 bash[22943]: cluster 2024-09-21T00:18:25.796309+0000 mgr.a (mgr.14370) 78 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:29.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:18:29 smithi099 bash[24739]: cluster 2024-09-21T00:18:27.796804+0000 mgr.a (mgr.14370) 79 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:29.416 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:18:29 smithi136 bash[25149]: cluster 2024-09-21T00:18:27.796804+0000 mgr.a (mgr.14370) 79 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:29.471 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:18:29 smithi092 bash[22943]: cluster 2024-09-21T00:18:27.796804+0000 mgr.a (mgr.14370) 79 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:31.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:18:31 smithi099 bash[24739]: cluster 2024-09-21T00:18:29.797355+0000 mgr.a (mgr.14370) 80 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:31.416 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:18:31 smithi136 bash[25149]: cluster 2024-09-21T00:18:29.797355+0000 mgr.a (mgr.14370) 80 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:31.471 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:18:31 smithi092 bash[22943]: cluster 2024-09-21T00:18:29.797355+0000 mgr.a (mgr.14370) 80 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:32.721 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:18:32 smithi092 bash[23205]: ::ffff:172.21.15.99 - - [21/Sep/2024:00:18:32] "GET /metrics HTTP/1.1" 200 21466 "" "Prometheus/2.43.0" 2024-09-21T00:18:33.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:18:33 smithi099 bash[24739]: cluster 2024-09-21T00:18:31.797854+0000 mgr.a (mgr.14370) 81 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:33.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:18:33 smithi099 bash[24739]: audit 2024-09-21T00:18:32.842726+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T00:18:33.416 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:18:33 smithi136 bash[25149]: cluster 2024-09-21T00:18:31.797854+0000 mgr.a (mgr.14370) 81 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:33.416 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:18:33 smithi136 bash[25149]: audit 2024-09-21T00:18:32.842726+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T00:18:33.471 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:18:33 smithi092 bash[22943]: cluster 2024-09-21T00:18:31.797854+0000 mgr.a (mgr.14370) 81 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:33.471 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:18:33 smithi092 bash[22943]: audit 2024-09-21T00:18:32.842726+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T00:18:35.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:18:35 smithi099 bash[24739]: cluster 2024-09-21T00:18:33.798381+0000 mgr.a (mgr.14370) 82 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:35.416 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:18:35 smithi136 bash[25149]: cluster 2024-09-21T00:18:33.798381+0000 mgr.a (mgr.14370) 82 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:35.471 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:18:35 smithi092 bash[22943]: cluster 2024-09-21T00:18:33.798381+0000 mgr.a (mgr.14370) 82 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:37.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:18:37 smithi099 bash[24739]: cluster 2024-09-21T00:18:35.798907+0000 mgr.a (mgr.14370) 83 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:37.416 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:18:37 smithi136 bash[25149]: cluster 2024-09-21T00:18:35.798907+0000 mgr.a (mgr.14370) 83 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:37.471 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:18:37 smithi092 bash[22943]: cluster 2024-09-21T00:18:35.798907+0000 mgr.a (mgr.14370) 83 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:39.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:18:39 smithi099 bash[24739]: cluster 2024-09-21T00:18:37.799425+0000 mgr.a (mgr.14370) 84 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:39.416 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:18:39 smithi136 bash[25149]: cluster 2024-09-21T00:18:37.799425+0000 mgr.a (mgr.14370) 84 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:39.471 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:18:39 smithi092 bash[22943]: cluster 2024-09-21T00:18:37.799425+0000 mgr.a (mgr.14370) 84 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:41.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:18:41 smithi099 bash[24739]: cluster 2024-09-21T00:18:39.800005+0000 mgr.a (mgr.14370) 85 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:41.416 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:18:41 smithi136 bash[25149]: cluster 2024-09-21T00:18:39.800005+0000 mgr.a (mgr.14370) 85 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:41.471 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:18:41 smithi092 bash[22943]: cluster 2024-09-21T00:18:39.800005+0000 mgr.a (mgr.14370) 85 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:42.721 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:18:42 smithi092 bash[23205]: ::ffff:172.21.15.99 - - [21/Sep/2024:00:18:42] "GET /metrics HTTP/1.1" 200 21462 "" "Prometheus/2.43.0" 2024-09-21T00:18:43.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:18:43 smithi099 bash[24739]: cluster 2024-09-21T00:18:41.800484+0000 mgr.a (mgr.14370) 86 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:43.416 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:18:43 smithi136 bash[25149]: cluster 2024-09-21T00:18:41.800484+0000 mgr.a (mgr.14370) 86 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:43.471 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:18:43 smithi092 bash[22943]: cluster 2024-09-21T00:18:41.800484+0000 mgr.a (mgr.14370) 86 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:45.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:18:45 smithi099 bash[24739]: cluster 2024-09-21T00:18:43.801039+0000 mgr.a (mgr.14370) 87 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:45.416 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:18:45 smithi136 bash[25149]: cluster 2024-09-21T00:18:43.801039+0000 mgr.a (mgr.14370) 87 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:45.471 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:18:45 smithi092 bash[22943]: cluster 2024-09-21T00:18:43.801039+0000 mgr.a (mgr.14370) 87 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:47.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:18:47 smithi099 bash[24739]: cluster 2024-09-21T00:18:45.801562+0000 mgr.a (mgr.14370) 88 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:47.416 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:18:47 smithi136 bash[25149]: cluster 2024-09-21T00:18:45.801562+0000 mgr.a (mgr.14370) 88 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:47.471 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:18:47 smithi092 bash[22943]: cluster 2024-09-21T00:18:45.801562+0000 mgr.a (mgr.14370) 88 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:48.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:18:48 smithi099 bash[24739]: cluster 2024-09-21T00:18:47.802068+0000 mgr.a (mgr.14370) 89 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:48.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:18:48 smithi099 bash[24739]: audit 2024-09-21T00:18:47.844943+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T00:18:48.416 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:18:48 smithi136 bash[25149]: cluster 2024-09-21T00:18:47.802068+0000 mgr.a (mgr.14370) 89 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:48.416 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:18:48 smithi136 bash[25149]: audit 2024-09-21T00:18:47.844943+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T00:18:48.471 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:18:48 smithi092 bash[22943]: cluster 2024-09-21T00:18:47.802068+0000 mgr.a (mgr.14370) 89 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:48.471 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:18:48 smithi092 bash[22943]: audit 2024-09-21T00:18:47.844943+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T00:18:51.166 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:18:50 smithi136 bash[25149]: cluster 2024-09-21T00:18:49.802593+0000 mgr.a (mgr.14370) 90 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:51.221 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:18:50 smithi092 bash[22943]: cluster 2024-09-21T00:18:49.802593+0000 mgr.a (mgr.14370) 90 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:51.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:18:50 smithi099 bash[24739]: cluster 2024-09-21T00:18:49.802593+0000 mgr.a (mgr.14370) 90 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:52.721 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:18:52 smithi092 bash[23205]: ::ffff:172.21.15.99 - - [21/Sep/2024:00:18:52] "GET /metrics HTTP/1.1" 200 21460 "" "Prometheus/2.43.0" 2024-09-21T00:18:53.166 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:18:52 smithi136 bash[25149]: cluster 2024-09-21T00:18:51.803141+0000 mgr.a (mgr.14370) 91 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:53.220 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:18:52 smithi092 bash[22943]: cluster 2024-09-21T00:18:51.803141+0000 mgr.a (mgr.14370) 91 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:53.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:18:52 smithi099 bash[24739]: cluster 2024-09-21T00:18:51.803141+0000 mgr.a (mgr.14370) 91 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:55.166 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:18:54 smithi136 bash[25149]: cluster 2024-09-21T00:18:53.803661+0000 mgr.a (mgr.14370) 92 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:55.221 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:18:54 smithi092 bash[22943]: cluster 2024-09-21T00:18:53.803661+0000 mgr.a (mgr.14370) 92 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:55.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:18:54 smithi099 bash[24739]: cluster 2024-09-21T00:18:53.803661+0000 mgr.a (mgr.14370) 92 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:57.166 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:18:56 smithi136 bash[25149]: cluster 2024-09-21T00:18:55.804150+0000 mgr.a (mgr.14370) 93 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:57.221 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:18:56 smithi092 bash[22943]: cluster 2024-09-21T00:18:55.804150+0000 mgr.a (mgr.14370) 93 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:57.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:18:56 smithi099 bash[24739]: cluster 2024-09-21T00:18:55.804150+0000 mgr.a (mgr.14370) 93 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:59.166 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:18:58 smithi136 bash[25149]: cluster 2024-09-21T00:18:57.804686+0000 mgr.a (mgr.14370) 94 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:59.220 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:18:58 smithi092 bash[22943]: cluster 2024-09-21T00:18:57.804686+0000 mgr.a (mgr.14370) 94 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:18:59.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:18:58 smithi099 bash[24739]: cluster 2024-09-21T00:18:57.804686+0000 mgr.a (mgr.14370) 94 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:01.166 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:19:00 smithi136 bash[25149]: cluster 2024-09-21T00:18:59.805212+0000 mgr.a (mgr.14370) 95 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:01.220 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:19:00 smithi092 bash[22943]: cluster 2024-09-21T00:18:59.805212+0000 mgr.a (mgr.14370) 95 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:01.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:19:00 smithi099 bash[24739]: cluster 2024-09-21T00:18:59.805212+0000 mgr.a (mgr.14370) 95 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:02.721 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:19:02 smithi092 bash[23205]: ::ffff:172.21.15.99 - - [21/Sep/2024:00:19:02] "GET /metrics HTTP/1.1" 200 21460 "" "Prometheus/2.43.0" 2024-09-21T00:19:03.166 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:19:02 smithi136 bash[25149]: cluster 2024-09-21T00:19:01.805712+0000 mgr.a (mgr.14370) 96 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:03.167 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:19:02 smithi136 bash[25149]: audit 2024-09-21T00:19:02.845449+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T00:19:03.221 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:19:02 smithi092 bash[22943]: cluster 2024-09-21T00:19:01.805712+0000 mgr.a (mgr.14370) 96 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:03.221 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:19:02 smithi092 bash[22943]: audit 2024-09-21T00:19:02.845449+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T00:19:03.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:19:02 smithi099 bash[24739]: cluster 2024-09-21T00:19:01.805712+0000 mgr.a (mgr.14370) 96 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:03.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:19:02 smithi099 bash[24739]: audit 2024-09-21T00:19:02.845449+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T00:19:05.166 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:19:04 smithi136 bash[25149]: cluster 2024-09-21T00:19:03.806273+0000 mgr.a (mgr.14370) 97 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:05.221 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:19:04 smithi092 bash[22943]: cluster 2024-09-21T00:19:03.806273+0000 mgr.a (mgr.14370) 97 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:05.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:19:04 smithi099 bash[24739]: cluster 2024-09-21T00:19:03.806273+0000 mgr.a (mgr.14370) 97 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:07.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:19:06 smithi099 bash[24739]: cluster 2024-09-21T00:19:05.806761+0000 mgr.a (mgr.14370) 98 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:07.416 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:19:06 smithi136 bash[25149]: cluster 2024-09-21T00:19:05.806761+0000 mgr.a (mgr.14370) 98 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:07.471 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:19:06 smithi092 bash[22943]: cluster 2024-09-21T00:19:05.806761+0000 mgr.a (mgr.14370) 98 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:09.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:19:08 smithi099 bash[24739]: cluster 2024-09-21T00:19:07.807272+0000 mgr.a (mgr.14370) 99 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:09.416 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:19:08 smithi136 bash[25149]: cluster 2024-09-21T00:19:07.807272+0000 mgr.a (mgr.14370) 99 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:09.470 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:19:08 smithi092 bash[22943]: cluster 2024-09-21T00:19:07.807272+0000 mgr.a (mgr.14370) 99 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:11.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:19:10 smithi099 bash[24739]: cluster 2024-09-21T00:19:09.807870+0000 mgr.a (mgr.14370) 100 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:11.416 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:19:10 smithi136 bash[25149]: cluster 2024-09-21T00:19:09.807870+0000 mgr.a (mgr.14370) 100 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:11.470 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:19:10 smithi092 bash[22943]: cluster 2024-09-21T00:19:09.807870+0000 mgr.a (mgr.14370) 100 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:12.721 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:19:12 smithi092 bash[23205]: ::ffff:172.21.15.99 - - [21/Sep/2024:00:19:12] "GET /metrics HTTP/1.1" 200 21473 "" "Prometheus/2.43.0" 2024-09-21T00:19:13.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:19:12 smithi099 bash[24739]: cluster 2024-09-21T00:19:11.808374+0000 mgr.a (mgr.14370) 101 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:13.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:19:12 smithi099 bash[24739]: audit 2024-09-21T00:19:12.744796+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:19:13.416 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:19:12 smithi136 bash[25149]: cluster 2024-09-21T00:19:11.808374+0000 mgr.a (mgr.14370) 101 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:13.416 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:19:12 smithi136 bash[25149]: audit 2024-09-21T00:19:12.744796+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:19:13.470 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:19:12 smithi092 bash[22943]: cluster 2024-09-21T00:19:11.808374+0000 mgr.a (mgr.14370) 101 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:13.471 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:19:12 smithi092 bash[22943]: audit 2024-09-21T00:19:12.744796+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:19:14.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:19:13 smithi099 bash[24739]: audit 2024-09-21T00:19:13.571666+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:19:14.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:19:13 smithi099 bash[24739]: audit 2024-09-21T00:19:13.573287+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:19:14.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:19:13 smithi099 bash[24739]: audit 2024-09-21T00:19:13.583156+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:19:14.416 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:19:13 smithi136 bash[25149]: audit 2024-09-21T00:19:13.571666+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:19:14.416 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:19:13 smithi136 bash[25149]: audit 2024-09-21T00:19:13.573287+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:19:14.416 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:19:13 smithi136 bash[25149]: audit 2024-09-21T00:19:13.583156+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:19:14.471 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:19:13 smithi092 bash[22943]: audit 2024-09-21T00:19:13.571666+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:19:14.471 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:19:13 smithi092 bash[22943]: audit 2024-09-21T00:19:13.573287+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:19:14.471 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:19:13 smithi092 bash[22943]: audit 2024-09-21T00:19:13.583156+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:19:15.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:19:14 smithi099 bash[24739]: cluster 2024-09-21T00:19:13.808895+0000 mgr.a (mgr.14370) 102 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:15.416 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:19:14 smithi136 bash[25149]: cluster 2024-09-21T00:19:13.808895+0000 mgr.a (mgr.14370) 102 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:15.471 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:19:14 smithi092 bash[22943]: cluster 2024-09-21T00:19:13.808895+0000 mgr.a (mgr.14370) 102 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:17.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:19:17 smithi099 bash[24739]: cluster 2024-09-21T00:19:15.809432+0000 mgr.a (mgr.14370) 103 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:17.416 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:19:17 smithi136 bash[25149]: cluster 2024-09-21T00:19:15.809432+0000 mgr.a (mgr.14370) 103 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:17.470 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:19:17 smithi092 bash[22943]: cluster 2024-09-21T00:19:15.809432+0000 mgr.a (mgr.14370) 103 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:18.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:19:18 smithi099 bash[24739]: audit 2024-09-21T00:19:17.845724+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T00:19:18.416 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:19:18 smithi136 bash[25149]: audit 2024-09-21T00:19:17.845724+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T00:19:18.470 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:19:18 smithi092 bash[22943]: audit 2024-09-21T00:19:17.845724+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T00:19:19.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:19:19 smithi099 bash[24739]: cluster 2024-09-21T00:19:17.809921+0000 mgr.a (mgr.14370) 104 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:19.416 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:19:19 smithi136 bash[25149]: cluster 2024-09-21T00:19:17.809921+0000 mgr.a (mgr.14370) 104 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:19.470 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:19:19 smithi092 bash[22943]: cluster 2024-09-21T00:19:17.809921+0000 mgr.a (mgr.14370) 104 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:21.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:19:21 smithi099 bash[24739]: cluster 2024-09-21T00:19:19.810440+0000 mgr.a (mgr.14370) 105 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:21.416 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:19:21 smithi136 bash[25149]: cluster 2024-09-21T00:19:19.810440+0000 mgr.a (mgr.14370) 105 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:21.470 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:19:21 smithi092 bash[22943]: cluster 2024-09-21T00:19:19.810440+0000 mgr.a (mgr.14370) 105 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:22.720 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:19:22 smithi092 bash[23205]: ::ffff:172.21.15.99 - - [21/Sep/2024:00:19:22] "GET /metrics HTTP/1.1" 200 21475 "" "Prometheus/2.43.0" 2024-09-21T00:19:23.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:19:23 smithi099 bash[24739]: cluster 2024-09-21T00:19:21.810911+0000 mgr.a (mgr.14370) 106 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:23.416 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:19:23 smithi136 bash[25149]: cluster 2024-09-21T00:19:21.810911+0000 mgr.a (mgr.14370) 106 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:23.470 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:19:23 smithi092 bash[22943]: cluster 2024-09-21T00:19:21.810911+0000 mgr.a (mgr.14370) 106 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:25.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:19:25 smithi099 bash[24739]: cluster 2024-09-21T00:19:23.811435+0000 mgr.a (mgr.14370) 107 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:25.416 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:19:25 smithi136 bash[25149]: cluster 2024-09-21T00:19:23.811435+0000 mgr.a (mgr.14370) 107 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:25.471 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:19:25 smithi092 bash[22943]: cluster 2024-09-21T00:19:23.811435+0000 mgr.a (mgr.14370) 107 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:27.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:19:27 smithi099 bash[24739]: cluster 2024-09-21T00:19:25.811948+0000 mgr.a (mgr.14370) 108 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:27.416 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:19:27 smithi136 bash[25149]: cluster 2024-09-21T00:19:25.811948+0000 mgr.a (mgr.14370) 108 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:27.470 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:19:27 smithi092 bash[22943]: cluster 2024-09-21T00:19:25.811948+0000 mgr.a (mgr.14370) 108 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:29.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:19:29 smithi099 bash[24739]: cluster 2024-09-21T00:19:27.812450+0000 mgr.a (mgr.14370) 109 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:29.415 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:19:29 smithi136 bash[25149]: cluster 2024-09-21T00:19:27.812450+0000 mgr.a (mgr.14370) 109 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:29.470 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:19:29 smithi092 bash[22943]: cluster 2024-09-21T00:19:27.812450+0000 mgr.a (mgr.14370) 109 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:31.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:19:31 smithi099 bash[24739]: cluster 2024-09-21T00:19:29.812965+0000 mgr.a (mgr.14370) 110 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:31.415 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:19:31 smithi136 bash[25149]: cluster 2024-09-21T00:19:29.812965+0000 mgr.a (mgr.14370) 110 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:31.470 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:19:31 smithi092 bash[22943]: cluster 2024-09-21T00:19:29.812965+0000 mgr.a (mgr.14370) 110 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:32.720 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:19:32 smithi092 bash[23205]: ::ffff:172.21.15.99 - - [21/Sep/2024:00:19:32] "GET /metrics HTTP/1.1" 200 21475 "" "Prometheus/2.43.0" 2024-09-21T00:19:33.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:19:33 smithi099 bash[24739]: cluster 2024-09-21T00:19:31.813453+0000 mgr.a (mgr.14370) 111 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:33.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:19:33 smithi099 bash[24739]: audit 2024-09-21T00:19:32.846306+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T00:19:33.415 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:19:33 smithi136 bash[25149]: cluster 2024-09-21T00:19:31.813453+0000 mgr.a (mgr.14370) 111 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:33.416 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:19:33 smithi136 bash[25149]: audit 2024-09-21T00:19:32.846306+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T00:19:33.470 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:19:33 smithi092 bash[22943]: cluster 2024-09-21T00:19:31.813453+0000 mgr.a (mgr.14370) 111 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:33.470 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:19:33 smithi092 bash[22943]: audit 2024-09-21T00:19:32.846306+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T00:19:35.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:19:35 smithi099 bash[24739]: cluster 2024-09-21T00:19:33.813977+0000 mgr.a (mgr.14370) 112 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:35.415 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:19:35 smithi136 bash[25149]: cluster 2024-09-21T00:19:33.813977+0000 mgr.a (mgr.14370) 112 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:35.470 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:19:35 smithi092 bash[22943]: cluster 2024-09-21T00:19:33.813977+0000 mgr.a (mgr.14370) 112 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:37.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:19:37 smithi099 bash[24739]: cluster 2024-09-21T00:19:35.814473+0000 mgr.a (mgr.14370) 113 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:37.415 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:19:37 smithi136 bash[25149]: cluster 2024-09-21T00:19:35.814473+0000 mgr.a (mgr.14370) 113 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:37.470 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:19:37 smithi092 bash[22943]: cluster 2024-09-21T00:19:35.814473+0000 mgr.a (mgr.14370) 113 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:39.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:19:39 smithi099 bash[24739]: cluster 2024-09-21T00:19:37.814966+0000 mgr.a (mgr.14370) 114 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:39.415 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:19:39 smithi136 bash[25149]: cluster 2024-09-21T00:19:37.814966+0000 mgr.a (mgr.14370) 114 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:39.470 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:19:39 smithi092 bash[22943]: cluster 2024-09-21T00:19:37.814966+0000 mgr.a (mgr.14370) 114 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:41.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:19:41 smithi099 bash[24739]: cluster 2024-09-21T00:19:39.815544+0000 mgr.a (mgr.14370) 115 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:41.415 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:19:41 smithi136 bash[25149]: cluster 2024-09-21T00:19:39.815544+0000 mgr.a (mgr.14370) 115 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:41.470 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:19:41 smithi092 bash[22943]: cluster 2024-09-21T00:19:39.815544+0000 mgr.a (mgr.14370) 115 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:42.720 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:19:42 smithi092 bash[23205]: ::ffff:172.21.15.99 - - [21/Sep/2024:00:19:42] "GET /metrics HTTP/1.1" 200 21473 "" "Prometheus/2.43.0" 2024-09-21T00:19:43.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:19:43 smithi099 bash[24739]: cluster 2024-09-21T00:19:41.816084+0000 mgr.a (mgr.14370) 116 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:43.415 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:19:43 smithi136 bash[25149]: cluster 2024-09-21T00:19:41.816084+0000 mgr.a (mgr.14370) 116 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:43.470 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:19:43 smithi092 bash[22943]: cluster 2024-09-21T00:19:41.816084+0000 mgr.a (mgr.14370) 116 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:44.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:19:44 smithi099 bash[24739]: cluster 2024-09-21T00:19:43.816598+0000 mgr.a (mgr.14370) 117 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:44.415 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:19:44 smithi136 bash[25149]: cluster 2024-09-21T00:19:43.816598+0000 mgr.a (mgr.14370) 117 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:44.470 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:19:44 smithi092 bash[22943]: cluster 2024-09-21T00:19:43.816598+0000 mgr.a (mgr.14370) 117 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:47.165 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:19:46 smithi136 bash[25149]: cluster 2024-09-21T00:19:45.817066+0000 mgr.a (mgr.14370) 118 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:47.220 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:19:46 smithi092 bash[22943]: cluster 2024-09-21T00:19:45.817066+0000 mgr.a (mgr.14370) 118 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:47.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:19:46 smithi099 bash[24739]: cluster 2024-09-21T00:19:45.817066+0000 mgr.a (mgr.14370) 118 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:48.165 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:19:47 smithi136 bash[25149]: audit 2024-09-21T00:19:47.846835+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T00:19:48.220 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:19:47 smithi092 bash[22943]: audit 2024-09-21T00:19:47.846835+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T00:19:48.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:19:47 smithi099 bash[24739]: audit 2024-09-21T00:19:47.846835+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T00:19:49.165 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:19:48 smithi136 bash[25149]: cluster 2024-09-21T00:19:47.817578+0000 mgr.a (mgr.14370) 119 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:49.220 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:19:48 smithi092 bash[22943]: cluster 2024-09-21T00:19:47.817578+0000 mgr.a (mgr.14370) 119 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:49.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:19:48 smithi099 bash[24739]: cluster 2024-09-21T00:19:47.817578+0000 mgr.a (mgr.14370) 119 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:51.165 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:19:50 smithi136 bash[25149]: cluster 2024-09-21T00:19:49.818106+0000 mgr.a (mgr.14370) 120 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:51.223 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:19:50 smithi092 bash[22943]: cluster 2024-09-21T00:19:49.818106+0000 mgr.a (mgr.14370) 120 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:51.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:19:50 smithi099 bash[24739]: cluster 2024-09-21T00:19:49.818106+0000 mgr.a (mgr.14370) 120 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:51.842 INFO:teuthology.orchestra.run.smithi092.stderr:+ ceph orch ls 2024-09-21T00:19:52.140 INFO:teuthology.orchestra.run.smithi092.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-09-21T00:19:52.140 INFO:teuthology.orchestra.run.smithi092.stdout:alertmanager ?:9093,9094 1/1 2m ago 4m count:1 2024-09-21T00:19:52.140 INFO:teuthology.orchestra.run.smithi092.stdout:grafana ?:3000 1/1 2m ago 4m count:1 2024-09-21T00:19:52.140 INFO:teuthology.orchestra.run.smithi092.stdout:mgr 2/2 2m ago 8m smithi092=a;smithi099=b;count:2 2024-09-21T00:19:52.140 INFO:teuthology.orchestra.run.smithi092.stdout:mon 3/3 2m ago 8m smithi092:172.21.15.92=a;smithi099:172.21.15.99=b;smithi136:172.21.15.136=c;count:3 2024-09-21T00:19:52.141 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter ?:9100 3/3 2m ago 4m * 2024-09-21T00:19:52.141 INFO:teuthology.orchestra.run.smithi092.stdout:osd 3 2m ago - 2024-09-21T00:19:52.141 INFO:teuthology.orchestra.run.smithi092.stdout:prometheus ?:9095 1/1 2m ago 4m count:1 2024-09-21T00:19:52.152 INFO:teuthology.orchestra.run.smithi092.stderr:+ ceph orch ps 2024-09-21T00:19:52.447 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-21T00:19:52.447 INFO:teuthology.orchestra.run.smithi092.stdout:alertmanager.smithi136 smithi136 *:9093,9094 running (2m) 2m ago 3m 13.6M - 0.25.0 c8568f914cd2 da8ccdcb3daa 2024-09-21T00:19:52.447 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 *:3000 running (2m) 2m ago 3m 64.8M - 9.4.12 2bacad6d85d8 3023b58c9398 2024-09-21T00:19:52.448 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.a smithi092 *:9283,8765 running (10m) 2m ago 10m 482M - 19.1.1-367-g9e2ac70b cc9251b744a3 072d0ab75b25 2024-09-21T00:19:52.448 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.b smithi099 *:8443,8765 running (7m) 2m ago 7m 426M - 19.1.1-367-g9e2ac70b cc9251b744a3 6f075a690b1d 2024-09-21T00:19:52.448 INFO:teuthology.orchestra.run.smithi092.stdout:mon.a smithi092 running (10m) 2m ago 10m 44.7M 2048M 19.1.1-367-g9e2ac70b cc9251b744a3 e5cb87135a6b 2024-09-21T00:19:52.448 INFO:teuthology.orchestra.run.smithi092.stdout:mon.b smithi099 running (8m) 2m ago 8m 39.0M 2048M 19.1.1-367-g9e2ac70b cc9251b744a3 f39c271a1f06 2024-09-21T00:19:52.448 INFO:teuthology.orchestra.run.smithi092.stdout:mon.c smithi136 running (8m) 2m ago 8m 39.4M 2048M 19.1.1-367-g9e2ac70b cc9251b744a3 2077b997a889 2024-09-21T00:19:52.448 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 *:9100 running (3m) 2m ago 4m 3340k - 1.5.0 0da6a335fe13 54c3924a8cc8 2024-09-21T00:19:52.448 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi099 smithi099 *:9100 running (3m) 2m ago 3m 3179k - 1.5.0 0da6a335fe13 a9747482fa4c 2024-09-21T00:19:52.448 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi136 smithi136 *:9100 running (3m) 2m ago 3m 3403k - 1.5.0 0da6a335fe13 963c648405ea 2024-09-21T00:19:52.448 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi092 running (7m) 2m ago 7m 37.4M 14.8G 19.1.1-367-g9e2ac70b cc9251b744a3 180ca8ef65ed 2024-09-21T00:19:52.448 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi099 running (6m) 2m ago 6m 45.6M 14.8G 19.1.1-367-g9e2ac70b cc9251b744a3 61ae2d04ccc8 2024-09-21T00:19:52.448 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi136 running (5m) 2m ago 5m 36.5M 18.8G 19.1.1-367-g9e2ac70b cc9251b744a3 cd7a4bf7f0fc 2024-09-21T00:19:52.448 INFO:teuthology.orchestra.run.smithi092.stdout:prometheus.smithi099 smithi099 *:9095 running (3m) 2m ago 3m 23.9M - 2.43.0 a07b618ecd1d ae92890f6941 2024-09-21T00:19:52.459 INFO:teuthology.orchestra.run.smithi092.stderr:+ ceph orch host ls 2024-09-21T00:19:52.720 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:19:52 smithi092 bash[23205]: ::ffff:172.21.15.99 - - [21/Sep/2024:00:19:52] "GET /metrics HTTP/1.1" 200 21471 "" "Prometheus/2.43.0" 2024-09-21T00:19:52.735 INFO:teuthology.orchestra.run.smithi092.stdout:HOST ADDR LABELS STATUS 2024-09-21T00:19:52.736 INFO:teuthology.orchestra.run.smithi092.stdout:smithi092 172.21.15.92 2024-09-21T00:19:52.736 INFO:teuthology.orchestra.run.smithi092.stdout:smithi099 172.21.15.99 2024-09-21T00:19:52.736 INFO:teuthology.orchestra.run.smithi092.stdout:smithi136 172.21.15.136 2024-09-21T00:19:52.736 INFO:teuthology.orchestra.run.smithi092.stdout:3 hosts in cluster 2024-09-21T00:19:52.747 INFO:teuthology.orchestra.run.smithi092.stderr:++ ceph orch ps --daemon-type mon -f json 2024-09-21T00:19:52.747 INFO:teuthology.orchestra.run.smithi092.stderr:++ jq -r 'last | .daemon_name' 2024-09-21T00:19:53.037 INFO:teuthology.orchestra.run.smithi092.stderr:+ MON_DAEMON=mon.c 2024-09-21T00:19:53.038 INFO:teuthology.orchestra.run.smithi092.stderr:++ ceph orch ps --daemon-type grafana -f json 2024-09-21T00:19:53.038 INFO:teuthology.orchestra.run.smithi092.stderr:++ jq -e '.[]' 2024-09-21T00:19:53.038 INFO:teuthology.orchestra.run.smithi092.stderr:++ jq -r .hostname 2024-09-21T00:19:53.165 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:19:52 smithi136 bash[25149]: cluster 2024-09-21T00:19:51.818661+0000 mgr.a (mgr.14370) 121 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:53.220 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:19:52 smithi092 bash[22943]: cluster 2024-09-21T00:19:51.818661+0000 mgr.a (mgr.14370) 121 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:53.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:19:52 smithi099 bash[24739]: cluster 2024-09-21T00:19:51.818661+0000 mgr.a (mgr.14370) 121 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:53.347 INFO:teuthology.orchestra.run.smithi092.stderr:+ GRAFANA_HOST=smithi092 2024-09-21T00:19:53.347 INFO:teuthology.orchestra.run.smithi092.stderr:++ ceph orch ps --daemon-type prometheus -f json 2024-09-21T00:19:53.347 INFO:teuthology.orchestra.run.smithi092.stderr:++ jq -e '.[]' 2024-09-21T00:19:53.347 INFO:teuthology.orchestra.run.smithi092.stderr:++ jq -r .hostname 2024-09-21T00:19:53.639 INFO:teuthology.orchestra.run.smithi092.stderr:+ PROM_HOST=smithi099 2024-09-21T00:19:53.640 INFO:teuthology.orchestra.run.smithi092.stderr:++ ceph orch ps --daemon-type alertmanager -f json 2024-09-21T00:19:53.640 INFO:teuthology.orchestra.run.smithi092.stderr:++ jq -e '.[]' 2024-09-21T00:19:53.640 INFO:teuthology.orchestra.run.smithi092.stderr:++ jq -r .hostname 2024-09-21T00:19:53.932 INFO:teuthology.orchestra.run.smithi092.stderr:+ ALERTM_HOST=smithi136 2024-09-21T00:19:53.932 INFO:teuthology.orchestra.run.smithi092.stderr:++ jq -r --arg GRAFANA_HOST smithi092 '.[] | select(.hostname==$GRAFANA_HOST) | .addr' 2024-09-21T00:19:53.932 INFO:teuthology.orchestra.run.smithi092.stderr:++ ceph orch host ls -f json 2024-09-21T00:19:54.165 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:19:53 smithi136 bash[25149]: audit 2024-09-21T00:19:52.140669+0000 mgr.a (mgr.14370) 122 : audit [DBG] from='client.14403 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T00:19:54.165 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:19:53 smithi136 bash[25149]: audit 2024-09-21T00:19:52.443977+0000 mgr.a (mgr.14370) 123 : audit [DBG] from='client.14409 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T00:19:54.165 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:19:53 smithi136 bash[25149]: audit 2024-09-21T00:19:52.740526+0000 mgr.a (mgr.14370) 124 : audit [DBG] from='client.14415 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T00:19:54.165 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:19:53 smithi136 bash[25149]: audit 2024-09-21T00:19:53.024643+0000 mgr.a (mgr.14370) 125 : audit [DBG] from='client.14421 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T00:19:54.220 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:19:53 smithi092 bash[22943]: audit 2024-09-21T00:19:52.140669+0000 mgr.a (mgr.14370) 122 : audit [DBG] from='client.14403 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T00:19:54.220 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:19:53 smithi092 bash[22943]: audit 2024-09-21T00:19:52.443977+0000 mgr.a (mgr.14370) 123 : audit [DBG] from='client.14409 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T00:19:54.220 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:19:53 smithi092 bash[22943]: audit 2024-09-21T00:19:52.740526+0000 mgr.a (mgr.14370) 124 : audit [DBG] from='client.14415 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T00:19:54.220 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:19:53 smithi092 bash[22943]: audit 2024-09-21T00:19:53.024643+0000 mgr.a (mgr.14370) 125 : audit [DBG] from='client.14421 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T00:19:54.221 INFO:teuthology.orchestra.run.smithi092.stderr:+ GRAFANA_IP=172.21.15.92 2024-09-21T00:19:54.221 INFO:teuthology.orchestra.run.smithi092.stderr:++ ceph orch host ls -f json 2024-09-21T00:19:54.221 INFO:teuthology.orchestra.run.smithi092.stderr:++ jq -r --arg PROM_HOST smithi099 '.[] | select(.hostname==$PROM_HOST) | .addr' 2024-09-21T00:19:54.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:19:53 smithi099 bash[24739]: audit 2024-09-21T00:19:52.140669+0000 mgr.a (mgr.14370) 122 : audit [DBG] from='client.14403 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T00:19:54.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:19:53 smithi099 bash[24739]: audit 2024-09-21T00:19:52.443977+0000 mgr.a (mgr.14370) 123 : audit [DBG] from='client.14409 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T00:19:54.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:19:53 smithi099 bash[24739]: audit 2024-09-21T00:19:52.740526+0000 mgr.a (mgr.14370) 124 : audit [DBG] from='client.14415 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T00:19:54.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:19:53 smithi099 bash[24739]: audit 2024-09-21T00:19:53.024643+0000 mgr.a (mgr.14370) 125 : audit [DBG] from='client.14421 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T00:19:54.501 INFO:teuthology.orchestra.run.smithi092.stderr:+ PROM_IP=172.21.15.99 2024-09-21T00:19:54.502 INFO:teuthology.orchestra.run.smithi092.stderr:++ jq -r --arg ALERTM_HOST smithi136 '.[] | select(.hostname==$ALERTM_HOST) | .addr' 2024-09-21T00:19:54.502 INFO:teuthology.orchestra.run.smithi092.stderr:++ ceph orch host ls -f json 2024-09-21T00:19:54.775 INFO:teuthology.orchestra.run.smithi092.stderr:+ ALERTM_IP=172.21.15.136 2024-09-21T00:19:54.775 INFO:teuthology.orchestra.run.smithi092.stderr:++ ceph orch host ls -f json 2024-09-21T00:19:54.775 INFO:teuthology.orchestra.run.smithi092.stderr:++ jq -r '.[] | .addr' 2024-09-21T00:19:55.072 INFO:teuthology.orchestra.run.smithi092.stderr:+ ALL_HOST_IPS='172.21.15.92 2024-09-21T00:19:55.072 INFO:teuthology.orchestra.run.smithi092.stderr:172.21.15.99 2024-09-21T00:19:55.072 INFO:teuthology.orchestra.run.smithi092.stderr:172.21.15.136' 2024-09-21T00:19:55.072 INFO:teuthology.orchestra.run.smithi092.stderr:+ for ip in $ALL_HOST_IPS 2024-09-21T00:19:55.073 INFO:teuthology.orchestra.run.smithi092.stderr:+ curl -s http://172.21.15.92:9100/metric 2024-09-21T00:19:55.076 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-09-21T00:19:55.076 INFO:teuthology.orchestra.run.smithi092.stdout: Node Exporter 2024-09-21T00:19:55.076 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-09-21T00:19:55.076 INFO:teuthology.orchestra.run.smithi092.stdout:

Node Exporter

2024-09-21T00:19:55.076 INFO:teuthology.orchestra.run.smithi092.stdout:

Metrics

2024-09-21T00:19:55.076 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-09-21T00:19:55.077 INFO:teuthology.orchestra.run.smithi092.stderr:+ for ip in $ALL_HOST_IPS 2024-09-21T00:19:55.077 INFO:teuthology.orchestra.run.smithi092.stderr:+ curl -s http://172.21.15.99:9100/metric 2024-09-21T00:19:55.081 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-09-21T00:19:55.081 INFO:teuthology.orchestra.run.smithi092.stdout: Node Exporter 2024-09-21T00:19:55.081 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-09-21T00:19:55.081 INFO:teuthology.orchestra.run.smithi092.stdout:

Node Exporter

2024-09-21T00:19:55.081 INFO:teuthology.orchestra.run.smithi092.stdout:

Metrics

2024-09-21T00:19:55.081 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-09-21T00:19:55.082 INFO:teuthology.orchestra.run.smithi092.stderr:+ for ip in $ALL_HOST_IPS 2024-09-21T00:19:55.082 INFO:teuthology.orchestra.run.smithi092.stderr:+ curl -s http://172.21.15.136:9100/metric 2024-09-21T00:19:55.085 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-09-21T00:19:55.085 INFO:teuthology.orchestra.run.smithi092.stdout: Node Exporter 2024-09-21T00:19:55.085 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-09-21T00:19:55.086 INFO:teuthology.orchestra.run.smithi092.stdout:

Node Exporter

2024-09-21T00:19:55.086 INFO:teuthology.orchestra.run.smithi092.stdout:

Metrics

2024-09-21T00:19:55.086 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-09-21T00:19:55.086 INFO:teuthology.orchestra.run.smithi092.stderr:+ curl -k -s https://172.21.15.92:3000/api/health 2024-09-21T00:19:55.104 INFO:teuthology.orchestra.run.smithi092.stdout: { 2024-09-21T00:19:55.104 INFO:teuthology.orchestra.run.smithi092.stdout: "commit": "37ee25ba46", 2024-09-21T00:19:55.104 INFO:teuthology.orchestra.run.smithi092.stdout: "database": "ok", 2024-09-21T00:19:55.104 INFO:teuthology.orchestra.run.smithi092.stdout: "version": "9.4.12" 2024-09-21T00:19:55.105 INFO:teuthology.orchestra.run.smithi092.stderr:+ curl -k -s https://172.21.15.92:3000/api/health 2024-09-21T00:19:55.105 INFO:teuthology.orchestra.run.smithi092.stderr:+ jq -e '.database == "ok"' 2024-09-21T00:19:55.125 INFO:teuthology.orchestra.run.smithi092.stdout:}true 2024-09-21T00:19:55.126 INFO:teuthology.orchestra.run.smithi092.stderr:+ ceph orch daemon stop mon.c 2024-09-21T00:19:55.165 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:19:54 smithi136 bash[25149]: audit 2024-09-21T00:19:53.333419+0000 mgr.a (mgr.14370) 126 : audit [DBG] from='client.14427 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T00:19:55.165 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:19:54 smithi136 bash[25149]: audit 2024-09-21T00:19:53.627601+0000 mgr.a (mgr.14370) 127 : audit [DBG] from='client.14433 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T00:19:55.165 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:19:54 smithi136 bash[25149]: cluster 2024-09-21T00:19:53.819167+0000 mgr.a (mgr.14370) 128 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:55.165 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:19:54 smithi136 bash[25149]: audit 2024-09-21T00:19:53.919057+0000 mgr.a (mgr.14370) 129 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T00:19:55.220 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:19:54 smithi092 bash[22943]: audit 2024-09-21T00:19:53.333419+0000 mgr.a (mgr.14370) 126 : audit [DBG] from='client.14427 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T00:19:55.220 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:19:54 smithi092 bash[22943]: audit 2024-09-21T00:19:53.627601+0000 mgr.a (mgr.14370) 127 : audit [DBG] from='client.14433 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T00:19:55.220 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:19:54 smithi092 bash[22943]: cluster 2024-09-21T00:19:53.819167+0000 mgr.a (mgr.14370) 128 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:55.220 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:19:54 smithi092 bash[22943]: audit 2024-09-21T00:19:53.919057+0000 mgr.a (mgr.14370) 129 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T00:19:55.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:19:54 smithi099 bash[24739]: audit 2024-09-21T00:19:53.333419+0000 mgr.a (mgr.14370) 126 : audit [DBG] from='client.14427 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T00:19:55.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:19:54 smithi099 bash[24739]: audit 2024-09-21T00:19:53.627601+0000 mgr.a (mgr.14370) 127 : audit [DBG] from='client.14433 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T00:19:55.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:19:54 smithi099 bash[24739]: cluster 2024-09-21T00:19:53.819167+0000 mgr.a (mgr.14370) 128 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:55.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:19:54 smithi099 bash[24739]: audit 2024-09-21T00:19:53.919057+0000 mgr.a (mgr.14370) 129 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T00:19:55.417 INFO:teuthology.orchestra.run.smithi092.stdout:Scheduled to stop mon.c on host 'smithi136' 2024-09-21T00:19:55.429 INFO:teuthology.orchestra.run.smithi092.stderr:+ sleep 120 2024-09-21T00:19:56.165 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:19:55 smithi136 bash[25149]: audit 2024-09-21T00:19:54.215090+0000 mgr.a (mgr.14370) 130 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T00:19:56.166 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:19:55 smithi136 bash[25149]: audit 2024-09-21T00:19:54.495752+0000 mgr.a (mgr.14370) 131 : audit [DBG] from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T00:19:56.166 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:19:55 smithi136 bash[25149]: audit 2024-09-21T00:19:54.769511+0000 mgr.a (mgr.14370) 132 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T00:19:56.166 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:19:55 smithi136 bash[25149]: audit 2024-09-21T00:19:55.417650+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:19:56.166 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:19:55 smithi136 bash[25149]: audit 2024-09-21T00:19:55.423331+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:19:56.166 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:19:55 smithi136 bash[25149]: audit 2024-09-21T00:19:55.424363+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:19:56.166 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:19:55 smithi136 bash[25149]: audit 2024-09-21T00:19:55.426549+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:19:56.166 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:19:55 smithi136 bash[25149]: audit 2024-09-21T00:19:55.427336+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:19:56.166 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:19:55 smithi136 bash[25149]: audit 2024-09-21T00:19:55.432484+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:19:56.220 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:19:55 smithi092 bash[22943]: audit 2024-09-21T00:19:54.215090+0000 mgr.a (mgr.14370) 130 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T00:19:56.221 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:19:55 smithi092 bash[22943]: audit 2024-09-21T00:19:54.495752+0000 mgr.a (mgr.14370) 131 : audit [DBG] from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T00:19:56.221 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:19:55 smithi092 bash[22943]: audit 2024-09-21T00:19:54.769511+0000 mgr.a (mgr.14370) 132 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T00:19:56.221 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:19:55 smithi092 bash[22943]: audit 2024-09-21T00:19:55.417650+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:19:56.221 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:19:55 smithi092 bash[22943]: audit 2024-09-21T00:19:55.423331+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:19:56.221 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:19:55 smithi092 bash[22943]: audit 2024-09-21T00:19:55.424363+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:19:56.221 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:19:55 smithi092 bash[22943]: audit 2024-09-21T00:19:55.426549+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:19:56.221 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:19:55 smithi092 bash[22943]: audit 2024-09-21T00:19:55.427336+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:19:56.221 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:19:55 smithi092 bash[22943]: audit 2024-09-21T00:19:55.432484+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:19:56.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:19:55 smithi099 bash[24739]: audit 2024-09-21T00:19:54.215090+0000 mgr.a (mgr.14370) 130 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T00:19:56.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:19:55 smithi099 bash[24739]: audit 2024-09-21T00:19:54.495752+0000 mgr.a (mgr.14370) 131 : audit [DBG] from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T00:19:56.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:19:55 smithi099 bash[24739]: audit 2024-09-21T00:19:54.769511+0000 mgr.a (mgr.14370) 132 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T00:19:56.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:19:55 smithi099 bash[24739]: audit 2024-09-21T00:19:55.417650+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:19:56.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:19:55 smithi099 bash[24739]: audit 2024-09-21T00:19:55.423331+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:19:56.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:19:55 smithi099 bash[24739]: audit 2024-09-21T00:19:55.424363+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:19:56.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:19:55 smithi099 bash[24739]: audit 2024-09-21T00:19:55.426549+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:19:56.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:19:55 smithi099 bash[24739]: audit 2024-09-21T00:19:55.427336+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:19:56.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:19:55 smithi099 bash[24739]: audit 2024-09-21T00:19:55.432484+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:19:57.165 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:19:56 smithi136 bash[25149]: audit 2024-09-21T00:19:55.064479+0000 mgr.a (mgr.14370) 133 : audit [DBG] from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T00:19:57.166 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:19:56 smithi136 bash[25149]: audit 2024-09-21T00:19:55.411632+0000 mgr.a (mgr.14370) 134 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T00:19:57.166 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:19:56 smithi136 bash[25149]: cephadm 2024-09-21T00:19:55.412275+0000 mgr.a (mgr.14370) 135 : cephadm [INF] Schedule stop daemon mon.c 2024-09-21T00:19:57.166 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:19:56 smithi136 bash[25149]: cluster 2024-09-21T00:19:55.819691+0000 mgr.a (mgr.14370) 136 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:57.220 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:19:56 smithi092 bash[22943]: audit 2024-09-21T00:19:55.064479+0000 mgr.a (mgr.14370) 133 : audit [DBG] from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T00:19:57.221 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:19:56 smithi092 bash[22943]: audit 2024-09-21T00:19:55.411632+0000 mgr.a (mgr.14370) 134 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T00:19:57.221 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:19:56 smithi092 bash[22943]: cephadm 2024-09-21T00:19:55.412275+0000 mgr.a (mgr.14370) 135 : cephadm [INF] Schedule stop daemon mon.c 2024-09-21T00:19:57.221 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:19:56 smithi092 bash[22943]: cluster 2024-09-21T00:19:55.819691+0000 mgr.a (mgr.14370) 136 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:57.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:19:56 smithi099 bash[24739]: audit 2024-09-21T00:19:55.064479+0000 mgr.a (mgr.14370) 133 : audit [DBG] from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T00:19:57.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:19:56 smithi099 bash[24739]: audit 2024-09-21T00:19:55.411632+0000 mgr.a (mgr.14370) 134 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T00:19:57.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:19:56 smithi099 bash[24739]: cephadm 2024-09-21T00:19:55.412275+0000 mgr.a (mgr.14370) 135 : cephadm [INF] Schedule stop daemon mon.c 2024-09-21T00:19:57.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:19:56 smithi099 bash[24739]: cluster 2024-09-21T00:19:55.819691+0000 mgr.a (mgr.14370) 136 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:59.165 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:19:58 smithi136 bash[25149]: cluster 2024-09-21T00:19:57.820257+0000 mgr.a (mgr.14370) 137 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:59.220 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:19:58 smithi092 bash[22943]: cluster 2024-09-21T00:19:57.820257+0000 mgr.a (mgr.14370) 137 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:19:59.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:19:58 smithi099 bash[24739]: cluster 2024-09-21T00:19:57.820257+0000 mgr.a (mgr.14370) 137 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:20:00.778 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:20:00 smithi136 systemd[1]: Stopping Ceph mon.c for 80a90d1c-77ad-11ef-baf5-efdc52797490... 2024-09-21T00:20:01.165 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:20:00 smithi136 bash[25149]: debug 2024-09-21T00:20:00.779+0000 7f089d3a5640 -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-09-21T00:20:01.166 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:20:00 smithi136 bash[25149]: debug 2024-09-21T00:20:00.779+0000 7f089d3a5640 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-09-21T00:20:01.665 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:20:01 smithi136 bash[32920]: ceph-80a90d1c-77ad-11ef-baf5-efdc52797490-mon-c 2024-09-21T00:20:01.665 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:20:01 smithi136 bash[32981]: Error response from daemon: No such container: ceph-80a90d1c-77ad-11ef-baf5-efdc52797490-mon-c 2024-09-21T00:20:01.665 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:20:01 smithi136 systemd[1]: ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@mon.c.service: Deactivated successfully. 2024-09-21T00:20:01.665 INFO:journalctl@ceph.mon.c.smithi136.stdout:Sep 21 00:20:01 smithi136 systemd[1]: Stopped Ceph mon.c for 80a90d1c-77ad-11ef-baf5-efdc52797490. 2024-09-21T00:20:02.720 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:20:02 smithi092 bash[23205]: ::ffff:172.21.15.99 - - [21/Sep/2024:00:20:02] "GET /metrics HTTP/1.1" 200 21471 "" "Prometheus/2.43.0" 2024-09-21T00:20:12.720 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:20:12 smithi092 bash[23205]: ::ffff:172.21.15.99 - - [21/Sep/2024:00:20:12] "GET /metrics HTTP/1.1" 200 21470 "" "Prometheus/2.43.0" 2024-09-21T00:20:15.220 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:20:14 smithi092 bash[22943]: cluster 2024-09-21T00:19:59.820821+0000 mgr.a (mgr.14370) 138 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:20:15.220 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:20:14 smithi092 bash[22943]: cluster 2024-09-21T00:20:00.000176+0000 mon.a (mon.0) 616 : cluster [INF] overall HEALTH_OK 2024-09-21T00:20:15.317 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:20:14 smithi099 bash[24739]: cluster 2024-09-21T00:19:59.820821+0000 mgr.a (mgr.14370) 138 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:20:15.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:20:14 smithi099 bash[24739]: cluster 2024-09-21T00:20:00.000176+0000 mon.a (mon.0) 616 : cluster [INF] overall HEALTH_OK 2024-09-21T00:20:16.221 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:20:15 smithi092 bash[22943]: cluster 2024-09-21T00:20:01.821354+0000 mgr.a (mgr.14370) 139 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:20:16.221 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:20:15 smithi092 bash[22943]: audit 2024-09-21T00:20:02.846988+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T00:20:16.221 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:20:15 smithi092 bash[22943]: cluster 2024-09-21T00:20:03.821883+0000 mgr.a (mgr.14370) 140 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:20:16.221 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:20:15 smithi092 bash[22943]: cluster 2024-09-21T00:20:05.822391+0000 mgr.a (mgr.14370) 141 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:20:16.221 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:20:15 smithi092 bash[22943]: cluster 2024-09-21T00:20:07.822888+0000 mgr.a (mgr.14370) 142 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:20:16.222 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:20:15 smithi092 bash[22943]: cluster 2024-09-21T00:20:09.823429+0000 mgr.a (mgr.14370) 143 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:20:16.222 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:20:15 smithi092 bash[22943]: cluster 2024-09-21T00:20:09.916991+0000 mon.b (mon.2) 13 : cluster [INF] mon.b calling monitor election 2024-09-21T00:20:16.222 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:20:15 smithi092 bash[22943]: cluster 2024-09-21T00:20:09.921630+0000 mon.a (mon.0) 618 : cluster [INF] mon.a calling monitor election 2024-09-21T00:20:16.222 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:20:15 smithi092 bash[22943]: cluster 2024-09-21T00:20:11.823975+0000 mgr.a (mgr.14370) 144 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:20:16.222 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:20:15 smithi092 bash[22943]: cluster 2024-09-21T00:20:13.824442+0000 mgr.a (mgr.14370) 145 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:20:16.222 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:20:15 smithi092 bash[22943]: cluster 2024-09-21T00:20:14.941325+0000 mon.a (mon.0) 619 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-09-21T00:20:16.222 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:20:15 smithi092 bash[22943]: cluster 2024-09-21T00:20:14.952250+0000 mon.a (mon.0) 620 : cluster [DBG] monmap epoch 3 2024-09-21T00:20:16.222 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:20:15 smithi092 bash[22943]: cluster 2024-09-21T00:20:14.952282+0000 mon.a (mon.0) 621 : cluster [DBG] fsid 80a90d1c-77ad-11ef-baf5-efdc52797490 2024-09-21T00:20:16.222 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:20:15 smithi092 bash[22943]: cluster 2024-09-21T00:20:14.952299+0000 mon.a (mon.0) 622 : cluster [DBG] last_changed 2024-09-21T00:11:32.297533+0000 2024-09-21T00:20:16.222 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:20:15 smithi092 bash[22943]: cluster 2024-09-21T00:20:14.952313+0000 mon.a (mon.0) 623 : cluster [DBG] created 2024-09-21T00:09:04.748115+0000 2024-09-21T00:20:16.223 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:20:15 smithi092 bash[22943]: cluster 2024-09-21T00:20:14.952329+0000 mon.a (mon.0) 624 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T00:20:16.223 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:20:15 smithi092 bash[22943]: cluster 2024-09-21T00:20:14.952346+0000 mon.a (mon.0) 625 : cluster [DBG] election_strategy: 1 2024-09-21T00:20:16.223 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:20:15 smithi092 bash[22943]: cluster 2024-09-21T00:20:14.952368+0000 mon.a (mon.0) 626 : cluster [DBG] 0: [v2:172.21.15.92:3300/0,v1:172.21.15.92:6789/0] mon.a 2024-09-21T00:20:16.223 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:20:15 smithi092 bash[22943]: cluster 2024-09-21T00:20:14.952387+0000 mon.a (mon.0) 627 : cluster [DBG] 1: [v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0] mon.c 2024-09-21T00:20:16.223 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:20:15 smithi092 bash[22943]: cluster 2024-09-21T00:20:14.952406+0000 mon.a (mon.0) 628 : cluster [DBG] 2: [v2:172.21.15.99:3300/0,v1:172.21.15.99:6789/0] mon.b 2024-09-21T00:20:16.223 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:20:15 smithi092 bash[22943]: cluster 2024-09-21T00:20:14.972752+0000 mon.a (mon.0) 629 : cluster [DBG] fsmap 2024-09-21T00:20:16.223 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:20:15 smithi092 bash[22943]: cluster 2024-09-21T00:20:14.972803+0000 mon.a (mon.0) 630 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-21T00:20:16.223 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:20:15 smithi092 bash[22943]: cluster 2024-09-21T00:20:14.973330+0000 mon.a (mon.0) 631 : cluster [DBG] mgrmap e20: a(active, since 3m), standbys: b 2024-09-21T00:20:16.223 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:20:15 smithi092 bash[22943]: cluster 2024-09-21T00:20:14.973625+0000 mon.a (mon.0) 632 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-09-21T00:20:16.223 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:20:15 smithi092 bash[22943]: cluster 2024-09-21T00:20:14.982978+0000 mon.a (mon.0) 633 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-09-21T00:20:16.223 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:20:15 smithi092 bash[22943]: cluster 2024-09-21T00:20:14.983008+0000 mon.a (mon.0) 634 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-09-21T00:20:16.223 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:20:15 smithi092 bash[22943]: cluster 2024-09-21T00:20:14.983034+0000 mon.a (mon.0) 635 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0] is down (out of quorum) 2024-09-21T00:20:16.223 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:20:15 smithi092 bash[22943]: audit 2024-09-21T00:20:14.988026+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:20:16.223 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:20:15 smithi092 bash[22943]: audit 2024-09-21T00:20:14.995890+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:20:16.224 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:20:15 smithi092 bash[22943]: audit 2024-09-21T00:20:15.076116+0000 mon.a (mon.0) 638 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:20:16.224 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:20:15 smithi092 bash[22943]: audit 2024-09-21T00:20:15.631835+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:20:16.224 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:20:15 smithi092 bash[22943]: audit 2024-09-21T00:20:15.635899+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:20:16.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:20:15 smithi099 bash[24739]: cluster 2024-09-21T00:20:01.821354+0000 mgr.a (mgr.14370) 139 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:20:16.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:20:15 smithi099 bash[24739]: audit 2024-09-21T00:20:02.846988+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T00:20:16.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:20:15 smithi099 bash[24739]: cluster 2024-09-21T00:20:03.821883+0000 mgr.a (mgr.14370) 140 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:20:16.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:20:15 smithi099 bash[24739]: cluster 2024-09-21T00:20:05.822391+0000 mgr.a (mgr.14370) 141 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:20:16.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:20:15 smithi099 bash[24739]: cluster 2024-09-21T00:20:07.822888+0000 mgr.a (mgr.14370) 142 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:20:16.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:20:15 smithi099 bash[24739]: cluster 2024-09-21T00:20:09.823429+0000 mgr.a (mgr.14370) 143 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:20:16.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:20:15 smithi099 bash[24739]: cluster 2024-09-21T00:20:09.916991+0000 mon.b (mon.2) 13 : cluster [INF] mon.b calling monitor election 2024-09-21T00:20:16.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:20:15 smithi099 bash[24739]: cluster 2024-09-21T00:20:09.921630+0000 mon.a (mon.0) 618 : cluster [INF] mon.a calling monitor election 2024-09-21T00:20:16.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:20:15 smithi099 bash[24739]: cluster 2024-09-21T00:20:11.823975+0000 mgr.a (mgr.14370) 144 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:20:16.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:20:15 smithi099 bash[24739]: cluster 2024-09-21T00:20:13.824442+0000 mgr.a (mgr.14370) 145 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:20:16.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:20:15 smithi099 bash[24739]: cluster 2024-09-21T00:20:14.941325+0000 mon.a (mon.0) 619 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-09-21T00:20:16.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:20:15 smithi099 bash[24739]: cluster 2024-09-21T00:20:14.952250+0000 mon.a (mon.0) 620 : cluster [DBG] monmap epoch 3 2024-09-21T00:20:16.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:20:15 smithi099 bash[24739]: cluster 2024-09-21T00:20:14.952282+0000 mon.a (mon.0) 621 : cluster [DBG] fsid 80a90d1c-77ad-11ef-baf5-efdc52797490 2024-09-21T00:20:16.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:20:15 smithi099 bash[24739]: cluster 2024-09-21T00:20:14.952299+0000 mon.a (mon.0) 622 : cluster [DBG] last_changed 2024-09-21T00:11:32.297533+0000 2024-09-21T00:20:16.319 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:20:15 smithi099 bash[24739]: cluster 2024-09-21T00:20:14.952313+0000 mon.a (mon.0) 623 : cluster [DBG] created 2024-09-21T00:09:04.748115+0000 2024-09-21T00:20:16.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:20:15 smithi099 bash[24739]: cluster 2024-09-21T00:20:14.952329+0000 mon.a (mon.0) 624 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T00:20:16.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:20:15 smithi099 bash[24739]: cluster 2024-09-21T00:20:14.952346+0000 mon.a (mon.0) 625 : cluster [DBG] election_strategy: 1 2024-09-21T00:20:16.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:20:15 smithi099 bash[24739]: cluster 2024-09-21T00:20:14.952368+0000 mon.a (mon.0) 626 : cluster [DBG] 0: [v2:172.21.15.92:3300/0,v1:172.21.15.92:6789/0] mon.a 2024-09-21T00:20:16.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:20:15 smithi099 bash[24739]: cluster 2024-09-21T00:20:14.952387+0000 mon.a (mon.0) 627 : cluster [DBG] 1: [v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0] mon.c 2024-09-21T00:20:16.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:20:15 smithi099 bash[24739]: cluster 2024-09-21T00:20:14.952406+0000 mon.a (mon.0) 628 : cluster [DBG] 2: [v2:172.21.15.99:3300/0,v1:172.21.15.99:6789/0] mon.b 2024-09-21T00:20:16.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:20:15 smithi099 bash[24739]: cluster 2024-09-21T00:20:14.972752+0000 mon.a (mon.0) 629 : cluster [DBG] fsmap 2024-09-21T00:20:16.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:20:15 smithi099 bash[24739]: cluster 2024-09-21T00:20:14.972803+0000 mon.a (mon.0) 630 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-21T00:20:16.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:20:15 smithi099 bash[24739]: cluster 2024-09-21T00:20:14.973330+0000 mon.a (mon.0) 631 : cluster [DBG] mgrmap e20: a(active, since 3m), standbys: b 2024-09-21T00:20:16.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:20:15 smithi099 bash[24739]: cluster 2024-09-21T00:20:14.973625+0000 mon.a (mon.0) 632 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-09-21T00:20:16.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:20:15 smithi099 bash[24739]: cluster 2024-09-21T00:20:14.982978+0000 mon.a (mon.0) 633 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-09-21T00:20:16.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:20:15 smithi099 bash[24739]: cluster 2024-09-21T00:20:14.983008+0000 mon.a (mon.0) 634 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-09-21T00:20:16.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:20:15 smithi099 bash[24739]: cluster 2024-09-21T00:20:14.983034+0000 mon.a (mon.0) 635 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0] is down (out of quorum) 2024-09-21T00:20:16.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:20:15 smithi099 bash[24739]: audit 2024-09-21T00:20:14.988026+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:20:16.320 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:20:15 smithi099 bash[24739]: audit 2024-09-21T00:20:14.995890+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:20:16.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:20:15 smithi099 bash[24739]: audit 2024-09-21T00:20:15.076116+0000 mon.a (mon.0) 638 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:20:16.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:20:15 smithi099 bash[24739]: audit 2024-09-21T00:20:15.631835+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:20:16.321 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:20:15 smithi099 bash[24739]: audit 2024-09-21T00:20:15.635899+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:20:17.221 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:20:16 smithi092 bash[22943]: cluster 2024-09-21T00:20:15.824859+0000 mgr.a (mgr.14370) 146 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:20:17.317 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:20:16 smithi099 bash[24739]: cluster 2024-09-21T00:20:15.824859+0000 mgr.a (mgr.14370) 146 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:20:19.220 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:20:18 smithi092 bash[22943]: cluster 2024-09-21T00:20:17.825330+0000 mgr.a (mgr.14370) 147 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:20:19.220 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:20:18 smithi092 bash[22943]: audit 2024-09-21T00:20:17.853281+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:20:19.221 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:20:18 smithi092 bash[22943]: audit 2024-09-21T00:20:17.855103+0000 mon.a (mon.0) 642 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T00:20:19.317 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:20:18 smithi099 bash[24739]: cluster 2024-09-21T00:20:17.825330+0000 mgr.a (mgr.14370) 147 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:20:19.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:20:18 smithi099 bash[24739]: audit 2024-09-21T00:20:17.853281+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:20:19.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:20:18 smithi099 bash[24739]: audit 2024-09-21T00:20:17.855103+0000 mon.a (mon.0) 642 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T00:20:21.220 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:20:20 smithi092 bash[22943]: cluster 2024-09-21T00:20:19.825840+0000 mgr.a (mgr.14370) 148 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:20:21.220 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:20:20 smithi092 bash[22943]: audit 2024-09-21T00:20:20.559217+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:20:21.220 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:20:20 smithi092 bash[22943]: audit 2024-09-21T00:20:20.567236+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:20:21.317 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:20:20 smithi099 bash[24739]: cluster 2024-09-21T00:20:19.825840+0000 mgr.a (mgr.14370) 148 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:20:21.317 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:20:20 smithi099 bash[24739]: audit 2024-09-21T00:20:20.559217+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:20:21.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:20:20 smithi099 bash[24739]: audit 2024-09-21T00:20:20.567236+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:20:22.220 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:20:21 smithi092 bash[22943]: audit 2024-09-21T00:20:21.235649+0000 mon.a (mon.0) 645 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:20:22.220 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:20:21 smithi092 bash[22943]: audit 2024-09-21T00:20:21.236651+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:20:22.220 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:20:21 smithi092 bash[22943]: audit 2024-09-21T00:20:21.244838+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:20:22.317 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:20:21 smithi099 bash[24739]: audit 2024-09-21T00:20:21.235649+0000 mon.a (mon.0) 645 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:20:22.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:20:21 smithi099 bash[24739]: audit 2024-09-21T00:20:21.236651+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:20:22.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:20:21 smithi099 bash[24739]: audit 2024-09-21T00:20:21.244838+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:20:22.720 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:20:22 smithi092 bash[23205]: ::ffff:172.21.15.99 - - [21/Sep/2024:00:20:22] "GET /metrics HTTP/1.1" 200 21534 "" "Prometheus/2.43.0" 2024-09-21T00:20:23.220 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:20:22 smithi092 bash[22943]: cluster 2024-09-21T00:20:21.826471+0000 mgr.a (mgr.14370) 149 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:20:23.317 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:20:22 smithi099 bash[24739]: cluster 2024-09-21T00:20:21.826471+0000 mgr.a (mgr.14370) 149 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:20:25.220 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:20:24 smithi092 bash[22943]: cluster 2024-09-21T00:20:23.827024+0000 mgr.a (mgr.14370) 150 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:20:25.317 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:20:24 smithi099 bash[24739]: cluster 2024-09-21T00:20:23.827024+0000 mgr.a (mgr.14370) 150 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:20:27.220 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:20:26 smithi092 bash[22943]: cluster 2024-09-21T00:20:25.827464+0000 mgr.a (mgr.14370) 151 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:20:27.317 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:20:26 smithi099 bash[24739]: cluster 2024-09-21T00:20:25.827464+0000 mgr.a (mgr.14370) 151 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:20:29.220 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:20:28 smithi092 bash[22943]: cluster 2024-09-21T00:20:27.828021+0000 mgr.a (mgr.14370) 152 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:20:29.317 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:20:28 smithi099 bash[24739]: cluster 2024-09-21T00:20:27.828021+0000 mgr.a (mgr.14370) 152 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:20:31.220 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:20:30 smithi092 bash[22943]: cluster 2024-09-21T00:20:29.828510+0000 mgr.a (mgr.14370) 153 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:20:31.317 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:20:30 smithi099 bash[24739]: cluster 2024-09-21T00:20:29.828510+0000 mgr.a (mgr.14370) 153 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:20:32.720 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:20:32 smithi092 bash[23205]: ::ffff:172.21.15.99 - - [21/Sep/2024:00:20:32] "GET /metrics HTTP/1.1" 200 21534 "" "Prometheus/2.43.0" 2024-09-21T00:20:33.220 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:20:32 smithi092 bash[22943]: cluster 2024-09-21T00:20:31.829001+0000 mgr.a (mgr.14370) 154 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:20:33.220 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:20:32 smithi092 bash[22943]: audit 2024-09-21T00:20:32.847899+0000 mon.a (mon.0) 648 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T00:20:33.317 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:20:32 smithi099 bash[24739]: cluster 2024-09-21T00:20:31.829001+0000 mgr.a (mgr.14370) 154 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:20:33.317 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:20:32 smithi099 bash[24739]: audit 2024-09-21T00:20:32.847899+0000 mon.a (mon.0) 648 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T00:20:35.220 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:20:34 smithi092 bash[22943]: cluster 2024-09-21T00:20:33.829610+0000 mgr.a (mgr.14370) 155 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:20:35.317 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:20:34 smithi099 bash[24739]: cluster 2024-09-21T00:20:33.829610+0000 mgr.a (mgr.14370) 155 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:20:37.220 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:20:36 smithi092 bash[22943]: cluster 2024-09-21T00:20:35.830228+0000 mgr.a (mgr.14370) 156 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:20:37.317 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:20:36 smithi099 bash[24739]: cluster 2024-09-21T00:20:35.830228+0000 mgr.a (mgr.14370) 156 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:20:39.220 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:20:38 smithi092 bash[22943]: cluster 2024-09-21T00:20:37.830771+0000 mgr.a (mgr.14370) 157 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:20:39.317 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:20:38 smithi099 bash[24739]: cluster 2024-09-21T00:20:37.830771+0000 mgr.a (mgr.14370) 157 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:20:41.220 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:20:40 smithi092 bash[22943]: cluster 2024-09-21T00:20:39.831274+0000 mgr.a (mgr.14370) 158 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:20:41.317 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:20:40 smithi099 bash[24739]: cluster 2024-09-21T00:20:39.831274+0000 mgr.a (mgr.14370) 158 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:20:42.720 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:20:42 smithi092 bash[23205]: ::ffff:172.21.15.99 - - [21/Sep/2024:00:20:42] "GET /metrics HTTP/1.1" 200 21525 "" "Prometheus/2.43.0" 2024-09-21T00:20:43.220 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:20:42 smithi092 bash[22943]: cluster 2024-09-21T00:20:41.831791+0000 mgr.a (mgr.14370) 159 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:20:43.317 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:20:42 smithi099 bash[24739]: cluster 2024-09-21T00:20:41.831791+0000 mgr.a (mgr.14370) 159 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:20:45.220 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:20:44 smithi092 bash[22943]: cluster 2024-09-21T00:20:43.832405+0000 mgr.a (mgr.14370) 160 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:20:45.317 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:20:44 smithi099 bash[24739]: cluster 2024-09-21T00:20:43.832405+0000 mgr.a (mgr.14370) 160 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:20:47.220 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:20:46 smithi092 bash[22943]: cluster 2024-09-21T00:20:45.832926+0000 mgr.a (mgr.14370) 161 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:20:47.317 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:20:46 smithi099 bash[24739]: cluster 2024-09-21T00:20:45.832926+0000 mgr.a (mgr.14370) 161 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:20:48.220 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:20:47 smithi092 bash[22943]: audit 2024-09-21T00:20:47.848425+0000 mon.a (mon.0) 649 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T00:20:48.317 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:20:47 smithi099 bash[24739]: audit 2024-09-21T00:20:47.848425+0000 mon.a (mon.0) 649 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T00:20:49.220 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:20:48 smithi092 bash[22943]: cluster 2024-09-21T00:20:47.833486+0000 mgr.a (mgr.14370) 162 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:20:49.317 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:20:48 smithi099 bash[24739]: cluster 2024-09-21T00:20:47.833486+0000 mgr.a (mgr.14370) 162 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:20:51.220 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:20:50 smithi092 bash[22943]: cluster 2024-09-21T00:20:49.834051+0000 mgr.a (mgr.14370) 163 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:20:51.317 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:20:50 smithi099 bash[24739]: cluster 2024-09-21T00:20:49.834051+0000 mgr.a (mgr.14370) 163 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:20:52.720 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:20:52 smithi092 bash[23205]: ::ffff:172.21.15.99 - - [21/Sep/2024:00:20:52] "GET /metrics HTTP/1.1" 200 21533 "" "Prometheus/2.43.0" 2024-09-21T00:20:53.222 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:20:52 smithi092 bash[22943]: cluster 2024-09-21T00:20:51.834578+0000 mgr.a (mgr.14370) 164 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:20:53.317 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:20:52 smithi099 bash[24739]: cluster 2024-09-21T00:20:51.834578+0000 mgr.a (mgr.14370) 164 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:20:55.220 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:20:54 smithi092 bash[22943]: cluster 2024-09-21T00:20:53.835098+0000 mgr.a (mgr.14370) 165 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:20:55.317 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:20:54 smithi099 bash[24739]: cluster 2024-09-21T00:20:53.835098+0000 mgr.a (mgr.14370) 165 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:20:57.220 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:20:56 smithi092 bash[22943]: cluster 2024-09-21T00:20:55.835597+0000 mgr.a (mgr.14370) 166 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:20:57.317 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:20:56 smithi099 bash[24739]: cluster 2024-09-21T00:20:55.835597+0000 mgr.a (mgr.14370) 166 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:20:59.220 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:20:58 smithi092 bash[22943]: cluster 2024-09-21T00:20:57.836119+0000 mgr.a (mgr.14370) 167 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:20:59.317 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:20:58 smithi099 bash[24739]: cluster 2024-09-21T00:20:57.836119+0000 mgr.a (mgr.14370) 167 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:21:01.220 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:21:00 smithi092 bash[22943]: cluster 2024-09-21T00:20:59.836603+0000 mgr.a (mgr.14370) 168 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:21:01.317 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:21:00 smithi099 bash[24739]: cluster 2024-09-21T00:20:59.836603+0000 mgr.a (mgr.14370) 168 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:21:02.720 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:21:02 smithi092 bash[23205]: ::ffff:172.21.15.99 - - [21/Sep/2024:00:21:02] "GET /metrics HTTP/1.1" 200 21533 "" "Prometheus/2.43.0" 2024-09-21T00:21:03.220 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:21:02 smithi092 bash[22943]: cluster 2024-09-21T00:21:01.837135+0000 mgr.a (mgr.14370) 169 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:21:03.220 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:21:02 smithi092 bash[22943]: audit 2024-09-21T00:21:02.848677+0000 mon.a (mon.0) 650 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T00:21:03.317 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:21:02 smithi099 bash[24739]: cluster 2024-09-21T00:21:01.837135+0000 mgr.a (mgr.14370) 169 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:21:03.317 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:21:02 smithi099 bash[24739]: audit 2024-09-21T00:21:02.848677+0000 mon.a (mon.0) 650 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T00:21:05.220 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:21:04 smithi092 bash[22943]: cluster 2024-09-21T00:21:03.837664+0000 mgr.a (mgr.14370) 170 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:21:05.317 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:21:04 smithi099 bash[24739]: cluster 2024-09-21T00:21:03.837664+0000 mgr.a (mgr.14370) 170 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:21:07.220 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:21:06 smithi092 bash[22943]: cluster 2024-09-21T00:21:05.838161+0000 mgr.a (mgr.14370) 171 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:21:07.318 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:21:06 smithi099 bash[24739]: cluster 2024-09-21T00:21:05.838161+0000 mgr.a (mgr.14370) 171 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:21:09.220 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:21:08 smithi092 bash[22943]: cluster 2024-09-21T00:21:07.838669+0000 mgr.a (mgr.14370) 172 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:21:09.317 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:21:08 smithi099 bash[24739]: cluster 2024-09-21T00:21:07.838669+0000 mgr.a (mgr.14370) 172 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:21:11.220 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:21:10 smithi092 bash[22943]: cluster 2024-09-21T00:21:09.839205+0000 mgr.a (mgr.14370) 173 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:21:11.317 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:21:10 smithi099 bash[24739]: cluster 2024-09-21T00:21:09.839205+0000 mgr.a (mgr.14370) 173 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:21:12.720 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:21:12 smithi092 bash[23205]: ::ffff:172.21.15.99 - - [21/Sep/2024:00:21:12] "GET /metrics HTTP/1.1" 200 21533 "" "Prometheus/2.43.0" 2024-09-21T00:21:13.317 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:21:13 smithi099 bash[24739]: cluster 2024-09-21T00:21:11.839716+0000 mgr.a (mgr.14370) 174 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:21:13.470 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:21:13 smithi092 bash[22943]: cluster 2024-09-21T00:21:11.839716+0000 mgr.a (mgr.14370) 174 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:21:15.317 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:21:15 smithi099 bash[24739]: cluster 2024-09-21T00:21:13.840281+0000 mgr.a (mgr.14370) 175 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:21:15.470 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:21:15 smithi092 bash[22943]: cluster 2024-09-21T00:21:13.840281+0000 mgr.a (mgr.14370) 175 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:21:17.317 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:21:17 smithi099 bash[24739]: cluster 2024-09-21T00:21:15.840814+0000 mgr.a (mgr.14370) 176 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:21:17.470 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:21:17 smithi092 bash[22943]: cluster 2024-09-21T00:21:15.840814+0000 mgr.a (mgr.14370) 176 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:21:18.317 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:21:18 smithi099 bash[24739]: audit 2024-09-21T00:21:17.849088+0000 mon.a (mon.0) 651 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T00:21:18.470 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:21:18 smithi092 bash[22943]: audit 2024-09-21T00:21:17.849088+0000 mon.a (mon.0) 651 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T00:21:19.317 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:21:19 smithi099 bash[24739]: cluster 2024-09-21T00:21:17.841329+0000 mgr.a (mgr.14370) 177 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:21:19.470 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:21:19 smithi092 bash[22943]: cluster 2024-09-21T00:21:17.841329+0000 mgr.a (mgr.14370) 177 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:21:21.317 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:21:21 smithi099 bash[24739]: cluster 2024-09-21T00:21:19.841966+0000 mgr.a (mgr.14370) 178 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:21:21.470 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:21:21 smithi092 bash[22943]: cluster 2024-09-21T00:21:19.841966+0000 mgr.a (mgr.14370) 178 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:21:22.317 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:21:22 smithi099 bash[24739]: audit 2024-09-21T00:21:21.396809+0000 mon.a (mon.0) 652 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:21:22.317 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:21:22 smithi099 bash[24739]: audit 2024-09-21T00:21:21.999694+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:21:22.317 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:21:22 smithi099 bash[24739]: audit 2024-09-21T00:21:22.006293+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:21:22.317 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:21:22 smithi099 bash[24739]: audit 2024-09-21T00:21:22.010653+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:21:22.317 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:21:22 smithi099 bash[24739]: audit 2024-09-21T00:21:22.014747+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:21:22.470 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:21:22 smithi092 bash[23205]: ::ffff:172.21.15.99 - - [21/Sep/2024:00:21:22] "GET /metrics HTTP/1.1" 200 21532 "" "Prometheus/2.43.0" 2024-09-21T00:21:22.470 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:21:22 smithi092 bash[22943]: audit 2024-09-21T00:21:21.396809+0000 mon.a (mon.0) 652 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T00:21:22.470 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:21:22 smithi092 bash[22943]: audit 2024-09-21T00:21:21.999694+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:21:22.470 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:21:22 smithi092 bash[22943]: audit 2024-09-21T00:21:22.006293+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:21:22.470 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:21:22 smithi092 bash[22943]: audit 2024-09-21T00:21:22.010653+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:21:22.470 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:21:22 smithi092 bash[22943]: audit 2024-09-21T00:21:22.014747+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:21:23.317 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:21:23 smithi099 bash[24739]: cluster 2024-09-21T00:21:21.842593+0000 mgr.a (mgr.14370) 179 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:21:23.317 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:21:23 smithi099 bash[24739]: audit 2024-09-21T00:21:22.796127+0000 mon.a (mon.0) 657 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:21:23.317 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:21:23 smithi099 bash[24739]: audit 2024-09-21T00:21:22.797873+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:21:23.317 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:21:23 smithi099 bash[24739]: audit 2024-09-21T00:21:22.807283+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:21:23.470 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:21:23 smithi092 bash[22943]: cluster 2024-09-21T00:21:21.842593+0000 mgr.a (mgr.14370) 179 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:21:23.470 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:21:23 smithi092 bash[22943]: audit 2024-09-21T00:21:22.796127+0000 mon.a (mon.0) 657 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T00:21:23.470 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:21:23 smithi092 bash[22943]: audit 2024-09-21T00:21:22.797873+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T00:21:23.470 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:21:23 smithi092 bash[22943]: audit 2024-09-21T00:21:22.807283+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' 2024-09-21T00:21:25.317 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:21:25 smithi099 bash[24739]: cluster 2024-09-21T00:21:23.843157+0000 mgr.a (mgr.14370) 180 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:21:25.470 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:21:25 smithi092 bash[22943]: cluster 2024-09-21T00:21:23.843157+0000 mgr.a (mgr.14370) 180 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:21:27.317 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:21:27 smithi099 bash[24739]: cluster 2024-09-21T00:21:25.843659+0000 mgr.a (mgr.14370) 181 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:21:27.470 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:21:27 smithi092 bash[22943]: cluster 2024-09-21T00:21:25.843659+0000 mgr.a (mgr.14370) 181 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:21:29.317 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:21:29 smithi099 bash[24739]: cluster 2024-09-21T00:21:27.844196+0000 mgr.a (mgr.14370) 182 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:21:29.470 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:21:29 smithi092 bash[22943]: cluster 2024-09-21T00:21:27.844196+0000 mgr.a (mgr.14370) 182 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:21:31.317 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:21:31 smithi099 bash[24739]: cluster 2024-09-21T00:21:29.844715+0000 mgr.a (mgr.14370) 183 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:21:31.470 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:21:31 smithi092 bash[22943]: cluster 2024-09-21T00:21:29.844715+0000 mgr.a (mgr.14370) 183 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:21:32.720 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:21:32 smithi092 bash[23205]: ::ffff:172.21.15.99 - - [21/Sep/2024:00:21:32] "GET /metrics HTTP/1.1" 200 21532 "" "Prometheus/2.43.0" 2024-09-21T00:21:33.317 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:21:33 smithi099 bash[24739]: cluster 2024-09-21T00:21:31.845220+0000 mgr.a (mgr.14370) 184 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:21:33.317 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:21:33 smithi099 bash[24739]: audit 2024-09-21T00:21:32.849445+0000 mon.a (mon.0) 660 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T00:21:33.470 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:21:33 smithi092 bash[22943]: cluster 2024-09-21T00:21:31.845220+0000 mgr.a (mgr.14370) 184 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:21:33.470 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:21:33 smithi092 bash[22943]: audit 2024-09-21T00:21:32.849445+0000 mon.a (mon.0) 660 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T00:21:35.317 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:21:35 smithi099 bash[24739]: cluster 2024-09-21T00:21:33.845751+0000 mgr.a (mgr.14370) 185 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:21:35.470 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:21:35 smithi092 bash[22943]: cluster 2024-09-21T00:21:33.845751+0000 mgr.a (mgr.14370) 185 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:21:37.470 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:21:37 smithi092 bash[22943]: cluster 2024-09-21T00:21:35.846231+0000 mgr.a (mgr.14370) 186 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:21:37.567 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:21:37 smithi099 bash[24739]: cluster 2024-09-21T00:21:35.846231+0000 mgr.a (mgr.14370) 186 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:21:39.470 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:21:39 smithi092 bash[22943]: cluster 2024-09-21T00:21:37.846729+0000 mgr.a (mgr.14370) 187 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:21:39.567 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:21:39 smithi099 bash[24739]: cluster 2024-09-21T00:21:37.846729+0000 mgr.a (mgr.14370) 187 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:21:40.470 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:21:40 smithi092 bash[22943]: cluster 2024-09-21T00:21:39.847299+0000 mgr.a (mgr.14370) 188 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:21:40.567 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:21:40 smithi099 bash[24739]: cluster 2024-09-21T00:21:39.847299+0000 mgr.a (mgr.14370) 188 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:21:42.720 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:21:42 smithi092 bash[23205]: ::ffff:172.21.15.99 - - [21/Sep/2024:00:21:42] "GET /metrics HTTP/1.1" 200 21535 "" "Prometheus/2.43.0" 2024-09-21T00:21:43.220 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:21:42 smithi092 bash[22943]: cluster 2024-09-21T00:21:41.847926+0000 mgr.a (mgr.14370) 189 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:21:43.317 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:21:42 smithi099 bash[24739]: cluster 2024-09-21T00:21:41.847926+0000 mgr.a (mgr.14370) 189 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:21:45.220 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:21:44 smithi092 bash[22943]: cluster 2024-09-21T00:21:43.848528+0000 mgr.a (mgr.14370) 190 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:21:45.317 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:21:44 smithi099 bash[24739]: cluster 2024-09-21T00:21:43.848528+0000 mgr.a (mgr.14370) 190 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:21:47.220 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:21:46 smithi092 bash[22943]: cluster 2024-09-21T00:21:45.849178+0000 mgr.a (mgr.14370) 191 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:21:47.317 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:21:46 smithi099 bash[24739]: cluster 2024-09-21T00:21:45.849178+0000 mgr.a (mgr.14370) 191 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:21:48.220 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:21:47 smithi092 bash[22943]: audit 2024-09-21T00:21:47.850020+0000 mon.a (mon.0) 661 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T00:21:48.317 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:21:47 smithi099 bash[24739]: audit 2024-09-21T00:21:47.850020+0000 mon.a (mon.0) 661 : audit [DBG] from='mgr.14370 172.21.15.92:0/2398524052' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T00:21:49.220 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:21:48 smithi092 bash[22943]: cluster 2024-09-21T00:21:47.849731+0000 mgr.a (mgr.14370) 192 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:21:49.317 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:21:48 smithi099 bash[24739]: cluster 2024-09-21T00:21:47.849731+0000 mgr.a (mgr.14370) 192 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:21:51.220 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:21:50 smithi092 bash[22943]: cluster 2024-09-21T00:21:49.850255+0000 mgr.a (mgr.14370) 193 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:21:51.317 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:21:50 smithi099 bash[24739]: cluster 2024-09-21T00:21:49.850255+0000 mgr.a (mgr.14370) 193 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:21:52.720 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:21:52 smithi092 bash[23205]: ::ffff:172.21.15.99 - - [21/Sep/2024:00:21:52] "GET /metrics HTTP/1.1" 200 21531 "" "Prometheus/2.43.0" 2024-09-21T00:21:53.220 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:21:52 smithi092 bash[22943]: cluster 2024-09-21T00:21:51.850764+0000 mgr.a (mgr.14370) 194 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:21:53.317 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:21:52 smithi099 bash[24739]: cluster 2024-09-21T00:21:51.850764+0000 mgr.a (mgr.14370) 194 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:21:55.220 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:21:54 smithi092 bash[22943]: cluster 2024-09-21T00:21:53.851293+0000 mgr.a (mgr.14370) 195 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:21:55.317 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:21:54 smithi099 bash[24739]: cluster 2024-09-21T00:21:53.851293+0000 mgr.a (mgr.14370) 195 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T00:21:55.430 INFO:teuthology.orchestra.run.smithi092.stderr:+ curl -s http://172.21.15.99:9095/api/v1/status/config 2024-09-21T00:21:55.438 INFO:teuthology.orchestra.run.smithi092.stderr:+ curl -s http://172.21.15.99:9095/api/v1/status/config 2024-09-21T00:21:55.438 INFO:teuthology.orchestra.run.smithi092.stderr:+ jq -e '.status == "success"' 2024-09-21T00:21:55.445 INFO:teuthology.orchestra.run.smithi092.stdout:{"status":"success","data":{"yaml":"global:\n scrape_interval: 10s\n scrape_timeout: 10s\n evaluation_interval: 10s\n external_labels:\n cluster: 80a90d1c-77ad-11ef-baf5-efdc52797490\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.92:8765/sd/prometheus/sd-config?service=alertmanager\nrule_files:\n- /etc/prometheus/alerting/*\nscrape_configs:\n- job_name: ceph\n honor_labels: true\n honor_timestamps: true\n scrape_interval: 10s\n scrape_timeout: 10s\n metrics_path: /metrics\n scheme: http\n follow_redirects: true\n enable_http2: true\n relabel_configs:\n - source_labels: [__address__]\n separator: ;\n regex: (.*)\n target_label: cluster\n replacement: 80a90d1c-77ad-11ef-baf5-efdc52797490\n action: replace\n - source_labels: [instance]\n separator: ;\n regex: (.*)\n target_label: instance\n replacement: ceph_cluster\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.92:8765/sd/prometheus/sd-config?service=mgr-prometheus\n- job_name: node\n honor_timestamps: true\n scrape_interval: 10s\n scrape_timeout: 10s\n metrics_path: /metrics\n scheme: http\n follow_redirects: true\n enable_http2: true\n relabel_configs:\n - source_labels: [__address__]\n separator: ;\n regex: (.*)\n target_label: cluster\n replacement: 80a90d1c-77ad-11ef-baf5-efdc52797490\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.92:8765/sd/prometheus/sd-config?service=node-exporter\n- job_name: ceph-exporter\n honor_labels: true\n honor_timestamps: true\n scrape_interval: 10s\n scrape_timeout: 10s\n metrics_path: /metrics\n scheme: http\n follow_redirects: true\n enable_http2: true\n relabel_configs:\n - source_labels: [__address__]\n separator: ;\n regex: (.*)\n target_label: cluster\n replacement: 80a90d1c-77ad-11ef-baf5-efdc52797490\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.92:8765/sd/prometheus/sd-config?service=ceph-exporter\n- job_name: nvmeof\n honor_timestamps: true\n scrape_interval: 10s\n scrape_timeout: 10s\n metrics_path: /metrics\n scheme: http\n follow_redirects: true\n enable_http2: true\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.92:8765/sd/prometheus/sd-config?service=nvmeof\n- job_name: federate\n honor_labels: true\n honor_timestamps: true\n params:\n match[]:\n - '{job=\"ceph\"}'\n - '{job=\"node\"}'\n - '{job=\"haproxy\"}'\n - '{job=\"ceph-exporter\"}'\n scrape_interval: 15s\n scrape_timeout: 10s\n metrics_path: /federate\n scheme: http\n follow_redirects: true\n enable_http2: true\n static_configs:\n - targets: []\n"}}true 2024-09-21T00:21:55.446 INFO:teuthology.orchestra.run.smithi092.stderr:+ curl -s http://172.21.15.99:9095/api/v1/alerts 2024-09-21T00:21:55.452 INFO:teuthology.orchestra.run.smithi092.stderr:+ jq -e '.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"' 2024-09-21T00:21:55.452 INFO:teuthology.orchestra.run.smithi092.stderr:+ curl -s http://172.21.15.99:9095/api/v1/alerts 2024-09-21T00:21:55.457 INFO:teuthology.orchestra.run.smithi092.stdout:{"status":"success","data":{"alerts":[{"labels":{"alertname":"CephMonDownQuorumAtRisk","oid":"1.3.6.1.4.1.50495.1.2.1.3.1","severity":"critical","type":"ceph_default"},"annotations":{"description":"Quorum requires a majority of monitors (x 2) to be active. Without quorum the cluster will become inoperable, affecting all services and connected clients. The following monitors are down: - mon.c on smithi136","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"state":"firing","activeAt":"2024-09-21T00:20:30.084118673Z","value":"1e+00"},{"labels":{"alertname":"CephMonDown","severity":"warning","type":"ceph_default"},"annotations":{"description":"You have 1 monitor down. Quorum is still intact, but the loss of an additional monitor will make your cluster inoperable. The following monitors are down: - mon.c on smithi136\n","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"One or more monitors down"},"state":"firing","activeAt":"2024-09-21T00:20:30.084118673Z","value":"1e+00"},{"labels":{"alertname":"CephHealthWarning","cluster":"80a90d1c-77ad-11ef-baf5-efdc52797490","instance":"ceph_cluster","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-09-21T00:20:30.13866993Z","value":"1e+00"}]}}true 2024-09-21T00:21:55.457 INFO:teuthology.orchestra.run.smithi092.stderr:+ curl -s http://172.21.15.136:9093/api/v1/status 2024-09-21T00:21:55.464 INFO:teuthology.orchestra.run.smithi092.stderr:+ curl -s http://172.21.15.136:9093/api/v1/alerts 2024-09-21T00:21:55.470 INFO:teuthology.orchestra.run.smithi092.stderr:+ curl -s http://172.21.15.136:9093/api/v1/alerts 2024-09-21T00:21:55.470 INFO:teuthology.orchestra.run.smithi092.stderr:+ jq -e '.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"' 2024-09-21T00:21:55.475 INFO:teuthology.orchestra.run.smithi092.stdout:{"status":"success","data":{"configYAML":"global:\n resolve_timeout: 5m\n http_config:\n tls_config:\n insecure_skip_verify: true\n follow_redirects: true\n enable_http2: true\n smtp_hello: localhost\n smtp_require_tls: true\n pagerduty_url: https://events.pagerduty.com/v2/enqueue\n opsgenie_api_url: https://api.opsgenie.com/\n wechat_api_url: https://qyapi.weixin.qq.com/cgi-bin/\n victorops_api_url: https://alert.victorops.com/integrations/generic/20131114/alert/\n telegram_api_url: https://api.telegram.org\n webex_api_url: https://webexapis.com/v1/messages\nroute:\n receiver: default\n continue: false\n routes:\n - receiver: ceph-dashboard\n group_by:\n - alertname\n continue: false\n group_wait: 10s\n group_interval: 10s\n repeat_interval: 1h\nreceivers:\n- name: default\n- name: ceph-dashboard\n webhook_configs:\n - send_resolved: true\n http_config:\n tls_config:\n insecure_skip_verify: true\n follow_redirects: true\n enable_http2: true\n url: https://smithi092.front.sepia.ceph.com:8443/api/prometheus_receiver\n max_alerts: 0\n - send_resolved: true\n http_config:\n tls_config:\n insecure_skip_verify: true\n follow_redirects: true\n enable_http2: true\n url: https://smithi099.front.sepia.ceph.com:8443/api/prometheus_receiver\n max_alerts: 0\ntemplates: []\n","configJSON":{"global":{"resolve_timeout":"5m","http_config":{"proxy_url":null,"tls_config":{"insecure_skip_verify":true},"follow_redirects":true,"enable_http2":true},"smtp_hello":"localhost","smtp_smarthost":"","smtp_require_tls":true,"pagerduty_url":"https://events.pagerduty.com/v2/enqueue","opsgenie_api_url":"https://api.opsgenie.com/","wechat_api_url":"https://qyapi.weixin.qq.com/cgi-bin/","victorops_api_url":"https://alert.victorops.com/integrations/generic/20131114/alert/","telegram_api_url":"https://api.telegram.org","webex_api_url":"https://webexapis.com/v1/messages"},"route":{"receiver":"default","routes":[{"receiver":"ceph-dashboard","group_by":["alertname"],"group_wait":"10s","group_interval":"10s","repeat_interval":"1h"}]},"receivers":[{"name":"default"},{"name":"ceph-dashboard","webhook_configs":[{"send_resolved":true,"http_config":{"proxy_url":null,"tls_config":{"insecure_skip_verify":true},"follow_redirects":true,"enable_http2":true},"url":"https://smithi092.front.sepia.ceph.com:8443/api/prometheus_receiver","max_alerts":0},{"send_resolved":true,"http_config":{"proxy_url":null,"tls_config":{"insecure_skip_verify":true},"follow_redirects":true,"enable_http2":true},"url":"https://smithi099.front.sepia.ceph.com:8443/api/prometheus_receiver","max_alerts":0}]}],"templates":null},"versionInfo":{"branch":"HEAD","buildDate":"20221222-14:51:36","buildUser":"root@abe866dd5717","goVersion":"go1.19.4","revision":"258fab7cdd551f2cf251ed0348f0ad7289aee789","version":"0.25.0"},"uptime":"2024-09-21T00:17:06.820043626Z","clusterStatus":{"name":"01J88Z0ZR3QEVD9Y6272T98JW7","status":"ready","peers":[{"name":"01J88Z0ZR3QEVD9Y6272T98JW7","address":"172.21.15.136:9094"}]}}}{"status":"success","data":[{"labels":{"alertname":"CephMonDownQuorumAtRisk","cluster":"80a90d1c-77ad-11ef-baf5-efdc52797490","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 smithi136","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"startsAt":"2024-09-21T00:21:00.084Z","endsAt":"2024-09-21T00:25:00.084Z","generatorURL":"http://smithi099.front.sepia.ceph.com:9095/graph?g0.expr=%28%28ceph_health_detail%7Bname%3D%22MON_DOWN%22%7D+%3D%3D+1%29+%2A+on+%28%29+%28count%28ceph_mon_quorum_status+%3D%3D+1%29+%3D%3D+bool+%28floor%28count%28ceph_mon_metadata%29+%2F+2%29+%2B+1%29%29%29+%3D%3D+1\u0026g0.tab=1","status":{"state":"active","silencedBy":null,"inhibitedBy":null},"receivers":["ceph-dashboard"],"fingerprint":"5167bef5d5a7f5d3"},{"labels":{"alertname":"CephMonDown","cluster":"80a90d1c-77ad-11ef-baf5-efdc52797490","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 smithi136\n","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"One or more monitors down"},"startsAt":"2024-09-21T00:21:00.084Z","endsAt":"2024-09-21T00:25:00.084Z","generatorURL":"http://smithi099.front.sepia.ceph.com:9095/graph?g0.expr=count%28ceph_mon_quorum_status+%3D%3D+0%29+%3C%3D+%28count%28ceph_mon_metadata%29+-+floor%28count%28ceph_mon_metadata%29+%2F+2%29+%2B+1%29\u0026g0.tab=1","status":{"state":"active","silencedBy":null,"inhibitedBy":null},"receivers":["ceph-dashboard"],"fingerprint":"b7d52b855ba200c4"}]}true 2024-09-21T00:21:56.102 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-21T00:21:56.111 INFO:tasks.cephadm:Teardown begin 2024-09-21T00:21:56.112 DEBUG:teuthology.orchestra.run.smithi092:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-21T00:21:56.126 DEBUG:teuthology.orchestra.run.smithi099:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-21T00:21:56.139 DEBUG:teuthology.orchestra.run.smithi136:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-21T00:21:56.153 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-21T00:21:56.153 DEBUG:teuthology.orchestra.run.smithi092:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-21T00:21:56.172 DEBUG:teuthology.orchestra.run.smithi099:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-21T00:21:56.185 DEBUG:teuthology.orchestra.run.smithi136:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-21T00:21:56.199 INFO:tasks.cephadm:Stopping all daemons... 2024-09-21T00:21:56.199 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-09-21T00:21:56.199 DEBUG:teuthology.orchestra.run.smithi092:> sudo systemctl stop ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@mon.a 2024-09-21T00:21:56.354 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:21:56 smithi092 systemd[1]: Stopping Ceph mon.a for 80a90d1c-77ad-11ef-baf5-efdc52797490... 2024-09-21T00:21:56.583 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:21:56 smithi092 bash[23205]: [21/Sep/2024:00:21:56] ENGINE Bus STOPPING 2024-09-21T00:21:56.584 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:21:56 smithi092 bash[22943]: debug 2024-09-21T00:21:56.359+0000 7ff6fbb83640 -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-09-21T00:21:56.584 INFO:journalctl@ceph.mon.a.smithi092.stdout:Sep 21 00:21:56 smithi092 bash[22943]: debug 2024-09-21T00:21:56.359+0000 7ff6fbb83640 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-09-21T00:21:56.895 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:21:56 smithi092 bash[23205]: [21/Sep/2024:00:21:56] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-21T00:21:56.895 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:21:56 smithi092 bash[23205]: [21/Sep/2024:00:21:56] ENGINE Bus STOPPED 2024-09-21T00:21:56.895 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:21:56 smithi092 bash[23205]: [21/Sep/2024:00:21:56] ENGINE Bus STARTING 2024-09-21T00:21:57.219 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:21:56 smithi092 bash[23205]: [21/Sep/2024:00:21:56] ENGINE Serving on http://:::9283 2024-09-21T00:21:57.220 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:21:56 smithi092 bash[23205]: [21/Sep/2024:00:21:56] ENGINE Bus STARTED 2024-09-21T00:21:57.413 DEBUG:teuthology.orchestra.run.smithi092:> sudo pkill -f 'journalctl -f -n 0 -u ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@mon.a.service' 2024-09-21T00:21:57.435 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T00:21:57.435 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-09-21T00:21:57.435 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-09-21T00:21:57.435 DEBUG:teuthology.orchestra.run.smithi099:> sudo systemctl stop ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@mon.b 2024-09-21T00:21:57.818 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:21:57 smithi099 systemd[1]: Stopping Ceph mon.b for 80a90d1c-77ad-11ef-baf5-efdc52797490... 2024-09-21T00:21:57.818 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:21:57 smithi099 bash[24739]: debug 2024-09-21T00:21:57.688+0000 7f9233e37640 -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-09-21T00:21:57.818 INFO:journalctl@ceph.mon.b.smithi099.stdout:Sep 21 00:21:57 smithi099 bash[24739]: debug 2024-09-21T00:21:57.688+0000 7f9233e37640 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-09-21T00:21:58.566 DEBUG:teuthology.orchestra.run.smithi099:> sudo pkill -f 'journalctl -f -n 0 -u ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@mon.b.service' 2024-09-21T00:21:58.591 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T00:21:58.592 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-09-21T00:21:58.592 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-09-21T00:21:58.592 DEBUG:teuthology.orchestra.run.smithi136:> sudo systemctl stop ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@mon.c 2024-09-21T00:21:58.614 DEBUG:teuthology.orchestra.run.smithi136:> sudo pkill -f 'journalctl -f -n 0 -u ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@mon.c.service' 2024-09-21T00:21:58.684 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T00:21:58.685 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-09-21T00:21:58.685 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-09-21T00:21:58.685 DEBUG:teuthology.orchestra.run.smithi092:> sudo systemctl stop ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@mgr.a 2024-09-21T00:21:58.970 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:21:58 smithi092 systemd[1]: Stopping Ceph mgr.a for 80a90d1c-77ad-11ef-baf5-efdc52797490... 2024-09-21T00:21:58.970 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:21:58 smithi092 bash[23205]: debug 2024-09-21T00:21:58.818+0000 7f93ed542640 -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-09-21T00:21:58.970 INFO:journalctl@ceph.mgr.a.smithi092.stdout:Sep 21 00:21:58 smithi092 bash[23205]: debug 2024-09-21T00:21:58.818+0000 7f93ed542640 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-09-21T00:21:59.583 DEBUG:teuthology.orchestra.run.smithi092:> sudo pkill -f 'journalctl -f -n 0 -u ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@mgr.a.service' 2024-09-21T00:21:59.604 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T00:21:59.605 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-09-21T00:21:59.605 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-09-21T00:21:59.605 DEBUG:teuthology.orchestra.run.smithi099:> sudo systemctl stop ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@mgr.b 2024-09-21T00:22:00.000 INFO:journalctl@ceph.mgr.b.smithi099.stdout:Sep 21 00:21:59 smithi099 systemd[1]: Stopping Ceph mgr.b for 80a90d1c-77ad-11ef-baf5-efdc52797490... 2024-09-21T00:22:00.483 DEBUG:teuthology.orchestra.run.smithi099:> sudo pkill -f 'journalctl -f -n 0 -u ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@mgr.b.service' 2024-09-21T00:22:00.504 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T00:22:00.505 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-09-21T00:22:00.505 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-09-21T00:22:00.505 DEBUG:teuthology.orchestra.run.smithi092:> sudo systemctl stop ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@osd.0 2024-09-21T00:22:00.970 INFO:journalctl@ceph.osd.0.smithi092.stdout:Sep 21 00:22:00 smithi092 systemd[1]: Stopping Ceph osd.0 for 80a90d1c-77ad-11ef-baf5-efdc52797490... 2024-09-21T00:22:00.970 INFO:journalctl@ceph.osd.0.smithi092.stdout:Sep 21 00:22:00 smithi092 bash[32472]: debug 2024-09-21T00:22:00.630+0000 7f38a4e0a640 -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-09-21T00:22:00.970 INFO:journalctl@ceph.osd.0.smithi092.stdout:Sep 21 00:22:00 smithi092 bash[32472]: debug 2024-09-21T00:22:00.630+0000 7f38a4e0a640 -1 osd.0 22 *** Got signal Terminated *** 2024-09-21T00:22:00.970 INFO:journalctl@ceph.osd.0.smithi092.stdout:Sep 21 00:22:00 smithi092 bash[32472]: debug 2024-09-21T00:22:00.630+0000 7f38a4e0a640 -1 osd.0 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-21T00:22:06.825 INFO:journalctl@ceph.osd.0.smithi092.stdout:Sep 21 00:22:06 smithi092 bash[40075]: ceph-80a90d1c-77ad-11ef-baf5-efdc52797490-osd-0 2024-09-21T00:22:06.825 INFO:journalctl@ceph.osd.0.smithi092.stdout:Sep 21 00:22:06 smithi092 bash[40140]: Error response from daemon: No such container: ceph-80a90d1c-77ad-11ef-baf5-efdc52797490-osd-0 2024-09-21T00:22:08.556 DEBUG:teuthology.orchestra.run.smithi092:> sudo pkill -f 'journalctl -f -n 0 -u ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@osd.0.service' 2024-09-21T00:22:08.593 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T00:22:08.593 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-09-21T00:22:08.593 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-09-21T00:22:08.594 DEBUG:teuthology.orchestra.run.smithi099:> sudo systemctl stop ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@osd.1 2024-09-21T00:22:09.067 INFO:journalctl@ceph.osd.1.smithi099.stdout:Sep 21 00:22:08 smithi099 systemd[1]: Stopping Ceph osd.1 for 80a90d1c-77ad-11ef-baf5-efdc52797490... 2024-09-21T00:22:09.067 INFO:journalctl@ceph.osd.1.smithi099.stdout:Sep 21 00:22:08 smithi099 bash[27722]: debug 2024-09-21T00:22:08.791+0000 7f4926f9b640 -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-09-21T00:22:09.067 INFO:journalctl@ceph.osd.1.smithi099.stdout:Sep 21 00:22:08 smithi099 bash[27722]: debug 2024-09-21T00:22:08.791+0000 7f4926f9b640 -1 osd.1 22 *** Got signal Terminated *** 2024-09-21T00:22:09.068 INFO:journalctl@ceph.osd.1.smithi099.stdout:Sep 21 00:22:08 smithi099 bash[27722]: debug 2024-09-21T00:22:08.791+0000 7f4926f9b640 -1 osd.1 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-21T00:22:15.205 INFO:journalctl@ceph.osd.1.smithi099.stdout:Sep 21 00:22:14 smithi099 bash[32163]: ceph-80a90d1c-77ad-11ef-baf5-efdc52797490-osd-1 2024-09-21T00:22:15.206 INFO:journalctl@ceph.osd.1.smithi099.stdout:Sep 21 00:22:15 smithi099 bash[32229]: ceph-80a90d1c-77ad-11ef-baf5-efdc52797490-osd-1 2024-09-21T00:22:16.820 DEBUG:teuthology.orchestra.run.smithi099:> sudo pkill -f 'journalctl -f -n 0 -u ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@osd.1.service' 2024-09-21T00:22:16.858 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T00:22:16.859 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-09-21T00:22:16.859 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-09-21T00:22:16.859 DEBUG:teuthology.orchestra.run.smithi136:> sudo systemctl stop ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@osd.2 2024-09-21T00:22:17.165 INFO:journalctl@ceph.osd.2.smithi136.stdout:Sep 21 00:22:16 smithi136 systemd[1]: Stopping Ceph osd.2 for 80a90d1c-77ad-11ef-baf5-efdc52797490... 2024-09-21T00:22:17.165 INFO:journalctl@ceph.osd.2.smithi136.stdout:Sep 21 00:22:17 smithi136 bash[28091]: debug 2024-09-21T00:22:17.076+0000 7fb7b3964640 -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-09-21T00:22:17.165 INFO:journalctl@ceph.osd.2.smithi136.stdout:Sep 21 00:22:17 smithi136 bash[28091]: debug 2024-09-21T00:22:17.076+0000 7fb7b3964640 -1 osd.2 22 *** Got signal Terminated *** 2024-09-21T00:22:17.165 INFO:journalctl@ceph.osd.2.smithi136.stdout:Sep 21 00:22:17 smithi136 bash[28091]: debug 2024-09-21T00:22:17.076+0000 7fb7b3964640 -1 osd.2 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-21T00:22:23.354 INFO:journalctl@ceph.osd.2.smithi136.stdout:Sep 21 00:22:23 smithi136 bash[33315]: ceph-80a90d1c-77ad-11ef-baf5-efdc52797490-osd-2 2024-09-21T00:22:23.354 INFO:journalctl@ceph.osd.2.smithi136.stdout:Sep 21 00:22:23 smithi136 bash[33379]: Error response from daemon: No such container: ceph-80a90d1c-77ad-11ef-baf5-efdc52797490-osd-2 2024-09-21T00:22:24.946 DEBUG:teuthology.orchestra.run.smithi136:> sudo pkill -f 'journalctl -f -n 0 -u ceph-80a90d1c-77ad-11ef-baf5-efdc52797490@osd.2.service' 2024-09-21T00:22:24.984 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T00:22:24.984 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-09-21T00:22:24.984 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 80a90d1c-77ad-11ef-baf5-efdc52797490 --force --keep-logs 2024-09-21T00:22:25.165 INFO:teuthology.orchestra.run.smithi092.stdout:Deleting cluster with fsid: 80a90d1c-77ad-11ef-baf5-efdc52797490 2024-09-21T00:22:32.868 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 80a90d1c-77ad-11ef-baf5-efdc52797490 --force --keep-logs 2024-09-21T00:22:33.042 INFO:teuthology.orchestra.run.smithi099.stdout:Deleting cluster with fsid: 80a90d1c-77ad-11ef-baf5-efdc52797490 2024-09-21T00:22:40.747 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 80a90d1c-77ad-11ef-baf5-efdc52797490 --force --keep-logs 2024-09-21T00:22:40.933 INFO:teuthology.orchestra.run.smithi136.stdout:Deleting cluster with fsid: 80a90d1c-77ad-11ef-baf5-efdc52797490 2024-09-21T00:22:48.574 DEBUG:teuthology.orchestra.run.smithi092:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-21T00:22:48.589 DEBUG:teuthology.orchestra.run.smithi099:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-21T00:22:48.603 DEBUG:teuthology.orchestra.run.smithi136:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-21T00:22:48.615 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-21T00:22:48.617 DEBUG:teuthology.misc:Transferring archived files from smithi092:/var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/crash to /home/teuthworker/archive/teuthology-2024-09-20_21:08:02-orch-squid-distro-default-smithi/7913118/remote/smithi092/crash 2024-09-21T00:22:48.618 DEBUG:teuthology.orchestra.run.smithi092:> sudo tar c -f - -C /var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/crash -- . 2024-09-21T00:22:48.642 INFO:teuthology.orchestra.run.smithi092.stderr:tar: /var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/crash: Cannot open: No such file or directory 2024-09-21T00:22:48.643 INFO:teuthology.orchestra.run.smithi092.stderr:tar: Error is not recoverable: exiting now 2024-09-21T00:22:48.644 DEBUG:teuthology.misc:Transferring archived files from smithi099:/var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/crash to /home/teuthworker/archive/teuthology-2024-09-20_21:08:02-orch-squid-distro-default-smithi/7913118/remote/smithi099/crash 2024-09-21T00:22:48.645 DEBUG:teuthology.orchestra.run.smithi099:> sudo tar c -f - -C /var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/crash -- . 2024-09-21T00:22:48.657 INFO:teuthology.orchestra.run.smithi099.stderr:tar: /var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/crash: Cannot open: No such file or directory 2024-09-21T00:22:48.657 INFO:teuthology.orchestra.run.smithi099.stderr:tar: Error is not recoverable: exiting now 2024-09-21T00:22:48.659 DEBUG:teuthology.misc:Transferring archived files from smithi136:/var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/crash to /home/teuthworker/archive/teuthology-2024-09-20_21:08:02-orch-squid-distro-default-smithi/7913118/remote/smithi136/crash 2024-09-21T00:22:48.660 DEBUG:teuthology.orchestra.run.smithi136:> sudo tar c -f - -C /var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/crash -- . 2024-09-21T00:22:48.671 INFO:teuthology.orchestra.run.smithi136.stderr:tar: /var/lib/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/crash: Cannot open: No such file or directory 2024-09-21T00:22:48.671 INFO:teuthology.orchestra.run.smithi136.stderr:tar: Error is not recoverable: exiting now 2024-09-21T00:22:48.672 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-21T00:22:48.672 DEBUG:teuthology.orchestra.run.smithi092:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | egrep -v CEPHADM_STRAY_DAEMON | egrep -v CEPHADM_FAILED_DAEMON | head -n 1 2024-09-21T00:22:48.702 INFO:tasks.cephadm:Compressing logs... 2024-09-21T00:22:48.702 DEBUG:teuthology.orchestra.run.smithi092:> 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-09-21T00:22:48.746 DEBUG:teuthology.orchestra.run.smithi099:> 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-09-21T00:22:48.748 DEBUG:teuthology.orchestra.run.smithi136:> 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-09-21T00:22:48.753 INFO:teuthology.orchestra.run.smithi092.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-21T00:22:48.759 INFO:teuthology.orchestra.run.smithi092.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-21T00:22:48.759 INFO:teuthology.orchestra.run.smithi092.stderr:gzip -5 --verbose -- /var/log/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/ceph-osd.0.log 2024-09-21T00:22:48.760 INFO:teuthology.orchestra.run.smithi092.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/ceph-mon.a.log 2024-09-21T00:22:48.760 INFO:teuthology.orchestra.run.smithi092.stderr:/var/log/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/ceph.cephadm.log 2024-09-21T00:22:48.761 INFO:teuthology.orchestra.run.smithi092.stderr:/var/log/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/ceph.log 2024-09-21T00:22:48.761 INFO:teuthology.orchestra.run.smithi092.stderr:/var/log/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/ceph-volume.log 2024-09-21T00:22:48.761 INFO:teuthology.orchestra.run.smithi092.stderr: 83.9% -- replaced with /var/log/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/ceph.cephadm.log.gz 2024-09-21T00:22:48.761 INFO:teuthology.orchestra.run.smithi092.stderr:/var/log/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/ceph.log: gzip -5 --verbose -- /var/log/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/ceph.audit.log 2024-09-21T00:22:48.762 INFO:teuthology.orchestra.run.smithi136.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-21T00:22:48.762 INFO:teuthology.orchestra.run.smithi099.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-21T00:22:48.762 INFO:teuthology.orchestra.run.smithi092.stderr:gzip -5 --verbose -- /var/log/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/ceph-mgr.a.log 2024-09-21T00:22:48.763 INFO:teuthology.orchestra.run.smithi092.stderr:/var/log/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/ceph-volume.log: /var/log/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/ceph.audit.log: /var/log/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/ceph-mgr.a.log: 87.7% -- replaced with /var/log/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/ceph.log.gz 2024-09-21T00:22:48.763 INFO:teuthology.orchestra.run.smithi092.stderr: 89.8% -- replaced with /var/log/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/ceph.audit.log.gz 2024-09-21T00:22:48.765 INFO:teuthology.orchestra.run.smithi092.stderr: 91.3% -- replaced with /var/log/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/ceph-volume.log.gz 2024-09-21T00:22:48.775 INFO:teuthology.orchestra.run.smithi136.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-21T00:22:48.776 INFO:teuthology.orchestra.run.smithi099.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-21T00:22:48.776 INFO:teuthology.orchestra.run.smithi092.stderr: 92.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-21T00:22:48.777 INFO:teuthology.orchestra.run.smithi099.stderr:gzip -5 --verbose -- /var/log/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/ceph.cephadm.log 2024-09-21T00:22:48.777 INFO:teuthology.orchestra.run.smithi099.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/ceph-osd.1.log 2024-09-21T00:22:48.778 INFO:teuthology.orchestra.run.smithi136.stderr:gzip -5 --verbose -- /var/log/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/ceph-osd.2.log 2024-09-21T00:22:48.778 INFO:teuthology.orchestra.run.smithi136.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/ceph.cephadm.log 2024-09-21T00:22:48.778 INFO:teuthology.orchestra.run.smithi136.stderr:/var/log/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/ceph.log 2024-09-21T00:22:48.778 INFO:teuthology.orchestra.run.smithi136.stderr:/var/log/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/ceph.cephadm.log: 79.8% -- replaced with /var/log/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/ceph.cephadm.log.gz 2024-09-21T00:22:48.778 INFO:teuthology.orchestra.run.smithi136.stderr: 88.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-21T00:22:48.779 INFO:teuthology.orchestra.run.smithi136.stderr:gzip -5 --verbose -- /var/log/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/ceph-volume.log 2024-09-21T00:22:48.780 INFO:teuthology.orchestra.run.smithi136.stderr:gzip -5 --verbose -- /var/log/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/ceph-mon.c.log 2024-09-21T00:22:48.780 INFO:teuthology.orchestra.run.smithi136.stderr:gzip/var/log/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/ceph-volume.log: -5 --verbose -- /var/log/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/ceph.audit.log 2024-09-21T00:22:48.780 INFO:teuthology.orchestra.run.smithi136.stderr:/var/log/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/ceph.log: /var/log/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/ceph-mon.c.log: /var/log/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/ceph.audit.log: 87.8% -- replaced with /var/log/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/ceph.log.gz 2024-09-21T00:22:48.780 INFO:teuthology.orchestra.run.smithi099.stderr:/var/log/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/ceph.log 2024-09-21T00:22:48.781 INFO:teuthology.orchestra.run.smithi099.stderr: 79.8% -- replaced with /var/log/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/ceph.cephadm.log.gz 2024-09-21T00:22:48.781 INFO:teuthology.orchestra.run.smithi099.stderr:gzip -5 --verbose -- /var/log/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/ceph-volume.log 2024-09-21T00:22:48.781 INFO:teuthology.orchestra.run.smithi099.stderr:/var/log/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/ceph-osd.1.log: /var/log/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/ceph.log: gzip -5 --verbose -- /var/log/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/ceph-mgr.b.log 2024-09-21T00:22:48.781 INFO:teuthology.orchestra.run.smithi099.stderr:/var/log/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/ceph.audit.log 2024-09-21T00:22:48.781 INFO:teuthology.orchestra.run.smithi099.stderr:gzip -5 --verbose -- /var/log/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/ceph-mon.b.log 2024-09-21T00:22:48.781 INFO:teuthology.orchestra.run.smithi099.stderr:/var/log/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/ceph-mgr.b.log: 87.7% -- replaced with /var/log/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/ceph.log.gz 2024-09-21T00:22:48.781 INFO:teuthology.orchestra.run.smithi099.stderr:/var/log/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/ceph.audit.log: 85.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-21T00:22:48.781 INFO:teuthology.orchestra.run.smithi099.stderr:/var/log/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/ceph-mon.b.log: 90.1% -- replaced with /var/log/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/ceph.audit.log.gz 2024-09-21T00:22:48.782 INFO:teuthology.orchestra.run.smithi099.stderr: 91.0% -- replaced with /var/log/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/ceph-volume.log.gz 2024-09-21T00:22:48.782 INFO:teuthology.orchestra.run.smithi136.stderr: 89.9% -- replaced with /var/log/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/ceph.audit.log.gz 2024-09-21T00:22:48.782 INFO:teuthology.orchestra.run.smithi136.stderr: 91.3% -- replaced with /var/log/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/ceph-volume.log.gz 2024-09-21T00:22:48.790 INFO:teuthology.orchestra.run.smithi099.stderr: 90.9% -- replaced with /var/log/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/ceph-mgr.b.log.gz 2024-09-21T00:22:48.805 INFO:teuthology.orchestra.run.smithi092.stderr: 93.6% -- replaced with /var/log/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/ceph-osd.0.log.gz 2024-09-21T00:22:48.820 INFO:teuthology.orchestra.run.smithi136.stderr: 93.6% -- replaced with /var/log/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/ceph-osd.2.log.gz 2024-09-21T00:22:48.860 INFO:teuthology.orchestra.run.smithi092.stderr: 90.5% -- replaced with /var/log/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/ceph-mgr.a.log.gz 2024-09-21T00:22:48.866 INFO:teuthology.orchestra.run.smithi136.stderr: 93.3% -- replaced with /var/log/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/ceph-mon.c.log.gz 2024-09-21T00:22:48.867 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-09-21T00:22:48.867 INFO:teuthology.orchestra.run.smithi136.stderr:real 0m0.115s 2024-09-21T00:22:48.867 INFO:teuthology.orchestra.run.smithi136.stderr:user 0m0.143s 2024-09-21T00:22:48.867 INFO:teuthology.orchestra.run.smithi136.stderr:sys 0m0.022s 2024-09-21T00:22:48.868 INFO:teuthology.orchestra.run.smithi099.stderr: 93.9% -- replaced with /var/log/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/ceph-osd.1.log.gz 2024-09-21T00:22:48.885 INFO:teuthology.orchestra.run.smithi099.stderr: 93.0% -- replaced with /var/log/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/ceph-mon.b.log.gz 2024-09-21T00:22:48.886 INFO:teuthology.orchestra.run.smithi099.stderr: 2024-09-21T00:22:48.886 INFO:teuthology.orchestra.run.smithi099.stderr:real 0m0.136s 2024-09-21T00:22:48.886 INFO:teuthology.orchestra.run.smithi099.stderr:user 0m0.224s 2024-09-21T00:22:48.886 INFO:teuthology.orchestra.run.smithi099.stderr:sys 0m0.020s 2024-09-21T00:22:49.041 INFO:teuthology.orchestra.run.smithi092.stderr: 91.1% -- replaced with /var/log/ceph/80a90d1c-77ad-11ef-baf5-efdc52797490/ceph-mon.a.log.gz 2024-09-21T00:22:49.042 INFO:teuthology.orchestra.run.smithi092.stderr: 2024-09-21T00:22:49.042 INFO:teuthology.orchestra.run.smithi092.stderr:real 0m0.295s 2024-09-21T00:22:49.042 INFO:teuthology.orchestra.run.smithi092.stderr:user 0m0.431s 2024-09-21T00:22:49.042 INFO:teuthology.orchestra.run.smithi092.stderr:sys 0m0.038s 2024-09-21T00:22:49.043 INFO:tasks.cephadm:Archiving logs... 2024-09-21T00:22:49.043 DEBUG:teuthology.misc:Transferring archived files from smithi092:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-09-20_21:08:02-orch-squid-distro-default-smithi/7913118/remote/smithi092/log 2024-09-21T00:22:49.044 DEBUG:teuthology.orchestra.run.smithi092:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-21T00:22:49.171 DEBUG:teuthology.misc:Transferring archived files from smithi099:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-09-20_21:08:02-orch-squid-distro-default-smithi/7913118/remote/smithi099/log 2024-09-21T00:22:49.172 DEBUG:teuthology.orchestra.run.smithi099:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-21T00:22:49.216 DEBUG:teuthology.misc:Transferring archived files from smithi136:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-09-20_21:08:02-orch-squid-distro-default-smithi/7913118/remote/smithi136/log 2024-09-21T00:22:49.216 DEBUG:teuthology.orchestra.run.smithi136:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-21T00:22:49.250 INFO:tasks.cephadm:Removing cluster... 2024-09-21T00:22:49.250 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 80a90d1c-77ad-11ef-baf5-efdc52797490 --force 2024-09-21T00:22:49.432 INFO:teuthology.orchestra.run.smithi092.stdout:Deleting cluster with fsid: 80a90d1c-77ad-11ef-baf5-efdc52797490 2024-09-21T00:22:50.715 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 80a90d1c-77ad-11ef-baf5-efdc52797490 --force 2024-09-21T00:22:50.902 INFO:teuthology.orchestra.run.smithi099.stdout:Deleting cluster with fsid: 80a90d1c-77ad-11ef-baf5-efdc52797490 2024-09-21T00:22:52.243 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 80a90d1c-77ad-11ef-baf5-efdc52797490 --force 2024-09-21T00:22:52.427 INFO:teuthology.orchestra.run.smithi136.stdout:Deleting cluster with fsid: 80a90d1c-77ad-11ef-baf5-efdc52797490 2024-09-21T00:22:53.758 INFO:tasks.cephadm:Removing cephadm ... 2024-09-21T00:22:53.759 DEBUG:teuthology.orchestra.run.smithi092:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-21T00:22:53.765 DEBUG:teuthology.orchestra.run.smithi099:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-21T00:22:53.770 DEBUG:teuthology.orchestra.run.smithi136:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-21T00:22:53.775 INFO:tasks.cephadm:Teardown complete 2024-09-21T00:22:53.776 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-09-21T00:22:53.787 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-09-21T00:22:53.788 DEBUG:teuthology.orchestra.run.smithi092:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-21T00:22:53.810 DEBUG:teuthology.orchestra.run.smithi099:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-21T00:22:53.814 DEBUG:teuthology.orchestra.run.smithi136:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-21T00:22:53.901 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-21T00:22:53.910 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-21T00:22:53.910 DEBUG:teuthology.orchestra.run.smithi092:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-21T00:22:53.913 DEBUG:teuthology.orchestra.run.smithi099:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-21T00:22:53.915 DEBUG:teuthology.orchestra.run.smithi136:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-21T00:22:53.923 INFO:teuthology.orchestra.run.smithi092.stdout: remote refid st t when poll reach delay offset jitter 2024-09-21T00:22:53.924 INFO:teuthology.orchestra.run.smithi092.stdout:============================================================================== 2024-09-21T00:22:53.924 INFO:teuthology.orchestra.run.smithi092.stdout:*hv01.front.sepi 67.205.162.81 3 u 51 64 377 0.089 -8.027 3.446 2024-09-21T00:22:53.924 INFO:teuthology.orchestra.run.smithi092.stdout:+hv02.front.sepi 63.231.80.2 3 u 49 64 377 0.066 -1.580 3.558 2024-09-21T00:22:53.924 INFO:teuthology.orchestra.run.smithi092.stdout:+hv03.front.sepi 74.6.168.72 3 u 51 64 377 0.071 -8.016 2.911 2024-09-21T00:22:53.924 INFO:teuthology.orchestra.run.smithi092.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-09-21T00:22:53.925 INFO:teuthology.orchestra.run.smithi099.stdout: remote refid st t when poll reach delay offset jitter 2024-09-21T00:22:53.925 INFO:teuthology.orchestra.run.smithi099.stdout:============================================================================== 2024-09-21T00:22:53.925 INFO:teuthology.orchestra.run.smithi099.stdout:*hv01.front.sepi 67.205.162.81 3 u 43 64 377 0.065 -5.412 2.224 2024-09-21T00:22:53.925 INFO:teuthology.orchestra.run.smithi099.stdout:+hv02.front.sepi 63.231.80.2 3 u 44 64 377 0.092 -3.572 1.973 2024-09-21T00:22:53.925 INFO:teuthology.orchestra.run.smithi099.stdout:+hv03.front.sepi 74.6.168.72 3 u 44 64 377 0.104 -4.134 1.329 2024-09-21T00:22:53.925 INFO:teuthology.orchestra.run.smithi099.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-09-21T00:22:53.927 INFO:teuthology.orchestra.run.smithi136.stdout: remote refid st t when poll reach delay offset jitter 2024-09-21T00:22:53.927 INFO:teuthology.orchestra.run.smithi136.stdout:============================================================================== 2024-09-21T00:22:53.927 INFO:teuthology.orchestra.run.smithi136.stdout:*hv01.front.sepi 67.205.162.81 3 u 41 64 377 0.091 -6.060 2.571 2024-09-21T00:22:53.927 INFO:teuthology.orchestra.run.smithi136.stdout:+hv02.front.sepi 63.231.80.2 3 u 58 64 377 0.083 -0.716 2.776 2024-09-21T00:22:53.927 INFO:teuthology.orchestra.run.smithi136.stdout:+hv03.front.sepi 74.6.168.72 3 u 57 64 377 0.087 -2.073 3.525 2024-09-21T00:22:53.927 INFO:teuthology.orchestra.run.smithi136.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-09-21T00:22:53.928 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-21T00:22:53.940 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-21T00:22:53.941 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-21T00:22:53.954 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-21T00:22:53.975 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-21T00:22:54.016 INFO:teuthology.task.internal:Duration was 1497.115042 seconds 2024-09-21T00:22:54.016 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-21T00:22:54.032 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-21T00:22:54.032 DEBUG:teuthology.orchestra.run.smithi092:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-21T00:22:54.035 DEBUG:teuthology.orchestra.run.smithi099:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-21T00:22:54.037 DEBUG:teuthology.orchestra.run.smithi136:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-21T00:22:54.074 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-21T00:22:54.074 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi092.front.sepia.ceph.com 2024-09-21T00:22:54.074 DEBUG:teuthology.orchestra.run.smithi092:> 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-09-21T00:22:54.125 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi099.front.sepia.ceph.com 2024-09-21T00:22:54.126 DEBUG:teuthology.orchestra.run.smithi099:> 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-09-21T00:22:54.136 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi136.front.sepia.ceph.com 2024-09-21T00:22:54.137 DEBUG:teuthology.orchestra.run.smithi136:> 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-09-21T00:22:54.146 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-21T00:22:54.147 DEBUG:teuthology.orchestra.run.smithi092:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-21T00:22:54.169 DEBUG:teuthology.orchestra.run.smithi099:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-21T00:22:54.178 DEBUG:teuthology.orchestra.run.smithi136:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-21T00:22:54.223 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-21T00:22:54.224 DEBUG:teuthology.orchestra.run.smithi092:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-21T00:22:54.253 DEBUG:teuthology.orchestra.run.smithi099:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-21T00:22:54.256 DEBUG:teuthology.orchestra.run.smithi136:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-21T00:22:54.344 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-21T00:22:54.366 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-21T00:22:54.366 DEBUG:teuthology.orchestra.run.smithi092:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-21T00:22:54.378 DEBUG:teuthology.orchestra.run.smithi099:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-21T00:22:54.390 DEBUG:teuthology.orchestra.run.smithi136:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-21T00:22:54.402 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-21T00:22:54.416 DEBUG:teuthology.orchestra.run.smithi092:> 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-09-21T00:22:54.422 DEBUG:teuthology.orchestra.run.smithi099:> 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-09-21T00:22:54.430 INFO:teuthology.orchestra.run.smithi092.stdout:kernel.core_pattern = core 2024-09-21T00:22:54.434 DEBUG:teuthology.orchestra.run.smithi136:> 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-09-21T00:22:54.443 INFO:teuthology.orchestra.run.smithi099.stdout:kernel.core_pattern = core 2024-09-21T00:22:54.456 INFO:teuthology.orchestra.run.smithi136.stdout:kernel.core_pattern = core 2024-09-21T00:22:54.547 DEBUG:teuthology.orchestra.run.smithi092:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-21T00:22:54.552 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T00:22:54.552 DEBUG:teuthology.orchestra.run.smithi099:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-21T00:22:54.593 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T00:22:54.594 DEBUG:teuthology.orchestra.run.smithi136:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-21T00:22:54.600 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T00:22:54.600 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-21T00:22:54.613 INFO:teuthology.task.internal:Transferring archived files... 2024-09-21T00:22:54.614 DEBUG:teuthology.misc:Transferring archived files from smithi092:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-09-20_21:08:02-orch-squid-distro-default-smithi/7913118/remote/smithi092 2024-09-21T00:22:54.614 DEBUG:teuthology.orchestra.run.smithi092:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-21T00:22:54.638 DEBUG:teuthology.misc:Transferring archived files from smithi099:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-09-20_21:08:02-orch-squid-distro-default-smithi/7913118/remote/smithi099 2024-09-21T00:22:54.638 DEBUG:teuthology.orchestra.run.smithi099:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-21T00:22:54.660 DEBUG:teuthology.misc:Transferring archived files from smithi136:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-09-20_21:08:02-orch-squid-distro-default-smithi/7913118/remote/smithi136 2024-09-21T00:22:54.661 DEBUG:teuthology.orchestra.run.smithi136:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-21T00:22:54.684 INFO:teuthology.task.internal:Removing archive directory... 2024-09-21T00:22:54.684 DEBUG:teuthology.orchestra.run.smithi092:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-21T00:22:54.687 DEBUG:teuthology.orchestra.run.smithi099:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-21T00:22:54.703 DEBUG:teuthology.orchestra.run.smithi136:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-21T00:22:54.728 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-21T00:22:54.741 INFO:teuthology.task.internal:Not uploading archives. 2024-09-21T00:22:54.742 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-21T00:22:55.054 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-21T00:22:55.054 DEBUG:teuthology.orchestra.run.smithi092:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-21T00:22:55.057 DEBUG:teuthology.orchestra.run.smithi099:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-21T00:22:55.060 DEBUG:teuthology.orchestra.run.smithi136:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-21T00:22:55.064 INFO:teuthology.orchestra.run.smithi092.stdout: 658623 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 21 00:22 /home/ubuntu/cephtest 2024-09-21T00:22:55.065 INFO:teuthology.orchestra.run.smithi099.stdout: 658463 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 21 00:22 /home/ubuntu/cephtest 2024-09-21T00:22:55.067 INFO:teuthology.orchestra.run.smithi136.stdout: 658468 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 21 00:22 /home/ubuntu/cephtest 2024-09-21T00:22:55.068 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-21T00:22:55.080 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-21T00:22:55.104 INFO:teuthology.run:Summary data: description: orch/cephadm/workunits/{0-distro/ubuntu_22.04 agent/off mon_election/classic task/test_monitoring_stack_basic} duration: 1497.115041732788 flavor: default owner: scheduled_teuthology@teuthology success: true 2024-09-21T00:22:55.104 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-21T00:22:55.196 INFO:teuthology.run:pass