2024-09-21T13:22:52.041 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-21T13:22:52.057 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-21T13:22:52.143 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-09-21_11:23:40-orch:cephadm-wip-guits-main-2024-09-21-0842-distro-default-smithi/7914022 branch: wip-guits-main-2024-09-21-0842 description: orch:cephadm/workunits/{0-distro/centos_9.stream_runc agent/off mon_election/classic task/test_monitoring_stack_basic} email: gabrioux@ibm.com first_in_suite: false job_id: '7914022' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-09-21_11:23:40-orch:cephadm-wip-guits-main-2024-09-21-0842-distro-default-smithi no_nested_subset: false os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-guits-main-2024-09-21-0842 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: 441784946648ff53dd310293f9dd752afeeea72a ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 441784946648ff53dd310293f9dd752afeeea72a selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-guits-main-2024-09-21-0842 sha1: 441784946648ff53dd310293f9dd752afeeea72a owner: scheduled_gabrioux@teuthology priority: 70 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 - - host.c - mon.c - osd.2 seed: 5896 sha1: 441784946648ff53dd310293f9dd752afeeea72a sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-guits-main-2024-09-21-0842 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_441784946648ff53dd310293f9dd752afeeea72a/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 441784946648ff53dd310293f9dd752afeeea72a targets: smithi118.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAW65CJJIjXrkDS7APmr1BIfQF1ky7PI9DVoi8x1u42PB/wDldo13wBQly2ausPHP4rXS3uqVKPhsSgAq+Kcnj0= smithi149.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOkXYjImmOA+Vx+rrELxBral8oNl8bF4Vfyrdw9N6MpQ5h5en719FrvPtu9lGeQyEZxiC+NDenjri+L1dLdK6OI= smithi175.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFOkRE4ZC/hy2qmwnOmlNL1ZE+XJdBtfbMiyDDdaEEe0Vhh4O1e5pn4OmsJP7tBfPdEKZVOAvjfTOF26/fbiH6M= tasks: - pexec: all: - sudo dnf remove nvme-cli -y - sudo dnf install runc nvmetcli nvme-cli -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - 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/v2/status\ncurl -s http://${ALERTM_IP}:9093/api/v2/alerts\n\ curl -s http://${ALERTM_IP}:9093/api/v2/alerts | jq -e '.[] | select(.labels\ \ | .alertname == \"CephMonDown\") | .status | .state == \"active\"'\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a timestamp: 2024-09-21_11:23:40 tube: smithi user: gabrioux verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2902 2024-09-21T13:22:52.143 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_441784946648ff53dd310293f9dd752afeeea72a/qa; will attempt to use it 2024-09-21T13:22:52.144 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_441784946648ff53dd310293f9dd752afeeea72a/qa/tasks 2024-09-21T13:22:52.144 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-21T13:22:52.146 INFO:teuthology.task.internal:Checking packages... 2024-09-21T13:22:52.166 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '441784946648ff53dd310293f9dd752afeeea72a' 2024-09-21T13:22:52.166 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-21T13:22:52.166 INFO:teuthology.packaging:ref: None 2024-09-21T13:22:52.166 INFO:teuthology.packaging:tag: None 2024-09-21T13:22:52.166 INFO:teuthology.packaging:branch: wip-guits-main-2024-09-21-0842 2024-09-21T13:22:52.166 INFO:teuthology.packaging:sha1: 441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:22:52.166 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-guits-main-2024-09-21-0842 2024-09-21T13:22:52.313 INFO:teuthology.task.internal:Found packages for ceph version 19.3.0-5104.g44178494 2024-09-21T13:22:52.314 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-21T13:22:52.320 INFO:teuthology.task.internal:no buildpackages task found 2024-09-21T13:22:52.320 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-21T13:22:52.329 INFO:teuthology.task.internal:Saving configuration 2024-09-21T13:22:52.340 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-21T13:22:52.346 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-21T13:22:52.370 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi118.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-21_11:23:40-orch:cephadm-wip-guits-main-2024-09-21-0842-distro-default-smithi/7914022', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-21 13:17:09.014489', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAW65CJJIjXrkDS7APmr1BIfQF1ky7PI9DVoi8x1u42PB/wDldo13wBQly2ausPHP4rXS3uqVKPhsSgAq+Kcnj0='} 2024-09-21T13:22:52.392 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi149.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-21_11:23:40-orch:cephadm-wip-guits-main-2024-09-21-0842-distro-default-smithi/7914022', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-21 13:17:09.016376', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOkXYjImmOA+Vx+rrELxBral8oNl8bF4Vfyrdw9N6MpQ5h5en719FrvPtu9lGeQyEZxiC+NDenjri+L1dLdK6OI='} 2024-09-21T13:22:52.417 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi175.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-21_11:23:40-orch:cephadm-wip-guits-main-2024-09-21-0842-distro-default-smithi/7914022', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-21 13:17:09.017501', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFOkRE4ZC/hy2qmwnOmlNL1ZE+XJdBtfbMiyDDdaEEe0Vhh4O1e5pn4OmsJP7tBfPdEKZVOAvjfTOF26/fbiH6M='} 2024-09-21T13:22:52.417 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-21T13:22:52.423 INFO:teuthology.task.internal:roles: ubuntu@smithi118.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-09-21T13:22:52.423 INFO:teuthology.task.internal:roles: ubuntu@smithi149.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-09-21T13:22:52.423 INFO:teuthology.task.internal:roles: ubuntu@smithi175.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-09-21T13:22:52.423 INFO:teuthology.run_tasks:Running task console_log... 2024-09-21T13:22:52.582 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f380f640280>, signals=[15]) 2024-09-21T13:22:52.582 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-21T13:22:52.588 INFO:teuthology.task.internal:Opening connections... 2024-09-21T13:22:52.589 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi118.front.sepia.ceph.com 2024-09-21T13:22:52.590 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T13:22:52.662 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi149.front.sepia.ceph.com 2024-09-21T13:22:52.663 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi149.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T13:22:52.736 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi175.front.sepia.ceph.com 2024-09-21T13:22:52.736 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi175.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T13:22:52.812 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-21T13:22:52.818 DEBUG:teuthology.orchestra.run.smithi118:> uname -m 2024-09-21T13:22:52.836 INFO:teuthology.orchestra.run.smithi118.stdout:x86_64 2024-09-21T13:22:52.836 DEBUG:teuthology.orchestra.run.smithi118:> cat /etc/os-release 2024-09-21T13:22:52.893 INFO:teuthology.orchestra.run.smithi118.stdout:NAME="CentOS Stream" 2024-09-21T13:22:52.894 INFO:teuthology.orchestra.run.smithi118.stdout:VERSION="9" 2024-09-21T13:22:52.894 INFO:teuthology.orchestra.run.smithi118.stdout:ID="centos" 2024-09-21T13:22:52.894 INFO:teuthology.orchestra.run.smithi118.stdout:ID_LIKE="rhel fedora" 2024-09-21T13:22:52.894 INFO:teuthology.orchestra.run.smithi118.stdout:VERSION_ID="9" 2024-09-21T13:22:52.894 INFO:teuthology.orchestra.run.smithi118.stdout:PLATFORM_ID="platform:el9" 2024-09-21T13:22:52.894 INFO:teuthology.orchestra.run.smithi118.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-21T13:22:52.894 INFO:teuthology.orchestra.run.smithi118.stdout:ANSI_COLOR="0;31" 2024-09-21T13:22:52.894 INFO:teuthology.orchestra.run.smithi118.stdout:LOGO="fedora-logo-icon" 2024-09-21T13:22:52.894 INFO:teuthology.orchestra.run.smithi118.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-21T13:22:52.894 INFO:teuthology.orchestra.run.smithi118.stdout:HOME_URL="https://centos.org/" 2024-09-21T13:22:52.894 INFO:teuthology.orchestra.run.smithi118.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-21T13:22:52.895 INFO:teuthology.orchestra.run.smithi118.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-21T13:22:52.898 INFO:teuthology.orchestra.run.smithi118.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-21T13:22:52.899 INFO:teuthology.lock.ops:Updating smithi118.front.sepia.ceph.com on lock server 2024-09-21T13:22:52.919 DEBUG:teuthology.orchestra.run.smithi149:> uname -m 2024-09-21T13:22:52.937 INFO:teuthology.orchestra.run.smithi149.stdout:x86_64 2024-09-21T13:22:52.937 DEBUG:teuthology.orchestra.run.smithi149:> cat /etc/os-release 2024-09-21T13:22:52.995 INFO:teuthology.orchestra.run.smithi149.stdout:NAME="CentOS Stream" 2024-09-21T13:22:52.995 INFO:teuthology.orchestra.run.smithi149.stdout:VERSION="9" 2024-09-21T13:22:52.995 INFO:teuthology.orchestra.run.smithi149.stdout:ID="centos" 2024-09-21T13:22:52.995 INFO:teuthology.orchestra.run.smithi149.stdout:ID_LIKE="rhel fedora" 2024-09-21T13:22:52.995 INFO:teuthology.orchestra.run.smithi149.stdout:VERSION_ID="9" 2024-09-21T13:22:52.995 INFO:teuthology.orchestra.run.smithi149.stdout:PLATFORM_ID="platform:el9" 2024-09-21T13:22:52.995 INFO:teuthology.orchestra.run.smithi149.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-21T13:22:52.995 INFO:teuthology.orchestra.run.smithi149.stdout:ANSI_COLOR="0;31" 2024-09-21T13:22:52.995 INFO:teuthology.orchestra.run.smithi149.stdout:LOGO="fedora-logo-icon" 2024-09-21T13:22:52.996 INFO:teuthology.orchestra.run.smithi149.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-21T13:22:52.996 INFO:teuthology.orchestra.run.smithi149.stdout:HOME_URL="https://centos.org/" 2024-09-21T13:22:52.996 INFO:teuthology.orchestra.run.smithi149.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-21T13:22:52.996 INFO:teuthology.orchestra.run.smithi149.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-21T13:22:52.996 INFO:teuthology.orchestra.run.smithi149.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-21T13:22:52.996 INFO:teuthology.lock.ops:Updating smithi149.front.sepia.ceph.com on lock server 2024-09-21T13:22:53.011 DEBUG:teuthology.orchestra.run.smithi175:> uname -m 2024-09-21T13:22:53.030 INFO:teuthology.orchestra.run.smithi175.stdout:x86_64 2024-09-21T13:22:53.030 DEBUG:teuthology.orchestra.run.smithi175:> cat /etc/os-release 2024-09-21T13:22:53.087 INFO:teuthology.orchestra.run.smithi175.stdout:NAME="CentOS Stream" 2024-09-21T13:22:53.088 INFO:teuthology.orchestra.run.smithi175.stdout:VERSION="9" 2024-09-21T13:22:53.088 INFO:teuthology.orchestra.run.smithi175.stdout:ID="centos" 2024-09-21T13:22:53.088 INFO:teuthology.orchestra.run.smithi175.stdout:ID_LIKE="rhel fedora" 2024-09-21T13:22:53.088 INFO:teuthology.orchestra.run.smithi175.stdout:VERSION_ID="9" 2024-09-21T13:22:53.088 INFO:teuthology.orchestra.run.smithi175.stdout:PLATFORM_ID="platform:el9" 2024-09-21T13:22:53.088 INFO:teuthology.orchestra.run.smithi175.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-21T13:22:53.088 INFO:teuthology.orchestra.run.smithi175.stdout:ANSI_COLOR="0;31" 2024-09-21T13:22:53.088 INFO:teuthology.orchestra.run.smithi175.stdout:LOGO="fedora-logo-icon" 2024-09-21T13:22:53.088 INFO:teuthology.orchestra.run.smithi175.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-21T13:22:53.088 INFO:teuthology.orchestra.run.smithi175.stdout:HOME_URL="https://centos.org/" 2024-09-21T13:22:53.088 INFO:teuthology.orchestra.run.smithi175.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-21T13:22:53.088 INFO:teuthology.orchestra.run.smithi175.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-21T13:22:53.088 INFO:teuthology.orchestra.run.smithi175.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-21T13:22:53.089 INFO:teuthology.lock.ops:Updating smithi175.front.sepia.ceph.com on lock server 2024-09-21T13:22:53.111 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-21T13:22:53.120 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-21T13:22:53.135 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-21T13:22:53.135 DEBUG:teuthology.orchestra.run.smithi118:> test '!' -e /home/ubuntu/cephtest 2024-09-21T13:22:53.138 DEBUG:teuthology.orchestra.run.smithi149:> test '!' -e /home/ubuntu/cephtest 2024-09-21T13:22:53.140 DEBUG:teuthology.orchestra.run.smithi175:> test '!' -e /home/ubuntu/cephtest 2024-09-21T13:22:53.156 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-21T13:22:53.161 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-21T13:22:53.162 DEBUG:teuthology.orchestra.run.smithi118:> test -z $(ls -A /var/lib/ceph) 2024-09-21T13:22:53.195 DEBUG:teuthology.orchestra.run.smithi149:> test -z $(ls -A /var/lib/ceph) 2024-09-21T13:22:53.197 DEBUG:teuthology.orchestra.run.smithi175:> test -z $(ls -A /var/lib/ceph) 2024-09-21T13:22:53.299 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-21T13:22:53.374 INFO:teuthology.run_tasks:Running task kernel... 2024-09-21T13:22:53.395 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-21T13:22:53.395 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-21T13:22:53.396 DEBUG:teuthology.orchestra.run.smithi118:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-21T13:22:53.396 DEBUG:teuthology.orchestra.run.smithi149:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-21T13:22:53.397 DEBUG:teuthology.orchestra.run.smithi175:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-21T13:22:53.413 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T13:22:53.414 DEBUG:teuthology.orchestra.run.smithi118:> uname -r 2024-09-21T13:22:53.415 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T13:22:53.415 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T13:22:53.415 DEBUG:teuthology.orchestra.run.smithi175:> uname -r 2024-09-21T13:22:53.416 DEBUG:teuthology.orchestra.run.smithi149:> uname -r 2024-09-21T13:22:53.471 INFO:teuthology.orchestra.run.smithi118.stdout:5.14.0-503.el9.x86_64 2024-09-21T13:22:53.472 INFO:teuthology.task.kernel:Running kernel on smithi118: 5.14.0-503.el9.x86_64 2024-09-21T13:22:53.472 DEBUG:teuthology.orchestra.run.smithi118:> sudo yum install -y kernel 2024-09-21T13:22:53.474 INFO:teuthology.orchestra.run.smithi175.stdout:5.14.0-503.el9.x86_64 2024-09-21T13:22:53.474 INFO:teuthology.task.kernel:Running kernel on smithi175: 5.14.0-503.el9.x86_64 2024-09-21T13:22:53.474 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum install -y kernel 2024-09-21T13:22:53.475 INFO:teuthology.orchestra.run.smithi149.stdout:5.14.0-503.el9.x86_64 2024-09-21T13:22:53.475 INFO:teuthology.task.kernel:Running kernel on smithi149: 5.14.0-503.el9.x86_64 2024-09-21T13:22:53.475 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum install -y kernel 2024-09-21T13:22:55.783 INFO:teuthology.orchestra.run.smithi175.stdout:CentOS Stream 9 - BaseOS 15 MB/s | 8.3 MB 00:00 2024-09-21T13:22:58.159 INFO:teuthology.orchestra.run.smithi149.stdout:CentOS Stream 9 - BaseOS 2.8 MB/s | 8.3 MB 00:02 2024-09-21T13:22:58.665 INFO:teuthology.orchestra.run.smithi118.stdout:CentOS Stream 9 - BaseOS 2.6 MB/s | 8.3 MB 00:03 2024-09-21T13:23:00.134 INFO:teuthology.orchestra.run.smithi149.stdout:CentOS Stream 9 - AppStream 23 MB/s | 20 MB 00:00 2024-09-21T13:23:04.915 INFO:teuthology.orchestra.run.smithi175.stdout:CentOS Stream 9 - AppStream 2.5 MB/s | 20 MB 00:08 2024-09-21T13:23:06.226 INFO:teuthology.orchestra.run.smithi149.stdout:CentOS Stream 9 - CRB 2.9 MB/s | 6.5 MB 00:02 2024-09-21T13:23:07.399 INFO:teuthology.orchestra.run.smithi118.stdout:CentOS Stream 9 - AppStream 2.7 MB/s | 20 MB 00:07 2024-09-21T13:23:07.860 INFO:teuthology.orchestra.run.smithi149.stdout:CentOS Stream 9 - Extras packages 46 kB/s | 19 kB 00:00 2024-09-21T13:23:08.789 INFO:teuthology.orchestra.run.smithi149.stdout:Extra Packages for Enterprise Linux 28 MB/s | 23 MB 00:00 2024-09-21T13:23:09.208 INFO:teuthology.orchestra.run.smithi175.stdout:CentOS Stream 9 - CRB 13 MB/s | 6.5 MB 00:00 2024-09-21T13:23:10.992 INFO:teuthology.orchestra.run.smithi175.stdout:CentOS Stream 9 - Extras packages 34 kB/s | 19 kB 00:00 2024-09-21T13:23:12.071 INFO:teuthology.orchestra.run.smithi175.stdout:Extra Packages for Enterprise Linux 24 MB/s | 23 MB 00:00 2024-09-21T13:23:12.649 INFO:teuthology.orchestra.run.smithi118.stdout:CentOS Stream 9 - CRB 4.4 MB/s | 6.5 MB 00:01 2024-09-21T13:23:14.116 INFO:teuthology.orchestra.run.smithi118.stdout:CentOS Stream 9 - Extras packages 74 kB/s | 19 kB 00:00 2024-09-21T13:23:14.245 INFO:teuthology.orchestra.run.smithi149.stdout:lab-extras 41 kB/s | 1.7 kB 00:00 2024-09-21T13:23:14.962 INFO:teuthology.orchestra.run.smithi118.stdout:Extra Packages for Enterprise Linux 31 MB/s | 23 MB 00:00 2024-09-21T13:23:16.102 INFO:teuthology.orchestra.run.smithi149.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-21T13:23:16.102 INFO:teuthology.orchestra.run.smithi149.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-21T13:23:16.193 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-09-21T13:23:16.198 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-09-21T13:23:16.199 INFO:teuthology.orchestra.run.smithi149.stdout: Package Architecture Version Repository Size 2024-09-21T13:23:16.199 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-09-21T13:23:16.199 INFO:teuthology.orchestra.run.smithi149.stdout:Installing: 2024-09-21T13:23:16.199 INFO:teuthology.orchestra.run.smithi149.stdout: kernel x86_64 5.14.0-508.el9 baseos 36 k 2024-09-21T13:23:16.199 INFO:teuthology.orchestra.run.smithi149.stdout:Installing dependencies: 2024-09-21T13:23:16.199 INFO:teuthology.orchestra.run.smithi149.stdout: kernel-core x86_64 5.14.0-508.el9 baseos 16 M 2024-09-21T13:23:16.199 INFO:teuthology.orchestra.run.smithi149.stdout: kernel-modules x86_64 5.14.0-508.el9 baseos 35 M 2024-09-21T13:23:16.199 INFO:teuthology.orchestra.run.smithi149.stdout: kernel-modules-core x86_64 5.14.0-508.el9 baseos 29 M 2024-09-21T13:23:16.199 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:23:16.199 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2024-09-21T13:23:16.199 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-09-21T13:23:16.200 INFO:teuthology.orchestra.run.smithi149.stdout:Install 4 Packages 2024-09-21T13:23:16.200 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:23:16.200 INFO:teuthology.orchestra.run.smithi149.stdout:Total download size: 79 M 2024-09-21T13:23:16.200 INFO:teuthology.orchestra.run.smithi149.stdout:Installed size: 126 M 2024-09-21T13:23:16.200 INFO:teuthology.orchestra.run.smithi149.stdout:Downloading Packages: 2024-09-21T13:23:16.422 INFO:teuthology.orchestra.run.smithi149.stdout:(1/4): kernel-5.14.0-508.el9.x86_64.rpm 347 kB/s | 36 kB 00:00 2024-09-21T13:23:16.805 INFO:teuthology.orchestra.run.smithi149.stdout:(2/4): kernel-core-5.14.0-508.el9.x86_64.rpm 32 MB/s | 16 MB 00:00 2024-09-21T13:23:17.197 INFO:teuthology.orchestra.run.smithi149.stdout:(3/4): kernel-modules-core-5.14.0-508.el9.x86_6 37 MB/s | 29 MB 00:00 2024-09-21T13:23:17.435 INFO:teuthology.orchestra.run.smithi175.stdout:lab-extras 28 kB/s | 1.7 kB 00:00 2024-09-21T13:23:17.514 INFO:teuthology.orchestra.run.smithi149.stdout:(4/4): kernel-modules-5.14.0-508.el9.x86_64.rpm 29 MB/s | 35 MB 00:01 2024-09-21T13:23:17.514 INFO:teuthology.orchestra.run.smithi149.stdout:-------------------------------------------------------------------------------- 2024-09-21T13:23:17.515 INFO:teuthology.orchestra.run.smithi149.stdout:Total 60 MB/s | 79 MB 00:01 2024-09-21T13:23:18.199 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction check 2024-09-21T13:23:18.544 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction check succeeded. 2024-09-21T13:23:18.544 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction test 2024-09-21T13:23:19.341 INFO:teuthology.orchestra.run.smithi175.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-21T13:23:19.341 INFO:teuthology.orchestra.run.smithi175.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-21T13:23:19.438 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2024-09-21T13:23:19.447 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-09-21T13:23:19.447 INFO:teuthology.orchestra.run.smithi175.stdout: Package Architecture Version Repository Size 2024-09-21T13:23:19.447 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-09-21T13:23:19.447 INFO:teuthology.orchestra.run.smithi175.stdout:Installing: 2024-09-21T13:23:19.447 INFO:teuthology.orchestra.run.smithi175.stdout: kernel x86_64 5.14.0-508.el9 baseos 36 k 2024-09-21T13:23:19.447 INFO:teuthology.orchestra.run.smithi175.stdout:Installing dependencies: 2024-09-21T13:23:19.448 INFO:teuthology.orchestra.run.smithi175.stdout: kernel-core x86_64 5.14.0-508.el9 baseos 16 M 2024-09-21T13:23:19.448 INFO:teuthology.orchestra.run.smithi175.stdout: kernel-modules x86_64 5.14.0-508.el9 baseos 35 M 2024-09-21T13:23:19.448 INFO:teuthology.orchestra.run.smithi175.stdout: kernel-modules-core x86_64 5.14.0-508.el9 baseos 29 M 2024-09-21T13:23:19.448 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:23:19.448 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction Summary 2024-09-21T13:23:19.448 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-09-21T13:23:19.448 INFO:teuthology.orchestra.run.smithi175.stdout:Install 4 Packages 2024-09-21T13:23:19.448 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:23:19.449 INFO:teuthology.orchestra.run.smithi175.stdout:Total download size: 79 M 2024-09-21T13:23:19.449 INFO:teuthology.orchestra.run.smithi175.stdout:Installed size: 126 M 2024-09-21T13:23:19.449 INFO:teuthology.orchestra.run.smithi175.stdout:Downloading Packages: 2024-09-21T13:23:19.505 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction test succeeded. 2024-09-21T13:23:19.506 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction 2024-09-21T13:23:19.819 INFO:teuthology.orchestra.run.smithi175.stdout:(1/4): kernel-5.14.0-508.el9.x86_64.rpm 292 kB/s | 36 kB 00:00 2024-09-21T13:23:20.384 INFO:teuthology.orchestra.run.smithi118.stdout:lab-extras 35 kB/s | 1.7 kB 00:00 2024-09-21T13:23:21.958 INFO:teuthology.orchestra.run.smithi149.stdout: Preparing : 1/1 2024-09-21T13:23:22.274 INFO:teuthology.orchestra.run.smithi118.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-21T13:23:22.274 INFO:teuthology.orchestra.run.smithi118.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-21T13:23:22.389 INFO:teuthology.orchestra.run.smithi118.stdout:Dependencies resolved. 2024-09-21T13:23:22.400 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-09-21T13:23:22.400 INFO:teuthology.orchestra.run.smithi118.stdout: Package Architecture Version Repository Size 2024-09-21T13:23:22.400 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-09-21T13:23:22.400 INFO:teuthology.orchestra.run.smithi118.stdout:Installing: 2024-09-21T13:23:22.400 INFO:teuthology.orchestra.run.smithi118.stdout: kernel x86_64 5.14.0-508.el9 baseos 36 k 2024-09-21T13:23:22.401 INFO:teuthology.orchestra.run.smithi118.stdout:Installing dependencies: 2024-09-21T13:23:22.401 INFO:teuthology.orchestra.run.smithi118.stdout: kernel-core x86_64 5.14.0-508.el9 baseos 16 M 2024-09-21T13:23:22.401 INFO:teuthology.orchestra.run.smithi118.stdout: kernel-modules x86_64 5.14.0-508.el9 baseos 35 M 2024-09-21T13:23:22.401 INFO:teuthology.orchestra.run.smithi118.stdout: kernel-modules-core x86_64 5.14.0-508.el9 baseos 29 M 2024-09-21T13:23:22.401 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:23:22.401 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction Summary 2024-09-21T13:23:22.401 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-09-21T13:23:22.401 INFO:teuthology.orchestra.run.smithi118.stdout:Install 4 Packages 2024-09-21T13:23:22.401 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:23:22.402 INFO:teuthology.orchestra.run.smithi118.stdout:Total download size: 79 M 2024-09-21T13:23:22.402 INFO:teuthology.orchestra.run.smithi118.stdout:Installed size: 126 M 2024-09-21T13:23:22.402 INFO:teuthology.orchestra.run.smithi118.stdout:Downloading Packages: 2024-09-21T13:23:22.601 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : kernel-modules-core-5.14.0-508.el9.x86_64 1/4 2024-09-21T13:23:22.689 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-21T13:23:22.736 INFO:teuthology.orchestra.run.smithi118.stdout:(1/4): kernel-5.14.0-508.el9.x86_64.rpm 125 kB/s | 36 kB 00:00 2024-09-21T13:23:23.744 INFO:teuthology.orchestra.run.smithi175.stdout:(2/4): kernel-modules-core-5.14.0-508.el9.x86_6 7.3 MB/s | 29 MB 00:03 2024-09-21T13:23:24.394 INFO:teuthology.orchestra.run.smithi175.stdout:(3/4): kernel-core-5.14.0-508.el9.x86_64.rpm 3.3 MB/s | 16 MB 00:04 2024-09-21T13:23:25.119 INFO:teuthology.orchestra.run.smithi175.stdout:(4/4): kernel-modules-5.14.0-508.el9.x86_64.rpm 6.4 MB/s | 35 MB 00:05 2024-09-21T13:23:25.119 INFO:teuthology.orchestra.run.smithi175.stdout:-------------------------------------------------------------------------------- 2024-09-21T13:23:25.120 INFO:teuthology.orchestra.run.smithi175.stdout:Total 14 MB/s | 79 MB 00:05 2024-09-21T13:23:25.469 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-21T13:23:25.609 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-21T13:23:25.809 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction check 2024-09-21T13:23:26.159 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction check succeeded. 2024-09-21T13:23:26.159 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction test 2024-09-21T13:23:27.158 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction test succeeded. 2024-09-21T13:23:27.158 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction 2024-09-21T13:23:29.614 INFO:teuthology.orchestra.run.smithi175.stdout: Preparing : 1/1 2024-09-21T13:23:30.253 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : kernel-modules-core-5.14.0-508.el9.x86_64 1/4 2024-09-21T13:23:30.344 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-21T13:23:30.431 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-21T13:23:30.509 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : kernel-5.14.0-508.el9.x86_64 4/4 2024-09-21T13:23:33.114 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-21T13:23:33.247 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-21T13:23:35.402 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-21T13:23:38.161 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-21T13:23:38.263 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : kernel-5.14.0-508.el9.x86_64 4/4 2024-09-21T13:23:38.334 INFO:teuthology.orchestra.run.smithi118.stdout:(2/4): kernel-core-5.14.0-508.el9.x86_64.rpm 1.0 MB/s | 16 MB 00:15 2024-09-21T13:23:43.099 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-21T13:23:56.132 INFO:teuthology.orchestra.run.smithi118.stdout:(3/4): kernel-modules-core-5.14.0-508.el9.x86_6 876 kB/s | 29 MB 00:33 2024-09-21T13:23:57.074 INFO:teuthology.orchestra.run.smithi118.stdout:(4/4): kernel-modules-5.14.0-508.el9.x86_64.rpm 1.0 MB/s | 35 MB 00:34 2024-09-21T13:23:57.074 INFO:teuthology.orchestra.run.smithi118.stdout:-------------------------------------------------------------------------------- 2024-09-21T13:23:57.074 INFO:teuthology.orchestra.run.smithi118.stdout:Total 2.3 MB/s | 79 MB 00:34 2024-09-21T13:23:57.758 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction check 2024-09-21T13:23:58.101 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction check succeeded. 2024-09-21T13:23:58.101 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction test 2024-09-21T13:23:59.090 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction test succeeded. 2024-09-21T13:23:59.090 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction 2024-09-21T13:24:01.554 INFO:teuthology.orchestra.run.smithi118.stdout: Preparing : 1/1 2024-09-21T13:24:02.228 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : kernel-modules-core-5.14.0-508.el9.x86_64 1/4 2024-09-21T13:24:02.324 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-21T13:24:05.095 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-21T13:24:05.255 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-21T13:24:10.131 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-21T13:24:10.363 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : kernel-5.14.0-508.el9.x86_64 4/4 2024-09-21T13:24:13.955 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 4/4 2024-09-21T13:24:13.994 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 4/4 2024-09-21T13:24:14.357 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: kernel-5.14.0-508.el9.x86_64 4/4 2024-09-21T13:24:14.357 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : kernel-5.14.0-508.el9.x86_64 1/4 2024-09-21T13:24:14.357 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-21T13:24:14.358 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-21T13:24:15.239 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-21T13:24:15.240 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-21T13:24:15.240 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:24:15.240 INFO:teuthology.orchestra.run.smithi149.stdout:Installed: 2024-09-21T13:24:15.240 INFO:teuthology.orchestra.run.smithi149.stdout: kernel-5.14.0-508.el9.x86_64 2024-09-21T13:24:15.240 INFO:teuthology.orchestra.run.smithi149.stdout: kernel-core-5.14.0-508.el9.x86_64 2024-09-21T13:24:15.240 INFO:teuthology.orchestra.run.smithi149.stdout: kernel-modules-5.14.0-508.el9.x86_64 2024-09-21T13:24:15.240 INFO:teuthology.orchestra.run.smithi149.stdout: kernel-modules-core-5.14.0-508.el9.x86_64 2024-09-21T13:24:15.240 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:24:15.240 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-09-21T13:24:15.623 DEBUG:teuthology.orchestra.run.smithi149:> rpm -q kernel | sort -rV | head -n 1 2024-09-21T13:24:15.720 INFO:teuthology.orchestra.run.smithi149.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-21T13:24:15.720 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-21T13:24:15.720 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-508.el9.x86_64 2024-09-21T13:24:15.720 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-21T13:24:15.720 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-21T13:24:15.720 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-09-21T13:24:15.720 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi149.front.sepia.ceph.com, path=None, version=distro) 2024-09-21T13:24:15.721 DEBUG:teuthology.orchestra.run.smithi149:> rpm -q kernel | sort -rV | head -n 1 2024-09-21T13:24:15.779 INFO:teuthology.orchestra.run.smithi149.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-21T13:24:15.780 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-21T13:24:15.780 DEBUG:teuthology.orchestra.run.smithi149:> sudo rpm -qi grub2-tools 2024-09-21T13:24:15.813 INFO:teuthology.orchestra.run.smithi149.stdout:Name : grub2-tools 2024-09-21T13:24:15.813 INFO:teuthology.orchestra.run.smithi149.stdout:Epoch : 1 2024-09-21T13:24:15.813 INFO:teuthology.orchestra.run.smithi149.stdout:Version : 2.06 2024-09-21T13:24:15.813 INFO:teuthology.orchestra.run.smithi149.stdout:Release : 82.el9 2024-09-21T13:24:15.813 INFO:teuthology.orchestra.run.smithi149.stdout:Architecture: x86_64 2024-09-21T13:24:15.813 INFO:teuthology.orchestra.run.smithi149.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-21T13:24:15.813 INFO:teuthology.orchestra.run.smithi149.stdout:Group : Unspecified 2024-09-21T13:24:15.813 INFO:teuthology.orchestra.run.smithi149.stdout:Size : 8274670 2024-09-21T13:24:15.813 INFO:teuthology.orchestra.run.smithi149.stdout:License : GPLv3+ 2024-09-21T13:24:15.813 INFO:teuthology.orchestra.run.smithi149.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-21T13:24:15.813 INFO:teuthology.orchestra.run.smithi149.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-21T13:24:15.814 INFO:teuthology.orchestra.run.smithi149.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-21T13:24:15.814 INFO:teuthology.orchestra.run.smithi149.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-21T13:24:15.814 INFO:teuthology.orchestra.run.smithi149.stdout:Packager : builder@centos.org 2024-09-21T13:24:15.814 INFO:teuthology.orchestra.run.smithi149.stdout:Vendor : CentOS 2024-09-21T13:24:15.814 INFO:teuthology.orchestra.run.smithi149.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-21T13:24:15.814 INFO:teuthology.orchestra.run.smithi149.stdout:Summary : Support tools for GRUB. 2024-09-21T13:24:15.814 INFO:teuthology.orchestra.run.smithi149.stdout:Description : 2024-09-21T13:24:15.814 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:24:15.814 INFO:teuthology.orchestra.run.smithi149.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-21T13:24:15.814 INFO:teuthology.orchestra.run.smithi149.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-21T13:24:15.814 INFO:teuthology.orchestra.run.smithi149.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-21T13:24:15.814 INFO:teuthology.orchestra.run.smithi149.stdout:hardware devices. 2024-09-21T13:24:15.814 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:24:15.814 INFO:teuthology.orchestra.run.smithi149.stdout:This subpackage provides tools for support of all platforms. 2024-09-21T13:24:15.815 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-21T13:24:15.815 INFO:teuthology.task.kernel:Updating grub on smithi149 to boot 5.14.0-508.el9.x86_64 2024-09-21T13:24:15.815 DEBUG:teuthology.orchestra.run.smithi149:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-21T13:24:16.501 INFO:teuthology.orchestra.run.smithi149.stderr:Generating grub configuration file ... 2024-09-21T13:24:17.960 INFO:teuthology.orchestra.run.smithi149.stderr:File descriptor 3 (pipe:[28455]) leaked on vgs invocation. Parent PID 22705: grub2-probe 2024-09-21T13:24:17.960 INFO:teuthology.orchestra.run.smithi149.stderr:File descriptor 9 (pipe:[28457]) leaked on vgs invocation. Parent PID 22705: grub2-probe 2024-09-21T13:24:17.993 INFO:teuthology.orchestra.run.smithi149.stderr:File descriptor 3 (pipe:[28455]) leaked on vgs invocation. Parent PID 22705: grub2-probe 2024-09-21T13:24:17.993 INFO:teuthology.orchestra.run.smithi149.stderr:File descriptor 9 (pipe:[28457]) leaked on vgs invocation. Parent PID 22705: grub2-probe 2024-09-21T13:24:18.154 INFO:teuthology.orchestra.run.smithi149.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-21T13:24:18.189 INFO:teuthology.orchestra.run.smithi149.stderr:done 2024-09-21T13:24:18.191 DEBUG:teuthology.orchestra.run.smithi149:> mktemp 2024-09-21T13:24:18.207 INFO:teuthology.orchestra.run.smithi149.stdout:/tmp/tmp.FaAE5qrzc2 2024-09-21T13:24:18.207 DEBUG:teuthology.orchestra.run.smithi149:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.FaAE5qrzc2 2024-09-21T13:24:18.280 DEBUG:teuthology.orchestra.run.smithi149:> sudo chmod 0666 /tmp/tmp.FaAE5qrzc2 2024-09-21T13:24:18.418 DEBUG:teuthology.orchestra.remote:smithi149:/tmp/tmp.FaAE5qrzc2 is 6KB 2024-09-21T13:24:18.467 DEBUG:teuthology.orchestra.run.smithi149:> rm -fr /tmp/tmp.FaAE5qrzc2 2024-09-21T13:24:18.482 DEBUG:teuthology.orchestra.run.smithi149:> sudo /bin/ls /boot/loader/entries || true 2024-09-21T13:24:18.546 INFO:teuthology.orchestra.run.smithi149.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-21T13:24:18.546 INFO:teuthology.orchestra.run.smithi149.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-21T13:24:18.546 INFO:teuthology.orchestra.run.smithi149.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-21T13:24:18.546 INFO:teuthology.orchestra.run.smithi149.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64.conf 2024-09-21T13:24:18.547 DEBUG:teuthology.orchestra.run.smithi149:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64 2024-09-21T13:24:18.693 DEBUG:teuthology.orchestra.run.smithi149:> sudo shutdown -r now 2024-09-21T13:24:21.459 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 4/4 2024-09-21T13:24:21.499 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 4/4 2024-09-21T13:24:21.868 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: kernel-5.14.0-508.el9.x86_64 4/4 2024-09-21T13:24:21.868 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : kernel-5.14.0-508.el9.x86_64 1/4 2024-09-21T13:24:21.868 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-21T13:24:21.868 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-21T13:24:22.717 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-21T13:24:22.717 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:24:22.717 INFO:teuthology.orchestra.run.smithi175.stdout:Installed: 2024-09-21T13:24:22.717 INFO:teuthology.orchestra.run.smithi175.stdout: kernel-5.14.0-508.el9.x86_64 2024-09-21T13:24:22.718 INFO:teuthology.orchestra.run.smithi175.stdout: kernel-core-5.14.0-508.el9.x86_64 2024-09-21T13:24:22.718 INFO:teuthology.orchestra.run.smithi175.stdout: kernel-modules-5.14.0-508.el9.x86_64 2024-09-21T13:24:22.718 INFO:teuthology.orchestra.run.smithi175.stdout: kernel-modules-core-5.14.0-508.el9.x86_64 2024-09-21T13:24:22.718 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:24:22.718 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2024-09-21T13:24:23.086 DEBUG:teuthology.orchestra.run.smithi175:> rpm -q kernel | sort -rV | head -n 1 2024-09-21T13:24:23.168 INFO:teuthology.orchestra.run.smithi175.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-21T13:24:23.168 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-21T13:24:23.169 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-508.el9.x86_64 2024-09-21T13:24:23.169 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-21T13:24:23.169 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-21T13:24:23.169 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-09-21T13:24:23.169 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi175.front.sepia.ceph.com, path=None, version=distro) 2024-09-21T13:24:23.169 DEBUG:teuthology.orchestra.run.smithi175:> rpm -q kernel | sort -rV | head -n 1 2024-09-21T13:24:23.228 INFO:teuthology.orchestra.run.smithi175.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-21T13:24:23.228 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-21T13:24:23.228 DEBUG:teuthology.orchestra.run.smithi175:> sudo rpm -qi grub2-tools 2024-09-21T13:24:23.270 INFO:teuthology.orchestra.run.smithi175.stdout:Name : grub2-tools 2024-09-21T13:24:23.270 INFO:teuthology.orchestra.run.smithi175.stdout:Epoch : 1 2024-09-21T13:24:23.270 INFO:teuthology.orchestra.run.smithi175.stdout:Version : 2.06 2024-09-21T13:24:23.270 INFO:teuthology.orchestra.run.smithi175.stdout:Release : 82.el9 2024-09-21T13:24:23.270 INFO:teuthology.orchestra.run.smithi175.stdout:Architecture: x86_64 2024-09-21T13:24:23.270 INFO:teuthology.orchestra.run.smithi175.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-21T13:24:23.270 INFO:teuthology.orchestra.run.smithi175.stdout:Group : Unspecified 2024-09-21T13:24:23.270 INFO:teuthology.orchestra.run.smithi175.stdout:Size : 8274670 2024-09-21T13:24:23.270 INFO:teuthology.orchestra.run.smithi175.stdout:License : GPLv3+ 2024-09-21T13:24:23.270 INFO:teuthology.orchestra.run.smithi175.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-21T13:24:23.270 INFO:teuthology.orchestra.run.smithi175.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-21T13:24:23.271 INFO:teuthology.orchestra.run.smithi175.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-21T13:24:23.271 INFO:teuthology.orchestra.run.smithi175.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-21T13:24:23.271 INFO:teuthology.orchestra.run.smithi175.stdout:Packager : builder@centos.org 2024-09-21T13:24:23.271 INFO:teuthology.orchestra.run.smithi175.stdout:Vendor : CentOS 2024-09-21T13:24:23.271 INFO:teuthology.orchestra.run.smithi175.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-21T13:24:23.271 INFO:teuthology.orchestra.run.smithi175.stdout:Summary : Support tools for GRUB. 2024-09-21T13:24:23.271 INFO:teuthology.orchestra.run.smithi175.stdout:Description : 2024-09-21T13:24:23.271 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:24:23.271 INFO:teuthology.orchestra.run.smithi175.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-21T13:24:23.271 INFO:teuthology.orchestra.run.smithi175.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-21T13:24:23.271 INFO:teuthology.orchestra.run.smithi175.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-21T13:24:23.272 INFO:teuthology.orchestra.run.smithi175.stdout:hardware devices. 2024-09-21T13:24:23.272 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:24:23.272 INFO:teuthology.orchestra.run.smithi175.stdout:This subpackage provides tools for support of all platforms. 2024-09-21T13:24:23.273 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-21T13:24:23.273 INFO:teuthology.task.kernel:Updating grub on smithi175 to boot 5.14.0-508.el9.x86_64 2024-09-21T13:24:23.273 DEBUG:teuthology.orchestra.run.smithi175:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-21T13:24:23.914 INFO:teuthology.orchestra.run.smithi175.stderr:Generating grub configuration file ... 2024-09-21T13:24:25.329 INFO:teuthology.orchestra.run.smithi175.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-21T13:24:25.348 INFO:teuthology.orchestra.run.smithi175.stderr:done 2024-09-21T13:24:25.357 DEBUG:teuthology.orchestra.run.smithi175:> mktemp 2024-09-21T13:24:25.413 INFO:teuthology.orchestra.run.smithi175.stdout:/tmp/tmp.rIk4imVpbt 2024-09-21T13:24:25.413 DEBUG:teuthology.orchestra.run.smithi175:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.rIk4imVpbt 2024-09-21T13:24:25.487 DEBUG:teuthology.orchestra.run.smithi175:> sudo chmod 0666 /tmp/tmp.rIk4imVpbt 2024-09-21T13:24:25.636 DEBUG:teuthology.orchestra.remote:smithi175:/tmp/tmp.rIk4imVpbt is 6KB 2024-09-21T13:24:25.684 DEBUG:teuthology.orchestra.run.smithi175:> rm -fr /tmp/tmp.rIk4imVpbt 2024-09-21T13:24:25.700 DEBUG:teuthology.orchestra.run.smithi175:> sudo /bin/ls /boot/loader/entries || true 2024-09-21T13:24:25.762 INFO:teuthology.orchestra.run.smithi175.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-21T13:24:25.762 INFO:teuthology.orchestra.run.smithi175.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-21T13:24:25.762 INFO:teuthology.orchestra.run.smithi175.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-21T13:24:25.762 INFO:teuthology.orchestra.run.smithi175.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64.conf 2024-09-21T13:24:25.763 DEBUG:teuthology.orchestra.run.smithi175:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64 2024-09-21T13:24:25.913 DEBUG:teuthology.orchestra.run.smithi175:> sudo shutdown -r now 2024-09-21T13:24:48.695 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-09-21T13:24:48.695 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi149.front.sepia.ceph.com' 2024-09-21T13:24:48.696 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi149.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T13:24:53.613 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 4/4 2024-09-21T13:24:53.655 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 4/4 2024-09-21T13:24:53.996 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: kernel-5.14.0-508.el9.x86_64 4/4 2024-09-21T13:24:53.996 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : kernel-5.14.0-508.el9.x86_64 1/4 2024-09-21T13:24:53.996 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-21T13:24:53.996 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-21T13:24:54.893 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-21T13:24:54.894 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:24:54.894 INFO:teuthology.orchestra.run.smithi118.stdout:Installed: 2024-09-21T13:24:54.894 INFO:teuthology.orchestra.run.smithi118.stdout: kernel-5.14.0-508.el9.x86_64 2024-09-21T13:24:54.894 INFO:teuthology.orchestra.run.smithi118.stdout: kernel-core-5.14.0-508.el9.x86_64 2024-09-21T13:24:54.894 INFO:teuthology.orchestra.run.smithi118.stdout: kernel-modules-5.14.0-508.el9.x86_64 2024-09-21T13:24:54.895 INFO:teuthology.orchestra.run.smithi118.stdout: kernel-modules-core-5.14.0-508.el9.x86_64 2024-09-21T13:24:54.895 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:24:54.895 INFO:teuthology.orchestra.run.smithi118.stdout:Complete! 2024-09-21T13:24:55.256 DEBUG:teuthology.orchestra.run.smithi118:> rpm -q kernel | sort -rV | head -n 1 2024-09-21T13:24:55.330 INFO:teuthology.orchestra.run.smithi118.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-21T13:24:55.331 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-21T13:24:55.331 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-508.el9.x86_64 2024-09-21T13:24:55.331 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-21T13:24:55.331 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-21T13:24:55.331 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-09-21T13:24:55.331 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi118.front.sepia.ceph.com, path=None, version=distro) 2024-09-21T13:24:55.331 DEBUG:teuthology.orchestra.run.smithi118:> rpm -q kernel | sort -rV | head -n 1 2024-09-21T13:24:55.389 INFO:teuthology.orchestra.run.smithi118.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-21T13:24:55.390 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-21T13:24:55.390 DEBUG:teuthology.orchestra.run.smithi118:> sudo rpm -qi grub2-tools 2024-09-21T13:24:55.422 INFO:teuthology.orchestra.run.smithi118.stdout:Name : grub2-tools 2024-09-21T13:24:55.422 INFO:teuthology.orchestra.run.smithi118.stdout:Epoch : 1 2024-09-21T13:24:55.422 INFO:teuthology.orchestra.run.smithi118.stdout:Version : 2.06 2024-09-21T13:24:55.423 INFO:teuthology.orchestra.run.smithi118.stdout:Release : 82.el9 2024-09-21T13:24:55.423 INFO:teuthology.orchestra.run.smithi118.stdout:Architecture: x86_64 2024-09-21T13:24:55.423 INFO:teuthology.orchestra.run.smithi118.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-21T13:24:55.423 INFO:teuthology.orchestra.run.smithi118.stdout:Group : Unspecified 2024-09-21T13:24:55.423 INFO:teuthology.orchestra.run.smithi118.stdout:Size : 8274670 2024-09-21T13:24:55.423 INFO:teuthology.orchestra.run.smithi118.stdout:License : GPLv3+ 2024-09-21T13:24:55.423 INFO:teuthology.orchestra.run.smithi118.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-21T13:24:55.423 INFO:teuthology.orchestra.run.smithi118.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-21T13:24:55.423 INFO:teuthology.orchestra.run.smithi118.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-21T13:24:55.423 INFO:teuthology.orchestra.run.smithi118.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-21T13:24:55.423 INFO:teuthology.orchestra.run.smithi118.stdout:Packager : builder@centos.org 2024-09-21T13:24:55.423 INFO:teuthology.orchestra.run.smithi118.stdout:Vendor : CentOS 2024-09-21T13:24:55.423 INFO:teuthology.orchestra.run.smithi118.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-21T13:24:55.423 INFO:teuthology.orchestra.run.smithi118.stdout:Summary : Support tools for GRUB. 2024-09-21T13:24:55.424 INFO:teuthology.orchestra.run.smithi118.stdout:Description : 2024-09-21T13:24:55.424 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:24:55.424 INFO:teuthology.orchestra.run.smithi118.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-21T13:24:55.424 INFO:teuthology.orchestra.run.smithi118.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-21T13:24:55.424 INFO:teuthology.orchestra.run.smithi118.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-21T13:24:55.424 INFO:teuthology.orchestra.run.smithi118.stdout:hardware devices. 2024-09-21T13:24:55.424 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:24:55.424 INFO:teuthology.orchestra.run.smithi118.stdout:This subpackage provides tools for support of all platforms. 2024-09-21T13:24:55.425 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-21T13:24:55.425 INFO:teuthology.task.kernel:Updating grub on smithi118 to boot 5.14.0-508.el9.x86_64 2024-09-21T13:24:55.425 DEBUG:teuthology.orchestra.run.smithi118:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-21T13:24:55.916 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-09-21T13:24:55.917 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi175.front.sepia.ceph.com' 2024-09-21T13:24:55.917 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi175.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T13:24:56.088 INFO:teuthology.orchestra.run.smithi118.stderr:Generating grub configuration file ... 2024-09-21T13:24:57.435 INFO:teuthology.orchestra.run.smithi118.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-21T13:24:57.467 INFO:teuthology.orchestra.run.smithi118.stderr:done 2024-09-21T13:24:57.469 DEBUG:teuthology.orchestra.run.smithi118:> mktemp 2024-09-21T13:24:57.485 INFO:teuthology.orchestra.run.smithi118.stdout:/tmp/tmp.s7lTR7RBJH 2024-09-21T13:24:57.485 DEBUG:teuthology.orchestra.run.smithi118:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.s7lTR7RBJH 2024-09-21T13:24:57.551 DEBUG:teuthology.orchestra.run.smithi118:> sudo chmod 0666 /tmp/tmp.s7lTR7RBJH 2024-09-21T13:24:57.697 DEBUG:teuthology.orchestra.remote:smithi118:/tmp/tmp.s7lTR7RBJH is 6KB 2024-09-21T13:24:57.717 DEBUG:teuthology.orchestra.run.smithi118:> rm -fr /tmp/tmp.s7lTR7RBJH 2024-09-21T13:24:57.732 DEBUG:teuthology.orchestra.run.smithi118:> sudo /bin/ls /boot/loader/entries || true 2024-09-21T13:24:57.795 INFO:teuthology.orchestra.run.smithi118.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-21T13:24:57.795 INFO:teuthology.orchestra.run.smithi118.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-21T13:24:57.795 INFO:teuthology.orchestra.run.smithi118.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-21T13:24:57.795 INFO:teuthology.orchestra.run.smithi118.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64.conf 2024-09-21T13:24:57.797 DEBUG:teuthology.orchestra.run.smithi118:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64 2024-09-21T13:24:57.967 DEBUG:teuthology.orchestra.run.smithi118:> sudo shutdown -r now 2024-09-21T13:25:07.183 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.149 2024-09-21T13:25:14.351 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.175 2024-09-21T13:25:16.186 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi149.front.sepia.ceph.com' 2024-09-21T13:25:16.187 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi149.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T13:25:19.247 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.149 2024-09-21T13:25:23.354 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi175.front.sepia.ceph.com' 2024-09-21T13:25:23.355 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi175.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T13:25:26.415 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.175 2024-09-21T13:25:27.970 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-09-21T13:25:27.970 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi118.front.sepia.ceph.com' 2024-09-21T13:25:27.971 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T13:25:31.251 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi149.front.sepia.ceph.com' 2024-09-21T13:25:31.251 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi149.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T13:25:38.422 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi175.front.sepia.ceph.com' 2024-09-21T13:25:38.423 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi175.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T13:25:46.351 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.118 2024-09-21T13:25:49.679 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.149 2024-09-21T13:25:55.354 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi118.front.sepia.ceph.com' 2024-09-21T13:25:55.355 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T13:25:58.415 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.118 2024-09-21T13:26:04.683 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi149.front.sepia.ceph.com' 2024-09-21T13:26:04.683 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi149.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T13:26:05.037 DEBUG:teuthology.orchestra.run.smithi149:> true 2024-09-21T13:26:05.478 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi149.front.sepia.ceph.com' 2024-09-21T13:26:05.478 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-508.el9.x86_64"... 2024-09-21T13:26:05.479 DEBUG:teuthology.orchestra.run.smithi149:> uname -r 2024-09-21T13:26:05.494 INFO:teuthology.orchestra.run.smithi149.stdout:5.14.0-508.el9.x86_64 2024-09-21T13:26:05.495 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-508.el9.x86_64 vs 5.14.0-508.el9.x86_64 2024-09-21T13:26:05.495 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-21T13:26:05.495 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-21T13:26:06.496 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-09-21T13:26:06.496 DEBUG:teuthology.orchestra.run.smithi149:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-21T13:26:06.574 INFO:teuthology.orchestra.run.smithi149.stdout:ttyS1 2024-09-21T13:26:06.599 DEBUG:teuthology.parallel:result is None 2024-09-21T13:26:10.331 DEBUG:teuthology.orchestra.run.smithi175:> true 2024-09-21T13:26:10.415 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi118.front.sepia.ceph.com' 2024-09-21T13:26:10.418 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T13:26:10.982 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi175.front.sepia.ceph.com' 2024-09-21T13:26:10.983 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-508.el9.x86_64"... 2024-09-21T13:26:10.983 DEBUG:teuthology.orchestra.run.smithi175:> uname -r 2024-09-21T13:26:11.000 INFO:teuthology.orchestra.run.smithi175.stdout:5.14.0-508.el9.x86_64 2024-09-21T13:26:11.000 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-508.el9.x86_64 vs 5.14.0-508.el9.x86_64 2024-09-21T13:26:11.000 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-21T13:26:11.000 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-21T13:26:12.001 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-09-21T13:26:12.001 DEBUG:teuthology.orchestra.run.smithi175:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-21T13:26:12.083 INFO:teuthology.orchestra.run.smithi175.stdout:ttyS1 2024-09-21T13:26:12.103 DEBUG:teuthology.parallel:result is None 2024-09-21T13:26:13.487 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.118 2024-09-21T13:26:28.487 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi118.front.sepia.ceph.com' 2024-09-21T13:26:28.488 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T13:27:00.546 DEBUG:teuthology.orchestra.run.smithi118:> true 2024-09-21T13:27:00.987 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi118.front.sepia.ceph.com' 2024-09-21T13:27:00.987 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-508.el9.x86_64"... 2024-09-21T13:27:00.987 DEBUG:teuthology.orchestra.run.smithi118:> uname -r 2024-09-21T13:27:01.002 INFO:teuthology.orchestra.run.smithi118.stdout:5.14.0-508.el9.x86_64 2024-09-21T13:27:01.002 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-508.el9.x86_64 vs 5.14.0-508.el9.x86_64 2024-09-21T13:27:01.002 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-21T13:27:01.002 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-21T13:27:02.003 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-09-21T13:27:02.003 DEBUG:teuthology.orchestra.run.smithi118:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-21T13:27:02.078 INFO:teuthology.orchestra.run.smithi118.stdout:ttyS1 2024-09-21T13:27:02.094 DEBUG:teuthology.parallel:result is None 2024-09-21T13:27:02.094 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-21T13:27:02.103 INFO:teuthology.task.internal:Creating test directory... 2024-09-21T13:27:02.103 DEBUG:teuthology.orchestra.run.smithi118:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-21T13:27:02.106 DEBUG:teuthology.orchestra.run.smithi149:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-21T13:27:02.108 DEBUG:teuthology.orchestra.run.smithi175:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-21T13:27:02.127 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-21T13:27:02.133 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-21T13:27:02.142 INFO:teuthology.task.internal:Creating archive directory... 2024-09-21T13:27:02.142 DEBUG:teuthology.orchestra.run.smithi118:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-21T13:27:02.162 DEBUG:teuthology.orchestra.run.smithi149:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-21T13:27:02.167 DEBUG:teuthology.orchestra.run.smithi175:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-21T13:27:02.219 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-21T13:27:02.225 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-21T13:27:02.226 DEBUG:teuthology.orchestra.run.smithi118:> 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-21T13:27:02.231 DEBUG:teuthology.orchestra.run.smithi149:> 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-21T13:27:02.233 DEBUG:teuthology.orchestra.run.smithi175:> 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-21T13:27:02.257 INFO:teuthology.orchestra.run.smithi118.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-21T13:27:02.266 INFO:teuthology.orchestra.run.smithi149.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-21T13:27:02.267 INFO:teuthology.orchestra.run.smithi118.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-21T13:27:02.278 INFO:teuthology.orchestra.run.smithi149.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-21T13:27:02.302 INFO:teuthology.orchestra.run.smithi175.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-21T13:27:02.314 INFO:teuthology.orchestra.run.smithi175.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-21T13:27:02.316 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-21T13:27:02.322 INFO:teuthology.task.internal:Configuring sudo... 2024-09-21T13:27:02.322 DEBUG:teuthology.orchestra.run.smithi118:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-21T13:27:02.324 DEBUG:teuthology.orchestra.run.smithi149:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-21T13:27:02.326 DEBUG:teuthology.orchestra.run.smithi175:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-21T13:27:02.354 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-21T13:27:02.362 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-21T13:27:02.362 DEBUG:teuthology.orchestra.run.smithi118:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-21T13:27:02.388 DEBUG:teuthology.orchestra.run.smithi149:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-21T13:27:02.395 DEBUG:teuthology.orchestra.run.smithi175:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-21T13:27:02.411 DEBUG:teuthology.orchestra.run.smithi118:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-21T13:27:02.484 DEBUG:teuthology.orchestra.run.smithi118:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-21T13:27:02.526 DEBUG:teuthology.orchestra.run.smithi118:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-21T13:27:02.607 DEBUG:teuthology.orchestra.run.smithi118:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-21T13:27:02.647 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-09-21T13:27:02.647 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-21T13:27:02.711 DEBUG:teuthology.orchestra.run.smithi149:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-21T13:27:02.756 DEBUG:teuthology.orchestra.run.smithi149:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-21T13:27:02.807 DEBUG:teuthology.orchestra.run.smithi149:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-21T13:27:02.889 DEBUG:teuthology.orchestra.run.smithi149:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-21T13:27:02.932 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-09-21T13:27:02.932 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-21T13:27:02.999 DEBUG:teuthology.orchestra.run.smithi175:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-21T13:27:03.045 DEBUG:teuthology.orchestra.run.smithi175:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-21T13:27:03.107 DEBUG:teuthology.orchestra.run.smithi175:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-21T13:27:03.147 DEBUG:teuthology.orchestra.run.smithi175:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-21T13:27:03.192 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2024-09-21T13:27:03.193 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-21T13:27:03.259 DEBUG:teuthology.orchestra.run.smithi118:> sudo service rsyslog restart 2024-09-21T13:27:03.261 DEBUG:teuthology.orchestra.run.smithi149:> sudo service rsyslog restart 2024-09-21T13:27:03.263 DEBUG:teuthology.orchestra.run.smithi175:> sudo service rsyslog restart 2024-09-21T13:27:03.304 INFO:teuthology.orchestra.run.smithi118.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-21T13:27:03.316 INFO:teuthology.orchestra.run.smithi149.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-21T13:27:03.358 INFO:teuthology.orchestra.run.smithi175.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-21T13:27:03.801 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-21T13:27:03.809 INFO:teuthology.task.internal:Starting timer... 2024-09-21T13:27:03.810 INFO:teuthology.run_tasks:Running task pcp... 2024-09-21T13:27:03.834 INFO:teuthology.run_tasks:Running task selinux... 2024-09-21T13:27:03.842 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-09-21T13:27:03.842 DEBUG:teuthology.orchestra.run.smithi118:> sudo service auditd rotate 2024-09-21T13:27:03.903 INFO:teuthology.orchestra.run.smithi118.stdout:Rotating logs: 2024-09-21T13:27:03.905 DEBUG:teuthology.orchestra.run.smithi149:> sudo service auditd rotate 2024-09-21T13:27:04.001 INFO:teuthology.orchestra.run.smithi149.stdout:Rotating logs: 2024-09-21T13:27:04.003 DEBUG:teuthology.orchestra.run.smithi175:> sudo service auditd rotate 2024-09-21T13:27:04.073 INFO:teuthology.orchestra.run.smithi175.stdout:Rotating logs: 2024-09-21T13:27:04.075 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-21T13:27:04.075 DEBUG:teuthology.orchestra.run.smithi118:> /usr/sbin/getenforce 2024-09-21T13:27:04.107 INFO:teuthology.orchestra.run.smithi118.stdout:Permissive 2024-09-21T13:27:04.107 DEBUG:teuthology.orchestra.run.smithi149:> /usr/sbin/getenforce 2024-09-21T13:27:04.135 INFO:teuthology.orchestra.run.smithi149.stdout:Permissive 2024-09-21T13:27:04.135 DEBUG:teuthology.orchestra.run.smithi175:> /usr/sbin/getenforce 2024-09-21T13:27:04.160 INFO:teuthology.orchestra.run.smithi175.stdout:Permissive 2024-09-21T13:27:04.160 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi118.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi149.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi175.front.sepia.ceph.com': 'permissive'} 2024-09-21T13:27:04.160 DEBUG:teuthology.orchestra.run.smithi118:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-21T13:27:04.187 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T13:27:04.188 DEBUG:teuthology.orchestra.run.smithi149:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-21T13:27:04.217 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T13:27:04.218 DEBUG:teuthology.orchestra.run.smithi175:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-21T13:27:04.243 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T13:27:04.244 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-21T13:27:04.244 DEBUG:teuthology.orchestra.run.smithi118:> sudo /usr/sbin/setenforce permissive 2024-09-21T13:27:04.276 DEBUG:teuthology.orchestra.run.smithi149:> sudo /usr/sbin/setenforce permissive 2024-09-21T13:27:04.311 DEBUG:teuthology.orchestra.run.smithi175:> sudo /usr/sbin/setenforce permissive 2024-09-21T13:27:04.342 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-21T13:27:04.351 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-09-21T13:27:04.354 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-09-21T13:27:04.458 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-21T13:27:04.467 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-21T13:27:04.468 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi118.front.sepia.ceph.com,smithi149.front.sepia.ceph.com,smithi175.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-21T13:30:52.882 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi118.front.sepia.ceph.com'), Remote(name='ubuntu@smithi149.front.sepia.ceph.com'), Remote(name='ubuntu@smithi175.front.sepia.ceph.com')] 2024-09-21T13:30:52.883 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi118.front.sepia.ceph.com' 2024-09-21T13:30:52.884 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T13:30:52.956 DEBUG:teuthology.orchestra.run.smithi118:> true 2024-09-21T13:30:53.037 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi118.front.sepia.ceph.com' 2024-09-21T13:30:53.038 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi149.front.sepia.ceph.com' 2024-09-21T13:30:53.038 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi149.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T13:30:53.111 DEBUG:teuthology.orchestra.run.smithi149:> true 2024-09-21T13:30:53.190 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi149.front.sepia.ceph.com' 2024-09-21T13:30:53.190 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi175.front.sepia.ceph.com' 2024-09-21T13:30:53.191 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi175.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T13:30:53.266 DEBUG:teuthology.orchestra.run.smithi175:> true 2024-09-21T13:30:53.346 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi175.front.sepia.ceph.com' 2024-09-21T13:30:53.347 INFO:teuthology.run_tasks:Running task clock... 2024-09-21T13:30:53.364 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-21T13:30:53.364 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-21T13:30:53.364 DEBUG:teuthology.orchestra.run.smithi118:> 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-21T13:30:53.366 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-21T13:30:53.366 DEBUG:teuthology.orchestra.run.smithi149:> 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-21T13:30:53.369 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-21T13:30:53.369 DEBUG:teuthology.orchestra.run.smithi175:> 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-21T13:30:53.394 INFO:teuthology.orchestra.run.smithi118.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-21T13:30:53.397 INFO:teuthology.orchestra.run.smithi149.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-21T13:30:53.409 INFO:teuthology.orchestra.run.smithi118.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-21T13:30:53.412 INFO:teuthology.orchestra.run.smithi149.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-21T13:30:53.418 INFO:teuthology.orchestra.run.smithi175.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-21T13:30:53.433 INFO:teuthology.orchestra.run.smithi175.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-21T13:30:53.433 INFO:teuthology.orchestra.run.smithi118.stderr:sudo: ntpd: command not found 2024-09-21T13:30:53.437 INFO:teuthology.orchestra.run.smithi149.stderr:sudo: ntpd: command not found 2024-09-21T13:30:53.444 INFO:teuthology.orchestra.run.smithi118.stdout:506 Cannot talk to daemon 2024-09-21T13:30:53.448 INFO:teuthology.orchestra.run.smithi149.stdout:506 Cannot talk to daemon 2024-09-21T13:30:53.458 INFO:teuthology.orchestra.run.smithi118.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-21T13:30:53.459 INFO:teuthology.orchestra.run.smithi175.stderr:sudo: ntpd: command not found 2024-09-21T13:30:53.462 INFO:teuthology.orchestra.run.smithi149.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-21T13:30:53.470 INFO:teuthology.orchestra.run.smithi175.stdout:506 Cannot talk to daemon 2024-09-21T13:30:53.472 INFO:teuthology.orchestra.run.smithi118.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-21T13:30:53.476 INFO:teuthology.orchestra.run.smithi149.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-21T13:30:53.484 INFO:teuthology.orchestra.run.smithi175.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-21T13:30:53.498 INFO:teuthology.orchestra.run.smithi175.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-21T13:30:53.528 INFO:teuthology.orchestra.run.smithi118.stderr:bash: line 1: ntpq: command not found 2024-09-21T13:30:53.532 INFO:teuthology.orchestra.run.smithi118.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-21T13:30:53.532 INFO:teuthology.orchestra.run.smithi118.stdout:=============================================================================== 2024-09-21T13:30:53.532 INFO:teuthology.orchestra.run.smithi118.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T13:30:53.532 INFO:teuthology.orchestra.run.smithi118.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T13:30:53.532 INFO:teuthology.orchestra.run.smithi118.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T13:30:53.532 INFO:teuthology.orchestra.run.smithi118.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T13:30:53.539 INFO:teuthology.orchestra.run.smithi149.stderr:bash: line 1: ntpq: command not found 2024-09-21T13:30:53.542 INFO:teuthology.orchestra.run.smithi149.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-21T13:30:53.542 INFO:teuthology.orchestra.run.smithi149.stdout:=============================================================================== 2024-09-21T13:30:53.542 INFO:teuthology.orchestra.run.smithi149.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T13:30:53.543 INFO:teuthology.orchestra.run.smithi149.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T13:30:53.543 INFO:teuthology.orchestra.run.smithi149.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T13:30:53.543 INFO:teuthology.orchestra.run.smithi149.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T13:30:53.553 INFO:teuthology.orchestra.run.smithi175.stderr:bash: line 1: ntpq: command not found 2024-09-21T13:30:53.557 INFO:teuthology.orchestra.run.smithi175.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-21T13:30:53.557 INFO:teuthology.orchestra.run.smithi175.stdout:=============================================================================== 2024-09-21T13:30:53.557 INFO:teuthology.orchestra.run.smithi175.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T13:30:53.557 INFO:teuthology.orchestra.run.smithi175.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T13:30:53.557 INFO:teuthology.orchestra.run.smithi175.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T13:30:53.557 INFO:teuthology.orchestra.run.smithi175.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T13:30:53.558 INFO:teuthology.run_tasks:Running task pexec... 2024-09-21T13:30:53.567 INFO:teuthology.task.pexec:Executing custom commands... 2024-09-21T13:30:53.567 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi118.front.sepia.ceph.com 2024-09-21T13:30:53.567 DEBUG:teuthology.orchestra.run.smithi118:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-21T13:30:53.568 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi149.front.sepia.ceph.com 2024-09-21T13:30:53.568 DEBUG:teuthology.orchestra.run.smithi149:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-21T13:30:53.568 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi175.front.sepia.ceph.com 2024-09-21T13:30:53.568 DEBUG:teuthology.orchestra.run.smithi175:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-21T13:30:53.924 INFO:teuthology.orchestra.run.smithi118.stdout:Dependencies resolved. 2024-09-21T13:30:53.936 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-09-21T13:30:53.936 INFO:teuthology.orchestra.run.smithi118.stdout: Package Architecture Version Repository Size 2024-09-21T13:30:53.936 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-09-21T13:30:53.936 INFO:teuthology.orchestra.run.smithi118.stdout:Removing: 2024-09-21T13:30:53.936 INFO:teuthology.orchestra.run.smithi118.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-21T13:30:53.936 INFO:teuthology.orchestra.run.smithi118.stdout:Removing unused dependencies: 2024-09-21T13:30:53.936 INFO:teuthology.orchestra.run.smithi118.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-21T13:30:53.936 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:30:53.937 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction Summary 2024-09-21T13:30:53.937 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-09-21T13:30:53.937 INFO:teuthology.orchestra.run.smithi118.stdout:Remove 2 Packages 2024-09-21T13:30:53.937 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:30:53.937 INFO:teuthology.orchestra.run.smithi118.stdout:Freed space: 5.5 M 2024-09-21T13:30:53.937 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction check 2024-09-21T13:30:53.939 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-09-21T13:30:53.941 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction check succeeded. 2024-09-21T13:30:53.941 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction test 2024-09-21T13:30:53.946 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2024-09-21T13:30:53.946 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-09-21T13:30:53.946 INFO:teuthology.orchestra.run.smithi175.stdout: Package Architecture Version Repository Size 2024-09-21T13:30:53.946 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-09-21T13:30:53.947 INFO:teuthology.orchestra.run.smithi175.stdout:Removing: 2024-09-21T13:30:53.947 INFO:teuthology.orchestra.run.smithi175.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-21T13:30:53.947 INFO:teuthology.orchestra.run.smithi175.stdout:Removing unused dependencies: 2024-09-21T13:30:53.947 INFO:teuthology.orchestra.run.smithi175.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-21T13:30:53.947 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:30:53.947 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction Summary 2024-09-21T13:30:53.947 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-09-21T13:30:53.947 INFO:teuthology.orchestra.run.smithi175.stdout:Remove 2 Packages 2024-09-21T13:30:53.947 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:30:53.947 INFO:teuthology.orchestra.run.smithi175.stdout:Freed space: 5.5 M 2024-09-21T13:30:53.947 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction check 2024-09-21T13:30:53.950 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction check succeeded. 2024-09-21T13:30:53.951 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction test 2024-09-21T13:30:53.952 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-09-21T13:30:53.952 INFO:teuthology.orchestra.run.smithi149.stdout: Package Architecture Version Repository Size 2024-09-21T13:30:53.952 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-09-21T13:30:53.952 INFO:teuthology.orchestra.run.smithi149.stdout:Removing: 2024-09-21T13:30:53.952 INFO:teuthology.orchestra.run.smithi149.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-21T13:30:53.952 INFO:teuthology.orchestra.run.smithi149.stdout:Removing unused dependencies: 2024-09-21T13:30:53.952 INFO:teuthology.orchestra.run.smithi149.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-21T13:30:53.952 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:30:53.952 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2024-09-21T13:30:53.953 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-09-21T13:30:53.953 INFO:teuthology.orchestra.run.smithi149.stdout:Remove 2 Packages 2024-09-21T13:30:53.953 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:30:53.953 INFO:teuthology.orchestra.run.smithi149.stdout:Freed space: 5.5 M 2024-09-21T13:30:53.953 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction check 2024-09-21T13:30:53.956 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction check succeeded. 2024-09-21T13:30:53.957 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction test 2024-09-21T13:30:54.004 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction test succeeded. 2024-09-21T13:30:54.004 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction 2024-09-21T13:30:54.010 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction test succeeded. 2024-09-21T13:30:54.011 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction 2024-09-21T13:30:54.024 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction test succeeded. 2024-09-21T13:30:54.025 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction 2024-09-21T13:30:54.133 INFO:teuthology.orchestra.run.smithi118.stdout: Preparing : 1/1 2024-09-21T13:30:54.144 INFO:teuthology.orchestra.run.smithi175.stdout: Preparing : 1/1 2024-09-21T13:30:54.161 INFO:teuthology.orchestra.run.smithi149.stdout: Preparing : 1/1 2024-09-21T13:30:54.194 INFO:teuthology.orchestra.run.smithi118.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-21T13:30:54.223 INFO:teuthology.orchestra.run.smithi175.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-21T13:30:54.252 INFO:teuthology.orchestra.run.smithi118.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-21T13:30:54.261 INFO:teuthology.orchestra.run.smithi149.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-21T13:30:54.280 INFO:teuthology.orchestra.run.smithi175.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-21T13:30:54.320 INFO:teuthology.orchestra.run.smithi149.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-21T13:30:54.656 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-21T13:30:54.656 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-21T13:30:54.706 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-21T13:30:54.707 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-21T13:30:54.789 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-21T13:30:54.789 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-21T13:30:54.895 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-21T13:30:54.896 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:30:54.896 INFO:teuthology.orchestra.run.smithi118.stdout:Removed: 2024-09-21T13:30:54.896 INFO:teuthology.orchestra.run.smithi118.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-21T13:30:54.896 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:30:54.896 INFO:teuthology.orchestra.run.smithi118.stdout:Complete! 2024-09-21T13:30:54.940 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-21T13:30:54.940 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:30:54.940 INFO:teuthology.orchestra.run.smithi175.stdout:Removed: 2024-09-21T13:30:54.940 INFO:teuthology.orchestra.run.smithi175.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-21T13:30:54.940 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:30:54.940 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2024-09-21T13:30:55.070 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-21T13:30:55.070 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:30:55.070 INFO:teuthology.orchestra.run.smithi149.stdout:Removed: 2024-09-21T13:30:55.070 INFO:teuthology.orchestra.run.smithi149.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-21T13:30:55.070 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:30:55.070 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-09-21T13:30:55.723 INFO:teuthology.orchestra.run.smithi118.stdout:Last metadata expiration check: 0:00:55 ago on Sat 21 Sep 2024 01:30:00 PM UTC. 2024-09-21T13:30:55.810 INFO:teuthology.orchestra.run.smithi175.stdout:Last metadata expiration check: 0:00:55 ago on Sat 21 Sep 2024 01:30:00 PM UTC. 2024-09-21T13:30:55.868 INFO:teuthology.orchestra.run.smithi118.stdout:Dependencies resolved. 2024-09-21T13:30:55.869 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-09-21T13:30:55.869 INFO:teuthology.orchestra.run.smithi118.stdout: Package Arch Version Repository Size 2024-09-21T13:30:55.869 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-09-21T13:30:55.870 INFO:teuthology.orchestra.run.smithi118.stdout:Installing: 2024-09-21T13:30:55.870 INFO:teuthology.orchestra.run.smithi118.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-21T13:30:55.870 INFO:teuthology.orchestra.run.smithi118.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-21T13:30:55.870 INFO:teuthology.orchestra.run.smithi118.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-09-21T13:30:55.870 INFO:teuthology.orchestra.run.smithi118.stdout:Installing dependencies: 2024-09-21T13:30:55.870 INFO:teuthology.orchestra.run.smithi118.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-21T13:30:55.870 INFO:teuthology.orchestra.run.smithi118.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-21T13:30:55.870 INFO:teuthology.orchestra.run.smithi118.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-21T13:30:55.870 INFO:teuthology.orchestra.run.smithi118.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-21T13:30:55.870 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:30:55.870 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction Summary 2024-09-21T13:30:55.870 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-09-21T13:30:55.870 INFO:teuthology.orchestra.run.smithi118.stdout:Install 7 Packages 2024-09-21T13:30:55.870 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:30:55.894 INFO:teuthology.orchestra.run.smithi118.stdout:Total download size: 5.2 M 2024-09-21T13:30:55.894 INFO:teuthology.orchestra.run.smithi118.stdout:Installed size: 19 M 2024-09-21T13:30:55.894 INFO:teuthology.orchestra.run.smithi118.stdout:Downloading Packages: 2024-09-21T13:30:55.912 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:00:54 ago on Sat 21 Sep 2024 01:30:01 PM UTC. 2024-09-21T13:30:55.950 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2024-09-21T13:30:55.951 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-09-21T13:30:55.951 INFO:teuthology.orchestra.run.smithi175.stdout: Package Arch Version Repository Size 2024-09-21T13:30:55.951 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-09-21T13:30:55.951 INFO:teuthology.orchestra.run.smithi175.stdout:Installing: 2024-09-21T13:30:55.951 INFO:teuthology.orchestra.run.smithi175.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-21T13:30:55.951 INFO:teuthology.orchestra.run.smithi175.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-21T13:30:55.951 INFO:teuthology.orchestra.run.smithi175.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-09-21T13:30:55.952 INFO:teuthology.orchestra.run.smithi175.stdout:Installing dependencies: 2024-09-21T13:30:55.952 INFO:teuthology.orchestra.run.smithi175.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-21T13:30:55.952 INFO:teuthology.orchestra.run.smithi175.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-21T13:30:55.952 INFO:teuthology.orchestra.run.smithi175.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-21T13:30:55.952 INFO:teuthology.orchestra.run.smithi175.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-21T13:30:55.952 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:30:55.952 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction Summary 2024-09-21T13:30:55.952 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-09-21T13:30:55.952 INFO:teuthology.orchestra.run.smithi175.stdout:Install 7 Packages 2024-09-21T13:30:55.952 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:30:55.962 INFO:teuthology.orchestra.run.smithi175.stdout:Total download size: 5.2 M 2024-09-21T13:30:55.962 INFO:teuthology.orchestra.run.smithi175.stdout:Installed size: 19 M 2024-09-21T13:30:55.962 INFO:teuthology.orchestra.run.smithi175.stdout:Downloading Packages: 2024-09-21T13:30:56.051 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-09-21T13:30:56.052 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-09-21T13:30:56.052 INFO:teuthology.orchestra.run.smithi149.stdout: Package Arch Version Repository Size 2024-09-21T13:30:56.052 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-09-21T13:30:56.052 INFO:teuthology.orchestra.run.smithi149.stdout:Installing: 2024-09-21T13:30:56.052 INFO:teuthology.orchestra.run.smithi149.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-21T13:30:56.052 INFO:teuthology.orchestra.run.smithi149.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-21T13:30:56.052 INFO:teuthology.orchestra.run.smithi149.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-09-21T13:30:56.053 INFO:teuthology.orchestra.run.smithi149.stdout:Installing dependencies: 2024-09-21T13:30:56.053 INFO:teuthology.orchestra.run.smithi149.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-21T13:30:56.053 INFO:teuthology.orchestra.run.smithi149.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-21T13:30:56.053 INFO:teuthology.orchestra.run.smithi149.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-21T13:30:56.053 INFO:teuthology.orchestra.run.smithi149.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-21T13:30:56.053 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:30:56.053 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2024-09-21T13:30:56.053 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-09-21T13:30:56.053 INFO:teuthology.orchestra.run.smithi149.stdout:Install 7 Packages 2024-09-21T13:30:56.053 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:30:56.064 INFO:teuthology.orchestra.run.smithi149.stdout:Total download size: 5.2 M 2024-09-21T13:30:56.064 INFO:teuthology.orchestra.run.smithi149.stdout:Installed size: 19 M 2024-09-21T13:30:56.064 INFO:teuthology.orchestra.run.smithi149.stdout:Downloading Packages: 2024-09-21T13:30:56.334 INFO:teuthology.orchestra.run.smithi118.stdout:(1/7): nvmetcli-0.7-3.el9.noarch.rpm 322 kB/s | 44 kB 00:00 2024-09-21T13:30:56.360 INFO:teuthology.orchestra.run.smithi118.stdout:(2/7): libnvme-1.9-3.el9.x86_64.rpm 649 kB/s | 106 kB 00:00 2024-09-21T13:30:56.393 INFO:teuthology.orchestra.run.smithi118.stdout:(3/7): nvme-cli-2.9.1-6.el9.x86_64.rpm 4.5 MB/s | 906 kB 00:00 2024-09-21T13:30:56.418 INFO:teuthology.orchestra.run.smithi118.stdout:(4/7): python3-configshell-1.1.30-1.el9.noarch. 855 kB/s | 72 kB 00:00 2024-09-21T13:30:56.436 INFO:teuthology.orchestra.run.smithi175.stdout:(1/7): nvmetcli-0.7-3.el9.noarch.rpm 468 kB/s | 44 kB 00:00 2024-09-21T13:30:56.444 INFO:teuthology.orchestra.run.smithi118.stdout:(5/7): python3-kmod-0.9-32.el9.x86_64.rpm 1.0 MB/s | 84 kB 00:00 2024-09-21T13:30:56.478 INFO:teuthology.orchestra.run.smithi175.stdout:(2/7): libnvme-1.9-3.el9.x86_64.rpm 773 kB/s | 106 kB 00:00 2024-09-21T13:30:56.494 INFO:teuthology.orchestra.run.smithi118.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 8.1 MB/s | 837 kB 00:00 2024-09-21T13:30:56.512 INFO:teuthology.orchestra.run.smithi175.stdout:(3/7): python3-configshell-1.1.30-1.el9.noarch. 950 kB/s | 72 kB 00:00 2024-09-21T13:30:56.545 INFO:teuthology.orchestra.run.smithi175.stdout:(4/7): python3-kmod-0.9-32.el9.x86_64.rpm 1.2 MB/s | 84 kB 00:00 2024-09-21T13:30:56.552 INFO:teuthology.orchestra.run.smithi149.stdout:(1/7): nvmetcli-0.7-3.el9.noarch.rpm 431 kB/s | 44 kB 00:00 2024-09-21T13:30:56.579 INFO:teuthology.orchestra.run.smithi175.stdout:(5/7): nvme-cli-2.9.1-6.el9.x86_64.rpm 3.7 MB/s | 906 kB 00:00 2024-09-21T13:30:56.585 INFO:teuthology.orchestra.run.smithi149.stdout:(2/7): libnvme-1.9-3.el9.x86_64.rpm 777 kB/s | 106 kB 00:00 2024-09-21T13:30:56.621 INFO:teuthology.orchestra.run.smithi175.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 7.5 MB/s | 837 kB 00:00 2024-09-21T13:30:56.627 INFO:teuthology.orchestra.run.smithi149.stdout:(3/7): python3-configshell-1.1.30-1.el9.noarch. 952 kB/s | 72 kB 00:00 2024-09-21T13:30:56.653 INFO:teuthology.orchestra.run.smithi149.stdout:(4/7): python3-kmod-0.9-32.el9.x86_64.rpm 1.2 MB/s | 84 kB 00:00 2024-09-21T13:30:56.702 INFO:teuthology.orchestra.run.smithi118.stdout:(7/7): runc-1.1.13-4.el9.x86_64.rpm 11 MB/s | 3.2 MB 00:00 2024-09-21T13:30:56.703 INFO:teuthology.orchestra.run.smithi118.stdout:-------------------------------------------------------------------------------- 2024-09-21T13:30:56.703 INFO:teuthology.orchestra.run.smithi118.stdout:Total 6.4 MB/s | 5.2 MB 00:00 2024-09-21T13:30:56.811 INFO:teuthology.orchestra.run.smithi149.stdout:(5/7): nvme-cli-2.9.1-6.el9.x86_64.rpm 2.4 MB/s | 906 kB 00:00 2024-09-21T13:30:56.819 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction check 2024-09-21T13:30:56.835 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction check succeeded. 2024-09-21T13:30:56.835 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction test 2024-09-21T13:30:56.903 INFO:teuthology.orchestra.run.smithi149.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 3.0 MB/s | 837 kB 00:00 2024-09-21T13:30:57.112 INFO:teuthology.orchestra.run.smithi149.stdout:(7/7): runc-1.1.13-4.el9.x86_64.rpm 6.9 MB/s | 3.2 MB 00:00 2024-09-21T13:30:57.112 INFO:teuthology.orchestra.run.smithi149.stdout:-------------------------------------------------------------------------------- 2024-09-21T13:30:57.112 INFO:teuthology.orchestra.run.smithi149.stdout:Total 4.9 MB/s | 5.2 MB 00:01 2024-09-21T13:30:57.161 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction test succeeded. 2024-09-21T13:30:57.161 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction 2024-09-21T13:30:57.223 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction check 2024-09-21T13:30:57.238 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction check succeeded. 2024-09-21T13:30:57.238 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction test 2024-09-21T13:30:57.413 INFO:teuthology.orchestra.run.smithi175.stdout:(7/7): runc-1.1.13-4.el9.x86_64.rpm 3.7 MB/s | 3.2 MB 00:00 2024-09-21T13:30:57.413 INFO:teuthology.orchestra.run.smithi175.stdout:-------------------------------------------------------------------------------- 2024-09-21T13:30:57.413 INFO:teuthology.orchestra.run.smithi175.stdout:Total 3.6 MB/s | 5.2 MB 00:01 2024-09-21T13:30:57.513 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction test succeeded. 2024-09-21T13:30:57.514 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction 2024-09-21T13:30:57.523 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction check 2024-09-21T13:30:57.538 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction check succeeded. 2024-09-21T13:30:57.539 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction test 2024-09-21T13:30:57.618 INFO:teuthology.orchestra.run.smithi118.stdout: Preparing : 1/1 2024-09-21T13:30:57.705 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2024-09-21T13:30:57.740 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/7 2024-09-21T13:30:57.769 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/7 2024-09-21T13:30:57.850 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction test succeeded. 2024-09-21T13:30:57.850 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction 2024-09-21T13:30:57.967 INFO:teuthology.orchestra.run.smithi149.stdout: Preparing : 1/1 2024-09-21T13:30:57.978 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/7 2024-09-21T13:30:58.008 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-21T13:30:58.048 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2024-09-21T13:30:58.082 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/7 2024-09-21T13:30:58.111 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/7 2024-09-21T13:30:58.318 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/7 2024-09-21T13:30:58.319 INFO:teuthology.orchestra.run.smithi175.stdout: Preparing : 1/1 2024-09-21T13:30:58.358 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-21T13:30:58.400 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2024-09-21T13:30:58.435 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/7 2024-09-21T13:30:58.450 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-21T13:30:58.463 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/7 2024-09-21T13:30:58.486 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/7 2024-09-21T13:30:58.605 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/7 2024-09-21T13:30:58.666 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-21T13:30:58.675 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/7 2024-09-21T13:30:58.711 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-21T13:30:58.800 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-21T13:30:58.828 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/7 2024-09-21T13:30:58.949 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/7 2024-09-21T13:30:59.015 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-21T13:30:59.149 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-21T13:30:59.173 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/7 2024-09-21T13:30:59.292 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/7 2024-09-21T13:30:59.359 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-21T13:30:59.607 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-21T13:30:59.607 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/7 2024-09-21T13:30:59.608 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/7 2024-09-21T13:30:59.608 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/7 2024-09-21T13:30:59.608 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/7 2024-09-21T13:30:59.608 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/7 2024-09-21T13:30:59.608 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2024-09-21T13:31:00.003 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-21T13:31:00.003 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:31:00.003 INFO:teuthology.orchestra.run.smithi118.stdout:Installed: 2024-09-21T13:31:00.003 INFO:teuthology.orchestra.run.smithi118.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-21T13:31:00.003 INFO:teuthology.orchestra.run.smithi118.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-21T13:31:00.003 INFO:teuthology.orchestra.run.smithi118.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-21T13:31:00.003 INFO:teuthology.orchestra.run.smithi118.stdout: runc-4:1.1.13-4.el9.x86_64 2024-09-21T13:31:00.003 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:31:00.003 INFO:teuthology.orchestra.run.smithi118.stdout:Complete! 2024-09-21T13:31:00.017 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-21T13:31:00.017 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/7 2024-09-21T13:31:00.018 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/7 2024-09-21T13:31:00.018 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/7 2024-09-21T13:31:00.018 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/7 2024-09-21T13:31:00.018 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/7 2024-09-21T13:31:00.018 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2024-09-21T13:31:00.340 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-21T13:31:00.340 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/7 2024-09-21T13:31:00.340 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/7 2024-09-21T13:31:00.340 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/7 2024-09-21T13:31:00.340 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/7 2024-09-21T13:31:00.340 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/7 2024-09-21T13:31:00.340 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2024-09-21T13:31:00.370 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-21T13:31:00.371 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:31:00.371 INFO:teuthology.orchestra.run.smithi149.stdout:Installed: 2024-09-21T13:31:00.371 INFO:teuthology.orchestra.run.smithi149.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-21T13:31:00.371 INFO:teuthology.orchestra.run.smithi149.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-21T13:31:00.371 INFO:teuthology.orchestra.run.smithi149.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-21T13:31:00.371 INFO:teuthology.orchestra.run.smithi149.stdout: runc-4:1.1.13-4.el9.x86_64 2024-09-21T13:31:00.371 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:31:00.371 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-09-21T13:31:00.430 DEBUG:teuthology.parallel:result is None 2024-09-21T13:31:00.688 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-21T13:31:00.688 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:31:00.689 INFO:teuthology.orchestra.run.smithi175.stdout:Installed: 2024-09-21T13:31:00.689 INFO:teuthology.orchestra.run.smithi175.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-21T13:31:00.689 INFO:teuthology.orchestra.run.smithi175.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-21T13:31:00.689 INFO:teuthology.orchestra.run.smithi175.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-21T13:31:00.689 INFO:teuthology.orchestra.run.smithi175.stdout: runc-4:1.1.13-4.el9.x86_64 2024-09-21T13:31:00.689 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:31:00.689 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2024-09-21T13:31:00.763 DEBUG:teuthology.parallel:result is None 2024-09-21T13:31:01.067 DEBUG:teuthology.parallel:result is None 2024-09-21T13:31:01.067 INFO:teuthology.run_tasks:Running task install... 2024-09-21T13:31:01.079 DEBUG:teuthology.task.install:project ceph 2024-09-21T13:31:01.079 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '441784946648ff53dd310293f9dd752afeeea72a'}} 2024-09-21T13:31:01.079 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '441784946648ff53dd310293f9dd752afeeea72a'} 2024-09-21T13:31:01.079 INFO:teuthology.task.install:Using flavor: default 2024-09-21T13:31:01.084 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-21T13:31:01.084 INFO:teuthology.task.install:extra packages: [] 2024-09-21T13:31:01.084 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': '441784946648ff53dd310293f9dd752afeeea72a', 'tag': None, 'wait_for_package': False} 2024-09-21T13:31:01.085 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:31:01.086 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': '441784946648ff53dd310293f9dd752afeeea72a', 'tag': None, 'wait_for_package': False} 2024-09-21T13:31:01.086 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:31:01.087 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': '441784946648ff53dd310293f9dd752afeeea72a', 'tag': None, 'wait_for_package': False} 2024-09-21T13:31:01.088 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:31:01.228 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0842/441784946648ff53dd310293f9dd752afeeea72a/centos/9/flavors/default/ 2024-09-21T13:31:01.228 INFO:teuthology.task.install.rpm:Package version is 19.3.0-5104.g44178494 2024-09-21T13:31:01.238 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0842/441784946648ff53dd310293f9dd752afeeea72a/centos/9/flavors/default/ 2024-09-21T13:31:01.238 INFO:teuthology.task.install.rpm:Package version is 19.3.0-5104.g44178494 2024-09-21T13:31:01.242 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0842/441784946648ff53dd310293f9dd752afeeea72a/centos/9/flavors/default/ 2024-09-21T13:31:01.242 INFO:teuthology.task.install.rpm:Package version is 19.3.0-5104.g44178494 2024-09-21T13:31:01.346 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0842/441784946648ff53dd310293f9dd752afeeea72a/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0842/441784946648ff53dd310293f9dd752afeeea72a/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0842/441784946648ff53dd310293f9dd752afeeea72a/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-09-21T13:31:01.346 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-09-21T13:31:01.346 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-09-21T13:31:01.353 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0842/441784946648ff53dd310293f9dd752afeeea72a/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0842/441784946648ff53dd310293f9dd752afeeea72a/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0842/441784946648ff53dd310293f9dd752afeeea72a/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-09-21T13:31:01.353 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2024-09-21T13:31:01.353 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-09-21T13:31:01.365 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0842/441784946648ff53dd310293f9dd752afeeea72a/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0842/441784946648ff53dd310293f9dd752afeeea72a/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0842/441784946648ff53dd310293f9dd752afeeea72a/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-09-21T13:31:01.365 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-09-21T13:31:01.365 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-09-21T13:31:01.378 INFO:teuthology.task.install.rpm:Installing packages: 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 on remote rpm x86_64 2024-09-21T13:31:01.378 DEBUG:teuthology.orchestra.run.smithi118:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/441784946648ff53dd310293f9dd752afeeea72a/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-09-21T13:31:01.379 INFO:teuthology.task.install.rpm:Installing packages: 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 on remote rpm x86_64 2024-09-21T13:31:01.379 DEBUG:teuthology.orchestra.run.smithi175:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/441784946648ff53dd310293f9dd752afeeea72a/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-09-21T13:31:01.391 INFO:teuthology.task.install.rpm:Installing packages: 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 on remote rpm x86_64 2024-09-21T13:31:01.391 DEBUG:teuthology.orchestra.run.smithi149:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/441784946648ff53dd310293f9dd752afeeea72a/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-09-21T13:31:01.445 DEBUG:teuthology.orchestra.run.smithi175:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-09-21T13:31:01.450 DEBUG:teuthology.orchestra.run.smithi118:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-09-21T13:31:01.458 DEBUG:teuthology.orchestra.run.smithi149:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-09-21T13:31:01.520 DEBUG:teuthology.orchestra.run.smithi175:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-09-21T13:31:01.532 DEBUG:teuthology.orchestra.run.smithi118:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-09-21T13:31:01.533 DEBUG:teuthology.orchestra.run.smithi149:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-09-21T13:31:01.585 INFO:teuthology.orchestra.run.smithi175.stdout:check_obsoletes = 1 2024-09-21T13:31:01.587 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum clean all 2024-09-21T13:31:01.598 INFO:teuthology.orchestra.run.smithi149.stdout:check_obsoletes = 1 2024-09-21T13:31:01.599 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum clean all 2024-09-21T13:31:01.601 INFO:teuthology.orchestra.run.smithi118.stdout:check_obsoletes = 1 2024-09-21T13:31:01.603 DEBUG:teuthology.orchestra.run.smithi118:> sudo yum clean all 2024-09-21T13:31:01.814 INFO:teuthology.orchestra.run.smithi175.stdout:45 files removed 2024-09-21T13:31:01.827 INFO:teuthology.orchestra.run.smithi149.stdout:45 files removed 2024-09-21T13:31:01.830 INFO:teuthology.orchestra.run.smithi118.stdout:45 files removed 2024-09-21T13:31:01.842 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum -y install ceph-radosgw 2024-09-21T13:31:01.855 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install ceph-radosgw 2024-09-21T13:31:01.856 DEBUG:teuthology.orchestra.run.smithi118:> sudo yum -y install ceph-radosgw 2024-09-21T13:31:02.395 INFO:teuthology.orchestra.run.smithi175.stdout:ceph packages for x86_64 314 kB/s | 84 kB 00:00 2024-09-21T13:31:02.419 INFO:teuthology.orchestra.run.smithi149.stdout:ceph packages for x86_64 311 kB/s | 84 kB 00:00 2024-09-21T13:31:02.420 INFO:teuthology.orchestra.run.smithi118.stdout:ceph packages for x86_64 306 kB/s | 84 kB 00:00 2024-09-21T13:31:02.711 INFO:teuthology.orchestra.run.smithi118.stdout:ceph noarch packages 97 kB/s | 24 kB 00:00 2024-09-21T13:31:02.712 INFO:teuthology.orchestra.run.smithi149.stdout:ceph noarch packages 98 kB/s | 24 kB 00:00 2024-09-21T13:31:02.712 INFO:teuthology.orchestra.run.smithi175.stdout:ceph noarch packages 90 kB/s | 24 kB 00:00 2024-09-21T13:31:02.987 INFO:teuthology.orchestra.run.smithi118.stdout:ceph source packages 8.2 kB/s | 1.9 kB 00:00 2024-09-21T13:31:02.988 INFO:teuthology.orchestra.run.smithi175.stdout:ceph source packages 8.1 kB/s | 1.9 kB 00:00 2024-09-21T13:31:02.995 INFO:teuthology.orchestra.run.smithi149.stdout:ceph source packages 7.9 kB/s | 1.9 kB 00:00 2024-09-21T13:31:03.429 INFO:teuthology.orchestra.run.smithi175.stdout:CentOS Stream 9 - BaseOS 20 MB/s | 8.3 MB 00:00 2024-09-21T13:31:04.762 INFO:teuthology.orchestra.run.smithi149.stdout:CentOS Stream 9 - BaseOS 4.8 MB/s | 8.3 MB 00:01 2024-09-21T13:31:05.853 INFO:teuthology.orchestra.run.smithi118.stdout:CentOS Stream 9 - BaseOS 2.9 MB/s | 8.3 MB 00:02 2024-09-21T13:31:06.472 INFO:teuthology.orchestra.run.smithi149.stdout:CentOS Stream 9 - AppStream 32 MB/s | 20 MB 00:00 2024-09-21T13:31:10.723 INFO:teuthology.orchestra.run.smithi149.stdout:CentOS Stream 9 - CRB 15 MB/s | 6.5 MB 00:00 2024-09-21T13:31:12.249 INFO:teuthology.orchestra.run.smithi149.stdout:CentOS Stream 9 - Extras packages 104 kB/s | 19 kB 00:00 2024-09-21T13:31:13.100 INFO:teuthology.orchestra.run.smithi149.stdout:Extra Packages for Enterprise Linux 31 MB/s | 23 MB 00:00 2024-09-21T13:31:18.542 INFO:teuthology.orchestra.run.smithi149.stdout:lab-extras 31 kB/s | 1.7 kB 00:00 2024-09-21T13:31:20.843 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-09-21T13:31:20.846 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-09-21T13:31:20.846 INFO:teuthology.orchestra.run.smithi149.stdout: Package Arch Version Repository Size 2024-09-21T13:31:20.846 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-09-21T13:31:20.846 INFO:teuthology.orchestra.run.smithi149.stdout:Installing: 2024-09-21T13:31:20.846 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-radosgw x86_64 2:19.3.0-5104.g44178494.el9 ceph 11 M 2024-09-21T13:31:20.846 INFO:teuthology.orchestra.run.smithi149.stdout:Upgrading: 2024-09-21T13:31:20.846 INFO:teuthology.orchestra.run.smithi149.stdout: librados2 x86_64 2:19.3.0-5104.g44178494.el9 ceph 3.5 M 2024-09-21T13:31:20.846 INFO:teuthology.orchestra.run.smithi149.stdout: librbd1 x86_64 2:19.3.0-5104.g44178494.el9 ceph 3.2 M 2024-09-21T13:31:20.847 INFO:teuthology.orchestra.run.smithi149.stdout:Installing dependencies: 2024-09-21T13:31:20.847 INFO:teuthology.orchestra.run.smithi149.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-09-21T13:31:20.847 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-base x86_64 2:19.3.0-5104.g44178494.el9 ceph 5.5 M 2024-09-21T13:31:20.847 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-common x86_64 2:19.3.0-5104.g44178494.el9 ceph 22 M 2024-09-21T13:31:20.847 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-selinux x86_64 2:19.3.0-5104.g44178494.el9 ceph 25 k 2024-09-21T13:31:20.847 INFO:teuthology.orchestra.run.smithi149.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2024-09-21T13:31:20.847 INFO:teuthology.orchestra.run.smithi149.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-09-21T13:31:20.847 INFO:teuthology.orchestra.run.smithi149.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-09-21T13:31:20.847 INFO:teuthology.orchestra.run.smithi149.stdout: libcephfs2 x86_64 2:19.3.0-5104.g44178494.el9 ceph 754 k 2024-09-21T13:31:20.847 INFO:teuthology.orchestra.run.smithi149.stdout: libnbd x86_64 1.20.2-2.el9 appstream 171 k 2024-09-21T13:31:20.847 INFO:teuthology.orchestra.run.smithi149.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-09-21T13:31:20.847 INFO:teuthology.orchestra.run.smithi149.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-09-21T13:31:20.847 INFO:teuthology.orchestra.run.smithi149.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-09-21T13:31:20.848 INFO:teuthology.orchestra.run.smithi149.stdout: libradosstriper1 x86_64 2:19.3.0-5104.g44178494.el9 ceph 508 k 2024-09-21T13:31:20.848 INFO:teuthology.orchestra.run.smithi149.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-09-21T13:31:20.848 INFO:teuthology.orchestra.run.smithi149.stdout: librgw2 x86_64 2:19.3.0-5104.g44178494.el9 ceph 5.5 M 2024-09-21T13:31:20.848 INFO:teuthology.orchestra.run.smithi149.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-09-21T13:31:20.848 INFO:teuthology.orchestra.run.smithi149.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-09-21T13:31:20.848 INFO:teuthology.orchestra.run.smithi149.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-09-21T13:31:20.848 INFO:teuthology.orchestra.run.smithi149.stdout: python3-ceph-argparse x86_64 2:19.3.0-5104.g44178494.el9 ceph 45 k 2024-09-21T13:31:20.848 INFO:teuthology.orchestra.run.smithi149.stdout: python3-ceph-common x86_64 2:19.3.0-5104.g44178494.el9 ceph 148 k 2024-09-21T13:31:20.848 INFO:teuthology.orchestra.run.smithi149.stdout: python3-cephfs x86_64 2:19.3.0-5104.g44178494.el9 ceph 161 k 2024-09-21T13:31:20.848 INFO:teuthology.orchestra.run.smithi149.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-09-21T13:31:20.848 INFO:teuthology.orchestra.run.smithi149.stdout: python3-rados x86_64 2:19.3.0-5104.g44178494.el9 ceph 320 k 2024-09-21T13:31:20.848 INFO:teuthology.orchestra.run.smithi149.stdout: python3-rbd x86_64 2:19.3.0-5104.g44178494.el9 ceph 307 k 2024-09-21T13:31:20.848 INFO:teuthology.orchestra.run.smithi149.stdout: python3-rgw x86_64 2:19.3.0-5104.g44178494.el9 ceph 99 k 2024-09-21T13:31:20.848 INFO:teuthology.orchestra.run.smithi149.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-09-21T13:31:20.848 INFO:teuthology.orchestra.run.smithi149.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-09-21T13:31:20.848 INFO:teuthology.orchestra.run.smithi149.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2024-09-21T13:31:20.849 INFO:teuthology.orchestra.run.smithi149.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-09-21T13:31:20.849 INFO:teuthology.orchestra.run.smithi149.stdout:Installing weak dependencies: 2024-09-21T13:31:20.849 INFO:teuthology.orchestra.run.smithi149.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-09-21T13:31:20.849 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:31:20.849 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2024-09-21T13:31:20.849 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-09-21T13:31:20.849 INFO:teuthology.orchestra.run.smithi149.stdout:Install 31 Packages 2024-09-21T13:31:20.849 INFO:teuthology.orchestra.run.smithi149.stdout:Upgrade 2 Packages 2024-09-21T13:31:20.849 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:31:20.850 INFO:teuthology.orchestra.run.smithi149.stdout:Total download size: 62 M 2024-09-21T13:31:20.850 INFO:teuthology.orchestra.run.smithi149.stdout:Downloading Packages: 2024-09-21T13:31:21.902 INFO:teuthology.orchestra.run.smithi149.stdout:(1/33): ceph-base-19.3.0-5104.g44178494.el9.x86 7.4 MB/s | 5.5 MB 00:00 2024-09-21T13:31:22.027 INFO:teuthology.orchestra.run.smithi149.stdout:(2/33): ceph-radosgw-19.3.0-5104.g44178494.el9. 12 MB/s | 11 MB 00:00 2024-09-21T13:31:22.036 INFO:teuthology.orchestra.run.smithi118.stdout:CentOS Stream 9 - AppStream 1.3 MB/s | 20 MB 00:15 2024-09-21T13:31:22.052 INFO:teuthology.orchestra.run.smithi149.stdout:(3/33): ceph-selinux-19.3.0-5104.g44178494.el9. 167 kB/s | 25 kB 00:00 2024-09-21T13:31:22.086 INFO:teuthology.orchestra.run.smithi149.stdout:(4/33): libcephfs2-19.3.0-5104.g44178494.el9.x8 13 MB/s | 754 kB 00:00 2024-09-21T13:31:22.111 INFO:teuthology.orchestra.run.smithi149.stdout:(5/33): libradosstriper1-19.3.0-5104.g44178494. 8.5 MB/s | 508 kB 00:00 2024-09-21T13:31:22.161 INFO:teuthology.orchestra.run.smithi149.stdout:(6/33): python3-ceph-argparse-19.3.0-5104.g4417 901 kB/s | 45 kB 00:00 2024-09-21T13:31:22.229 INFO:teuthology.orchestra.run.smithi149.stdout:(7/33): python3-ceph-common-19.3.0-5104.g441784 2.2 MB/s | 148 kB 00:00 2024-09-21T13:31:22.295 INFO:teuthology.orchestra.run.smithi149.stdout:(8/33): python3-cephfs-19.3.0-5104.g44178494.el 2.4 MB/s | 161 kB 00:00 2024-09-21T13:31:22.512 INFO:teuthology.orchestra.run.smithi149.stdout:(9/33): ceph-common-19.3.0-5104.g44178494.el9.x 16 MB/s | 22 MB 00:01 2024-09-21T13:31:22.587 INFO:teuthology.orchestra.run.smithi149.stdout:(10/33): librgw2-19.3.0-5104.g44178494.el9.x86_ 11 MB/s | 5.5 MB 00:00 2024-09-21T13:31:22.613 INFO:teuthology.orchestra.run.smithi149.stdout:(11/33): python3-rados-19.3.0-5104.g44178494.el 1.0 MB/s | 320 kB 00:00 2024-09-21T13:31:22.638 INFO:teuthology.orchestra.run.smithi149.stdout:(12/33): python3-rgw-19.3.0-5104.g44178494.el9. 1.9 MB/s | 99 kB 00:00 2024-09-21T13:31:22.663 INFO:teuthology.orchestra.run.smithi149.stdout:(13/33): python3-rbd-19.3.0-5104.g44178494.el9. 2.0 MB/s | 307 kB 00:00 2024-09-21T13:31:22.755 INFO:teuthology.orchestra.run.smithi149.stdout:(14/33): boost-program-options-1.75.0-8.el9.x86 752 kB/s | 107 kB 00:00 2024-09-21T13:31:22.781 INFO:teuthology.orchestra.run.smithi149.stdout:(15/33): libnbd-1.20.2-2.el9.x86_64.rpm 1.2 MB/s | 171 kB 00:00 2024-09-21T13:31:22.797 INFO:teuthology.orchestra.run.smithi149.stdout:(16/33): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.1 MB/s | 45 kB 00:00 2024-09-21T13:31:22.814 INFO:teuthology.orchestra.run.smithi149.stdout:(17/33): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.0 MB/s | 160 kB 00:00 2024-09-21T13:31:22.865 INFO:teuthology.orchestra.run.smithi149.stdout:(18/33): librdkafka-1.6.1-102.el9.x86_64.rpm 7.7 MB/s | 662 kB 00:00 2024-09-21T13:31:22.890 INFO:teuthology.orchestra.run.smithi149.stdout:(19/33): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.1 MB/s | 292 kB 00:00 2024-09-21T13:31:22.915 INFO:teuthology.orchestra.run.smithi149.stdout:(20/33): python3-prettytable-0.7.2-27.el9.noarc 420 kB/s | 42 kB 00:00 2024-09-21T13:31:22.940 INFO:teuthology.orchestra.run.smithi149.stdout:(21/33): qatlib-service-24.02.0-1.el9.x86_64.rp 717 kB/s | 36 kB 00:00 2024-09-21T13:31:22.966 INFO:teuthology.orchestra.run.smithi149.stdout:(22/33): qatzip-libs-1.2.0-1.el9.x86_64.rpm 944 kB/s | 47 kB 00:00 2024-09-21T13:31:22.991 INFO:teuthology.orchestra.run.smithi149.stdout:(23/33): qatlib-24.02.0-1.el9.x86_64.rpm 1.7 MB/s | 221 kB 00:00 2024-09-21T13:31:23.042 INFO:teuthology.orchestra.run.smithi149.stdout:(24/33): gperftools-libs-2.9.1-3.el9.x86_64.rpm 3.0 MB/s | 308 kB 00:00 2024-09-21T13:31:23.067 INFO:teuthology.orchestra.run.smithi149.stdout:(25/33): liboath-2.6.7-2.el9.x86_64.rpm 2.1 MB/s | 49 kB 00:00 2024-09-21T13:31:23.069 INFO:teuthology.orchestra.run.smithi175.stdout:CentOS Stream 9 - AppStream 1.1 MB/s | 20 MB 00:18 2024-09-21T13:31:23.092 INFO:teuthology.orchestra.run.smithi149.stdout:(26/33): libarrow-doc-9.0.0-11.el9.noarch.rpm 300 kB/s | 26 kB 00:00 2024-09-21T13:31:23.117 INFO:teuthology.orchestra.run.smithi149.stdout:(27/33): libunwind-1.6.2-1.el9.x86_64.rpm 1.3 MB/s | 67 kB 00:00 2024-09-21T13:31:23.151 INFO:teuthology.orchestra.run.smithi149.stdout:(28/33): re2-20211101-20.el9.x86_64.rpm 5.6 MB/s | 191 kB 00:00 2024-09-21T13:31:23.193 INFO:teuthology.orchestra.run.smithi149.stdout:(29/33): parquet-libs-9.0.0-11.el9.x86_64.rpm 8.1 MB/s | 839 kB 00:00 2024-09-21T13:31:23.251 INFO:teuthology.orchestra.run.smithi149.stdout:(30/33): thrift-0.15.0-2.el9.x86_64.rpm 16 MB/s | 1.6 MB 00:00 2024-09-21T13:31:23.335 INFO:teuthology.orchestra.run.smithi149.stdout:(31/33): libarrow-9.0.0-11.el9.x86_64.rpm 12 MB/s | 4.4 MB 00:00 2024-09-21T13:31:23.427 INFO:teuthology.orchestra.run.smithi149.stdout:(32/33): librados2-19.3.0-5104.g44178494.el9.x8 15 MB/s | 3.5 MB 00:00 2024-09-21T13:31:23.519 INFO:teuthology.orchestra.run.smithi149.stdout:(33/33): librbd1-19.3.0-5104.g44178494.el9.x86_ 12 MB/s | 3.2 MB 00:00 2024-09-21T13:31:23.524 INFO:teuthology.orchestra.run.smithi149.stdout:-------------------------------------------------------------------------------- 2024-09-21T13:31:23.524 INFO:teuthology.orchestra.run.smithi149.stdout:Total 23 MB/s | 62 MB 00:02 2024-09-21T13:31:23.634 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction check 2024-09-21T13:31:23.671 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction check succeeded. 2024-09-21T13:31:23.671 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction test 2024-09-21T13:31:24.188 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction test succeeded. 2024-09-21T13:31:24.189 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction 2024-09-21T13:31:25.714 INFO:teuthology.orchestra.run.smithi149.stdout: Preparing : 1/1 2024-09-21T13:31:25.797 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/35 2024-09-21T13:31:25.835 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/35 2024-09-21T13:31:25.860 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/35 2024-09-21T13:31:25.883 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-21T13:31:25.905 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-21T13:31:26.093 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-21T13:31:26.146 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-21T13:31:26.379 INFO:teuthology.orchestra.run.smithi118.stdout:CentOS Stream 9 - CRB 11 MB/s | 6.5 MB 00:00 2024-09-21T13:31:26.480 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/35 2024-09-21T13:31:26.595 INFO:teuthology.orchestra.run.smithi149.stdout: Upgrading : librados2-2:19.3.0-5104.g44178494.el9.x86_64 7/35 2024-09-21T13:31:26.679 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: librados2-2:19.3.0-5104.g44178494.el9.x86_64 7/35 2024-09-21T13:31:26.768 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-rados-2:19.3.0-5104.g44178494.el9.x86_64 8/35 2024-09-21T13:31:26.813 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : libcephfs2-2:19.3.0-5104.g44178494.el9.x86_64 9/35 2024-09-21T13:31:26.878 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: libcephfs2-2:19.3.0-5104.g44178494.el9.x86_64 9/35 2024-09-21T13:31:26.922 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/35 2024-09-21T13:31:26.966 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-ceph-argparse-2:19.3.0-5104.g44178494.el9. 11/35 2024-09-21T13:31:27.044 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-cephfs-2:19.3.0-5104.g44178494.el9.x86_64 12/35 2024-09-21T13:31:27.074 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : libradosstriper1-2:19.3.0-5104.g44178494.el9.x86_6 13/35 2024-09-21T13:31:27.138 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: libradosstriper1-2:19.3.0-5104.g44178494.el9.x86_6 13/35 2024-09-21T13:31:27.173 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/35 2024-09-21T13:31:27.284 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/35 2024-09-21T13:31:27.315 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/35 2024-09-21T13:31:27.356 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/35 2024-09-21T13:31:27.389 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/35 2024-09-21T13:31:27.418 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/35 2024-09-21T13:31:27.451 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-21T13:31:27.488 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/35 2024-09-21T13:31:27.817 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : libnbd-1.20.2-2.el9.x86_64 22/35 2024-09-21T13:31:27.846 INFO:teuthology.orchestra.run.smithi118.stdout:CentOS Stream 9 - Extras packages 80 kB/s | 19 kB 00:00 2024-09-21T13:31:27.864 INFO:teuthology.orchestra.run.smithi149.stdout: Upgrading : librbd1-2:19.3.0-5104.g44178494.el9.x86_64 23/35 2024-09-21T13:31:27.956 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: librbd1-2:19.3.0-5104.g44178494.el9.x86_64 23/35 2024-09-21T13:31:27.985 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-rbd-2:19.3.0-5104.g44178494.el9.x86_64 24/35 2024-09-21T13:31:28.022 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 25/35 2024-09-21T13:31:28.453 INFO:teuthology.orchestra.run.smithi175.stdout:CentOS Stream 9 - CRB 4.1 MB/s | 6.5 MB 00:01 2024-09-21T13:31:28.511 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 26/35 2024-09-21T13:31:28.550 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : librgw2-2:19.3.0-5104.g44178494.el9.x86_64 27/35 2024-09-21T13:31:28.622 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: librgw2-2:19.3.0-5104.g44178494.el9.x86_64 27/35 2024-09-21T13:31:28.703 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-rgw-2:19.3.0-5104.g44178494.el9.x86_64 28/35 2024-09-21T13:31:28.717 INFO:teuthology.orchestra.run.smithi118.stdout:Extra Packages for Enterprise Linux 30 MB/s | 23 MB 00:00 2024-09-21T13:31:28.736 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-ceph-common-2:19.3.0-5104.g44178494.el9.x8 29/35 2024-09-21T13:31:30.804 INFO:teuthology.orchestra.run.smithi175.stdout:CentOS Stream 9 - Extras packages 19 kB/s | 19 kB 00:00 2024-09-21T13:31:31.035 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: ceph-common-2:19.3.0-5104.g44178494.el9.x86_64 30/35 2024-09-21T13:31:31.191 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-common-2:19.3.0-5104.g44178494.el9.x86_64 30/35 2024-09-21T13:31:31.756 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: ceph-common-2:19.3.0-5104.g44178494.el9.x86_64 30/35 2024-09-21T13:31:31.794 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-base-2:19.3.0-5104.g44178494.el9.x86_64 31/35 2024-09-21T13:31:31.879 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: ceph-base-2:19.3.0-5104.g44178494.el9.x86_64 31/35 2024-09-21T13:31:31.879 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-09-21T13:31:31.879 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-09-21T13:31:31.880 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:31:31.916 INFO:teuthology.orchestra.run.smithi175.stdout:Extra Packages for Enterprise Linux 23 MB/s | 23 MB 00:00 2024-09-21T13:31:31.921 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-selinux-2:19.3.0-5104.g44178494.el9.x86_64 32/35 2024-09-21T13:31:34.048 INFO:teuthology.orchestra.run.smithi118.stdout:lab-extras 28 kB/s | 1.7 kB 00:00 2024-09-21T13:31:36.241 INFO:teuthology.orchestra.run.smithi118.stdout:Dependencies resolved. 2024-09-21T13:31:36.244 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-09-21T13:31:36.244 INFO:teuthology.orchestra.run.smithi118.stdout: Package Arch Version Repository Size 2024-09-21T13:31:36.244 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-09-21T13:31:36.244 INFO:teuthology.orchestra.run.smithi118.stdout:Installing: 2024-09-21T13:31:36.244 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-radosgw x86_64 2:19.3.0-5104.g44178494.el9 ceph 11 M 2024-09-21T13:31:36.244 INFO:teuthology.orchestra.run.smithi118.stdout:Upgrading: 2024-09-21T13:31:36.244 INFO:teuthology.orchestra.run.smithi118.stdout: librados2 x86_64 2:19.3.0-5104.g44178494.el9 ceph 3.5 M 2024-09-21T13:31:36.244 INFO:teuthology.orchestra.run.smithi118.stdout: librbd1 x86_64 2:19.3.0-5104.g44178494.el9 ceph 3.2 M 2024-09-21T13:31:36.245 INFO:teuthology.orchestra.run.smithi118.stdout:Installing dependencies: 2024-09-21T13:31:36.245 INFO:teuthology.orchestra.run.smithi118.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-09-21T13:31:36.245 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-base x86_64 2:19.3.0-5104.g44178494.el9 ceph 5.5 M 2024-09-21T13:31:36.245 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-common x86_64 2:19.3.0-5104.g44178494.el9 ceph 22 M 2024-09-21T13:31:36.245 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-selinux x86_64 2:19.3.0-5104.g44178494.el9 ceph 25 k 2024-09-21T13:31:36.245 INFO:teuthology.orchestra.run.smithi118.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2024-09-21T13:31:36.245 INFO:teuthology.orchestra.run.smithi118.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-09-21T13:31:36.245 INFO:teuthology.orchestra.run.smithi118.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-09-21T13:31:36.245 INFO:teuthology.orchestra.run.smithi118.stdout: libcephfs2 x86_64 2:19.3.0-5104.g44178494.el9 ceph 754 k 2024-09-21T13:31:36.245 INFO:teuthology.orchestra.run.smithi118.stdout: libnbd x86_64 1.20.2-2.el9 appstream 171 k 2024-09-21T13:31:36.245 INFO:teuthology.orchestra.run.smithi118.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-09-21T13:31:36.245 INFO:teuthology.orchestra.run.smithi118.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-09-21T13:31:36.246 INFO:teuthology.orchestra.run.smithi118.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-09-21T13:31:36.246 INFO:teuthology.orchestra.run.smithi118.stdout: libradosstriper1 x86_64 2:19.3.0-5104.g44178494.el9 ceph 508 k 2024-09-21T13:31:36.246 INFO:teuthology.orchestra.run.smithi118.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-09-21T13:31:36.246 INFO:teuthology.orchestra.run.smithi118.stdout: librgw2 x86_64 2:19.3.0-5104.g44178494.el9 ceph 5.5 M 2024-09-21T13:31:36.246 INFO:teuthology.orchestra.run.smithi118.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-09-21T13:31:36.246 INFO:teuthology.orchestra.run.smithi118.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-09-21T13:31:36.246 INFO:teuthology.orchestra.run.smithi118.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-09-21T13:31:36.246 INFO:teuthology.orchestra.run.smithi118.stdout: python3-ceph-argparse x86_64 2:19.3.0-5104.g44178494.el9 ceph 45 k 2024-09-21T13:31:36.246 INFO:teuthology.orchestra.run.smithi118.stdout: python3-ceph-common x86_64 2:19.3.0-5104.g44178494.el9 ceph 148 k 2024-09-21T13:31:36.246 INFO:teuthology.orchestra.run.smithi118.stdout: python3-cephfs x86_64 2:19.3.0-5104.g44178494.el9 ceph 161 k 2024-09-21T13:31:36.246 INFO:teuthology.orchestra.run.smithi118.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-09-21T13:31:36.246 INFO:teuthology.orchestra.run.smithi118.stdout: python3-rados x86_64 2:19.3.0-5104.g44178494.el9 ceph 320 k 2024-09-21T13:31:36.246 INFO:teuthology.orchestra.run.smithi118.stdout: python3-rbd x86_64 2:19.3.0-5104.g44178494.el9 ceph 307 k 2024-09-21T13:31:36.247 INFO:teuthology.orchestra.run.smithi118.stdout: python3-rgw x86_64 2:19.3.0-5104.g44178494.el9 ceph 99 k 2024-09-21T13:31:36.247 INFO:teuthology.orchestra.run.smithi118.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-09-21T13:31:36.247 INFO:teuthology.orchestra.run.smithi118.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-09-21T13:31:36.247 INFO:teuthology.orchestra.run.smithi118.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2024-09-21T13:31:36.247 INFO:teuthology.orchestra.run.smithi118.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-09-21T13:31:36.247 INFO:teuthology.orchestra.run.smithi118.stdout:Installing weak dependencies: 2024-09-21T13:31:36.247 INFO:teuthology.orchestra.run.smithi118.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-09-21T13:31:36.247 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:31:36.247 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction Summary 2024-09-21T13:31:36.247 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-09-21T13:31:36.247 INFO:teuthology.orchestra.run.smithi118.stdout:Install 31 Packages 2024-09-21T13:31:36.248 INFO:teuthology.orchestra.run.smithi118.stdout:Upgrade 2 Packages 2024-09-21T13:31:36.248 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:31:36.248 INFO:teuthology.orchestra.run.smithi118.stdout:Total download size: 62 M 2024-09-21T13:31:36.248 INFO:teuthology.orchestra.run.smithi118.stdout:Downloading Packages: 2024-09-21T13:31:36.991 INFO:teuthology.orchestra.run.smithi118.stdout:(1/33): ceph-base-19.3.0-5104.g44178494.el9.x86 12 MB/s | 5.5 MB 00:00 2024-09-21T13:31:37.033 INFO:teuthology.orchestra.run.smithi118.stdout:(2/33): ceph-selinux-19.3.0-5104.g44178494.el9. 607 kB/s | 25 kB 00:00 2024-09-21T13:31:37.133 INFO:teuthology.orchestra.run.smithi118.stdout:(3/33): libcephfs2-19.3.0-5104.g44178494.el9.x8 7.4 MB/s | 754 kB 00:00 2024-09-21T13:31:37.242 INFO:teuthology.orchestra.run.smithi118.stdout:(4/33): libradosstriper1-19.3.0-5104.g44178494. 4.6 MB/s | 508 kB 00:00 2024-09-21T13:31:37.313 INFO:teuthology.orchestra.run.smithi175.stdout:lab-extras 33 kB/s | 1.7 kB 00:00 2024-09-21T13:31:37.517 INFO:teuthology.orchestra.run.smithi118.stdout:(5/33): ceph-radosgw-19.3.0-5104.g44178494.el9. 11 MB/s | 11 MB 00:00 2024-09-21T13:31:37.801 INFO:teuthology.orchestra.run.smithi118.stdout:(6/33): ceph-common-19.3.0-5104.g44178494.el9.x 17 MB/s | 22 MB 00:01 2024-09-21T13:31:37.818 INFO:teuthology.orchestra.run.smithi118.stdout:(7/33): python3-ceph-argparse-19.3.0-5104.g4417 150 kB/s | 45 kB 00:00 2024-09-21T13:31:37.851 INFO:teuthology.orchestra.run.smithi118.stdout:(8/33): python3-ceph-common-19.3.0-5104.g441784 2.9 MB/s | 148 kB 00:00 2024-09-21T13:31:37.877 INFO:teuthology.orchestra.run.smithi118.stdout:(9/33): python3-cephfs-19.3.0-5104.g44178494.el 2.7 MB/s | 161 kB 00:00 2024-09-21T13:31:37.952 INFO:teuthology.orchestra.run.smithi118.stdout:(10/33): librgw2-19.3.0-5104.g44178494.el9.x86_ 7.7 MB/s | 5.5 MB 00:00 2024-09-21T13:31:37.977 INFO:teuthology.orchestra.run.smithi118.stdout:(11/33): python3-rados-19.3.0-5104.g44178494.el 2.5 MB/s | 320 kB 00:00 2024-09-21T13:31:38.003 INFO:teuthology.orchestra.run.smithi118.stdout:(12/33): python3-rgw-19.3.0-5104.g44178494.el9. 1.9 MB/s | 99 kB 00:00 2024-09-21T13:31:38.028 INFO:teuthology.orchestra.run.smithi118.stdout:(13/33): python3-rbd-19.3.0-5104.g44178494.el9. 2.0 MB/s | 307 kB 00:00 2024-09-21T13:31:38.112 INFO:teuthology.orchestra.run.smithi118.stdout:(14/33): boost-program-options-1.75.0-8.el9.x86 799 kB/s | 107 kB 00:00 2024-09-21T13:31:38.137 INFO:teuthology.orchestra.run.smithi118.stdout:(15/33): libnbd-1.20.2-2.el9.x86_64.rpm 1.2 MB/s | 171 kB 00:00 2024-09-21T13:31:38.154 INFO:teuthology.orchestra.run.smithi118.stdout:(16/33): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.1 MB/s | 45 kB 00:00 2024-09-21T13:31:38.179 INFO:teuthology.orchestra.run.smithi118.stdout:(17/33): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.0 MB/s | 160 kB 00:00 2024-09-21T13:31:38.222 INFO:teuthology.orchestra.run.smithi118.stdout:(18/33): lttng-ust-2.12.0-6.el9.x86_64.rpm 4.3 MB/s | 292 kB 00:00 2024-09-21T13:31:38.246 INFO:teuthology.orchestra.run.smithi118.stdout:(19/33): python3-prettytable-0.7.2-27.el9.noarc 634 kB/s | 42 kB 00:00 2024-09-21T13:31:38.272 INFO:teuthology.orchestra.run.smithi118.stdout:(20/33): qatlib-24.02.0-1.el9.x86_64.rpm 4.3 MB/s | 221 kB 00:00 2024-09-21T13:31:38.297 INFO:teuthology.orchestra.run.smithi118.stdout:(21/33): librdkafka-1.6.1-102.el9.x86_64.rpm 4.1 MB/s | 662 kB 00:00 2024-09-21T13:31:38.323 INFO:teuthology.orchestra.run.smithi118.stdout:(22/33): qatlib-service-24.02.0-1.el9.x86_64.rp 474 kB/s | 36 kB 00:00 2024-09-21T13:31:38.348 INFO:teuthology.orchestra.run.smithi118.stdout:(23/33): qatzip-libs-1.2.0-1.el9.x86_64.rpm 627 kB/s | 47 kB 00:00 2024-09-21T13:31:38.407 INFO:teuthology.orchestra.run.smithi118.stdout:(24/33): gperftools-libs-2.9.1-3.el9.x86_64.rpm 2.8 MB/s | 308 kB 00:00 2024-09-21T13:31:38.431 INFO:teuthology.orchestra.run.smithi118.stdout:(25/33): liboath-2.6.7-2.el9.x86_64.rpm 2.1 MB/s | 49 kB 00:00 2024-09-21T13:31:38.457 INFO:teuthology.orchestra.run.smithi118.stdout:(26/33): libarrow-doc-9.0.0-11.el9.noarch.rpm 276 kB/s | 26 kB 00:00 2024-09-21T13:31:38.482 INFO:teuthology.orchestra.run.smithi118.stdout:(27/33): libunwind-1.6.2-1.el9.x86_64.rpm 1.3 MB/s | 67 kB 00:00 2024-09-21T13:31:38.508 INFO:teuthology.orchestra.run.smithi118.stdout:(28/33): re2-20211101-20.el9.x86_64.rpm 7.5 MB/s | 191 kB 00:00 2024-09-21T13:31:38.566 INFO:teuthology.orchestra.run.smithi118.stdout:(29/33): parquet-libs-9.0.0-11.el9.x86_64.rpm 7.5 MB/s | 839 kB 00:00 2024-09-21T13:31:38.608 INFO:teuthology.orchestra.run.smithi118.stdout:(30/33): thrift-0.15.0-2.el9.x86_64.rpm 16 MB/s | 1.6 MB 00:00 2024-09-21T13:31:38.692 INFO:teuthology.orchestra.run.smithi118.stdout:(31/33): libarrow-9.0.0-11.el9.x86_64.rpm 12 MB/s | 4.4 MB 00:00 2024-09-21T13:31:38.767 INFO:teuthology.orchestra.run.smithi118.stdout:(32/33): librados2-19.3.0-5104.g44178494.el9.x8 17 MB/s | 3.5 MB 00:00 2024-09-21T13:31:39.109 INFO:teuthology.orchestra.run.smithi118.stdout:(33/33): librbd1-19.3.0-5104.g44178494.el9.x86_ 6.5 MB/s | 3.2 MB 00:00 2024-09-21T13:31:39.114 INFO:teuthology.orchestra.run.smithi118.stdout:-------------------------------------------------------------------------------- 2024-09-21T13:31:39.114 INFO:teuthology.orchestra.run.smithi118.stdout:Total 22 MB/s | 62 MB 00:02 2024-09-21T13:31:39.228 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction check 2024-09-21T13:31:39.265 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction check succeeded. 2024-09-21T13:31:39.265 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction test 2024-09-21T13:31:39.553 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2024-09-21T13:31:39.556 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-09-21T13:31:39.556 INFO:teuthology.orchestra.run.smithi175.stdout: Package Arch Version Repository Size 2024-09-21T13:31:39.556 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-09-21T13:31:39.556 INFO:teuthology.orchestra.run.smithi175.stdout:Installing: 2024-09-21T13:31:39.556 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-radosgw x86_64 2:19.3.0-5104.g44178494.el9 ceph 11 M 2024-09-21T13:31:39.556 INFO:teuthology.orchestra.run.smithi175.stdout:Upgrading: 2024-09-21T13:31:39.556 INFO:teuthology.orchestra.run.smithi175.stdout: librados2 x86_64 2:19.3.0-5104.g44178494.el9 ceph 3.5 M 2024-09-21T13:31:39.556 INFO:teuthology.orchestra.run.smithi175.stdout: librbd1 x86_64 2:19.3.0-5104.g44178494.el9 ceph 3.2 M 2024-09-21T13:31:39.556 INFO:teuthology.orchestra.run.smithi175.stdout:Installing dependencies: 2024-09-21T13:31:39.556 INFO:teuthology.orchestra.run.smithi175.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-09-21T13:31:39.556 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-base x86_64 2:19.3.0-5104.g44178494.el9 ceph 5.5 M 2024-09-21T13:31:39.556 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-common x86_64 2:19.3.0-5104.g44178494.el9 ceph 22 M 2024-09-21T13:31:39.557 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-selinux x86_64 2:19.3.0-5104.g44178494.el9 ceph 25 k 2024-09-21T13:31:39.557 INFO:teuthology.orchestra.run.smithi175.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2024-09-21T13:31:39.557 INFO:teuthology.orchestra.run.smithi175.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-09-21T13:31:39.557 INFO:teuthology.orchestra.run.smithi175.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-09-21T13:31:39.557 INFO:teuthology.orchestra.run.smithi175.stdout: libcephfs2 x86_64 2:19.3.0-5104.g44178494.el9 ceph 754 k 2024-09-21T13:31:39.557 INFO:teuthology.orchestra.run.smithi175.stdout: libnbd x86_64 1.20.2-2.el9 appstream 171 k 2024-09-21T13:31:39.557 INFO:teuthology.orchestra.run.smithi175.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-09-21T13:31:39.557 INFO:teuthology.orchestra.run.smithi175.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-09-21T13:31:39.557 INFO:teuthology.orchestra.run.smithi175.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-09-21T13:31:39.557 INFO:teuthology.orchestra.run.smithi175.stdout: libradosstriper1 x86_64 2:19.3.0-5104.g44178494.el9 ceph 508 k 2024-09-21T13:31:39.557 INFO:teuthology.orchestra.run.smithi175.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-09-21T13:31:39.557 INFO:teuthology.orchestra.run.smithi175.stdout: librgw2 x86_64 2:19.3.0-5104.g44178494.el9 ceph 5.5 M 2024-09-21T13:31:39.557 INFO:teuthology.orchestra.run.smithi175.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-09-21T13:31:39.558 INFO:teuthology.orchestra.run.smithi175.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-09-21T13:31:39.558 INFO:teuthology.orchestra.run.smithi175.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-09-21T13:31:39.558 INFO:teuthology.orchestra.run.smithi175.stdout: python3-ceph-argparse x86_64 2:19.3.0-5104.g44178494.el9 ceph 45 k 2024-09-21T13:31:39.558 INFO:teuthology.orchestra.run.smithi175.stdout: python3-ceph-common x86_64 2:19.3.0-5104.g44178494.el9 ceph 148 k 2024-09-21T13:31:39.558 INFO:teuthology.orchestra.run.smithi175.stdout: python3-cephfs x86_64 2:19.3.0-5104.g44178494.el9 ceph 161 k 2024-09-21T13:31:39.558 INFO:teuthology.orchestra.run.smithi175.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-09-21T13:31:39.558 INFO:teuthology.orchestra.run.smithi175.stdout: python3-rados x86_64 2:19.3.0-5104.g44178494.el9 ceph 320 k 2024-09-21T13:31:39.558 INFO:teuthology.orchestra.run.smithi175.stdout: python3-rbd x86_64 2:19.3.0-5104.g44178494.el9 ceph 307 k 2024-09-21T13:31:39.558 INFO:teuthology.orchestra.run.smithi175.stdout: python3-rgw x86_64 2:19.3.0-5104.g44178494.el9 ceph 99 k 2024-09-21T13:31:39.558 INFO:teuthology.orchestra.run.smithi175.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-09-21T13:31:39.558 INFO:teuthology.orchestra.run.smithi175.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-09-21T13:31:39.558 INFO:teuthology.orchestra.run.smithi175.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2024-09-21T13:31:39.558 INFO:teuthology.orchestra.run.smithi175.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-09-21T13:31:39.559 INFO:teuthology.orchestra.run.smithi175.stdout:Installing weak dependencies: 2024-09-21T13:31:39.559 INFO:teuthology.orchestra.run.smithi175.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-09-21T13:31:39.559 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:31:39.559 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction Summary 2024-09-21T13:31:39.559 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-09-21T13:31:39.559 INFO:teuthology.orchestra.run.smithi175.stdout:Install 31 Packages 2024-09-21T13:31:39.559 INFO:teuthology.orchestra.run.smithi175.stdout:Upgrade 2 Packages 2024-09-21T13:31:39.559 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:31:39.559 INFO:teuthology.orchestra.run.smithi175.stdout:Total download size: 62 M 2024-09-21T13:31:39.560 INFO:teuthology.orchestra.run.smithi175.stdout:Downloading Packages: 2024-09-21T13:31:39.786 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction test succeeded. 2024-09-21T13:31:39.786 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction 2024-09-21T13:31:40.439 INFO:teuthology.orchestra.run.smithi175.stdout:(1/33): ceph-base-19.3.0-5104.g44178494.el9.x86 11 MB/s | 5.5 MB 00:00 2024-09-21T13:31:40.498 INFO:teuthology.orchestra.run.smithi175.stdout:(2/33): ceph-selinux-19.3.0-5104.g44178494.el9. 433 kB/s | 25 kB 00:00 2024-09-21T13:31:40.606 INFO:teuthology.orchestra.run.smithi175.stdout:(3/33): libcephfs2-19.3.0-5104.g44178494.el9.x8 6.8 MB/s | 754 kB 00:00 2024-09-21T13:31:40.732 INFO:teuthology.orchestra.run.smithi175.stdout:(4/33): ceph-radosgw-19.3.0-5104.g44178494.el9. 13 MB/s | 11 MB 00:00 2024-09-21T13:31:40.757 INFO:teuthology.orchestra.run.smithi175.stdout:(5/33): libradosstriper1-19.3.0-5104.g44178494. 3.3 MB/s | 508 kB 00:00 2024-09-21T13:31:40.816 INFO:teuthology.orchestra.run.smithi175.stdout:(6/33): python3-ceph-argparse-19.3.0-5104.g4417 771 kB/s | 45 kB 00:00 2024-09-21T13:31:40.907 INFO:teuthology.orchestra.run.smithi175.stdout:(7/33): python3-ceph-common-19.3.0-5104.g441784 1.6 MB/s | 148 kB 00:00 2024-09-21T13:31:40.991 INFO:teuthology.orchestra.run.smithi175.stdout:(8/33): librgw2-19.3.0-5104.g44178494.el9.x86_6 21 MB/s | 5.5 MB 00:00 2024-09-21T13:31:41.016 INFO:teuthology.orchestra.run.smithi175.stdout:(9/33): python3-cephfs-19.3.0-5104.g44178494.el 1.5 MB/s | 161 kB 00:00 2024-09-21T13:31:41.217 INFO:teuthology.orchestra.run.smithi175.stdout:(10/33): ceph-common-19.3.0-5104.g44178494.el9. 17 MB/s | 22 MB 00:01 2024-09-21T13:31:41.267 INFO:teuthology.orchestra.run.smithi175.stdout:(11/33): python3-rados-19.3.0-5104.g44178494.el 1.1 MB/s | 320 kB 00:00 2024-09-21T13:31:41.292 INFO:teuthology.orchestra.run.smithi175.stdout:(12/33): python3-rbd-19.3.0-5104.g44178494.el9. 1.1 MB/s | 307 kB 00:00 2024-09-21T13:31:41.318 INFO:teuthology.orchestra.run.smithi175.stdout:(13/33): python3-rgw-19.3.0-5104.g44178494.el9. 990 kB/s | 99 kB 00:00 2024-09-21T13:31:41.343 INFO:teuthology.orchestra.run.smithi118.stdout: Preparing : 1/1 2024-09-21T13:31:41.429 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/35 2024-09-21T13:31:41.451 INFO:teuthology.orchestra.run.smithi175.stdout:(14/33): boost-program-options-1.75.0-8.el9.x86 582 kB/s | 107 kB 00:00 2024-09-21T13:31:41.464 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/35 2024-09-21T13:31:41.476 INFO:teuthology.orchestra.run.smithi175.stdout:(15/33): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.0 MB/s | 160 kB 00:00 2024-09-21T13:31:41.498 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/35 2024-09-21T13:31:41.501 INFO:teuthology.orchestra.run.smithi175.stdout:(16/33): libnbd-1.20.2-2.el9.x86_64.rpm 929 kB/s | 171 kB 00:00 2024-09-21T13:31:41.518 INFO:teuthology.orchestra.run.smithi175.stdout:(17/33): librabbitmq-0.11.0-7.el9.x86_64.rpm 673 kB/s | 45 kB 00:00 2024-09-21T13:31:41.520 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-21T13:31:41.546 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-21T13:31:41.560 INFO:teuthology.orchestra.run.smithi175.stdout:(18/33): python3-prettytable-0.7.2-27.el9.noarc 1.0 MB/s | 42 kB 00:00 2024-09-21T13:31:41.611 INFO:teuthology.orchestra.run.smithi175.stdout:(19/33): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.6 MB/s | 292 kB 00:00 2024-09-21T13:31:41.661 INFO:teuthology.orchestra.run.smithi175.stdout:(20/33): qatlib-24.02.0-1.el9.x86_64.rpm 2.2 MB/s | 221 kB 00:00 2024-09-21T13:31:41.686 INFO:teuthology.orchestra.run.smithi175.stdout:(21/33): librdkafka-1.6.1-102.el9.x86_64.rpm 3.1 MB/s | 662 kB 00:00 2024-09-21T13:31:41.719 INFO:teuthology.orchestra.run.smithi175.stdout:(22/33): qatzip-libs-1.2.0-1.el9.x86_64.rpm 810 kB/s | 47 kB 00:00 2024-09-21T13:31:41.736 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-21T13:31:41.745 INFO:teuthology.orchestra.run.smithi175.stdout:(23/33): qatlib-service-24.02.0-1.el9.x86_64.rp 268 kB/s | 36 kB 00:00 2024-09-21T13:31:41.787 INFO:teuthology.orchestra.run.smithi175.stdout:(24/33): gperftools-libs-2.9.1-3.el9.x86_64.rpm 3.0 MB/s | 308 kB 00:00 2024-09-21T13:31:41.789 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-21T13:31:41.812 INFO:teuthology.orchestra.run.smithi175.stdout:(25/33): liboath-2.6.7-2.el9.x86_64.rpm 2.1 MB/s | 49 kB 00:00 2024-09-21T13:31:41.837 INFO:teuthology.orchestra.run.smithi175.stdout:(26/33): libarrow-doc-9.0.0-11.el9.noarch.rpm 306 kB/s | 26 kB 00:00 2024-09-21T13:31:41.863 INFO:teuthology.orchestra.run.smithi175.stdout:(27/33): libunwind-1.6.2-1.el9.x86_64.rpm 1.3 MB/s | 67 kB 00:00 2024-09-21T13:31:41.888 INFO:teuthology.orchestra.run.smithi175.stdout:(28/33): re2-20211101-20.el9.x86_64.rpm 7.5 MB/s | 191 kB 00:00 2024-09-21T13:31:41.946 INFO:teuthology.orchestra.run.smithi175.stdout:(29/33): parquet-libs-9.0.0-11.el9.x86_64.rpm 7.5 MB/s | 839 kB 00:00 2024-09-21T13:31:41.980 INFO:teuthology.orchestra.run.smithi175.stdout:(30/33): thrift-0.15.0-2.el9.x86_64.rpm 17 MB/s | 1.6 MB 00:00 2024-09-21T13:31:42.055 INFO:teuthology.orchestra.run.smithi175.stdout:(31/33): libarrow-9.0.0-11.el9.x86_64.rpm 13 MB/s | 4.4 MB 00:00 2024-09-21T13:31:42.084 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: ceph-selinux-2:19.3.0-5104.g44178494.el9.x86_64 32/35 2024-09-21T13:31:42.084 INFO:teuthology.orchestra.run.smithi149.stdout:skipping the directory /sys 2024-09-21T13:31:42.084 INFO:teuthology.orchestra.run.smithi149.stdout:skipping the directory /proc 2024-09-21T13:31:42.084 INFO:teuthology.orchestra.run.smithi149.stdout:skipping the directory /mnt 2024-09-21T13:31:42.084 INFO:teuthology.orchestra.run.smithi149.stdout:skipping the directory /var/tmp 2024-09-21T13:31:42.084 INFO:teuthology.orchestra.run.smithi149.stdout:skipping the directory /home 2024-09-21T13:31:42.084 INFO:teuthology.orchestra.run.smithi149.stdout:skipping the directory /root 2024-09-21T13:31:42.084 INFO:teuthology.orchestra.run.smithi149.stdout:skipping the directory /tmp 2024-09-21T13:31:42.085 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:31:42.137 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/35 2024-09-21T13:31:42.189 INFO:teuthology.orchestra.run.smithi175.stdout:(32/33): librados2-19.3.0-5104.g44178494.el9.x8 14 MB/s | 3.5 MB 00:00 2024-09-21T13:31:42.256 INFO:teuthology.orchestra.run.smithi175.stdout:(33/33): librbd1-19.3.0-5104.g44178494.el9.x86_ 12 MB/s | 3.2 MB 00:00 2024-09-21T13:31:42.261 INFO:teuthology.orchestra.run.smithi175.stdout:-------------------------------------------------------------------------------- 2024-09-21T13:31:42.262 INFO:teuthology.orchestra.run.smithi175.stdout:Total 23 MB/s | 62 MB 00:02 2024-09-21T13:31:42.280 INFO:teuthology.orchestra.run.smithi118.stdout: Upgrading : librados2-2:19.3.0-5104.g44178494.el9.x86_64 7/35 2024-09-21T13:31:42.376 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction check 2024-09-21T13:31:42.377 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: librados2-2:19.3.0-5104.g44178494.el9.x86_64 7/35 2024-09-21T13:31:42.414 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction check succeeded. 2024-09-21T13:31:42.414 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction test 2024-09-21T13:31:42.471 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-rados-2:19.3.0-5104.g44178494.el9.x86_64 8/35 2024-09-21T13:31:42.498 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : libcephfs2-2:19.3.0-5104.g44178494.el9.x86_64 9/35 2024-09-21T13:31:42.552 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: libcephfs2-2:19.3.0-5104.g44178494.el9.x86_64 9/35 2024-09-21T13:31:42.581 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/35 2024-09-21T13:31:42.625 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-ceph-argparse-2:19.3.0-5104.g44178494.el9. 11/35 2024-09-21T13:31:42.695 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-cephfs-2:19.3.0-5104.g44178494.el9.x86_64 12/35 2024-09-21T13:31:42.717 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : libradosstriper1-2:19.3.0-5104.g44178494.el9.x86_6 13/35 2024-09-21T13:31:42.781 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: libradosstriper1-2:19.3.0-5104.g44178494.el9.x86_6 13/35 2024-09-21T13:31:42.815 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/35 2024-09-21T13:31:42.926 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/35 2024-09-21T13:31:42.934 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction test succeeded. 2024-09-21T13:31:42.934 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction 2024-09-21T13:31:42.970 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/35 2024-09-21T13:31:43.007 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/35 2024-09-21T13:31:43.040 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/35 2024-09-21T13:31:43.069 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/35 2024-09-21T13:31:43.102 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-21T13:31:43.105 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-radosgw-2:19.3.0-5104.g44178494.el9.x86_64 33/35 2024-09-21T13:31:43.131 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: ceph-radosgw-2:19.3.0-5104.g44178494.el9.x86_64 33/35 2024-09-21T13:31:43.131 INFO:teuthology.orchestra.run.smithi149.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T13:31:43.131 INFO:teuthology.orchestra.run.smithi149.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-09-21T13:31:43.131 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-21T13:31:43.131 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-21T13:31:43.131 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:31:43.133 INFO:teuthology.orchestra.run.smithi149.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-21T13:31:43.156 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/35 2024-09-21T13:31:43.216 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-21T13:31:43.216 INFO:teuthology.orchestra.run.smithi149.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-21T13:31:43.475 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : libnbd-1.20.2-2.el9.x86_64 22/35 2024-09-21T13:31:43.524 INFO:teuthology.orchestra.run.smithi118.stdout: Upgrading : librbd1-2:19.3.0-5104.g44178494.el9.x86_64 23/35 2024-09-21T13:31:43.616 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: librbd1-2:19.3.0-5104.g44178494.el9.x86_64 23/35 2024-09-21T13:31:43.645 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-rbd-2:19.3.0-5104.g44178494.el9.x86_64 24/35 2024-09-21T13:31:43.682 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 25/35 2024-09-21T13:31:44.177 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 26/35 2024-09-21T13:31:44.210 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : librgw2-2:19.3.0-5104.g44178494.el9.x86_64 27/35 2024-09-21T13:31:44.265 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: librgw2-2:19.3.0-5104.g44178494.el9.x86_64 27/35 2024-09-21T13:31:44.339 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-rgw-2:19.3.0-5104.g44178494.el9.x86_64 28/35 2024-09-21T13:31:44.363 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-ceph-common-2:19.3.0-5104.g44178494.el9.x8 29/35 2024-09-21T13:31:44.418 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-21T13:31:44.418 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-base-2:19.3.0-5104.g44178494.el9.x86_64 1/35 2024-09-21T13:31:44.418 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-common-2:19.3.0-5104.g44178494.el9.x86_64 2/35 2024-09-21T13:31:44.419 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-radosgw-2:19.3.0-5104.g44178494.el9.x86_64 3/35 2024-09-21T13:31:44.419 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-selinux-2:19.3.0-5104.g44178494.el9.x86_64 4/35 2024-09-21T13:31:44.419 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : libcephfs2-2:19.3.0-5104.g44178494.el9.x86_64 5/35 2024-09-21T13:31:44.419 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : libradosstriper1-2:19.3.0-5104.g44178494.el9.x86_6 6/35 2024-09-21T13:31:44.419 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : librgw2-2:19.3.0-5104.g44178494.el9.x86_64 7/35 2024-09-21T13:31:44.419 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-ceph-argparse-2:19.3.0-5104.g44178494.el9. 8/35 2024-09-21T13:31:44.419 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-ceph-common-2:19.3.0-5104.g44178494.el9.x8 9/35 2024-09-21T13:31:44.419 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-cephfs-2:19.3.0-5104.g44178494.el9.x86_64 10/35 2024-09-21T13:31:44.419 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-rados-2:19.3.0-5104.g44178494.el9.x86_64 11/35 2024-09-21T13:31:44.419 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-rbd-2:19.3.0-5104.g44178494.el9.x86_64 12/35 2024-09-21T13:31:44.419 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-rgw-2:19.3.0-5104.g44178494.el9.x86_64 13/35 2024-09-21T13:31:44.419 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/35 2024-09-21T13:31:44.419 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : libnbd-1.20.2-2.el9.x86_64 15/35 2024-09-21T13:31:44.420 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 16/35 2024-09-21T13:31:44.420 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 17/35 2024-09-21T13:31:44.420 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 18/35 2024-09-21T13:31:44.420 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 19/35 2024-09-21T13:31:44.420 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-21T13:31:44.420 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 21/35 2024-09-21T13:31:44.420 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 22/35 2024-09-21T13:31:44.420 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 23/35 2024-09-21T13:31:44.420 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 24/35 2024-09-21T13:31:44.420 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 25/35 2024-09-21T13:31:44.420 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 26/35 2024-09-21T13:31:44.420 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 27/35 2024-09-21T13:31:44.420 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 28/35 2024-09-21T13:31:44.420 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 29/35 2024-09-21T13:31:44.420 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : re2-1:20211101-20.el9.x86_64 30/35 2024-09-21T13:31:44.421 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 31/35 2024-09-21T13:31:44.421 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : librados2-2:19.3.0-5104.g44178494.el9.x86_64 32/35 2024-09-21T13:31:44.421 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 33/35 2024-09-21T13:31:44.421 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : librbd1-2:19.3.0-5104.g44178494.el9.x86_64 34/35 2024-09-21T13:31:44.421 INFO:teuthology.orchestra.run.smithi175.stdout: Preparing : 1/1 2024-09-21T13:31:44.513 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/35 2024-09-21T13:31:44.544 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/35 2024-09-21T13:31:44.569 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/35 2024-09-21T13:31:44.592 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-21T13:31:44.615 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-21T13:31:44.803 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-21T13:31:44.855 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-21T13:31:45.247 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/35 2024-09-21T13:31:45.267 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 35/35 2024-09-21T13:31:45.267 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:31:45.267 INFO:teuthology.orchestra.run.smithi149.stdout:Upgraded: 2024-09-21T13:31:45.267 INFO:teuthology.orchestra.run.smithi149.stdout: librados2-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:31:45.267 INFO:teuthology.orchestra.run.smithi149.stdout: librbd1-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:31:45.267 INFO:teuthology.orchestra.run.smithi149.stdout:Installed: 2024-09-21T13:31:45.267 INFO:teuthology.orchestra.run.smithi149.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-09-21T13:31:45.267 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-base-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:31:45.267 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-common-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:31:45.267 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-radosgw-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:31:45.267 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-selinux-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:31:45.267 INFO:teuthology.orchestra.run.smithi149.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2024-09-21T13:31:45.268 INFO:teuthology.orchestra.run.smithi149.stdout: libarrow-9.0.0-11.el9.x86_64 2024-09-21T13:31:45.268 INFO:teuthology.orchestra.run.smithi149.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-09-21T13:31:45.268 INFO:teuthology.orchestra.run.smithi149.stdout: libcephfs2-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:31:45.268 INFO:teuthology.orchestra.run.smithi149.stdout: libnbd-1.20.2-2.el9.x86_64 2024-09-21T13:31:45.268 INFO:teuthology.orchestra.run.smithi149.stdout: liboath-2.6.7-2.el9.x86_64 2024-09-21T13:31:45.268 INFO:teuthology.orchestra.run.smithi149.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-09-21T13:31:45.268 INFO:teuthology.orchestra.run.smithi149.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-09-21T13:31:45.268 INFO:teuthology.orchestra.run.smithi149.stdout: libradosstriper1-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:31:45.268 INFO:teuthology.orchestra.run.smithi149.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-09-21T13:31:45.268 INFO:teuthology.orchestra.run.smithi149.stdout: librgw2-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:31:45.268 INFO:teuthology.orchestra.run.smithi149.stdout: libunwind-1.6.2-1.el9.x86_64 2024-09-21T13:31:45.268 INFO:teuthology.orchestra.run.smithi149.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-09-21T13:31:45.268 INFO:teuthology.orchestra.run.smithi149.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-09-21T13:31:45.268 INFO:teuthology.orchestra.run.smithi149.stdout: python3-ceph-argparse-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:31:45.269 INFO:teuthology.orchestra.run.smithi149.stdout: python3-ceph-common-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:31:45.269 INFO:teuthology.orchestra.run.smithi149.stdout: python3-cephfs-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:31:45.269 INFO:teuthology.orchestra.run.smithi149.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-09-21T13:31:45.269 INFO:teuthology.orchestra.run.smithi149.stdout: python3-rados-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:31:45.269 INFO:teuthology.orchestra.run.smithi149.stdout: python3-rbd-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:31:45.269 INFO:teuthology.orchestra.run.smithi149.stdout: python3-rgw-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:31:45.269 INFO:teuthology.orchestra.run.smithi149.stdout: qatlib-24.02.0-1.el9.x86_64 2024-09-21T13:31:45.269 INFO:teuthology.orchestra.run.smithi149.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-09-21T13:31:45.269 INFO:teuthology.orchestra.run.smithi149.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-09-21T13:31:45.269 INFO:teuthology.orchestra.run.smithi149.stdout: re2-1:20211101-20.el9.x86_64 2024-09-21T13:31:45.269 INFO:teuthology.orchestra.run.smithi149.stdout: thrift-0.15.0-2.el9.x86_64 2024-09-21T13:31:45.269 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:31:45.269 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-09-21T13:31:45.296 INFO:teuthology.orchestra.run.smithi175.stdout: Upgrading : librados2-2:19.3.0-5104.g44178494.el9.x86_64 7/35 2024-09-21T13:31:45.378 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: librados2-2:19.3.0-5104.g44178494.el9.x86_64 7/35 2024-09-21T13:31:45.470 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-rados-2:19.3.0-5104.g44178494.el9.x86_64 8/35 2024-09-21T13:31:45.505 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : libcephfs2-2:19.3.0-5104.g44178494.el9.x86_64 9/35 2024-09-21T13:31:45.551 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: libcephfs2-2:19.3.0-5104.g44178494.el9.x86_64 9/35 2024-09-21T13:31:45.580 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/35 2024-09-21T13:31:45.624 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-ceph-argparse-2:19.3.0-5104.g44178494.el9. 11/35 2024-09-21T13:31:45.653 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install ceph-test 2024-09-21T13:31:45.694 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-cephfs-2:19.3.0-5104.g44178494.el9.x86_64 12/35 2024-09-21T13:31:45.724 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : libradosstriper1-2:19.3.0-5104.g44178494.el9.x86_6 13/35 2024-09-21T13:31:45.771 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: libradosstriper1-2:19.3.0-5104.g44178494.el9.x86_6 13/35 2024-09-21T13:31:45.806 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/35 2024-09-21T13:31:45.917 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/35 2024-09-21T13:31:45.956 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/35 2024-09-21T13:31:46.009 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/35 2024-09-21T13:31:46.039 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/35 2024-09-21T13:31:46.067 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/35 2024-09-21T13:31:46.100 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-21T13:31:46.146 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/35 2024-09-21T13:31:46.256 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:00:28 ago on Sat 21 Sep 2024 01:31:18 PM UTC. 2024-09-21T13:31:46.388 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-09-21T13:31:46.389 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-09-21T13:31:46.389 INFO:teuthology.orchestra.run.smithi149.stdout: Package Arch Version Repository Size 2024-09-21T13:31:46.389 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-09-21T13:31:46.389 INFO:teuthology.orchestra.run.smithi149.stdout:Installing: 2024-09-21T13:31:46.389 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-test x86_64 2:19.3.0-5104.g44178494.el9 ceph 46 M 2024-09-21T13:31:46.389 INFO:teuthology.orchestra.run.smithi149.stdout:Installing dependencies: 2024-09-21T13:31:46.390 INFO:teuthology.orchestra.run.smithi149.stdout: libcephsqlite x86_64 2:19.3.0-5104.g44178494.el9 ceph 161 k 2024-09-21T13:31:46.390 INFO:teuthology.orchestra.run.smithi149.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-09-21T13:31:46.390 INFO:teuthology.orchestra.run.smithi149.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-09-21T13:31:46.390 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:31:46.390 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2024-09-21T13:31:46.390 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-09-21T13:31:46.390 INFO:teuthology.orchestra.run.smithi149.stdout:Install 4 Packages 2024-09-21T13:31:46.390 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:31:46.391 INFO:teuthology.orchestra.run.smithi149.stdout:Total download size: 46 M 2024-09-21T13:31:46.391 INFO:teuthology.orchestra.run.smithi149.stdout:Installed size: 201 M 2024-09-21T13:31:46.391 INFO:teuthology.orchestra.run.smithi149.stdout:Downloading Packages: 2024-09-21T13:31:46.474 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : libnbd-1.20.2-2.el9.x86_64 22/35 2024-09-21T13:31:46.522 INFO:teuthology.orchestra.run.smithi175.stdout: Upgrading : librbd1-2:19.3.0-5104.g44178494.el9.x86_64 23/35 2024-09-21T13:31:46.618 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: librbd1-2:19.3.0-5104.g44178494.el9.x86_64 23/35 2024-09-21T13:31:46.651 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-rbd-2:19.3.0-5104.g44178494.el9.x86_64 24/35 2024-09-21T13:31:46.697 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 25/35 2024-09-21T13:31:46.698 INFO:teuthology.orchestra.run.smithi149.stdout:(1/4): libcephsqlite-19.3.0-5104.g44178494.el9. 776 kB/s | 161 kB 00:00 2024-09-21T13:31:46.911 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: ceph-common-2:19.3.0-5104.g44178494.el9.x86_64 30/35 2024-09-21T13:31:46.943 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : ceph-common-2:19.3.0-5104.g44178494.el9.x86_64 30/35 2024-09-21T13:31:47.073 INFO:teuthology.orchestra.run.smithi149.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 170 kB/s | 64 kB 00:00 2024-09-21T13:31:47.123 INFO:teuthology.orchestra.run.smithi149.stdout:(3/4): socat-1.7.4.1-6.el9.x86_64.rpm 480 kB/s | 304 kB 00:00 2024-09-21T13:31:47.187 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 26/35 2024-09-21T13:31:47.216 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : librgw2-2:19.3.0-5104.g44178494.el9.x86_64 27/35 2024-09-21T13:31:47.287 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: librgw2-2:19.3.0-5104.g44178494.el9.x86_64 27/35 2024-09-21T13:31:47.361 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-rgw-2:19.3.0-5104.g44178494.el9.x86_64 28/35 2024-09-21T13:31:47.402 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-ceph-common-2:19.3.0-5104.g44178494.el9.x8 29/35 2024-09-21T13:31:47.534 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: ceph-common-2:19.3.0-5104.g44178494.el9.x86_64 30/35 2024-09-21T13:31:47.580 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : ceph-base-2:19.3.0-5104.g44178494.el9.x86_64 31/35 2024-09-21T13:31:47.664 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: ceph-base-2:19.3.0-5104.g44178494.el9.x86_64 31/35 2024-09-21T13:31:47.664 INFO:teuthology.orchestra.run.smithi118.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-09-21T13:31:47.664 INFO:teuthology.orchestra.run.smithi118.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-09-21T13:31:47.665 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:31:47.698 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : ceph-selinux-2:19.3.0-5104.g44178494.el9.x86_64 32/35 2024-09-21T13:31:47.932 INFO:teuthology.orchestra.run.smithi149.stdout:(4/4): ceph-test-19.3.0-5104.g44178494.el9.x86_ 32 MB/s | 46 MB 00:01 2024-09-21T13:31:47.934 INFO:teuthology.orchestra.run.smithi149.stdout:-------------------------------------------------------------------------------- 2024-09-21T13:31:47.935 INFO:teuthology.orchestra.run.smithi149.stdout:Total 30 MB/s | 46 MB 00:01 2024-09-21T13:31:47.962 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction check 2024-09-21T13:31:47.982 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction check succeeded. 2024-09-21T13:31:47.983 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction test 2024-09-21T13:31:48.342 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction test succeeded. 2024-09-21T13:31:48.343 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction 2024-09-21T13:31:48.911 INFO:teuthology.orchestra.run.smithi149.stdout: Preparing : 1/1 2024-09-21T13:31:48.993 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-09-21T13:31:49.039 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-09-21T13:31:49.067 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : libcephsqlite-2:19.3.0-5104.g44178494.el9.x86_64 3/4 2024-09-21T13:31:49.753 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: ceph-common-2:19.3.0-5104.g44178494.el9.x86_64 30/35 2024-09-21T13:31:49.790 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : ceph-common-2:19.3.0-5104.g44178494.el9.x86_64 30/35 2024-09-21T13:31:50.356 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: ceph-common-2:19.3.0-5104.g44178494.el9.x86_64 30/35 2024-09-21T13:31:50.401 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : ceph-base-2:19.3.0-5104.g44178494.el9.x86_64 31/35 2024-09-21T13:31:50.493 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: ceph-base-2:19.3.0-5104.g44178494.el9.x86_64 31/35 2024-09-21T13:31:50.493 INFO:teuthology.orchestra.run.smithi175.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-09-21T13:31:50.493 INFO:teuthology.orchestra.run.smithi175.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-09-21T13:31:50.493 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:31:50.527 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : ceph-selinux-2:19.3.0-5104.g44178494.el9.x86_64 32/35 2024-09-21T13:31:53.436 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: libcephsqlite-2:19.3.0-5104.g44178494.el9.x86_64 3/4 2024-09-21T13:31:53.517 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-test-2:19.3.0-5104.g44178494.el9.x86_64 4/4 2024-09-21T13:31:55.876 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: ceph-test-2:19.3.0-5104.g44178494.el9.x86_64 4/4 2024-09-21T13:31:55.876 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-test-2:19.3.0-5104.g44178494.el9.x86_64 1/4 2024-09-21T13:31:55.876 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : libcephsqlite-2:19.3.0-5104.g44178494.el9.x86_64 2/4 2024-09-21T13:31:55.876 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-09-21T13:31:56.156 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-09-21T13:31:56.156 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:31:56.156 INFO:teuthology.orchestra.run.smithi149.stdout:Installed: 2024-09-21T13:31:56.156 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-test-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:31:56.156 INFO:teuthology.orchestra.run.smithi149.stdout: libcephsqlite-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:31:56.156 INFO:teuthology.orchestra.run.smithi149.stdout: socat-1.7.4.1-6.el9.x86_64 2024-09-21T13:31:56.156 INFO:teuthology.orchestra.run.smithi149.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-09-21T13:31:56.156 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:31:56.156 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-09-21T13:31:56.403 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install ceph 2024-09-21T13:31:57.007 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:00:39 ago on Sat 21 Sep 2024 01:31:18 PM UTC. 2024-09-21T13:31:57.146 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-09-21T13:31:57.148 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-09-21T13:31:57.148 INFO:teuthology.orchestra.run.smithi149.stdout: Package Arch Version Repository Size 2024-09-21T13:31:57.148 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-09-21T13:31:57.148 INFO:teuthology.orchestra.run.smithi149.stdout:Installing: 2024-09-21T13:31:57.149 INFO:teuthology.orchestra.run.smithi149.stdout: ceph x86_64 2:19.3.0-5104.g44178494.el9 ceph 6.6 k 2024-09-21T13:31:57.149 INFO:teuthology.orchestra.run.smithi149.stdout:Installing dependencies: 2024-09-21T13:31:57.149 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-mds x86_64 2:19.3.0-5104.g44178494.el9 ceph 2.4 M 2024-09-21T13:31:57.149 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-mgr x86_64 2:19.3.0-5104.g44178494.el9 ceph 1.5 M 2024-09-21T13:31:57.149 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-mgr-modules-core noarch 2:19.3.0-5104.g44178494.el9 ceph-noarch 292 k 2024-09-21T13:31:57.149 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-mon x86_64 2:19.3.0-5104.g44178494.el9 ceph 4.8 M 2024-09-21T13:31:57.149 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-osd x86_64 2:19.3.0-5104.g44178494.el9 ceph 17 M 2024-09-21T13:31:57.149 INFO:teuthology.orchestra.run.smithi149.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-09-21T13:31:57.149 INFO:teuthology.orchestra.run.smithi149.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-09-21T13:31:57.149 INFO:teuthology.orchestra.run.smithi149.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-09-21T13:31:57.149 INFO:teuthology.orchestra.run.smithi149.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-09-21T13:31:57.149 INFO:teuthology.orchestra.run.smithi149.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-09-21T13:31:57.150 INFO:teuthology.orchestra.run.smithi149.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-09-21T13:31:57.150 INFO:teuthology.orchestra.run.smithi149.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-09-21T13:31:57.150 INFO:teuthology.orchestra.run.smithi149.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-09-21T13:31:57.150 INFO:teuthology.orchestra.run.smithi149.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-09-21T13:31:57.150 INFO:teuthology.orchestra.run.smithi149.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-09-21T13:31:57.150 INFO:teuthology.orchestra.run.smithi149.stdout: python3-jaraco-collections 2024-09-21T13:31:57.150 INFO:teuthology.orchestra.run.smithi149.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-09-21T13:31:57.150 INFO:teuthology.orchestra.run.smithi149.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-09-21T13:31:57.150 INFO:teuthology.orchestra.run.smithi149.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-09-21T13:31:57.150 INFO:teuthology.orchestra.run.smithi149.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-09-21T13:31:57.150 INFO:teuthology.orchestra.run.smithi149.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-09-21T13:31:57.150 INFO:teuthology.orchestra.run.smithi149.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-09-21T13:31:57.150 INFO:teuthology.orchestra.run.smithi149.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-09-21T13:31:57.151 INFO:teuthology.orchestra.run.smithi149.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-09-21T13:31:57.151 INFO:teuthology.orchestra.run.smithi149.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-09-21T13:31:57.151 INFO:teuthology.orchestra.run.smithi149.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-09-21T13:31:57.151 INFO:teuthology.orchestra.run.smithi149.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-09-21T13:31:57.151 INFO:teuthology.orchestra.run.smithi149.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-09-21T13:31:57.151 INFO:teuthology.orchestra.run.smithi149.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-09-21T13:31:57.151 INFO:teuthology.orchestra.run.smithi149.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-09-21T13:31:57.151 INFO:teuthology.orchestra.run.smithi149.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-09-21T13:31:57.151 INFO:teuthology.orchestra.run.smithi149.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-09-21T13:31:57.151 INFO:teuthology.orchestra.run.smithi149.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-09-21T13:31:57.151 INFO:teuthology.orchestra.run.smithi149.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-09-21T13:31:57.152 INFO:teuthology.orchestra.run.smithi149.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2024-09-21T13:31:57.152 INFO:teuthology.orchestra.run.smithi149.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-09-21T13:31:57.152 INFO:teuthology.orchestra.run.smithi149.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-09-21T13:31:57.152 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:31:57.152 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2024-09-21T13:31:57.152 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-09-21T13:31:57.152 INFO:teuthology.orchestra.run.smithi149.stdout:Install 37 Packages 2024-09-21T13:31:57.152 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:31:57.153 INFO:teuthology.orchestra.run.smithi149.stdout:Total download size: 31 M 2024-09-21T13:31:57.153 INFO:teuthology.orchestra.run.smithi149.stdout:Installed size: 109 M 2024-09-21T13:31:57.153 INFO:teuthology.orchestra.run.smithi149.stdout:Downloading Packages: 2024-09-21T13:31:57.937 INFO:teuthology.orchestra.run.smithi149.stdout:(1/37): ceph-19.3.0-5104.g44178494.el9.x86_64.r 54 kB/s | 6.6 kB 00:00 2024-09-21T13:31:58.121 INFO:teuthology.orchestra.run.smithi149.stdout:(2/37): ceph-mgr-19.3.0-5104.g44178494.el9.x86_ 5.0 MB/s | 1.5 MB 00:00 2024-09-21T13:31:58.171 INFO:teuthology.orchestra.run.smithi149.stdout:(3/37): ceph-mds-19.3.0-5104.g44178494.el9.x86_ 6.7 MB/s | 2.4 MB 00:00 2024-09-21T13:31:58.263 INFO:teuthology.orchestra.run.smithi149.stdout:(4/37): ceph-mgr-modules-core-19.3.0-5104.g4417 3.1 MB/s | 292 kB 00:00 2024-09-21T13:31:58.330 INFO:teuthology.orchestra.run.smithi149.stdout:(5/37): ceph-mon-19.3.0-5104.g44178494.el9.x86_ 12 MB/s | 4.8 MB 00:00 2024-09-21T13:31:58.351 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: ceph-selinux-2:19.3.0-5104.g44178494.el9.x86_64 32/35 2024-09-21T13:31:58.351 INFO:teuthology.orchestra.run.smithi118.stdout:skipping the directory /sys 2024-09-21T13:31:58.352 INFO:teuthology.orchestra.run.smithi118.stdout:skipping the directory /proc 2024-09-21T13:31:58.352 INFO:teuthology.orchestra.run.smithi118.stdout:skipping the directory /mnt 2024-09-21T13:31:58.352 INFO:teuthology.orchestra.run.smithi118.stdout:skipping the directory /var/tmp 2024-09-21T13:31:58.352 INFO:teuthology.orchestra.run.smithi118.stdout:skipping the directory /home 2024-09-21T13:31:58.352 INFO:teuthology.orchestra.run.smithi118.stdout:skipping the directory /root 2024-09-21T13:31:58.352 INFO:teuthology.orchestra.run.smithi118.stdout:skipping the directory /tmp 2024-09-21T13:31:58.352 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:31:58.497 INFO:teuthology.orchestra.run.smithi149.stdout:(6/37): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.1 MB/s | 253 kB 00:00 2024-09-21T13:31:58.728 INFO:teuthology.orchestra.run.smithi149.stdout:(7/37): ceph-osd-19.3.0-5104.g44178494.el9.x86_ 28 MB/s | 17 MB 00:00 2024-09-21T13:31:58.756 INFO:teuthology.orchestra.run.smithi149.stdout:(8/37): python3-ply-3.11-14.el9.noarch.rpm 412 kB/s | 106 kB 00:00 2024-09-21T13:31:58.906 INFO:teuthology.orchestra.run.smithi149.stdout:(9/37): python3-pycparser-2.20-6.el9.noarch.rpm 761 kB/s | 135 kB 00:00 2024-09-21T13:31:58.931 INFO:teuthology.orchestra.run.smithi149.stdout:(10/37): python3-requests-2.25.1-8.el9.noarch.r 712 kB/s | 125 kB 00:00 2024-09-21T13:31:59.015 INFO:teuthology.orchestra.run.smithi149.stdout:(11/37): python3-urllib3-1.26.5-6.el9.noarch.rp 1.9 MB/s | 215 kB 00:00 2024-09-21T13:31:59.048 INFO:teuthology.orchestra.run.smithi149.stdout:(12/37): python3-cryptography-36.0.1-4.el9.x86_ 1.7 MB/s | 1.2 MB 00:00 2024-09-21T13:31:59.074 INFO:teuthology.orchestra.run.smithi149.stdout:(13/37): lua-5.4.4-4.el9.x86_64.rpm 1.3 MB/s | 188 kB 00:00 2024-09-21T13:31:59.124 INFO:teuthology.orchestra.run.smithi149.stdout:(14/37): python3-markupsafe-1.1.1-12.el9.x86_64 697 kB/s | 35 kB 00:00 2024-09-21T13:31:59.141 INFO:teuthology.orchestra.run.smithi149.stdout:(15/37): python3-mako-1.1.4-6.el9.noarch.rpm 1.3 MB/s | 172 kB 00:00 2024-09-21T13:31:59.166 INFO:teuthology.orchestra.run.smithi149.stdout:(16/37): python3-packaging-20.9-5.el9.noarch.rp 839 kB/s | 77 kB 00:00 2024-09-21T13:31:59.191 INFO:teuthology.orchestra.run.smithi149.stdout:(17/37): python3-pytz-2021.1-5.el9.noarch.rpm 759 kB/s | 51 kB 00:00 2024-09-21T13:31:59.217 INFO:teuthology.orchestra.run.smithi149.stdout:(18/37): python3-toml-0.10.2-6.el9.noarch.rpm 551 kB/s | 42 kB 00:00 2024-09-21T13:31:59.250 INFO:teuthology.orchestra.run.smithi149.stdout:(19/37): luarocks-3.9.2-5.el9.noarch.rpm 2.5 MB/s | 151 kB 00:00 2024-09-21T13:31:59.275 INFO:teuthology.orchestra.run.smithi149.stdout:(20/37): python3-cheroot-8.6.0-4.el9.noarch.rpm 7.3 MB/s | 172 kB 00:00 2024-09-21T13:31:59.301 INFO:teuthology.orchestra.run.smithi149.stdout:(21/37): lua-devel-5.4.4-4.el9.x86_64.rpm 166 kB/s | 22 kB 00:00 2024-09-21T13:31:59.326 INFO:teuthology.orchestra.run.smithi149.stdout:(22/37): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 398 kB/s | 43 kB 00:00 2024-09-21T13:31:59.351 INFO:teuthology.orchestra.run.smithi149.stdout:(23/37): python3-jaraco-8.2.1-3.el9.noarch.rpm 213 kB/s | 11 kB 00:00 2024-09-21T13:31:59.385 INFO:teuthology.orchestra.run.smithi149.stdout:(24/37): python3-jaraco-collections-3.0.0-8.el9 886 kB/s | 23 kB 00:00 2024-09-21T13:31:59.401 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : ceph-radosgw-2:19.3.0-5104.g44178494.el9.x86_64 33/35 2024-09-21T13:31:59.419 INFO:teuthology.orchestra.run.smithi149.stdout:(25/37): python3-jaraco-functools-3.5.0-2.el9.n 613 kB/s | 19 kB 00:00 2024-09-21T13:31:59.426 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: ceph-radosgw-2:19.3.0-5104.g44178494.el9.x86_64 33/35 2024-09-21T13:31:59.426 INFO:teuthology.orchestra.run.smithi118.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T13:31:59.426 INFO:teuthology.orchestra.run.smithi118.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-09-21T13:31:59.426 INFO:teuthology.orchestra.run.smithi118.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-21T13:31:59.426 INFO:teuthology.orchestra.run.smithi118.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-21T13:31:59.426 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:31:59.428 INFO:teuthology.orchestra.run.smithi118.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-21T13:31:59.444 INFO:teuthology.orchestra.run.smithi149.stdout:(26/37): python3-jaraco-classes-3.2.1-5.el9.noa 150 kB/s | 18 kB 00:00 2024-09-21T13:31:59.470 INFO:teuthology.orchestra.run.smithi149.stdout:(27/37): python3-jaraco-text-3.2.0-6.el9.noarch 391 kB/s | 20 kB 00:00 2024-09-21T13:31:59.495 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-21T13:31:59.495 INFO:teuthology.orchestra.run.smithi118.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-21T13:31:59.495 INFO:teuthology.orchestra.run.smithi149.stdout:(28/37): python3-logutils-0.3.5-21.el9.noarch.r 921 kB/s | 46 kB 00:00 2024-09-21T13:31:59.520 INFO:teuthology.orchestra.run.smithi149.stdout:(29/37): python3-cherrypy-18.6.1-2.el9.noarch.r 1.4 MB/s | 358 kB 00:00 2024-09-21T13:31:59.547 INFO:teuthology.orchestra.run.smithi149.stdout:(30/37): python3-more-itertools-8.12.0-2.el9.no 1.0 MB/s | 79 kB 00:00 2024-09-21T13:31:59.570 INFO:teuthology.orchestra.run.smithi149.stdout:(31/37): python3-portend-3.1.0-2.el9.noarch.rpm 328 kB/s | 16 kB 00:00 2024-09-21T13:31:59.596 INFO:teuthology.orchestra.run.smithi149.stdout:(32/37): python3-tempora-5.0.0-2.el9.noarch.rpm 1.4 MB/s | 36 kB 00:00 2024-09-21T13:31:59.613 INFO:teuthology.orchestra.run.smithi149.stdout:(33/37): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.3 MB/s | 90 kB 00:00 2024-09-21T13:31:59.638 INFO:teuthology.orchestra.run.smithi149.stdout:(34/37): python3-pecan-1.4.2-3.el9.noarch.rpm 1.9 MB/s | 272 kB 00:00 2024-09-21T13:31:59.663 INFO:teuthology.orchestra.run.smithi149.stdout:(35/37): python3-zc-lockfile-2.0-10.el9.noarch. 806 kB/s | 20 kB 00:00 2024-09-21T13:31:59.688 INFO:teuthology.orchestra.run.smithi149.stdout:(36/37): python3-webob-1.8.8-2.el9.noarch.rpm 2.4 MB/s | 230 kB 00:00 2024-09-21T13:31:59.713 INFO:teuthology.orchestra.run.smithi149.stdout:(37/37): python3-werkzeug-2.0.3-3.el9.1.noarch. 4.2 MB/s | 427 kB 00:00 2024-09-21T13:31:59.718 INFO:teuthology.orchestra.run.smithi149.stdout:-------------------------------------------------------------------------------- 2024-09-21T13:31:59.718 INFO:teuthology.orchestra.run.smithi149.stdout:Total 12 MB/s | 31 MB 00:02 2024-09-21T13:31:59.868 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction check 2024-09-21T13:31:59.909 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction check succeeded. 2024-09-21T13:31:59.909 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction test 2024-09-21T13:32:00.378 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction test succeeded. 2024-09-21T13:32:00.379 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction 2024-09-21T13:32:00.566 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: ceph-selinux-2:19.3.0-5104.g44178494.el9.x86_64 32/35 2024-09-21T13:32:00.566 INFO:teuthology.orchestra.run.smithi175.stdout:skipping the directory /sys 2024-09-21T13:32:00.566 INFO:teuthology.orchestra.run.smithi175.stdout:skipping the directory /proc 2024-09-21T13:32:00.567 INFO:teuthology.orchestra.run.smithi175.stdout:skipping the directory /mnt 2024-09-21T13:32:00.567 INFO:teuthology.orchestra.run.smithi175.stdout:skipping the directory /var/tmp 2024-09-21T13:32:00.567 INFO:teuthology.orchestra.run.smithi175.stdout:skipping the directory /home 2024-09-21T13:32:00.567 INFO:teuthology.orchestra.run.smithi175.stdout:skipping the directory /root 2024-09-21T13:32:00.567 INFO:teuthology.orchestra.run.smithi175.stdout:skipping the directory /tmp 2024-09-21T13:32:00.567 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:32:00.722 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-21T13:32:00.722 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : ceph-base-2:19.3.0-5104.g44178494.el9.x86_64 1/35 2024-09-21T13:32:00.722 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : ceph-common-2:19.3.0-5104.g44178494.el9.x86_64 2/35 2024-09-21T13:32:00.722 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : ceph-radosgw-2:19.3.0-5104.g44178494.el9.x86_64 3/35 2024-09-21T13:32:00.722 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : ceph-selinux-2:19.3.0-5104.g44178494.el9.x86_64 4/35 2024-09-21T13:32:00.722 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : libcephfs2-2:19.3.0-5104.g44178494.el9.x86_64 5/35 2024-09-21T13:32:00.722 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : libradosstriper1-2:19.3.0-5104.g44178494.el9.x86_6 6/35 2024-09-21T13:32:00.722 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : librgw2-2:19.3.0-5104.g44178494.el9.x86_64 7/35 2024-09-21T13:32:00.722 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-ceph-argparse-2:19.3.0-5104.g44178494.el9. 8/35 2024-09-21T13:32:00.722 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-ceph-common-2:19.3.0-5104.g44178494.el9.x8 9/35 2024-09-21T13:32:00.722 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-cephfs-2:19.3.0-5104.g44178494.el9.x86_64 10/35 2024-09-21T13:32:00.723 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-rados-2:19.3.0-5104.g44178494.el9.x86_64 11/35 2024-09-21T13:32:00.723 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-rbd-2:19.3.0-5104.g44178494.el9.x86_64 12/35 2024-09-21T13:32:00.723 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-rgw-2:19.3.0-5104.g44178494.el9.x86_64 13/35 2024-09-21T13:32:00.723 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/35 2024-09-21T13:32:00.723 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : libnbd-1.20.2-2.el9.x86_64 15/35 2024-09-21T13:32:00.723 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 16/35 2024-09-21T13:32:00.723 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 17/35 2024-09-21T13:32:00.723 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 18/35 2024-09-21T13:32:00.723 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 19/35 2024-09-21T13:32:00.723 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-21T13:32:00.723 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 21/35 2024-09-21T13:32:00.723 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 22/35 2024-09-21T13:32:00.723 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 23/35 2024-09-21T13:32:00.723 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 24/35 2024-09-21T13:32:00.724 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 25/35 2024-09-21T13:32:00.724 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 26/35 2024-09-21T13:32:00.724 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 27/35 2024-09-21T13:32:00.724 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 28/35 2024-09-21T13:32:00.724 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 29/35 2024-09-21T13:32:00.724 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : re2-1:20211101-20.el9.x86_64 30/35 2024-09-21T13:32:00.725 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 31/35 2024-09-21T13:32:00.725 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : librados2-2:19.3.0-5104.g44178494.el9.x86_64 32/35 2024-09-21T13:32:00.725 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 33/35 2024-09-21T13:32:00.725 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : librbd1-2:19.3.0-5104.g44178494.el9.x86_64 34/35 2024-09-21T13:32:01.549 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : ceph-radosgw-2:19.3.0-5104.g44178494.el9.x86_64 33/35 2024-09-21T13:32:01.575 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: ceph-radosgw-2:19.3.0-5104.g44178494.el9.x86_64 33/35 2024-09-21T13:32:01.575 INFO:teuthology.orchestra.run.smithi175.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T13:32:01.575 INFO:teuthology.orchestra.run.smithi175.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-09-21T13:32:01.575 INFO:teuthology.orchestra.run.smithi175.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-21T13:32:01.575 INFO:teuthology.orchestra.run.smithi175.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-21T13:32:01.575 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:32:01.577 INFO:teuthology.orchestra.run.smithi175.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-21T13:32:01.660 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-21T13:32:01.660 INFO:teuthology.orchestra.run.smithi175.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-21T13:32:01.670 INFO:teuthology.orchestra.run.smithi149.stdout: Preparing : 1/1 2024-09-21T13:32:01.671 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 35/35 2024-09-21T13:32:01.671 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:32:01.671 INFO:teuthology.orchestra.run.smithi118.stdout:Upgraded: 2024-09-21T13:32:01.671 INFO:teuthology.orchestra.run.smithi118.stdout: librados2-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:32:01.671 INFO:teuthology.orchestra.run.smithi118.stdout: librbd1-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:32:01.672 INFO:teuthology.orchestra.run.smithi118.stdout:Installed: 2024-09-21T13:32:01.672 INFO:teuthology.orchestra.run.smithi118.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-09-21T13:32:01.672 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-base-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:32:01.672 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-common-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:32:01.672 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-radosgw-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:32:01.672 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-selinux-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:32:01.672 INFO:teuthology.orchestra.run.smithi118.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2024-09-21T13:32:01.672 INFO:teuthology.orchestra.run.smithi118.stdout: libarrow-9.0.0-11.el9.x86_64 2024-09-21T13:32:01.672 INFO:teuthology.orchestra.run.smithi118.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-09-21T13:32:01.672 INFO:teuthology.orchestra.run.smithi118.stdout: libcephfs2-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:32:01.672 INFO:teuthology.orchestra.run.smithi118.stdout: libnbd-1.20.2-2.el9.x86_64 2024-09-21T13:32:01.672 INFO:teuthology.orchestra.run.smithi118.stdout: liboath-2.6.7-2.el9.x86_64 2024-09-21T13:32:01.672 INFO:teuthology.orchestra.run.smithi118.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-09-21T13:32:01.673 INFO:teuthology.orchestra.run.smithi118.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-09-21T13:32:01.673 INFO:teuthology.orchestra.run.smithi118.stdout: libradosstriper1-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:32:01.673 INFO:teuthology.orchestra.run.smithi118.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-09-21T13:32:01.673 INFO:teuthology.orchestra.run.smithi118.stdout: librgw2-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:32:01.673 INFO:teuthology.orchestra.run.smithi118.stdout: libunwind-1.6.2-1.el9.x86_64 2024-09-21T13:32:01.673 INFO:teuthology.orchestra.run.smithi118.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-09-21T13:32:01.673 INFO:teuthology.orchestra.run.smithi118.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-09-21T13:32:01.673 INFO:teuthology.orchestra.run.smithi118.stdout: python3-ceph-argparse-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:32:01.673 INFO:teuthology.orchestra.run.smithi118.stdout: python3-ceph-common-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:32:01.673 INFO:teuthology.orchestra.run.smithi118.stdout: python3-cephfs-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:32:01.673 INFO:teuthology.orchestra.run.smithi118.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-09-21T13:32:01.673 INFO:teuthology.orchestra.run.smithi118.stdout: python3-rados-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:32:01.673 INFO:teuthology.orchestra.run.smithi118.stdout: python3-rbd-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:32:01.674 INFO:teuthology.orchestra.run.smithi118.stdout: python3-rgw-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:32:01.674 INFO:teuthology.orchestra.run.smithi118.stdout: qatlib-24.02.0-1.el9.x86_64 2024-09-21T13:32:01.674 INFO:teuthology.orchestra.run.smithi118.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-09-21T13:32:01.674 INFO:teuthology.orchestra.run.smithi118.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-09-21T13:32:01.674 INFO:teuthology.orchestra.run.smithi118.stdout: re2-1:20211101-20.el9.x86_64 2024-09-21T13:32:01.674 INFO:teuthology.orchestra.run.smithi118.stdout: thrift-0.15.0-2.el9.x86_64 2024-09-21T13:32:01.674 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:32:01.674 INFO:teuthology.orchestra.run.smithi118.stdout:Complete! 2024-09-21T13:32:01.725 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/37 2024-09-21T13:32:01.757 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/37 2024-09-21T13:32:01.785 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/37 2024-09-21T13:32:01.858 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/37 2024-09-21T13:32:01.909 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/37 2024-09-21T13:32:01.942 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/37 2024-09-21T13:32:02.034 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/37 2024-09-21T13:32:02.083 DEBUG:teuthology.orchestra.run.smithi118:> sudo yum -y install ceph-test 2024-09-21T13:32:02.129 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/37 2024-09-21T13:32:02.170 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 9/37 2024-09-21T13:32:02.205 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/37 2024-09-21T13:32:02.251 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/37 2024-09-21T13:32:02.286 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/37 2024-09-21T13:32:02.319 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/37 2024-09-21T13:32:02.360 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/37 2024-09-21T13:32:02.395 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/37 2024-09-21T13:32:02.429 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/37 2024-09-21T13:32:02.477 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/37 2024-09-21T13:32:02.518 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/37 2024-09-21T13:32:02.591 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/37 2024-09-21T13:32:02.669 INFO:teuthology.orchestra.run.smithi118.stdout:Last metadata expiration check: 0:00:28 ago on Sat 21 Sep 2024 01:31:34 PM UTC. 2024-09-21T13:32:02.732 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/37 2024-09-21T13:32:02.810 INFO:teuthology.orchestra.run.smithi118.stdout:Dependencies resolved. 2024-09-21T13:32:02.810 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-09-21T13:32:02.811 INFO:teuthology.orchestra.run.smithi118.stdout: Package Arch Version Repository Size 2024-09-21T13:32:02.811 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-09-21T13:32:02.811 INFO:teuthology.orchestra.run.smithi118.stdout:Installing: 2024-09-21T13:32:02.811 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-test x86_64 2:19.3.0-5104.g44178494.el9 ceph 46 M 2024-09-21T13:32:02.811 INFO:teuthology.orchestra.run.smithi118.stdout:Installing dependencies: 2024-09-21T13:32:02.811 INFO:teuthology.orchestra.run.smithi118.stdout: libcephsqlite x86_64 2:19.3.0-5104.g44178494.el9 ceph 161 k 2024-09-21T13:32:02.811 INFO:teuthology.orchestra.run.smithi118.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-09-21T13:32:02.812 INFO:teuthology.orchestra.run.smithi118.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-09-21T13:32:02.812 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:32:02.812 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction Summary 2024-09-21T13:32:02.812 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-09-21T13:32:02.812 INFO:teuthology.orchestra.run.smithi118.stdout:Install 4 Packages 2024-09-21T13:32:02.812 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:32:02.813 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/37 2024-09-21T13:32:02.813 INFO:teuthology.orchestra.run.smithi118.stdout:Total download size: 46 M 2024-09-21T13:32:02.813 INFO:teuthology.orchestra.run.smithi118.stdout:Installed size: 201 M 2024-09-21T13:32:02.813 INFO:teuthology.orchestra.run.smithi118.stdout:Downloading Packages: 2024-09-21T13:32:02.833 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-21T13:32:02.833 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : ceph-base-2:19.3.0-5104.g44178494.el9.x86_64 1/35 2024-09-21T13:32:02.833 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : ceph-common-2:19.3.0-5104.g44178494.el9.x86_64 2/35 2024-09-21T13:32:02.833 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : ceph-radosgw-2:19.3.0-5104.g44178494.el9.x86_64 3/35 2024-09-21T13:32:02.834 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : ceph-selinux-2:19.3.0-5104.g44178494.el9.x86_64 4/35 2024-09-21T13:32:02.834 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : libcephfs2-2:19.3.0-5104.g44178494.el9.x86_64 5/35 2024-09-21T13:32:02.834 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : libradosstriper1-2:19.3.0-5104.g44178494.el9.x86_6 6/35 2024-09-21T13:32:02.834 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : librgw2-2:19.3.0-5104.g44178494.el9.x86_64 7/35 2024-09-21T13:32:02.834 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-ceph-argparse-2:19.3.0-5104.g44178494.el9. 8/35 2024-09-21T13:32:02.834 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-ceph-common-2:19.3.0-5104.g44178494.el9.x8 9/35 2024-09-21T13:32:02.834 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-cephfs-2:19.3.0-5104.g44178494.el9.x86_64 10/35 2024-09-21T13:32:02.834 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-rados-2:19.3.0-5104.g44178494.el9.x86_64 11/35 2024-09-21T13:32:02.834 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-rbd-2:19.3.0-5104.g44178494.el9.x86_64 12/35 2024-09-21T13:32:02.834 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-rgw-2:19.3.0-5104.g44178494.el9.x86_64 13/35 2024-09-21T13:32:02.834 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/35 2024-09-21T13:32:02.834 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : libnbd-1.20.2-2.el9.x86_64 15/35 2024-09-21T13:32:02.835 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 16/35 2024-09-21T13:32:02.835 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 17/35 2024-09-21T13:32:02.835 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 18/35 2024-09-21T13:32:02.835 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 19/35 2024-09-21T13:32:02.835 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-21T13:32:02.835 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 21/35 2024-09-21T13:32:02.835 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 22/35 2024-09-21T13:32:02.835 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 23/35 2024-09-21T13:32:02.835 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 24/35 2024-09-21T13:32:02.835 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 25/35 2024-09-21T13:32:02.835 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 26/35 2024-09-21T13:32:02.835 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 27/35 2024-09-21T13:32:02.836 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 28/35 2024-09-21T13:32:02.836 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 29/35 2024-09-21T13:32:02.836 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : re2-1:20211101-20.el9.x86_64 30/35 2024-09-21T13:32:02.836 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 31/35 2024-09-21T13:32:02.836 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : librados2-2:19.3.0-5104.g44178494.el9.x86_64 32/35 2024-09-21T13:32:02.836 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 33/35 2024-09-21T13:32:02.836 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : librbd1-2:19.3.0-5104.g44178494.el9.x86_64 34/35 2024-09-21T13:32:02.864 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 22/37 2024-09-21T13:32:02.903 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 23/37 2024-09-21T13:32:02.951 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/37 2024-09-21T13:32:02.994 INFO:teuthology.orchestra.run.smithi118.stdout:(1/4): socat-1.7.4.1-6.el9.x86_64.rpm 1.9 MB/s | 304 kB 00:00 2024-09-21T13:32:03.007 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/37 2024-09-21T13:32:03.036 INFO:teuthology.orchestra.run.smithi118.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.5 MB/s | 64 kB 00:00 2024-09-21T13:32:03.078 INFO:teuthology.orchestra.run.smithi118.stdout:(3/4): libcephsqlite-19.3.0-5104.g44178494.el9. 663 kB/s | 161 kB 00:00 2024-09-21T13:32:03.193 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/37 2024-09-21T13:32:03.249 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 27/37 2024-09-21T13:32:03.326 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/37 2024-09-21T13:32:03.417 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 29/37 2024-09-21T13:32:03.456 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/37 2024-09-21T13:32:03.584 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/37 2024-09-21T13:32:03.617 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 35/35 2024-09-21T13:32:03.617 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:32:03.617 INFO:teuthology.orchestra.run.smithi175.stdout:Upgraded: 2024-09-21T13:32:03.617 INFO:teuthology.orchestra.run.smithi175.stdout: librados2-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:32:03.617 INFO:teuthology.orchestra.run.smithi175.stdout: librbd1-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:32:03.618 INFO:teuthology.orchestra.run.smithi175.stdout:Installed: 2024-09-21T13:32:03.618 INFO:teuthology.orchestra.run.smithi175.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-09-21T13:32:03.618 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-base-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:32:03.618 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-common-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:32:03.618 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-radosgw-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:32:03.618 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-selinux-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:32:03.618 INFO:teuthology.orchestra.run.smithi175.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2024-09-21T13:32:03.618 INFO:teuthology.orchestra.run.smithi175.stdout: libarrow-9.0.0-11.el9.x86_64 2024-09-21T13:32:03.618 INFO:teuthology.orchestra.run.smithi175.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-09-21T13:32:03.618 INFO:teuthology.orchestra.run.smithi175.stdout: libcephfs2-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:32:03.618 INFO:teuthology.orchestra.run.smithi175.stdout: libnbd-1.20.2-2.el9.x86_64 2024-09-21T13:32:03.619 INFO:teuthology.orchestra.run.smithi175.stdout: liboath-2.6.7-2.el9.x86_64 2024-09-21T13:32:03.619 INFO:teuthology.orchestra.run.smithi175.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-09-21T13:32:03.619 INFO:teuthology.orchestra.run.smithi175.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-09-21T13:32:03.619 INFO:teuthology.orchestra.run.smithi175.stdout: libradosstriper1-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:32:03.619 INFO:teuthology.orchestra.run.smithi175.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-09-21T13:32:03.619 INFO:teuthology.orchestra.run.smithi175.stdout: librgw2-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:32:03.619 INFO:teuthology.orchestra.run.smithi175.stdout: libunwind-1.6.2-1.el9.x86_64 2024-09-21T13:32:03.619 INFO:teuthology.orchestra.run.smithi175.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-09-21T13:32:03.619 INFO:teuthology.orchestra.run.smithi175.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-09-21T13:32:03.619 INFO:teuthology.orchestra.run.smithi175.stdout: python3-ceph-argparse-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:32:03.619 INFO:teuthology.orchestra.run.smithi175.stdout: python3-ceph-common-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:32:03.619 INFO:teuthology.orchestra.run.smithi175.stdout: python3-cephfs-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:32:03.619 INFO:teuthology.orchestra.run.smithi175.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-09-21T13:32:03.619 INFO:teuthology.orchestra.run.smithi175.stdout: python3-rados-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:32:03.620 INFO:teuthology.orchestra.run.smithi175.stdout: python3-rbd-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:32:03.620 INFO:teuthology.orchestra.run.smithi175.stdout: python3-rgw-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:32:03.620 INFO:teuthology.orchestra.run.smithi175.stdout: qatlib-24.02.0-1.el9.x86_64 2024-09-21T13:32:03.620 INFO:teuthology.orchestra.run.smithi175.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-09-21T13:32:03.620 INFO:teuthology.orchestra.run.smithi175.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-09-21T13:32:03.620 INFO:teuthology.orchestra.run.smithi175.stdout: re2-1:20211101-20.el9.x86_64 2024-09-21T13:32:03.620 INFO:teuthology.orchestra.run.smithi175.stdout: thrift-0.15.0-2.el9.x86_64 2024-09-21T13:32:03.620 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:32:03.620 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2024-09-21T13:32:03.737 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-mgr-modules-core-2:19.3.0-5104.g44178494.el9. 32/37 2024-09-21T13:32:03.759 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-mgr-2:19.3.0-5104.g44178494.el9.x86_64 33/37 2024-09-21T13:32:03.785 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: ceph-mgr-2:19.3.0-5104.g44178494.el9.x86_64 33/37 2024-09-21T13:32:03.786 INFO:teuthology.orchestra.run.smithi149.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T13:32:03.786 INFO:teuthology.orchestra.run.smithi149.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-09-21T13:32:03.786 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-21T13:32:03.786 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-21T13:32:03.786 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:32:03.982 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum -y install ceph-test 2024-09-21T13:32:04.412 INFO:teuthology.orchestra.run.smithi118.stdout:(4/4): ceph-test-19.3.0-5104.g44178494.el9.x86_ 29 MB/s | 46 MB 00:01 2024-09-21T13:32:04.414 INFO:teuthology.orchestra.run.smithi118.stdout:-------------------------------------------------------------------------------- 2024-09-21T13:32:04.415 INFO:teuthology.orchestra.run.smithi118.stdout:Total 29 MB/s | 46 MB 00:01 2024-09-21T13:32:04.442 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction check 2024-09-21T13:32:04.462 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction check succeeded. 2024-09-21T13:32:04.462 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction test 2024-09-21T13:32:04.571 INFO:teuthology.orchestra.run.smithi175.stdout:Last metadata expiration check: 0:00:27 ago on Sat 21 Sep 2024 01:31:37 PM UTC. 2024-09-21T13:32:04.702 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2024-09-21T13:32:04.703 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-09-21T13:32:04.703 INFO:teuthology.orchestra.run.smithi175.stdout: Package Arch Version Repository Size 2024-09-21T13:32:04.703 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-09-21T13:32:04.703 INFO:teuthology.orchestra.run.smithi175.stdout:Installing: 2024-09-21T13:32:04.703 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-test x86_64 2:19.3.0-5104.g44178494.el9 ceph 46 M 2024-09-21T13:32:04.703 INFO:teuthology.orchestra.run.smithi175.stdout:Installing dependencies: 2024-09-21T13:32:04.704 INFO:teuthology.orchestra.run.smithi175.stdout: libcephsqlite x86_64 2:19.3.0-5104.g44178494.el9 ceph 161 k 2024-09-21T13:32:04.704 INFO:teuthology.orchestra.run.smithi175.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-09-21T13:32:04.704 INFO:teuthology.orchestra.run.smithi175.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-09-21T13:32:04.704 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:32:04.704 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction Summary 2024-09-21T13:32:04.704 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-09-21T13:32:04.704 INFO:teuthology.orchestra.run.smithi175.stdout:Install 4 Packages 2024-09-21T13:32:04.704 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:32:04.705 INFO:teuthology.orchestra.run.smithi175.stdout:Total download size: 46 M 2024-09-21T13:32:04.705 INFO:teuthology.orchestra.run.smithi175.stdout:Installed size: 201 M 2024-09-21T13:32:04.705 INFO:teuthology.orchestra.run.smithi175.stdout:Downloading Packages: 2024-09-21T13:32:04.828 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction test succeeded. 2024-09-21T13:32:04.828 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction 2024-09-21T13:32:04.968 INFO:teuthology.orchestra.run.smithi175.stdout:(1/4): libcephsqlite-19.3.0-5104.g44178494.el9. 746 kB/s | 161 kB 00:00 2024-09-21T13:32:05.243 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-osd-2:19.3.0-5104.g44178494.el9.x86_64 34/37 2024-09-21T13:32:05.271 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: ceph-osd-2:19.3.0-5104.g44178494.el9.x86_64 34/37 2024-09-21T13:32:05.271 INFO:teuthology.orchestra.run.smithi149.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T13:32:05.271 INFO:teuthology.orchestra.run.smithi149.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-09-21T13:32:05.271 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-21T13:32:05.271 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-21T13:32:05.271 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:32:05.398 INFO:teuthology.orchestra.run.smithi118.stdout: Preparing : 1/1 2024-09-21T13:32:05.473 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-09-21T13:32:05.519 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-09-21T13:32:05.534 INFO:teuthology.orchestra.run.smithi175.stdout:(2/4): socat-1.7.4.1-6.el9.x86_64.rpm 388 kB/s | 304 kB 00:00 2024-09-21T13:32:05.555 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : libcephsqlite-2:19.3.0-5104.g44178494.el9.x86_64 3/4 2024-09-21T13:32:05.585 INFO:teuthology.orchestra.run.smithi175.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 104 kB/s | 64 kB 00:00 2024-09-21T13:32:05.727 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-mon-2:19.3.0-5104.g44178494.el9.x86_64 35/37 2024-09-21T13:32:05.751 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: ceph-mon-2:19.3.0-5104.g44178494.el9.x86_64 35/37 2024-09-21T13:32:05.751 INFO:teuthology.orchestra.run.smithi149.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T13:32:05.751 INFO:teuthology.orchestra.run.smithi149.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-09-21T13:32:05.751 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-21T13:32:05.751 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-21T13:32:05.751 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:32:05.978 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-mds-2:19.3.0-5104.g44178494.el9.x86_64 36/37 2024-09-21T13:32:06.001 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: ceph-mds-2:19.3.0-5104.g44178494.el9.x86_64 36/37 2024-09-21T13:32:06.001 INFO:teuthology.orchestra.run.smithi149.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T13:32:06.002 INFO:teuthology.orchestra.run.smithi149.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-09-21T13:32:06.002 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-21T13:32:06.002 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-21T13:32:06.002 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:32:06.066 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-2:19.3.0-5104.g44178494.el9.x86_64 37/37 2024-09-21T13:32:06.152 INFO:teuthology.orchestra.run.smithi175.stdout:(4/4): ceph-test-19.3.0-5104.g44178494.el9.x86_ 33 MB/s | 46 MB 00:01 2024-09-21T13:32:06.154 INFO:teuthology.orchestra.run.smithi175.stdout:-------------------------------------------------------------------------------- 2024-09-21T13:32:06.154 INFO:teuthology.orchestra.run.smithi175.stdout:Total 32 MB/s | 46 MB 00:01 2024-09-21T13:32:06.181 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction check 2024-09-21T13:32:06.202 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction check succeeded. 2024-09-21T13:32:06.203 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction test 2024-09-21T13:32:06.564 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction test succeeded. 2024-09-21T13:32:06.564 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction 2024-09-21T13:32:07.166 INFO:teuthology.orchestra.run.smithi175.stdout: Preparing : 1/1 2024-09-21T13:32:07.237 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-09-21T13:32:07.283 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-09-21T13:32:07.311 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : libcephsqlite-2:19.3.0-5104.g44178494.el9.x86_64 3/4 2024-09-21T13:32:08.041 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: ceph-2:19.3.0-5104.g44178494.el9.x86_64 37/37 2024-09-21T13:32:08.041 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-2:19.3.0-5104.g44178494.el9.x86_64 1/37 2024-09-21T13:32:08.041 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-mds-2:19.3.0-5104.g44178494.el9.x86_64 2/37 2024-09-21T13:32:08.041 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-mgr-2:19.3.0-5104.g44178494.el9.x86_64 3/37 2024-09-21T13:32:08.041 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-mon-2:19.3.0-5104.g44178494.el9.x86_64 4/37 2024-09-21T13:32:08.041 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-osd-2:19.3.0-5104.g44178494.el9.x86_64 5/37 2024-09-21T13:32:08.041 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-mgr-modules-core-2:19.3.0-5104.g44178494.el9. 6/37 2024-09-21T13:32:08.041 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/37 2024-09-21T13:32:08.041 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/37 2024-09-21T13:32:08.041 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/37 2024-09-21T13:32:08.041 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/37 2024-09-21T13:32:08.042 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/37 2024-09-21T13:32:08.042 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/37 2024-09-21T13:32:08.042 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/37 2024-09-21T13:32:08.042 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/37 2024-09-21T13:32:08.042 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/37 2024-09-21T13:32:08.042 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 16/37 2024-09-21T13:32:08.042 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 17/37 2024-09-21T13:32:08.042 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 18/37 2024-09-21T13:32:08.042 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 19/37 2024-09-21T13:32:08.042 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 20/37 2024-09-21T13:32:08.042 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 21/37 2024-09-21T13:32:08.042 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 22/37 2024-09-21T13:32:08.042 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 23/37 2024-09-21T13:32:08.043 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 24/37 2024-09-21T13:32:08.043 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 25/37 2024-09-21T13:32:08.043 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 26/37 2024-09-21T13:32:08.043 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 27/37 2024-09-21T13:32:08.043 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 28/37 2024-09-21T13:32:08.043 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 29/37 2024-09-21T13:32:08.043 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 30/37 2024-09-21T13:32:08.043 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 31/37 2024-09-21T13:32:08.043 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 32/37 2024-09-21T13:32:08.043 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 33/37 2024-09-21T13:32:08.043 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 34/37 2024-09-21T13:32:08.043 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 35/37 2024-09-21T13:32:08.043 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 36/37 2024-09-21T13:32:09.148 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 37/37 2024-09-21T13:32:09.149 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:32:09.149 INFO:teuthology.orchestra.run.smithi149.stdout:Installed: 2024-09-21T13:32:09.149 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:32:09.149 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-mds-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:32:09.149 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-mgr-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:32:09.149 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-mgr-modules-core-2:19.3.0-5104.g44178494.el9.noarch 2024-09-21T13:32:09.149 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-mon-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:32:09.149 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-osd-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:32:09.149 INFO:teuthology.orchestra.run.smithi149.stdout: lua-5.4.4-4.el9.x86_64 2024-09-21T13:32:09.150 INFO:teuthology.orchestra.run.smithi149.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-09-21T13:32:09.150 INFO:teuthology.orchestra.run.smithi149.stdout: luarocks-3.9.2-5.el9.noarch 2024-09-21T13:32:09.150 INFO:teuthology.orchestra.run.smithi149.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-09-21T13:32:09.150 INFO:teuthology.orchestra.run.smithi149.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-09-21T13:32:09.150 INFO:teuthology.orchestra.run.smithi149.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-09-21T13:32:09.150 INFO:teuthology.orchestra.run.smithi149.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-09-21T13:32:09.150 INFO:teuthology.orchestra.run.smithi149.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-09-21T13:32:09.150 INFO:teuthology.orchestra.run.smithi149.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-09-21T13:32:09.150 INFO:teuthology.orchestra.run.smithi149.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-09-21T13:32:09.150 INFO:teuthology.orchestra.run.smithi149.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-09-21T13:32:09.150 INFO:teuthology.orchestra.run.smithi149.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-09-21T13:32:09.151 INFO:teuthology.orchestra.run.smithi149.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-09-21T13:32:09.151 INFO:teuthology.orchestra.run.smithi149.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-09-21T13:32:09.151 INFO:teuthology.orchestra.run.smithi149.stdout: python3-mako-1.1.4-6.el9.noarch 2024-09-21T13:32:09.151 INFO:teuthology.orchestra.run.smithi149.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-09-21T13:32:09.151 INFO:teuthology.orchestra.run.smithi149.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-09-21T13:32:09.151 INFO:teuthology.orchestra.run.smithi149.stdout: python3-packaging-20.9-5.el9.noarch 2024-09-21T13:32:09.151 INFO:teuthology.orchestra.run.smithi149.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-09-21T13:32:09.151 INFO:teuthology.orchestra.run.smithi149.stdout: python3-ply-3.11-14.el9.noarch 2024-09-21T13:32:09.151 INFO:teuthology.orchestra.run.smithi149.stdout: python3-portend-3.1.0-2.el9.noarch 2024-09-21T13:32:09.151 INFO:teuthology.orchestra.run.smithi149.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-09-21T13:32:09.151 INFO:teuthology.orchestra.run.smithi149.stdout: python3-pycparser-2.20-6.el9.noarch 2024-09-21T13:32:09.152 INFO:teuthology.orchestra.run.smithi149.stdout: python3-pytz-2021.1-5.el9.noarch 2024-09-21T13:32:09.152 INFO:teuthology.orchestra.run.smithi149.stdout: python3-requests-2.25.1-8.el9.noarch 2024-09-21T13:32:09.152 INFO:teuthology.orchestra.run.smithi149.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-09-21T13:32:09.152 INFO:teuthology.orchestra.run.smithi149.stdout: python3-toml-0.10.2-6.el9.noarch 2024-09-21T13:32:09.152 INFO:teuthology.orchestra.run.smithi149.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-09-21T13:32:09.152 INFO:teuthology.orchestra.run.smithi149.stdout: python3-webob-1.8.8-2.el9.noarch 2024-09-21T13:32:09.152 INFO:teuthology.orchestra.run.smithi149.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-09-21T13:32:09.152 INFO:teuthology.orchestra.run.smithi149.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-09-21T13:32:09.152 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:32:09.152 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-09-21T13:32:09.533 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install ceph-base 2024-09-21T13:32:09.921 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: libcephsqlite-2:19.3.0-5104.g44178494.el9.x86_64 3/4 2024-09-21T13:32:10.004 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : ceph-test-2:19.3.0-5104.g44178494.el9.x86_64 4/4 2024-09-21T13:32:10.128 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:00:52 ago on Sat 21 Sep 2024 01:31:18 PM UTC. 2024-09-21T13:32:10.218 INFO:teuthology.orchestra.run.smithi149.stdout:Package ceph-base-2:19.3.0-5104.g44178494.el9.x86_64 is already installed. 2024-09-21T13:32:10.260 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-09-21T13:32:10.261 INFO:teuthology.orchestra.run.smithi149.stdout:Nothing to do. 2024-09-21T13:32:10.261 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-09-21T13:32:10.329 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install cephadm 2024-09-21T13:32:10.909 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:00:52 ago on Sat 21 Sep 2024 01:31:18 PM UTC. 2024-09-21T13:32:11.040 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-09-21T13:32:11.041 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-09-21T13:32:11.041 INFO:teuthology.orchestra.run.smithi149.stdout: Package Arch Version Repository Size 2024-09-21T13:32:11.041 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-09-21T13:32:11.041 INFO:teuthology.orchestra.run.smithi149.stdout:Installing: 2024-09-21T13:32:11.041 INFO:teuthology.orchestra.run.smithi149.stdout: cephadm noarch 2:19.3.0-5104.g44178494.el9 ceph-noarch 784 k 2024-09-21T13:32:11.041 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:32:11.041 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2024-09-21T13:32:11.041 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-09-21T13:32:11.041 INFO:teuthology.orchestra.run.smithi149.stdout:Install 1 Package 2024-09-21T13:32:11.041 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:32:11.041 INFO:teuthology.orchestra.run.smithi149.stdout:Total download size: 784 k 2024-09-21T13:32:11.041 INFO:teuthology.orchestra.run.smithi149.stdout:Installed size: 791 k 2024-09-21T13:32:11.041 INFO:teuthology.orchestra.run.smithi149.stdout:Downloading Packages: 2024-09-21T13:32:11.319 INFO:teuthology.orchestra.run.smithi149.stdout:cephadm-19.3.0-5104.g44178494.el9.noarch.rpm 2.8 MB/s | 784 kB 00:00 2024-09-21T13:32:11.320 INFO:teuthology.orchestra.run.smithi149.stdout:-------------------------------------------------------------------------------- 2024-09-21T13:32:11.320 INFO:teuthology.orchestra.run.smithi149.stdout:Total 2.7 MB/s | 784 kB 00:00 2024-09-21T13:32:11.320 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction check 2024-09-21T13:32:11.325 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction check succeeded. 2024-09-21T13:32:11.326 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction test 2024-09-21T13:32:11.332 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction test succeeded. 2024-09-21T13:32:11.332 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction 2024-09-21T13:32:11.408 INFO:teuthology.orchestra.run.smithi149.stdout: Preparing : 1/1 2024-09-21T13:32:11.670 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: libcephsqlite-2:19.3.0-5104.g44178494.el9.x86_64 3/4 2024-09-21T13:32:11.768 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : ceph-test-2:19.3.0-5104.g44178494.el9.x86_64 4/4 2024-09-21T13:32:11.887 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: cephadm-2:19.3.0-5104.g44178494.el9.noarch 1/1 2024-09-21T13:32:11.982 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : cephadm-2:19.3.0-5104.g44178494.el9.noarch 1/1 2024-09-21T13:32:12.340 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: cephadm-2:19.3.0-5104.g44178494.el9.noarch 1/1 2024-09-21T13:32:12.585 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : cephadm-2:19.3.0-5104.g44178494.el9.noarch 1/1 2024-09-21T13:32:12.586 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:32:12.586 INFO:teuthology.orchestra.run.smithi149.stdout:Installed: 2024-09-21T13:32:12.586 INFO:teuthology.orchestra.run.smithi149.stdout: cephadm-2:19.3.0-5104.g44178494.el9.noarch 2024-09-21T13:32:12.586 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:32:12.586 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-09-21T13:32:12.757 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: ceph-test-2:19.3.0-5104.g44178494.el9.x86_64 4/4 2024-09-21T13:32:12.757 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : ceph-test-2:19.3.0-5104.g44178494.el9.x86_64 1/4 2024-09-21T13:32:12.757 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : libcephsqlite-2:19.3.0-5104.g44178494.el9.x86_64 2/4 2024-09-21T13:32:12.757 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-09-21T13:32:12.795 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install ceph-immutable-object-cache 2024-09-21T13:32:13.070 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-09-21T13:32:13.071 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:32:13.071 INFO:teuthology.orchestra.run.smithi118.stdout:Installed: 2024-09-21T13:32:13.071 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-test-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:32:13.071 INFO:teuthology.orchestra.run.smithi118.stdout: libcephsqlite-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:32:13.071 INFO:teuthology.orchestra.run.smithi118.stdout: socat-1.7.4.1-6.el9.x86_64 2024-09-21T13:32:13.071 INFO:teuthology.orchestra.run.smithi118.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-09-21T13:32:13.071 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:32:13.071 INFO:teuthology.orchestra.run.smithi118.stdout:Complete! 2024-09-21T13:32:13.359 DEBUG:teuthology.orchestra.run.smithi118:> sudo yum -y install ceph 2024-09-21T13:32:13.393 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:00:55 ago on Sat 21 Sep 2024 01:31:18 PM UTC. 2024-09-21T13:32:13.531 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-09-21T13:32:13.531 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-09-21T13:32:13.531 INFO:teuthology.orchestra.run.smithi149.stdout: Package Arch Version Repo Size 2024-09-21T13:32:13.532 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-09-21T13:32:13.532 INFO:teuthology.orchestra.run.smithi149.stdout:Installing: 2024-09-21T13:32:13.532 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-immutable-object-cache x86_64 2:19.3.0-5104.g44178494.el9 ceph 145 k 2024-09-21T13:32:13.532 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:32:13.532 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2024-09-21T13:32:13.532 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-09-21T13:32:13.532 INFO:teuthology.orchestra.run.smithi149.stdout:Install 1 Package 2024-09-21T13:32:13.532 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:32:13.532 INFO:teuthology.orchestra.run.smithi149.stdout:Total download size: 145 k 2024-09-21T13:32:13.532 INFO:teuthology.orchestra.run.smithi149.stdout:Installed size: 432 k 2024-09-21T13:32:13.532 INFO:teuthology.orchestra.run.smithi149.stdout:Downloading Packages: 2024-09-21T13:32:13.743 INFO:teuthology.orchestra.run.smithi149.stdout:ceph-immutable-object-cache-19.3.0-5104.g441784 688 kB/s | 145 kB 00:00 2024-09-21T13:32:13.743 INFO:teuthology.orchestra.run.smithi149.stdout:-------------------------------------------------------------------------------- 2024-09-21T13:32:13.744 INFO:teuthology.orchestra.run.smithi149.stdout:Total 684 kB/s | 145 kB 00:00 2024-09-21T13:32:13.744 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction check 2024-09-21T13:32:13.751 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction check succeeded. 2024-09-21T13:32:13.751 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction test 2024-09-21T13:32:13.810 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction test succeeded. 2024-09-21T13:32:13.810 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction 2024-09-21T13:32:13.953 INFO:teuthology.orchestra.run.smithi118.stdout:Last metadata expiration check: 0:00:39 ago on Sat 21 Sep 2024 01:31:34 PM UTC. 2024-09-21T13:32:13.971 INFO:teuthology.orchestra.run.smithi149.stdout: Preparing : 1/1 2024-09-21T13:32:14.019 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-immutable-object-cache-2:19.3.0-5104.g44178494. 1/1 2024-09-21T13:32:14.044 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.3.0-5104.g44178494. 1/1 2024-09-21T13:32:14.044 INFO:teuthology.orchestra.run.smithi149.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T13:32:14.044 INFO:teuthology.orchestra.run.smithi149.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-09-21T13:32:14.044 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:32:14.094 INFO:teuthology.orchestra.run.smithi118.stdout:Dependencies resolved. 2024-09-21T13:32:14.097 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-09-21T13:32:14.097 INFO:teuthology.orchestra.run.smithi118.stdout: Package Arch Version Repository Size 2024-09-21T13:32:14.097 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-09-21T13:32:14.097 INFO:teuthology.orchestra.run.smithi118.stdout:Installing: 2024-09-21T13:32:14.097 INFO:teuthology.orchestra.run.smithi118.stdout: ceph x86_64 2:19.3.0-5104.g44178494.el9 ceph 6.6 k 2024-09-21T13:32:14.097 INFO:teuthology.orchestra.run.smithi118.stdout:Installing dependencies: 2024-09-21T13:32:14.097 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-mds x86_64 2:19.3.0-5104.g44178494.el9 ceph 2.4 M 2024-09-21T13:32:14.097 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-mgr x86_64 2:19.3.0-5104.g44178494.el9 ceph 1.5 M 2024-09-21T13:32:14.097 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-mgr-modules-core noarch 2:19.3.0-5104.g44178494.el9 ceph-noarch 292 k 2024-09-21T13:32:14.097 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-mon x86_64 2:19.3.0-5104.g44178494.el9 ceph 4.8 M 2024-09-21T13:32:14.097 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-osd x86_64 2:19.3.0-5104.g44178494.el9 ceph 17 M 2024-09-21T13:32:14.097 INFO:teuthology.orchestra.run.smithi118.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-09-21T13:32:14.097 INFO:teuthology.orchestra.run.smithi118.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-09-21T13:32:14.098 INFO:teuthology.orchestra.run.smithi118.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-09-21T13:32:14.098 INFO:teuthology.orchestra.run.smithi118.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-09-21T13:32:14.098 INFO:teuthology.orchestra.run.smithi118.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-09-21T13:32:14.098 INFO:teuthology.orchestra.run.smithi118.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-09-21T13:32:14.098 INFO:teuthology.orchestra.run.smithi118.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-09-21T13:32:14.098 INFO:teuthology.orchestra.run.smithi118.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-09-21T13:32:14.098 INFO:teuthology.orchestra.run.smithi118.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-09-21T13:32:14.098 INFO:teuthology.orchestra.run.smithi118.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-09-21T13:32:14.098 INFO:teuthology.orchestra.run.smithi118.stdout: python3-jaraco-collections 2024-09-21T13:32:14.098 INFO:teuthology.orchestra.run.smithi118.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-09-21T13:32:14.098 INFO:teuthology.orchestra.run.smithi118.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-09-21T13:32:14.098 INFO:teuthology.orchestra.run.smithi118.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-09-21T13:32:14.098 INFO:teuthology.orchestra.run.smithi118.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-09-21T13:32:14.098 INFO:teuthology.orchestra.run.smithi118.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-09-21T13:32:14.099 INFO:teuthology.orchestra.run.smithi118.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-09-21T13:32:14.099 INFO:teuthology.orchestra.run.smithi118.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-09-21T13:32:14.099 INFO:teuthology.orchestra.run.smithi118.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-09-21T13:32:14.099 INFO:teuthology.orchestra.run.smithi118.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-09-21T13:32:14.099 INFO:teuthology.orchestra.run.smithi118.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-09-21T13:32:14.099 INFO:teuthology.orchestra.run.smithi118.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-09-21T13:32:14.099 INFO:teuthology.orchestra.run.smithi118.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-09-21T13:32:14.099 INFO:teuthology.orchestra.run.smithi118.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-09-21T13:32:14.099 INFO:teuthology.orchestra.run.smithi118.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-09-21T13:32:14.099 INFO:teuthology.orchestra.run.smithi118.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-09-21T13:32:14.099 INFO:teuthology.orchestra.run.smithi118.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-09-21T13:32:14.099 INFO:teuthology.orchestra.run.smithi118.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-09-21T13:32:14.099 INFO:teuthology.orchestra.run.smithi118.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-09-21T13:32:14.099 INFO:teuthology.orchestra.run.smithi118.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2024-09-21T13:32:14.100 INFO:teuthology.orchestra.run.smithi118.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-09-21T13:32:14.100 INFO:teuthology.orchestra.run.smithi118.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-09-21T13:32:14.100 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:32:14.100 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction Summary 2024-09-21T13:32:14.100 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-09-21T13:32:14.100 INFO:teuthology.orchestra.run.smithi118.stdout:Install 37 Packages 2024-09-21T13:32:14.100 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:32:14.100 INFO:teuthology.orchestra.run.smithi118.stdout:Total download size: 31 M 2024-09-21T13:32:14.101 INFO:teuthology.orchestra.run.smithi118.stdout:Installed size: 109 M 2024-09-21T13:32:14.101 INFO:teuthology.orchestra.run.smithi118.stdout:Downloading Packages: 2024-09-21T13:32:14.204 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: ceph-test-2:19.3.0-5104.g44178494.el9.x86_64 4/4 2024-09-21T13:32:14.205 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : ceph-test-2:19.3.0-5104.g44178494.el9.x86_64 1/4 2024-09-21T13:32:14.205 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : libcephsqlite-2:19.3.0-5104.g44178494.el9.x86_64 2/4 2024-09-21T13:32:14.205 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-09-21T13:32:14.405 INFO:teuthology.orchestra.run.smithi118.stdout:(1/37): ceph-19.3.0-5104.g44178494.el9.x86_64.r 49 kB/s | 6.6 kB 00:00 2024-09-21T13:32:14.496 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-09-21T13:32:14.496 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:32:14.497 INFO:teuthology.orchestra.run.smithi175.stdout:Installed: 2024-09-21T13:32:14.497 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-test-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:32:14.497 INFO:teuthology.orchestra.run.smithi175.stdout: libcephsqlite-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:32:14.497 INFO:teuthology.orchestra.run.smithi175.stdout: socat-1.7.4.1-6.el9.x86_64 2024-09-21T13:32:14.497 INFO:teuthology.orchestra.run.smithi175.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-09-21T13:32:14.497 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:32:14.497 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2024-09-21T13:32:14.580 INFO:teuthology.orchestra.run.smithi118.stdout:(2/37): ceph-mgr-19.3.0-5104.g44178494.el9.x86_ 5.0 MB/s | 1.5 MB 00:00 2024-09-21T13:32:14.631 INFO:teuthology.orchestra.run.smithi118.stdout:(3/37): ceph-mds-19.3.0-5104.g44178494.el9.x86_ 6.7 MB/s | 2.4 MB 00:00 2024-09-21T13:32:14.731 INFO:teuthology.orchestra.run.smithi118.stdout:(4/37): ceph-mgr-modules-core-19.3.0-5104.g4417 2.9 MB/s | 292 kB 00:00 2024-09-21T13:32:14.744 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum -y install ceph 2024-09-21T13:32:14.806 INFO:teuthology.orchestra.run.smithi118.stdout:(5/37): ceph-mon-19.3.0-5104.g44178494.el9.x86_ 12 MB/s | 4.8 MB 00:00 2024-09-21T13:32:14.923 INFO:teuthology.orchestra.run.smithi118.stdout:(6/37): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.3 MB/s | 253 kB 00:00 2024-09-21T13:32:14.965 INFO:teuthology.orchestra.run.smithi118.stdout:(7/37): python3-ply-3.11-14.el9.noarch.rpm 2.5 MB/s | 106 kB 00:00 2024-09-21T13:32:14.986 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-immutable-object-cache-2:19.3.0-5104.g44178494. 1/1 2024-09-21T13:32:14.987 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:32:14.987 INFO:teuthology.orchestra.run.smithi149.stdout:Installed: 2024-09-21T13:32:14.987 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-immutable-object-cache-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:32:14.987 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:32:14.987 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-09-21T13:32:14.999 INFO:teuthology.orchestra.run.smithi118.stdout:(8/37): python3-cryptography-36.0.1-4.el9.x86_6 6.4 MB/s | 1.2 MB 00:00 2024-09-21T13:32:15.024 INFO:teuthology.orchestra.run.smithi118.stdout:(9/37): python3-pycparser-2.20-6.el9.noarch.rpm 2.2 MB/s | 135 kB 00:00 2024-09-21T13:32:15.050 INFO:teuthology.orchestra.run.smithi118.stdout:(10/37): python3-requests-2.25.1-8.el9.noarch.r 2.4 MB/s | 125 kB 00:00 2024-09-21T13:32:15.075 INFO:teuthology.orchestra.run.smithi118.stdout:(11/37): python3-urllib3-1.26.5-6.el9.noarch.rp 4.2 MB/s | 215 kB 00:00 2024-09-21T13:32:15.202 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install ceph-mgr 2024-09-21T13:32:15.250 INFO:teuthology.orchestra.run.smithi118.stdout:(12/37): ceph-osd-19.3.0-5104.g44178494.el9.x86 26 MB/s | 17 MB 00:00 2024-09-21T13:32:15.292 INFO:teuthology.orchestra.run.smithi118.stdout:(13/37): lua-5.4.4-4.el9.x86_64.rpm 778 kB/s | 188 kB 00:00 2024-09-21T13:32:15.317 INFO:teuthology.orchestra.run.smithi118.stdout:(14/37): python3-markupsafe-1.1.1-12.el9.x86_64 520 kB/s | 35 kB 00:00 2024-09-21T13:32:15.328 INFO:teuthology.orchestra.run.smithi175.stdout:Last metadata expiration check: 0:00:38 ago on Sat 21 Sep 2024 01:31:37 PM UTC. 2024-09-21T13:32:15.368 INFO:teuthology.orchestra.run.smithi118.stdout:(15/37): python3-mako-1.1.4-6.el9.noarch.rpm 589 kB/s | 172 kB 00:00 2024-09-21T13:32:15.393 INFO:teuthology.orchestra.run.smithi118.stdout:(16/37): python3-packaging-20.9-5.el9.noarch.rp 767 kB/s | 77 kB 00:00 2024-09-21T13:32:15.427 INFO:teuthology.orchestra.run.smithi118.stdout:(17/37): python3-pytz-2021.1-5.el9.noarch.rpm 468 kB/s | 51 kB 00:00 2024-09-21T13:32:15.452 INFO:teuthology.orchestra.run.smithi118.stdout:(18/37): python3-toml-0.10.2-6.el9.noarch.rpm 496 kB/s | 42 kB 00:00 2024-09-21T13:32:15.461 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2024-09-21T13:32:15.464 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-09-21T13:32:15.464 INFO:teuthology.orchestra.run.smithi175.stdout: Package Arch Version Repository Size 2024-09-21T13:32:15.464 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-09-21T13:32:15.464 INFO:teuthology.orchestra.run.smithi175.stdout:Installing: 2024-09-21T13:32:15.464 INFO:teuthology.orchestra.run.smithi175.stdout: ceph x86_64 2:19.3.0-5104.g44178494.el9 ceph 6.6 k 2024-09-21T13:32:15.464 INFO:teuthology.orchestra.run.smithi175.stdout:Installing dependencies: 2024-09-21T13:32:15.464 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-mds x86_64 2:19.3.0-5104.g44178494.el9 ceph 2.4 M 2024-09-21T13:32:15.464 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-mgr x86_64 2:19.3.0-5104.g44178494.el9 ceph 1.5 M 2024-09-21T13:32:15.464 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-mgr-modules-core noarch 2:19.3.0-5104.g44178494.el9 ceph-noarch 292 k 2024-09-21T13:32:15.464 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-mon x86_64 2:19.3.0-5104.g44178494.el9 ceph 4.8 M 2024-09-21T13:32:15.464 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-osd x86_64 2:19.3.0-5104.g44178494.el9 ceph 17 M 2024-09-21T13:32:15.465 INFO:teuthology.orchestra.run.smithi175.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-09-21T13:32:15.465 INFO:teuthology.orchestra.run.smithi175.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-09-21T13:32:15.465 INFO:teuthology.orchestra.run.smithi175.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-09-21T13:32:15.465 INFO:teuthology.orchestra.run.smithi175.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-09-21T13:32:15.465 INFO:teuthology.orchestra.run.smithi175.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-09-21T13:32:15.465 INFO:teuthology.orchestra.run.smithi175.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-09-21T13:32:15.465 INFO:teuthology.orchestra.run.smithi175.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-09-21T13:32:15.465 INFO:teuthology.orchestra.run.smithi175.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-09-21T13:32:15.465 INFO:teuthology.orchestra.run.smithi175.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-09-21T13:32:15.465 INFO:teuthology.orchestra.run.smithi175.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-09-21T13:32:15.465 INFO:teuthology.orchestra.run.smithi175.stdout: python3-jaraco-collections 2024-09-21T13:32:15.466 INFO:teuthology.orchestra.run.smithi175.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-09-21T13:32:15.466 INFO:teuthology.orchestra.run.smithi175.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-09-21T13:32:15.466 INFO:teuthology.orchestra.run.smithi175.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-09-21T13:32:15.466 INFO:teuthology.orchestra.run.smithi175.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-09-21T13:32:15.466 INFO:teuthology.orchestra.run.smithi175.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-09-21T13:32:15.466 INFO:teuthology.orchestra.run.smithi175.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-09-21T13:32:15.466 INFO:teuthology.orchestra.run.smithi175.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-09-21T13:32:15.466 INFO:teuthology.orchestra.run.smithi175.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-09-21T13:32:15.466 INFO:teuthology.orchestra.run.smithi175.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-09-21T13:32:15.466 INFO:teuthology.orchestra.run.smithi175.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-09-21T13:32:15.466 INFO:teuthology.orchestra.run.smithi175.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-09-21T13:32:15.466 INFO:teuthology.orchestra.run.smithi175.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-09-21T13:32:15.467 INFO:teuthology.orchestra.run.smithi175.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-09-21T13:32:15.467 INFO:teuthology.orchestra.run.smithi175.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-09-21T13:32:15.467 INFO:teuthology.orchestra.run.smithi175.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-09-21T13:32:15.467 INFO:teuthology.orchestra.run.smithi175.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-09-21T13:32:15.467 INFO:teuthology.orchestra.run.smithi175.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-09-21T13:32:15.467 INFO:teuthology.orchestra.run.smithi175.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-09-21T13:32:15.467 INFO:teuthology.orchestra.run.smithi175.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2024-09-21T13:32:15.467 INFO:teuthology.orchestra.run.smithi175.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-09-21T13:32:15.467 INFO:teuthology.orchestra.run.smithi175.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-09-21T13:32:15.467 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:32:15.467 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction Summary 2024-09-21T13:32:15.467 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-09-21T13:32:15.467 INFO:teuthology.orchestra.run.smithi175.stdout:Install 37 Packages 2024-09-21T13:32:15.467 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:32:15.468 INFO:teuthology.orchestra.run.smithi175.stdout:Total download size: 31 M 2024-09-21T13:32:15.468 INFO:teuthology.orchestra.run.smithi175.stdout:Installed size: 109 M 2024-09-21T13:32:15.468 INFO:teuthology.orchestra.run.smithi175.stdout:Downloading Packages: 2024-09-21T13:32:15.494 INFO:teuthology.orchestra.run.smithi118.stdout:(19/37): luarocks-3.9.2-5.el9.noarch.rpm 2.2 MB/s | 151 kB 00:00 2024-09-21T13:32:15.519 INFO:teuthology.orchestra.run.smithi118.stdout:(20/37): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 648 kB/s | 43 kB 00:00 2024-09-21T13:32:15.561 INFO:teuthology.orchestra.run.smithi118.stdout:(21/37): python3-cheroot-8.6.0-4.el9.noarch.rpm 2.6 MB/s | 172 kB 00:00 2024-09-21T13:32:15.586 INFO:teuthology.orchestra.run.smithi118.stdout:(22/37): python3-jaraco-8.2.1-3.el9.noarch.rpm 430 kB/s | 11 kB 00:00 2024-09-21T13:32:15.611 INFO:teuthology.orchestra.run.smithi118.stdout:(23/37): python3-jaraco-classes-3.2.1-5.el9.noa 708 kB/s | 18 kB 00:00 2024-09-21T13:32:15.637 INFO:teuthology.orchestra.run.smithi118.stdout:(24/37): python3-cherrypy-18.6.1-2.el9.noarch.r 4.6 MB/s | 358 kB 00:00 2024-09-21T13:32:15.662 INFO:teuthology.orchestra.run.smithi118.stdout:(25/37): python3-jaraco-collections-3.0.0-8.el9 459 kB/s | 23 kB 00:00 2024-09-21T13:32:15.679 INFO:teuthology.orchestra.run.smithi118.stdout:(26/37): python3-jaraco-functools-3.5.0-2.el9.n 464 kB/s | 19 kB 00:00 2024-09-21T13:32:15.696 INFO:teuthology.orchestra.run.smithi118.stdout:(27/37): lua-devel-5.4.4-4.el9.x86_64.rpm 73 kB/s | 22 kB 00:00 2024-09-21T13:32:15.713 INFO:teuthology.orchestra.run.smithi118.stdout:(28/37): python3-jaraco-text-3.2.0-6.el9.noarch 386 kB/s | 20 kB 00:00 2024-09-21T13:32:15.739 INFO:teuthology.orchestra.run.smithi118.stdout:(29/37): python3-logutils-0.3.5-21.el9.noarch.r 782 kB/s | 46 kB 00:00 2024-09-21T13:32:15.755 INFO:teuthology.orchestra.run.smithi118.stdout:(30/37): python3-portend-3.1.0-2.el9.noarch.rpm 1.1 MB/s | 16 kB 00:00 2024-09-21T13:32:15.781 INFO:teuthology.orchestra.run.smithi118.stdout:(31/37): python3-more-itertools-8.12.0-2.el9.no 937 kB/s | 79 kB 00:00 2024-09-21T13:32:15.806 INFO:teuthology.orchestra.run.smithi118.stdout:(32/37): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.7 MB/s | 90 kB 00:00 2024-09-21T13:32:15.810 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:00:57 ago on Sat 21 Sep 2024 01:31:18 PM UTC. 2024-09-21T13:32:15.823 INFO:teuthology.orchestra.run.smithi118.stdout:(33/37): python3-tempora-5.0.0-2.el9.noarch.rpm 855 kB/s | 36 kB 00:00 2024-09-21T13:32:15.848 INFO:teuthology.orchestra.run.smithi118.stdout:(34/37): python3-pecan-1.4.2-3.el9.noarch.rpm 2.1 MB/s | 272 kB 00:00 2024-09-21T13:32:15.874 INFO:teuthology.orchestra.run.smithi118.stdout:(35/37): python3-zc-lockfile-2.0-10.el9.noarch. 803 kB/s | 20 kB 00:00 2024-09-21T13:32:15.899 INFO:teuthology.orchestra.run.smithi118.stdout:(36/37): python3-webob-1.8.8-2.el9.noarch.rpm 2.4 MB/s | 230 kB 00:00 2024-09-21T13:32:15.902 INFO:teuthology.orchestra.run.smithi149.stdout:Package ceph-mgr-2:19.3.0-5104.g44178494.el9.x86_64 is already installed. 2024-09-21T13:32:15.924 INFO:teuthology.orchestra.run.smithi118.stdout:(37/37): python3-werkzeug-2.0.3-3.el9.1.noarch. 4.1 MB/s | 427 kB 00:00 2024-09-21T13:32:15.928 INFO:teuthology.orchestra.run.smithi118.stdout:-------------------------------------------------------------------------------- 2024-09-21T13:32:15.928 INFO:teuthology.orchestra.run.smithi118.stdout:Total 17 MB/s | 31 MB 00:01 2024-09-21T13:32:15.944 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-09-21T13:32:15.945 INFO:teuthology.orchestra.run.smithi149.stdout:Nothing to do. 2024-09-21T13:32:15.946 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-09-21T13:32:16.011 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install ceph-mgr-dashboard 2024-09-21T13:32:16.079 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction check 2024-09-21T13:32:16.119 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction check succeeded. 2024-09-21T13:32:16.119 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction test 2024-09-21T13:32:16.451 INFO:teuthology.orchestra.run.smithi175.stdout:(1/37): ceph-19.3.0-5104.g44178494.el9.x86_64.r 43 kB/s | 6.6 kB 00:00 2024-09-21T13:32:16.559 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction test succeeded. 2024-09-21T13:32:16.561 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction 2024-09-21T13:32:16.599 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:00:58 ago on Sat 21 Sep 2024 01:31:18 PM UTC. 2024-09-21T13:32:16.626 INFO:teuthology.orchestra.run.smithi175.stdout:(2/37): ceph-mds-19.3.0-5104.g44178494.el9.x86_ 7.3 MB/s | 2.4 MB 00:00 2024-09-21T13:32:16.660 INFO:teuthology.orchestra.run.smithi175.stdout:(3/37): ceph-mgr-19.3.0-5104.g44178494.el9.x86_ 4.2 MB/s | 1.5 MB 00:00 2024-09-21T13:32:16.732 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-09-21T13:32:16.733 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-09-21T13:32:16.733 INFO:teuthology.orchestra.run.smithi149.stdout: Package Arch Version Repository Size 2024-09-21T13:32:16.733 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-09-21T13:32:16.733 INFO:teuthology.orchestra.run.smithi149.stdout:Installing: 2024-09-21T13:32:16.733 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-mgr-dashboard noarch 2:19.3.0-5104.g44178494.el9 ceph-noarch 14 M 2024-09-21T13:32:16.733 INFO:teuthology.orchestra.run.smithi149.stdout:Installing dependencies: 2024-09-21T13:32:16.734 INFO:teuthology.orchestra.run.smithi149.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-09-21T13:32:16.734 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-grafana-dashboards noarch 2:19.3.0-5104.g44178494.el9 ceph-noarch 34 k 2024-09-21T13:32:16.734 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-prometheus-alerts noarch 2:19.3.0-5104.g44178494.el9 ceph-noarch 16 k 2024-09-21T13:32:16.734 INFO:teuthology.orchestra.run.smithi149.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-09-21T13:32:16.734 INFO:teuthology.orchestra.run.smithi149.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-09-21T13:32:16.734 INFO:teuthology.orchestra.run.smithi149.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-09-21T13:32:16.734 INFO:teuthology.orchestra.run.smithi149.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-09-21T13:32:16.734 INFO:teuthology.orchestra.run.smithi149.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-09-21T13:32:16.734 INFO:teuthology.orchestra.run.smithi149.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-09-21T13:32:16.734 INFO:teuthology.orchestra.run.smithi149.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-09-21T13:32:16.734 INFO:teuthology.orchestra.run.smithi149.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-09-21T13:32:16.734 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:32:16.734 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2024-09-21T13:32:16.734 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-09-21T13:32:16.735 INFO:teuthology.orchestra.run.smithi149.stdout:Install 12 Packages 2024-09-21T13:32:16.735 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:32:16.735 INFO:teuthology.orchestra.run.smithi149.stdout:Total download size: 19 M 2024-09-21T13:32:16.735 INFO:teuthology.orchestra.run.smithi149.stdout:Installed size: 159 M 2024-09-21T13:32:16.735 INFO:teuthology.orchestra.run.smithi149.stdout:Downloading Packages: 2024-09-21T13:32:16.751 INFO:teuthology.orchestra.run.smithi175.stdout:(4/37): ceph-mgr-modules-core-19.3.0-5104.g4417 3.1 MB/s | 292 kB 00:00 2024-09-21T13:32:16.985 INFO:teuthology.orchestra.run.smithi175.stdout:(5/37): ceph-mon-19.3.0-5104.g44178494.el9.x86_ 9.0 MB/s | 4.8 MB 00:00 2024-09-21T13:32:17.027 INFO:teuthology.orchestra.run.smithi175.stdout:(6/37): python3-cffi-1.14.5-5.el9.x86_64.rpm 920 kB/s | 253 kB 00:00 2024-09-21T13:32:17.105 INFO:teuthology.orchestra.run.smithi149.stdout:(1/12): ceph-prometheus-alerts-19.3.0-5104.g441 110 kB/s | 16 kB 00:00 2024-09-21T13:32:17.130 INFO:teuthology.orchestra.run.smithi149.stdout:(2/12): ceph-grafana-dashboards-19.3.0-5104.g44 195 kB/s | 34 kB 00:00 2024-09-21T13:32:17.202 INFO:teuthology.orchestra.run.smithi175.stdout:(7/37): ceph-osd-19.3.0-5104.g44178494.el9.x86_ 30 MB/s | 17 MB 00:00 2024-09-21T13:32:17.227 INFO:teuthology.orchestra.run.smithi175.stdout:(8/37): python3-ply-3.11-14.el9.noarch.rpm 532 kB/s | 106 kB 00:00 2024-09-21T13:32:17.272 INFO:teuthology.orchestra.run.smithi149.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.9 MB/s | 269 kB 00:00 2024-09-21T13:32:17.294 INFO:teuthology.orchestra.run.smithi175.stdout:(9/37): python3-requests-2.25.1-8.el9.noarch.rp 1.8 MB/s | 125 kB 00:00 2024-09-21T13:32:17.353 INFO:teuthology.orchestra.run.smithi175.stdout:(10/37): python3-urllib3-1.26.5-6.el9.noarch.rp 3.6 MB/s | 215 kB 00:00 2024-09-21T13:32:17.356 INFO:teuthology.orchestra.run.smithi149.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 4.0 MB/s | 1.0 MB 00:00 2024-09-21T13:32:17.390 INFO:teuthology.orchestra.run.smithi149.stdout:(5/12): protobuf-compiler-3.14.0-13.el9.x86_64. 7.2 MB/s | 863 kB 00:00 2024-09-21T13:32:17.428 INFO:teuthology.orchestra.run.smithi175.stdout:(11/37): python3-pycparser-2.20-6.el9.noarch.rp 599 kB/s | 135 kB 00:00 2024-09-21T13:32:17.440 INFO:teuthology.orchestra.run.smithi149.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 391 kB/s | 19 kB 00:00 2024-09-21T13:32:17.470 INFO:teuthology.orchestra.run.smithi175.stdout:(12/37): lua-5.4.4-4.el9.x86_64.rpm 1.6 MB/s | 188 kB 00:00 2024-09-21T13:32:17.481 INFO:teuthology.orchestra.run.smithi149.stdout:(7/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 4.3 MB/s | 548 kB 00:00 2024-09-21T13:32:17.504 INFO:teuthology.orchestra.run.smithi175.stdout:(13/37): python3-cryptography-36.0.1-4.el9.x86_ 2.4 MB/s | 1.2 MB 00:00 2024-09-21T13:32:17.507 INFO:teuthology.orchestra.run.smithi149.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 5.6 MB/s | 144 kB 00:00 2024-09-21T13:32:17.529 INFO:teuthology.orchestra.run.smithi175.stdout:(14/37): python3-markupsafe-1.1.1-12.el9.x86_64 592 kB/s | 35 kB 00:00 2024-09-21T13:32:17.532 INFO:teuthology.orchestra.run.smithi149.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 1.2 MB/s | 31 kB 00:00 2024-09-21T13:32:17.554 INFO:teuthology.orchestra.run.smithi175.stdout:(15/37): python3-mako-1.1.4-6.el9.noarch.rpm 1.3 MB/s | 172 kB 00:00 2024-09-21T13:32:17.557 INFO:teuthology.orchestra.run.smithi149.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 7.3 MB/s | 188 kB 00:00 2024-09-21T13:32:17.580 INFO:teuthology.orchestra.run.smithi175.stdout:(16/37): python3-pytz-2021.1-5.el9.noarch.rpm 1.0 MB/s | 51 kB 00:00 2024-09-21T13:32:17.606 INFO:teuthology.orchestra.run.smithi175.stdout:(17/37): python3-toml-0.10.2-6.el9.noarch.rpm 828 kB/s | 42 kB 00:00 2024-09-21T13:32:17.630 INFO:teuthology.orchestra.run.smithi175.stdout:(18/37): python3-packaging-20.9-5.el9.noarch.rp 612 kB/s | 77 kB 00:00 2024-09-21T13:32:17.633 INFO:teuthology.orchestra.run.smithi149.stdout:(11/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 11 MB/s | 2.0 MB 00:00 2024-09-21T13:32:17.672 INFO:teuthology.orchestra.run.smithi175.stdout:(19/37): luarocks-3.9.2-5.el9.noarch.rpm 2.2 MB/s | 151 kB 00:00 2024-09-21T13:32:17.689 INFO:teuthology.orchestra.run.smithi175.stdout:(20/37): lua-devel-5.4.4-4.el9.x86_64.rpm 205 kB/s | 22 kB 00:00 2024-09-21T13:32:17.714 INFO:teuthology.orchestra.run.smithi175.stdout:(21/37): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 519 kB/s | 43 kB 00:00 2024-09-21T13:32:17.731 INFO:teuthology.orchestra.run.smithi175.stdout:(22/37): python3-jaraco-8.2.1-3.el9.noarch.rpm 706 kB/s | 11 kB 00:00 2024-09-21T13:32:17.757 INFO:teuthology.orchestra.run.smithi175.stdout:(23/37): python3-cheroot-8.6.0-4.el9.noarch.rpm 2.0 MB/s | 172 kB 00:00 2024-09-21T13:32:17.773 INFO:teuthology.orchestra.run.smithi175.stdout:(24/37): python3-jaraco-classes-3.2.1-5.el9.noa 423 kB/s | 18 kB 00:00 2024-09-21T13:32:17.790 INFO:teuthology.orchestra.run.smithi175.stdout:(25/37): python3-jaraco-collections-3.0.0-8.el9 691 kB/s | 23 kB 00:00 2024-09-21T13:32:17.791 INFO:teuthology.orchestra.run.smithi149.stdout:(12/12): ceph-mgr-dashboard-19.3.0-5104.g441784 17 MB/s | 14 MB 00:00 2024-09-21T13:32:17.795 INFO:teuthology.orchestra.run.smithi149.stdout:-------------------------------------------------------------------------------- 2024-09-21T13:32:17.795 INFO:teuthology.orchestra.run.smithi149.stdout:Total 18 MB/s | 19 MB 00:01 2024-09-21T13:32:17.815 INFO:teuthology.orchestra.run.smithi175.stdout:(26/37): python3-jaraco-functools-3.5.0-2.el9.n 464 kB/s | 19 kB 00:00 2024-09-21T13:32:17.843 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction check 2024-09-21T13:32:17.849 INFO:teuthology.orchestra.run.smithi118.stdout: Preparing : 1/1 2024-09-21T13:32:17.849 INFO:teuthology.orchestra.run.smithi175.stdout:(27/37): python3-jaraco-text-3.2.0-6.el9.noarch 334 kB/s | 20 kB 00:00 2024-09-21T13:32:17.862 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction check succeeded. 2024-09-21T13:32:17.863 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction test 2024-09-21T13:32:17.875 INFO:teuthology.orchestra.run.smithi175.stdout:(28/37): python3-logutils-0.3.5-21.el9.noarch.r 784 kB/s | 46 kB 00:00 2024-09-21T13:32:17.900 INFO:teuthology.orchestra.run.smithi175.stdout:(29/37): python3-more-itertools-8.12.0-2.el9.no 1.5 MB/s | 79 kB 00:00 2024-09-21T13:32:17.919 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/37 2024-09-21T13:32:17.925 INFO:teuthology.orchestra.run.smithi175.stdout:(30/37): python3-cherrypy-18.6.1-2.el9.noarch.r 1.5 MB/s | 358 kB 00:00 2024-09-21T13:32:17.950 INFO:teuthology.orchestra.run.smithi175.stdout:(31/37): python3-portend-3.1.0-2.el9.noarch.rpm 327 kB/s | 16 kB 00:00 2024-09-21T13:32:17.951 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/37 2024-09-21T13:32:17.976 INFO:teuthology.orchestra.run.smithi175.stdout:(32/37): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.7 MB/s | 90 kB 00:00 2024-09-21T13:32:17.979 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/37 2024-09-21T13:32:18.001 INFO:teuthology.orchestra.run.smithi175.stdout:(33/37): python3-tempora-5.0.0-2.el9.noarch.rpm 711 kB/s | 36 kB 00:00 2024-09-21T13:32:18.026 INFO:teuthology.orchestra.run.smithi175.stdout:(34/37): python3-pecan-1.4.2-3.el9.noarch.rpm 1.8 MB/s | 272 kB 00:00 2024-09-21T13:32:18.051 INFO:teuthology.orchestra.run.smithi175.stdout:(35/37): python3-webob-1.8.8-2.el9.noarch.rpm 4.5 MB/s | 230 kB 00:00 2024-09-21T13:32:18.052 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/37 2024-09-21T13:32:18.085 INFO:teuthology.orchestra.run.smithi175.stdout:(36/37): python3-zc-lockfile-2.0-10.el9.noarch. 341 kB/s | 20 kB 00:00 2024-09-21T13:32:18.086 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/37 2024-09-21T13:32:18.110 INFO:teuthology.orchestra.run.smithi175.stdout:(37/37): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.8 MB/s | 427 kB 00:00 2024-09-21T13:32:18.113 INFO:teuthology.orchestra.run.smithi175.stdout:-------------------------------------------------------------------------------- 2024-09-21T13:32:18.113 INFO:teuthology.orchestra.run.smithi175.stdout:Total 12 MB/s | 31 MB 00:02 2024-09-21T13:32:18.119 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/37 2024-09-21T13:32:18.141 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction test succeeded. 2024-09-21T13:32:18.141 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction 2024-09-21T13:32:18.210 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/37 2024-09-21T13:32:18.259 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction check 2024-09-21T13:32:18.298 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/37 2024-09-21T13:32:18.299 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction check succeeded. 2024-09-21T13:32:18.299 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction test 2024-09-21T13:32:18.364 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 9/37 2024-09-21T13:32:18.399 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/37 2024-09-21T13:32:18.429 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/37 2024-09-21T13:32:18.463 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/37 2024-09-21T13:32:18.497 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/37 2024-09-21T13:32:18.537 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/37 2024-09-21T13:32:18.589 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/37 2024-09-21T13:32:18.623 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/37 2024-09-21T13:32:18.672 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/37 2024-09-21T13:32:18.704 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/37 2024-09-21T13:32:18.743 INFO:teuthology.orchestra.run.smithi149.stdout: Preparing : 1/1 2024-09-21T13:32:18.768 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction test succeeded. 2024-09-21T13:32:18.768 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction 2024-09-21T13:32:18.777 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/37 2024-09-21T13:32:18.834 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-09-21T13:32:18.868 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-09-21T13:32:18.915 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-09-21T13:32:18.933 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/37 2024-09-21T13:32:18.946 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-09-21T13:32:19.020 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/37 2024-09-21T13:32:19.039 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-09-21T13:32:19.073 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 22/37 2024-09-21T13:32:19.112 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 23/37 2024-09-21T13:32:19.161 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/37 2024-09-21T13:32:19.172 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-09-21T13:32:19.216 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/37 2024-09-21T13:32:19.266 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-09-21T13:32:19.317 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-09-21T13:32:19.346 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-09-21T13:32:19.378 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-prometheus-alerts-2:19.3.0-5104.g44178494.el9 10/12 2024-09-21T13:32:19.403 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/37 2024-09-21T13:32:19.458 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 27/37 2024-09-21T13:32:19.538 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/37 2024-09-21T13:32:19.643 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 29/37 2024-09-21T13:32:19.683 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/37 2024-09-21T13:32:19.812 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/37 2024-09-21T13:32:19.980 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : ceph-mgr-modules-core-2:19.3.0-5104.g44178494.el9. 32/37 2024-09-21T13:32:20.001 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : ceph-mgr-2:19.3.0-5104.g44178494.el9.x86_64 33/37 2024-09-21T13:32:20.029 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: ceph-mgr-2:19.3.0-5104.g44178494.el9.x86_64 33/37 2024-09-21T13:32:20.029 INFO:teuthology.orchestra.run.smithi118.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T13:32:20.029 INFO:teuthology.orchestra.run.smithi118.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-09-21T13:32:20.030 INFO:teuthology.orchestra.run.smithi118.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-21T13:32:20.030 INFO:teuthology.orchestra.run.smithi118.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-21T13:32:20.030 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:32:20.077 INFO:teuthology.orchestra.run.smithi175.stdout: Preparing : 1/1 2024-09-21T13:32:20.129 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/37 2024-09-21T13:32:20.170 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/37 2024-09-21T13:32:20.198 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/37 2024-09-21T13:32:20.272 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/37 2024-09-21T13:32:20.314 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/37 2024-09-21T13:32:20.346 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/37 2024-09-21T13:32:20.447 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/37 2024-09-21T13:32:20.526 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/37 2024-09-21T13:32:20.575 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 9/37 2024-09-21T13:32:20.609 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/37 2024-09-21T13:32:20.639 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/37 2024-09-21T13:32:20.673 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/37 2024-09-21T13:32:20.707 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/37 2024-09-21T13:32:20.747 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/37 2024-09-21T13:32:20.791 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/37 2024-09-21T13:32:20.825 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/37 2024-09-21T13:32:20.874 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/37 2024-09-21T13:32:20.905 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/37 2024-09-21T13:32:20.979 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/37 2024-09-21T13:32:21.118 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/37 2024-09-21T13:32:21.205 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/37 2024-09-21T13:32:21.267 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 22/37 2024-09-21T13:32:21.305 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 23/37 2024-09-21T13:32:21.354 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/37 2024-09-21T13:32:21.410 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/37 2024-09-21T13:32:21.494 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : ceph-osd-2:19.3.0-5104.g44178494.el9.x86_64 34/37 2024-09-21T13:32:21.522 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: ceph-osd-2:19.3.0-5104.g44178494.el9.x86_64 34/37 2024-09-21T13:32:21.522 INFO:teuthology.orchestra.run.smithi118.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T13:32:21.522 INFO:teuthology.orchestra.run.smithi118.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-09-21T13:32:21.522 INFO:teuthology.orchestra.run.smithi118.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-21T13:32:21.522 INFO:teuthology.orchestra.run.smithi118.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-21T13:32:21.522 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:32:21.597 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/37 2024-09-21T13:32:21.659 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 27/37 2024-09-21T13:32:21.737 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/37 2024-09-21T13:32:21.851 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 29/37 2024-09-21T13:32:21.891 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/37 2024-09-21T13:32:21.986 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : ceph-mon-2:19.3.0-5104.g44178494.el9.x86_64 35/37 2024-09-21T13:32:22.010 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: ceph-mon-2:19.3.0-5104.g44178494.el9.x86_64 35/37 2024-09-21T13:32:22.010 INFO:teuthology.orchestra.run.smithi118.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T13:32:22.010 INFO:teuthology.orchestra.run.smithi118.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-09-21T13:32:22.010 INFO:teuthology.orchestra.run.smithi118.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-21T13:32:22.010 INFO:teuthology.orchestra.run.smithi118.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-21T13:32:22.010 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:32:22.030 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/37 2024-09-21T13:32:22.187 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : ceph-mgr-modules-core-2:19.3.0-5104.g44178494.el9. 32/37 2024-09-21T13:32:22.209 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : ceph-mgr-2:19.3.0-5104.g44178494.el9.x86_64 33/37 2024-09-21T13:32:22.236 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: ceph-mgr-2:19.3.0-5104.g44178494.el9.x86_64 33/37 2024-09-21T13:32:22.236 INFO:teuthology.orchestra.run.smithi175.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T13:32:22.236 INFO:teuthology.orchestra.run.smithi175.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-09-21T13:32:22.236 INFO:teuthology.orchestra.run.smithi175.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-21T13:32:22.236 INFO:teuthology.orchestra.run.smithi175.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-21T13:32:22.237 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:32:22.237 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : ceph-mds-2:19.3.0-5104.g44178494.el9.x86_64 36/37 2024-09-21T13:32:22.261 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: ceph-mds-2:19.3.0-5104.g44178494.el9.x86_64 36/37 2024-09-21T13:32:22.261 INFO:teuthology.orchestra.run.smithi118.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T13:32:22.261 INFO:teuthology.orchestra.run.smithi118.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-09-21T13:32:22.261 INFO:teuthology.orchestra.run.smithi118.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-21T13:32:22.261 INFO:teuthology.orchestra.run.smithi118.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-21T13:32:22.261 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:32:22.334 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : ceph-2:19.3.0-5104.g44178494.el9.x86_64 37/37 2024-09-21T13:32:22.560 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-grafana-dashboards-2:19.3.0-5104.g44178494.el 11/12 2024-09-21T13:32:22.616 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-mgr-dashboard-2:19.3.0-5104.g44178494.el9.noa 12/12 2024-09-21T13:32:23.702 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : ceph-osd-2:19.3.0-5104.g44178494.el9.x86_64 34/37 2024-09-21T13:32:23.730 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: ceph-osd-2:19.3.0-5104.g44178494.el9.x86_64 34/37 2024-09-21T13:32:23.730 INFO:teuthology.orchestra.run.smithi175.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T13:32:23.730 INFO:teuthology.orchestra.run.smithi175.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-09-21T13:32:23.730 INFO:teuthology.orchestra.run.smithi175.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-21T13:32:23.730 INFO:teuthology.orchestra.run.smithi175.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-21T13:32:23.730 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:32:24.186 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : ceph-mon-2:19.3.0-5104.g44178494.el9.x86_64 35/37 2024-09-21T13:32:24.209 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: ceph-mon-2:19.3.0-5104.g44178494.el9.x86_64 35/37 2024-09-21T13:32:24.209 INFO:teuthology.orchestra.run.smithi175.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T13:32:24.209 INFO:teuthology.orchestra.run.smithi175.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-09-21T13:32:24.209 INFO:teuthology.orchestra.run.smithi175.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-21T13:32:24.210 INFO:teuthology.orchestra.run.smithi175.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-21T13:32:24.210 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:32:24.436 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : ceph-mds-2:19.3.0-5104.g44178494.el9.x86_64 36/37 2024-09-21T13:32:24.460 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: ceph-mds-2:19.3.0-5104.g44178494.el9.x86_64 36/37 2024-09-21T13:32:24.460 INFO:teuthology.orchestra.run.smithi175.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T13:32:24.460 INFO:teuthology.orchestra.run.smithi175.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-09-21T13:32:24.460 INFO:teuthology.orchestra.run.smithi175.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-21T13:32:24.460 INFO:teuthology.orchestra.run.smithi175.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-21T13:32:24.460 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:32:24.519 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.3.0-5104.g44178494.el9.noa 12/12 2024-09-21T13:32:24.519 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-grafana-dashboards-2:19.3.0-5104.g44178494.el 1/12 2024-09-21T13:32:24.519 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-mgr-dashboard-2:19.3.0-5104.g44178494.el9.noa 2/12 2024-09-21T13:32:24.520 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-prometheus-alerts-2:19.3.0-5104.g44178494.el9 3/12 2024-09-21T13:32:24.520 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-09-21T13:32:24.520 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-09-21T13:32:24.520 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-09-21T13:32:24.520 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-09-21T13:32:24.520 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-09-21T13:32:24.520 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-09-21T13:32:24.520 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-09-21T13:32:24.520 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-09-21T13:32:24.524 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : ceph-2:19.3.0-5104.g44178494.el9.x86_64 37/37 2024-09-21T13:32:24.719 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: ceph-2:19.3.0-5104.g44178494.el9.x86_64 37/37 2024-09-21T13:32:24.720 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : ceph-2:19.3.0-5104.g44178494.el9.x86_64 1/37 2024-09-21T13:32:24.720 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : ceph-mds-2:19.3.0-5104.g44178494.el9.x86_64 2/37 2024-09-21T13:32:24.720 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : ceph-mgr-2:19.3.0-5104.g44178494.el9.x86_64 3/37 2024-09-21T13:32:24.720 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : ceph-mon-2:19.3.0-5104.g44178494.el9.x86_64 4/37 2024-09-21T13:32:24.720 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : ceph-osd-2:19.3.0-5104.g44178494.el9.x86_64 5/37 2024-09-21T13:32:24.720 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : ceph-mgr-modules-core-2:19.3.0-5104.g44178494.el9. 6/37 2024-09-21T13:32:24.720 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/37 2024-09-21T13:32:24.720 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/37 2024-09-21T13:32:24.720 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/37 2024-09-21T13:32:24.720 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/37 2024-09-21T13:32:24.720 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/37 2024-09-21T13:32:24.720 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/37 2024-09-21T13:32:24.720 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/37 2024-09-21T13:32:24.721 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/37 2024-09-21T13:32:24.721 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/37 2024-09-21T13:32:24.721 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 16/37 2024-09-21T13:32:24.721 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 17/37 2024-09-21T13:32:24.721 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 18/37 2024-09-21T13:32:24.721 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 19/37 2024-09-21T13:32:24.721 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 20/37 2024-09-21T13:32:24.721 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 21/37 2024-09-21T13:32:24.721 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 22/37 2024-09-21T13:32:24.721 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 23/37 2024-09-21T13:32:24.721 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 24/37 2024-09-21T13:32:24.721 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 25/37 2024-09-21T13:32:24.721 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 26/37 2024-09-21T13:32:24.721 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 27/37 2024-09-21T13:32:24.723 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 28/37 2024-09-21T13:32:24.723 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 29/37 2024-09-21T13:32:24.723 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 30/37 2024-09-21T13:32:24.723 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 31/37 2024-09-21T13:32:24.723 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 32/37 2024-09-21T13:32:24.723 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 33/37 2024-09-21T13:32:24.723 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 34/37 2024-09-21T13:32:24.723 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 35/37 2024-09-21T13:32:24.723 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 36/37 2024-09-21T13:32:24.843 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-09-21T13:32:24.843 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:32:24.843 INFO:teuthology.orchestra.run.smithi149.stdout:Installed: 2024-09-21T13:32:24.843 INFO:teuthology.orchestra.run.smithi149.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-09-21T13:32:24.843 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-grafana-dashboards-2:19.3.0-5104.g44178494.el9.noarch 2024-09-21T13:32:24.843 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-mgr-dashboard-2:19.3.0-5104.g44178494.el9.noarch 2024-09-21T13:32:24.843 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-prometheus-alerts-2:19.3.0-5104.g44178494.el9.noarch 2024-09-21T13:32:24.843 INFO:teuthology.orchestra.run.smithi149.stdout: grpc-data-1.46.7-10.el9.noarch 2024-09-21T13:32:24.843 INFO:teuthology.orchestra.run.smithi149.stdout: protobuf-3.14.0-13.el9.x86_64 2024-09-21T13:32:24.843 INFO:teuthology.orchestra.run.smithi149.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-09-21T13:32:24.843 INFO:teuthology.orchestra.run.smithi149.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-09-21T13:32:24.844 INFO:teuthology.orchestra.run.smithi149.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-09-21T13:32:24.844 INFO:teuthology.orchestra.run.smithi149.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-09-21T13:32:24.844 INFO:teuthology.orchestra.run.smithi149.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-09-21T13:32:24.844 INFO:teuthology.orchestra.run.smithi149.stdout: python3-routes-2.5.1-5.el9.noarch 2024-09-21T13:32:24.844 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:32:24.844 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-09-21T13:32:25.113 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install ceph-mgr-diskprediction-local 2024-09-21T13:32:25.499 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 37/37 2024-09-21T13:32:25.499 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:32:25.499 INFO:teuthology.orchestra.run.smithi118.stdout:Installed: 2024-09-21T13:32:25.499 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:32:25.499 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-mds-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:32:25.499 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-mgr-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:32:25.499 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-mgr-modules-core-2:19.3.0-5104.g44178494.el9.noarch 2024-09-21T13:32:25.499 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-mon-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:32:25.500 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-osd-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:32:25.500 INFO:teuthology.orchestra.run.smithi118.stdout: lua-5.4.4-4.el9.x86_64 2024-09-21T13:32:25.500 INFO:teuthology.orchestra.run.smithi118.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-09-21T13:32:25.500 INFO:teuthology.orchestra.run.smithi118.stdout: luarocks-3.9.2-5.el9.noarch 2024-09-21T13:32:25.500 INFO:teuthology.orchestra.run.smithi118.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-09-21T13:32:25.500 INFO:teuthology.orchestra.run.smithi118.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-09-21T13:32:25.500 INFO:teuthology.orchestra.run.smithi118.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-09-21T13:32:25.500 INFO:teuthology.orchestra.run.smithi118.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-09-21T13:32:25.500 INFO:teuthology.orchestra.run.smithi118.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-09-21T13:32:25.500 INFO:teuthology.orchestra.run.smithi118.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-09-21T13:32:25.500 INFO:teuthology.orchestra.run.smithi118.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-09-21T13:32:25.500 INFO:teuthology.orchestra.run.smithi118.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-09-21T13:32:25.501 INFO:teuthology.orchestra.run.smithi118.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-09-21T13:32:25.501 INFO:teuthology.orchestra.run.smithi118.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-09-21T13:32:25.501 INFO:teuthology.orchestra.run.smithi118.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-09-21T13:32:25.501 INFO:teuthology.orchestra.run.smithi118.stdout: python3-mako-1.1.4-6.el9.noarch 2024-09-21T13:32:25.501 INFO:teuthology.orchestra.run.smithi118.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-09-21T13:32:25.501 INFO:teuthology.orchestra.run.smithi118.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-09-21T13:32:25.501 INFO:teuthology.orchestra.run.smithi118.stdout: python3-packaging-20.9-5.el9.noarch 2024-09-21T13:32:25.501 INFO:teuthology.orchestra.run.smithi118.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-09-21T13:32:25.501 INFO:teuthology.orchestra.run.smithi118.stdout: python3-ply-3.11-14.el9.noarch 2024-09-21T13:32:25.501 INFO:teuthology.orchestra.run.smithi118.stdout: python3-portend-3.1.0-2.el9.noarch 2024-09-21T13:32:25.501 INFO:teuthology.orchestra.run.smithi118.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-09-21T13:32:25.501 INFO:teuthology.orchestra.run.smithi118.stdout: python3-pycparser-2.20-6.el9.noarch 2024-09-21T13:32:25.501 INFO:teuthology.orchestra.run.smithi118.stdout: python3-pytz-2021.1-5.el9.noarch 2024-09-21T13:32:25.501 INFO:teuthology.orchestra.run.smithi118.stdout: python3-requests-2.25.1-8.el9.noarch 2024-09-21T13:32:25.502 INFO:teuthology.orchestra.run.smithi118.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-09-21T13:32:25.502 INFO:teuthology.orchestra.run.smithi118.stdout: python3-toml-0.10.2-6.el9.noarch 2024-09-21T13:32:25.502 INFO:teuthology.orchestra.run.smithi118.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-09-21T13:32:25.502 INFO:teuthology.orchestra.run.smithi118.stdout: python3-webob-1.8.8-2.el9.noarch 2024-09-21T13:32:25.502 INFO:teuthology.orchestra.run.smithi118.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-09-21T13:32:25.502 INFO:teuthology.orchestra.run.smithi118.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-09-21T13:32:25.502 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:32:25.502 INFO:teuthology.orchestra.run.smithi118.stdout:Complete! 2024-09-21T13:32:25.700 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:01:07 ago on Sat 21 Sep 2024 01:31:18 PM UTC. 2024-09-21T13:32:25.834 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-09-21T13:32:25.835 INFO:teuthology.orchestra.run.smithi149.stdout:======================================================================================= 2024-09-21T13:32:25.835 INFO:teuthology.orchestra.run.smithi149.stdout: Package Arch Version Repository Size 2024-09-21T13:32:25.835 INFO:teuthology.orchestra.run.smithi149.stdout:======================================================================================= 2024-09-21T13:32:25.835 INFO:teuthology.orchestra.run.smithi149.stdout:Installing: 2024-09-21T13:32:25.835 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-mgr-diskprediction-local noarch 2:19.3.0-5104.g44178494.el9 ceph-noarch 7.4 M 2024-09-21T13:32:25.835 INFO:teuthology.orchestra.run.smithi149.stdout:Installing dependencies: 2024-09-21T13:32:25.835 INFO:teuthology.orchestra.run.smithi149.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-09-21T13:32:25.836 INFO:teuthology.orchestra.run.smithi149.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-09-21T13:32:25.836 INFO:teuthology.orchestra.run.smithi149.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-09-21T13:32:25.836 INFO:teuthology.orchestra.run.smithi149.stdout: libgfortran x86_64 11.5.0-2.el9 baseos 801 k 2024-09-21T13:32:25.836 INFO:teuthology.orchestra.run.smithi149.stdout: libquadmath x86_64 11.5.0-2.el9 baseos 191 k 2024-09-21T13:32:25.836 INFO:teuthology.orchestra.run.smithi149.stdout: openblas x86_64 0.3.26-2.el9 appstream 38 k 2024-09-21T13:32:25.836 INFO:teuthology.orchestra.run.smithi149.stdout: openblas-openmp x86_64 0.3.26-2.el9 appstream 4.9 M 2024-09-21T13:32:25.836 INFO:teuthology.orchestra.run.smithi149.stdout: python3-devel x86_64 3.9.19-8.el9 appstream 245 k 2024-09-21T13:32:25.836 INFO:teuthology.orchestra.run.smithi149.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-09-21T13:32:25.836 INFO:teuthology.orchestra.run.smithi149.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-09-21T13:32:25.836 INFO:teuthology.orchestra.run.smithi149.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-09-21T13:32:25.836 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:32:25.836 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2024-09-21T13:32:25.836 INFO:teuthology.orchestra.run.smithi149.stdout:======================================================================================= 2024-09-21T13:32:25.837 INFO:teuthology.orchestra.run.smithi149.stdout:Install 12 Packages 2024-09-21T13:32:25.837 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:32:25.837 INFO:teuthology.orchestra.run.smithi149.stdout:Total download size: 38 M 2024-09-21T13:32:25.837 INFO:teuthology.orchestra.run.smithi149.stdout:Installed size: 212 M 2024-09-21T13:32:25.837 INFO:teuthology.orchestra.run.smithi149.stdout:Downloading Packages: 2024-09-21T13:32:25.931 DEBUG:teuthology.orchestra.run.smithi118:> sudo yum -y install ceph-base 2024-09-21T13:32:26.007 INFO:teuthology.orchestra.run.smithi149.stdout:(1/12): libquadmath-11.5.0-2.el9.x86_64.rpm 1.8 MB/s | 191 kB 00:00 2024-09-21T13:32:26.057 INFO:teuthology.orchestra.run.smithi149.stdout:(2/12): libgfortran-11.5.0-2.el9.x86_64.rpm 5.2 MB/s | 801 kB 00:00 2024-09-21T13:32:26.291 INFO:teuthology.orchestra.run.smithi149.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 115 kB/s | 33 kB 00:00 2024-09-21T13:32:26.311 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: ceph-2:19.3.0-5104.g44178494.el9.x86_64 37/37 2024-09-21T13:32:26.311 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : ceph-2:19.3.0-5104.g44178494.el9.x86_64 1/37 2024-09-21T13:32:26.311 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : ceph-mds-2:19.3.0-5104.g44178494.el9.x86_64 2/37 2024-09-21T13:32:26.311 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : ceph-mgr-2:19.3.0-5104.g44178494.el9.x86_64 3/37 2024-09-21T13:32:26.311 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : ceph-mon-2:19.3.0-5104.g44178494.el9.x86_64 4/37 2024-09-21T13:32:26.312 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : ceph-osd-2:19.3.0-5104.g44178494.el9.x86_64 5/37 2024-09-21T13:32:26.312 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : ceph-mgr-modules-core-2:19.3.0-5104.g44178494.el9. 6/37 2024-09-21T13:32:26.312 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/37 2024-09-21T13:32:26.312 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/37 2024-09-21T13:32:26.312 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/37 2024-09-21T13:32:26.312 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/37 2024-09-21T13:32:26.312 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/37 2024-09-21T13:32:26.312 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/37 2024-09-21T13:32:26.312 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/37 2024-09-21T13:32:26.312 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/37 2024-09-21T13:32:26.312 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/37 2024-09-21T13:32:26.312 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 16/37 2024-09-21T13:32:26.312 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 17/37 2024-09-21T13:32:26.312 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 18/37 2024-09-21T13:32:26.313 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 19/37 2024-09-21T13:32:26.313 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 20/37 2024-09-21T13:32:26.313 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 21/37 2024-09-21T13:32:26.313 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 22/37 2024-09-21T13:32:26.313 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 23/37 2024-09-21T13:32:26.313 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 24/37 2024-09-21T13:32:26.313 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 25/37 2024-09-21T13:32:26.315 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 26/37 2024-09-21T13:32:26.315 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 27/37 2024-09-21T13:32:26.315 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 28/37 2024-09-21T13:32:26.315 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 29/37 2024-09-21T13:32:26.315 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 30/37 2024-09-21T13:32:26.315 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 31/37 2024-09-21T13:32:26.315 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 32/37 2024-09-21T13:32:26.315 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 33/37 2024-09-21T13:32:26.315 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 34/37 2024-09-21T13:32:26.315 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 35/37 2024-09-21T13:32:26.316 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 36/37 2024-09-21T13:32:26.374 INFO:teuthology.orchestra.run.smithi149.stdout:(4/12): ceph-mgr-diskprediction-local-19.3.0-51 16 MB/s | 7.4 MB 00:00 2024-09-21T13:32:26.402 INFO:teuthology.orchestra.run.smithi149.stdout:(5/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 168 kB/s | 18 kB 00:00 2024-09-21T13:32:26.522 INFO:teuthology.orchestra.run.smithi118.stdout:Last metadata expiration check: 0:00:52 ago on Sat 21 Sep 2024 01:31:34 PM UTC. 2024-09-21T13:32:26.610 INFO:teuthology.orchestra.run.smithi118.stdout:Package ceph-base-2:19.3.0-5104.g44178494.el9.x86_64 is already installed. 2024-09-21T13:32:26.652 INFO:teuthology.orchestra.run.smithi118.stdout:Dependencies resolved. 2024-09-21T13:32:26.653 INFO:teuthology.orchestra.run.smithi118.stdout:Nothing to do. 2024-09-21T13:32:26.653 INFO:teuthology.orchestra.run.smithi118.stdout:Complete! 2024-09-21T13:32:26.667 INFO:teuthology.orchestra.run.smithi149.stdout:(6/12): openblas-0.3.26-2.el9.x86_64.rpm 132 kB/s | 38 kB 00:00 2024-09-21T13:32:26.722 DEBUG:teuthology.orchestra.run.smithi118:> sudo yum -y install cephadm 2024-09-21T13:32:27.150 INFO:teuthology.orchestra.run.smithi149.stdout:(7/12): python3-devel-3.9.19-8.el9.x86_64.rpm 506 kB/s | 245 kB 00:00 2024-09-21T13:32:27.303 INFO:teuthology.orchestra.run.smithi118.stdout:Last metadata expiration check: 0:00:53 ago on Sat 21 Sep 2024 01:31:34 PM UTC. 2024-09-21T13:32:27.388 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 37/37 2024-09-21T13:32:27.388 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:32:27.388 INFO:teuthology.orchestra.run.smithi175.stdout:Installed: 2024-09-21T13:32:27.388 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:32:27.389 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-mds-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:32:27.389 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-mgr-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:32:27.389 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-mgr-modules-core-2:19.3.0-5104.g44178494.el9.noarch 2024-09-21T13:32:27.389 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-mon-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:32:27.389 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-osd-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:32:27.389 INFO:teuthology.orchestra.run.smithi175.stdout: lua-5.4.4-4.el9.x86_64 2024-09-21T13:32:27.389 INFO:teuthology.orchestra.run.smithi175.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-09-21T13:32:27.389 INFO:teuthology.orchestra.run.smithi175.stdout: luarocks-3.9.2-5.el9.noarch 2024-09-21T13:32:27.389 INFO:teuthology.orchestra.run.smithi175.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-09-21T13:32:27.389 INFO:teuthology.orchestra.run.smithi175.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-09-21T13:32:27.389 INFO:teuthology.orchestra.run.smithi175.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-09-21T13:32:27.389 INFO:teuthology.orchestra.run.smithi175.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-09-21T13:32:27.389 INFO:teuthology.orchestra.run.smithi175.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-09-21T13:32:27.390 INFO:teuthology.orchestra.run.smithi175.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-09-21T13:32:27.390 INFO:teuthology.orchestra.run.smithi175.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-09-21T13:32:27.390 INFO:teuthology.orchestra.run.smithi175.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-09-21T13:32:27.390 INFO:teuthology.orchestra.run.smithi175.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-09-21T13:32:27.390 INFO:teuthology.orchestra.run.smithi175.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-09-21T13:32:27.390 INFO:teuthology.orchestra.run.smithi175.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-09-21T13:32:27.390 INFO:teuthology.orchestra.run.smithi175.stdout: python3-mako-1.1.4-6.el9.noarch 2024-09-21T13:32:27.390 INFO:teuthology.orchestra.run.smithi175.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-09-21T13:32:27.390 INFO:teuthology.orchestra.run.smithi175.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-09-21T13:32:27.390 INFO:teuthology.orchestra.run.smithi175.stdout: python3-packaging-20.9-5.el9.noarch 2024-09-21T13:32:27.390 INFO:teuthology.orchestra.run.smithi175.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-09-21T13:32:27.390 INFO:teuthology.orchestra.run.smithi175.stdout: python3-ply-3.11-14.el9.noarch 2024-09-21T13:32:27.390 INFO:teuthology.orchestra.run.smithi175.stdout: python3-portend-3.1.0-2.el9.noarch 2024-09-21T13:32:27.391 INFO:teuthology.orchestra.run.smithi175.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-09-21T13:32:27.391 INFO:teuthology.orchestra.run.smithi175.stdout: python3-pycparser-2.20-6.el9.noarch 2024-09-21T13:32:27.391 INFO:teuthology.orchestra.run.smithi175.stdout: python3-pytz-2021.1-5.el9.noarch 2024-09-21T13:32:27.391 INFO:teuthology.orchestra.run.smithi175.stdout: python3-requests-2.25.1-8.el9.noarch 2024-09-21T13:32:27.391 INFO:teuthology.orchestra.run.smithi175.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-09-21T13:32:27.391 INFO:teuthology.orchestra.run.smithi175.stdout: python3-toml-0.10.2-6.el9.noarch 2024-09-21T13:32:27.391 INFO:teuthology.orchestra.run.smithi175.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-09-21T13:32:27.391 INFO:teuthology.orchestra.run.smithi175.stdout: python3-webob-1.8.8-2.el9.noarch 2024-09-21T13:32:27.391 INFO:teuthology.orchestra.run.smithi175.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-09-21T13:32:27.391 INFO:teuthology.orchestra.run.smithi175.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-09-21T13:32:27.391 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:32:27.391 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2024-09-21T13:32:27.434 INFO:teuthology.orchestra.run.smithi118.stdout:Dependencies resolved. 2024-09-21T13:32:27.434 INFO:teuthology.orchestra.run.smithi149.stdout:(8/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 2.2 MB/s | 3.0 MB 00:01 2024-09-21T13:32:27.435 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-09-21T13:32:27.435 INFO:teuthology.orchestra.run.smithi118.stdout: Package Arch Version Repository Size 2024-09-21T13:32:27.435 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-09-21T13:32:27.435 INFO:teuthology.orchestra.run.smithi118.stdout:Installing: 2024-09-21T13:32:27.435 INFO:teuthology.orchestra.run.smithi118.stdout: cephadm noarch 2:19.3.0-5104.g44178494.el9 ceph-noarch 784 k 2024-09-21T13:32:27.435 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:32:27.435 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction Summary 2024-09-21T13:32:27.435 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-09-21T13:32:27.435 INFO:teuthology.orchestra.run.smithi118.stdout:Install 1 Package 2024-09-21T13:32:27.435 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:32:27.435 INFO:teuthology.orchestra.run.smithi118.stdout:Total download size: 784 k 2024-09-21T13:32:27.435 INFO:teuthology.orchestra.run.smithi118.stdout:Installed size: 791 k 2024-09-21T13:32:27.436 INFO:teuthology.orchestra.run.smithi118.stdout:Downloading Packages: 2024-09-21T13:32:27.542 INFO:teuthology.orchestra.run.smithi149.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.3 MB/s | 250 kB 00:00 2024-09-21T13:32:27.722 INFO:teuthology.orchestra.run.smithi118.stdout:cephadm-19.3.0-5104.g44178494.el9.noarch.rpm 2.7 MB/s | 784 kB 00:00 2024-09-21T13:32:27.723 INFO:teuthology.orchestra.run.smithi118.stdout:-------------------------------------------------------------------------------- 2024-09-21T13:32:27.723 INFO:teuthology.orchestra.run.smithi118.stdout:Total 2.7 MB/s | 784 kB 00:00 2024-09-21T13:32:27.723 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction check 2024-09-21T13:32:27.728 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction check succeeded. 2024-09-21T13:32:27.728 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction test 2024-09-21T13:32:27.730 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum -y install ceph-base 2024-09-21T13:32:27.734 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction test succeeded. 2024-09-21T13:32:27.734 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction 2024-09-21T13:32:27.807 INFO:teuthology.orchestra.run.smithi118.stdout: Preparing : 1/1 2024-09-21T13:32:28.018 INFO:teuthology.orchestra.run.smithi149.stdout:(10/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 5.9 MB/s | 5.1 MB 00:00 2024-09-21T13:32:28.240 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: cephadm-2:19.3.0-5104.g44178494.el9.noarch 1/1 2024-09-21T13:32:28.319 INFO:teuthology.orchestra.run.smithi175.stdout:Last metadata expiration check: 0:00:51 ago on Sat 21 Sep 2024 01:31:37 PM UTC. 2024-09-21T13:32:28.327 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : cephadm-2:19.3.0-5104.g44178494.el9.noarch 1/1 2024-09-21T13:32:28.409 INFO:teuthology.orchestra.run.smithi175.stdout:Package ceph-base-2:19.3.0-5104.g44178494.el9.x86_64 is already installed. 2024-09-21T13:32:28.451 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2024-09-21T13:32:28.451 INFO:teuthology.orchestra.run.smithi175.stdout:Nothing to do. 2024-09-21T13:32:28.452 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2024-09-21T13:32:28.501 INFO:teuthology.orchestra.run.smithi149.stdout:(11/12): openblas-openmp-0.3.26-2.el9.x86_64.rp 2.4 MB/s | 4.9 MB 00:02 2024-09-21T13:32:28.522 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum -y install cephadm 2024-09-21T13:32:28.719 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: cephadm-2:19.3.0-5104.g44178494.el9.noarch 1/1 2024-09-21T13:32:28.979 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : cephadm-2:19.3.0-5104.g44178494.el9.noarch 1/1 2024-09-21T13:32:28.979 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:32:28.979 INFO:teuthology.orchestra.run.smithi118.stdout:Installed: 2024-09-21T13:32:28.979 INFO:teuthology.orchestra.run.smithi118.stdout: cephadm-2:19.3.0-5104.g44178494.el9.noarch 2024-09-21T13:32:28.979 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:32:28.979 INFO:teuthology.orchestra.run.smithi118.stdout:Complete! 2024-09-21T13:32:29.107 INFO:teuthology.orchestra.run.smithi175.stdout:Last metadata expiration check: 0:00:52 ago on Sat 21 Sep 2024 01:31:37 PM UTC. 2024-09-21T13:32:29.203 DEBUG:teuthology.orchestra.run.smithi118:> sudo yum -y install ceph-immutable-object-cache 2024-09-21T13:32:29.240 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2024-09-21T13:32:29.240 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-09-21T13:32:29.241 INFO:teuthology.orchestra.run.smithi175.stdout: Package Arch Version Repository Size 2024-09-21T13:32:29.241 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-09-21T13:32:29.241 INFO:teuthology.orchestra.run.smithi175.stdout:Installing: 2024-09-21T13:32:29.241 INFO:teuthology.orchestra.run.smithi175.stdout: cephadm noarch 2:19.3.0-5104.g44178494.el9 ceph-noarch 784 k 2024-09-21T13:32:29.241 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:32:29.241 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction Summary 2024-09-21T13:32:29.241 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-09-21T13:32:29.241 INFO:teuthology.orchestra.run.smithi175.stdout:Install 1 Package 2024-09-21T13:32:29.241 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:32:29.241 INFO:teuthology.orchestra.run.smithi175.stdout:Total download size: 784 k 2024-09-21T13:32:29.241 INFO:teuthology.orchestra.run.smithi175.stdout:Installed size: 791 k 2024-09-21T13:32:29.241 INFO:teuthology.orchestra.run.smithi175.stdout:Downloading Packages: 2024-09-21T13:32:29.520 INFO:teuthology.orchestra.run.smithi175.stdout:cephadm-19.3.0-5104.g44178494.el9.noarch.rpm 2.8 MB/s | 784 kB 00:00 2024-09-21T13:32:29.520 INFO:teuthology.orchestra.run.smithi175.stdout:-------------------------------------------------------------------------------- 2024-09-21T13:32:29.521 INFO:teuthology.orchestra.run.smithi175.stdout:Total 2.7 MB/s | 784 kB 00:00 2024-09-21T13:32:29.521 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction check 2024-09-21T13:32:29.526 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction check succeeded. 2024-09-21T13:32:29.526 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction test 2024-09-21T13:32:29.532 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction test succeeded. 2024-09-21T13:32:29.532 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction 2024-09-21T13:32:29.601 INFO:teuthology.orchestra.run.smithi175.stdout: Preparing : 1/1 2024-09-21T13:32:29.791 INFO:teuthology.orchestra.run.smithi118.stdout:Last metadata expiration check: 0:00:55 ago on Sat 21 Sep 2024 01:31:34 PM UTC. 2024-09-21T13:32:29.929 INFO:teuthology.orchestra.run.smithi118.stdout:Dependencies resolved. 2024-09-21T13:32:29.929 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-09-21T13:32:29.930 INFO:teuthology.orchestra.run.smithi118.stdout: Package Arch Version Repo Size 2024-09-21T13:32:29.930 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-09-21T13:32:29.930 INFO:teuthology.orchestra.run.smithi118.stdout:Installing: 2024-09-21T13:32:29.930 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-immutable-object-cache x86_64 2:19.3.0-5104.g44178494.el9 ceph 145 k 2024-09-21T13:32:29.930 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:32:29.930 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction Summary 2024-09-21T13:32:29.930 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-09-21T13:32:29.930 INFO:teuthology.orchestra.run.smithi118.stdout:Install 1 Package 2024-09-21T13:32:29.930 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:32:29.931 INFO:teuthology.orchestra.run.smithi118.stdout:Total download size: 145 k 2024-09-21T13:32:29.931 INFO:teuthology.orchestra.run.smithi118.stdout:Installed size: 432 k 2024-09-21T13:32:29.931 INFO:teuthology.orchestra.run.smithi118.stdout:Downloading Packages: 2024-09-21T13:32:29.978 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: cephadm-2:19.3.0-5104.g44178494.el9.noarch 1/1 2024-09-21T13:32:30.065 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : cephadm-2:19.3.0-5104.g44178494.el9.noarch 1/1 2024-09-21T13:32:30.112 INFO:teuthology.orchestra.run.smithi118.stdout:ceph-immutable-object-cache-19.3.0-5104.g441784 800 kB/s | 145 kB 00:00 2024-09-21T13:32:30.112 INFO:teuthology.orchestra.run.smithi118.stdout:-------------------------------------------------------------------------------- 2024-09-21T13:32:30.113 INFO:teuthology.orchestra.run.smithi118.stdout:Total 794 kB/s | 145 kB 00:00 2024-09-21T13:32:30.113 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction check 2024-09-21T13:32:30.120 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction check succeeded. 2024-09-21T13:32:30.120 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction test 2024-09-21T13:32:30.178 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction test succeeded. 2024-09-21T13:32:30.179 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction 2024-09-21T13:32:30.319 INFO:teuthology.orchestra.run.smithi118.stdout: Preparing : 1/1 2024-09-21T13:32:30.397 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : ceph-immutable-object-cache-2:19.3.0-5104.g44178494. 1/1 2024-09-21T13:32:30.421 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.3.0-5104.g44178494. 1/1 2024-09-21T13:32:30.422 INFO:teuthology.orchestra.run.smithi118.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T13:32:30.422 INFO:teuthology.orchestra.run.smithi118.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-09-21T13:32:30.422 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:32:30.424 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: cephadm-2:19.3.0-5104.g44178494.el9.noarch 1/1 2024-09-21T13:32:30.671 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : cephadm-2:19.3.0-5104.g44178494.el9.noarch 1/1 2024-09-21T13:32:30.671 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:32:30.671 INFO:teuthology.orchestra.run.smithi175.stdout:Installed: 2024-09-21T13:32:30.671 INFO:teuthology.orchestra.run.smithi175.stdout: cephadm-2:19.3.0-5104.g44178494.el9.noarch 2024-09-21T13:32:30.671 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:32:30.671 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2024-09-21T13:32:30.867 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum -y install ceph-immutable-object-cache 2024-09-21T13:32:31.371 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : ceph-immutable-object-cache-2:19.3.0-5104.g44178494. 1/1 2024-09-21T13:32:31.372 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:32:31.372 INFO:teuthology.orchestra.run.smithi118.stdout:Installed: 2024-09-21T13:32:31.372 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-immutable-object-cache-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:32:31.372 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:32:31.372 INFO:teuthology.orchestra.run.smithi118.stdout:Complete! 2024-09-21T13:32:31.459 INFO:teuthology.orchestra.run.smithi175.stdout:Last metadata expiration check: 0:00:54 ago on Sat 21 Sep 2024 01:31:37 PM UTC. 2024-09-21T13:32:31.596 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2024-09-21T13:32:31.597 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-09-21T13:32:31.597 INFO:teuthology.orchestra.run.smithi175.stdout: Package Arch Version Repo Size 2024-09-21T13:32:31.597 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-09-21T13:32:31.597 INFO:teuthology.orchestra.run.smithi175.stdout:Installing: 2024-09-21T13:32:31.597 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-immutable-object-cache x86_64 2:19.3.0-5104.g44178494.el9 ceph 145 k 2024-09-21T13:32:31.597 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:32:31.597 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction Summary 2024-09-21T13:32:31.597 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-09-21T13:32:31.597 INFO:teuthology.orchestra.run.smithi175.stdout:Install 1 Package 2024-09-21T13:32:31.597 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:32:31.597 INFO:teuthology.orchestra.run.smithi175.stdout:Total download size: 145 k 2024-09-21T13:32:31.598 INFO:teuthology.orchestra.run.smithi175.stdout:Installed size: 432 k 2024-09-21T13:32:31.598 INFO:teuthology.orchestra.run.smithi175.stdout:Downloading Packages: 2024-09-21T13:32:31.628 DEBUG:teuthology.orchestra.run.smithi118:> sudo yum -y install ceph-mgr 2024-09-21T13:32:31.792 INFO:teuthology.orchestra.run.smithi175.stdout:ceph-immutable-object-cache-19.3.0-5104.g441784 744 kB/s | 145 kB 00:00 2024-09-21T13:32:31.793 INFO:teuthology.orchestra.run.smithi175.stdout:-------------------------------------------------------------------------------- 2024-09-21T13:32:31.793 INFO:teuthology.orchestra.run.smithi175.stdout:Total 739 kB/s | 145 kB 00:00 2024-09-21T13:32:31.793 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction check 2024-09-21T13:32:31.800 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction check succeeded. 2024-09-21T13:32:31.800 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction test 2024-09-21T13:32:31.859 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction test succeeded. 2024-09-21T13:32:31.859 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction 2024-09-21T13:32:32.003 INFO:teuthology.orchestra.run.smithi175.stdout: Preparing : 1/1 2024-09-21T13:32:32.068 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : ceph-immutable-object-cache-2:19.3.0-5104.g44178494. 1/1 2024-09-21T13:32:32.093 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.3.0-5104.g44178494. 1/1 2024-09-21T13:32:32.093 INFO:teuthology.orchestra.run.smithi175.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T13:32:32.094 INFO:teuthology.orchestra.run.smithi175.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-09-21T13:32:32.094 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:32:32.233 INFO:teuthology.orchestra.run.smithi118.stdout:Last metadata expiration check: 0:00:58 ago on Sat 21 Sep 2024 01:31:34 PM UTC. 2024-09-21T13:32:32.324 INFO:teuthology.orchestra.run.smithi118.stdout:Package ceph-mgr-2:19.3.0-5104.g44178494.el9.x86_64 is already installed. 2024-09-21T13:32:32.366 INFO:teuthology.orchestra.run.smithi118.stdout:Dependencies resolved. 2024-09-21T13:32:32.368 INFO:teuthology.orchestra.run.smithi118.stdout:Nothing to do. 2024-09-21T13:32:32.368 INFO:teuthology.orchestra.run.smithi118.stdout:Complete! 2024-09-21T13:32:32.455 DEBUG:teuthology.orchestra.run.smithi118:> sudo yum -y install ceph-mgr-dashboard 2024-09-21T13:32:33.030 INFO:teuthology.orchestra.run.smithi118.stdout:Last metadata expiration check: 0:00:59 ago on Sat 21 Sep 2024 01:31:34 PM UTC. 2024-09-21T13:32:33.055 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : ceph-immutable-object-cache-2:19.3.0-5104.g44178494. 1/1 2024-09-21T13:32:33.055 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:32:33.055 INFO:teuthology.orchestra.run.smithi175.stdout:Installed: 2024-09-21T13:32:33.055 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-immutable-object-cache-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:32:33.055 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:32:33.055 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2024-09-21T13:32:33.162 INFO:teuthology.orchestra.run.smithi118.stdout:Dependencies resolved. 2024-09-21T13:32:33.163 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-09-21T13:32:33.163 INFO:teuthology.orchestra.run.smithi118.stdout: Package Arch Version Repository Size 2024-09-21T13:32:33.163 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-09-21T13:32:33.163 INFO:teuthology.orchestra.run.smithi118.stdout:Installing: 2024-09-21T13:32:33.163 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-mgr-dashboard noarch 2:19.3.0-5104.g44178494.el9 ceph-noarch 14 M 2024-09-21T13:32:33.163 INFO:teuthology.orchestra.run.smithi118.stdout:Installing dependencies: 2024-09-21T13:32:33.163 INFO:teuthology.orchestra.run.smithi118.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-09-21T13:32:33.163 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-grafana-dashboards noarch 2:19.3.0-5104.g44178494.el9 ceph-noarch 34 k 2024-09-21T13:32:33.163 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-prometheus-alerts noarch 2:19.3.0-5104.g44178494.el9 ceph-noarch 16 k 2024-09-21T13:32:33.163 INFO:teuthology.orchestra.run.smithi118.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-09-21T13:32:33.164 INFO:teuthology.orchestra.run.smithi118.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-09-21T13:32:33.164 INFO:teuthology.orchestra.run.smithi118.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-09-21T13:32:33.164 INFO:teuthology.orchestra.run.smithi118.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-09-21T13:32:33.164 INFO:teuthology.orchestra.run.smithi118.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-09-21T13:32:33.164 INFO:teuthology.orchestra.run.smithi118.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-09-21T13:32:33.164 INFO:teuthology.orchestra.run.smithi118.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-09-21T13:32:33.164 INFO:teuthology.orchestra.run.smithi118.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-09-21T13:32:33.164 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:32:33.164 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction Summary 2024-09-21T13:32:33.164 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-09-21T13:32:33.164 INFO:teuthology.orchestra.run.smithi118.stdout:Install 12 Packages 2024-09-21T13:32:33.164 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:32:33.165 INFO:teuthology.orchestra.run.smithi118.stdout:Total download size: 19 M 2024-09-21T13:32:33.165 INFO:teuthology.orchestra.run.smithi118.stdout:Installed size: 159 M 2024-09-21T13:32:33.165 INFO:teuthology.orchestra.run.smithi118.stdout:Downloading Packages: 2024-09-21T13:32:33.344 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum -y install ceph-mgr 2024-09-21T13:32:33.842 INFO:teuthology.orchestra.run.smithi118.stdout:(1/12): ceph-prometheus-alerts-19.3.0-5104.g441 99 kB/s | 16 kB 00:00 2024-09-21T13:32:33.867 INFO:teuthology.orchestra.run.smithi118.stdout:(2/12): ceph-grafana-dashboards-19.3.0-5104.g44 178 kB/s | 34 kB 00:00 2024-09-21T13:32:33.941 INFO:teuthology.orchestra.run.smithi175.stdout:Last metadata expiration check: 0:00:56 ago on Sat 21 Sep 2024 01:31:37 PM UTC. 2024-09-21T13:32:34.031 INFO:teuthology.orchestra.run.smithi175.stdout:Package ceph-mgr-2:19.3.0-5104.g44178494.el9.x86_64 is already installed. 2024-09-21T13:32:34.059 INFO:teuthology.orchestra.run.smithi118.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.4 MB/s | 269 kB 00:00 2024-09-21T13:32:34.072 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2024-09-21T13:32:34.073 INFO:teuthology.orchestra.run.smithi175.stdout:Nothing to do. 2024-09-21T13:32:34.073 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2024-09-21T13:32:34.146 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum -y install ceph-mgr-dashboard 2024-09-21T13:32:34.176 INFO:teuthology.orchestra.run.smithi118.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 3.0 MB/s | 1.0 MB 00:00 2024-09-21T13:32:34.368 INFO:teuthology.orchestra.run.smithi118.stdout:(5/12): ceph-mgr-dashboard-19.3.0-5104.g4417849 20 MB/s | 14 MB 00:00 2024-09-21T13:32:34.402 INFO:teuthology.orchestra.run.smithi118.stdout:(6/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 2.4 MB/s | 548 kB 00:00 2024-09-21T13:32:34.427 INFO:teuthology.orchestra.run.smithi118.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 333 kB/s | 19 kB 00:00 2024-09-21T13:32:34.461 INFO:teuthology.orchestra.run.smithi118.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 4.2 MB/s | 144 kB 00:00 2024-09-21T13:32:34.494 INFO:teuthology.orchestra.run.smithi118.stdout:(9/12): protobuf-compiler-3.14.0-13.el9.x86_64. 1.9 MB/s | 863 kB 00:00 2024-09-21T13:32:34.520 INFO:teuthology.orchestra.run.smithi118.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 525 kB/s | 31 kB 00:00 2024-09-21T13:32:34.587 INFO:teuthology.orchestra.run.smithi118.stdout:(11/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 11 MB/s | 2.0 MB 00:00 2024-09-21T13:32:34.612 INFO:teuthology.orchestra.run.smithi118.stdout:(12/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.6 MB/s | 188 kB 00:00 2024-09-21T13:32:34.615 INFO:teuthology.orchestra.run.smithi118.stdout:-------------------------------------------------------------------------------- 2024-09-21T13:32:34.615 INFO:teuthology.orchestra.run.smithi118.stdout:Total 13 MB/s | 19 MB 00:01 2024-09-21T13:32:34.662 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction check 2024-09-21T13:32:34.682 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction check succeeded. 2024-09-21T13:32:34.682 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction test 2024-09-21T13:32:34.725 INFO:teuthology.orchestra.run.smithi175.stdout:Last metadata expiration check: 0:00:57 ago on Sat 21 Sep 2024 01:31:37 PM UTC. 2024-09-21T13:32:34.859 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2024-09-21T13:32:34.860 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-09-21T13:32:34.860 INFO:teuthology.orchestra.run.smithi175.stdout: Package Arch Version Repository Size 2024-09-21T13:32:34.860 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-09-21T13:32:34.860 INFO:teuthology.orchestra.run.smithi175.stdout:Installing: 2024-09-21T13:32:34.860 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-mgr-dashboard noarch 2:19.3.0-5104.g44178494.el9 ceph-noarch 14 M 2024-09-21T13:32:34.861 INFO:teuthology.orchestra.run.smithi175.stdout:Installing dependencies: 2024-09-21T13:32:34.861 INFO:teuthology.orchestra.run.smithi175.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-09-21T13:32:34.861 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-grafana-dashboards noarch 2:19.3.0-5104.g44178494.el9 ceph-noarch 34 k 2024-09-21T13:32:34.861 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-prometheus-alerts noarch 2:19.3.0-5104.g44178494.el9 ceph-noarch 16 k 2024-09-21T13:32:34.861 INFO:teuthology.orchestra.run.smithi175.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-09-21T13:32:34.861 INFO:teuthology.orchestra.run.smithi175.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-09-21T13:32:34.861 INFO:teuthology.orchestra.run.smithi175.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-09-21T13:32:34.861 INFO:teuthology.orchestra.run.smithi175.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-09-21T13:32:34.861 INFO:teuthology.orchestra.run.smithi175.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-09-21T13:32:34.861 INFO:teuthology.orchestra.run.smithi175.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-09-21T13:32:34.861 INFO:teuthology.orchestra.run.smithi175.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-09-21T13:32:34.861 INFO:teuthology.orchestra.run.smithi175.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-09-21T13:32:34.861 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:32:34.861 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction Summary 2024-09-21T13:32:34.862 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-09-21T13:32:34.862 INFO:teuthology.orchestra.run.smithi175.stdout:Install 12 Packages 2024-09-21T13:32:34.862 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:32:34.862 INFO:teuthology.orchestra.run.smithi175.stdout:Total download size: 19 M 2024-09-21T13:32:34.862 INFO:teuthology.orchestra.run.smithi175.stdout:Installed size: 159 M 2024-09-21T13:32:34.862 INFO:teuthology.orchestra.run.smithi175.stdout:Downloading Packages: 2024-09-21T13:32:34.955 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction test succeeded. 2024-09-21T13:32:34.955 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction 2024-09-21T13:32:35.345 INFO:teuthology.orchestra.run.smithi175.stdout:(1/12): ceph-grafana-dashboards-19.3.0-5104.g44 240 kB/s | 34 kB 00:00 2024-09-21T13:32:35.362 INFO:teuthology.orchestra.run.smithi175.stdout:(2/12): ceph-prometheus-alerts-19.3.0-5104.g441 103 kB/s | 16 kB 00:00 2024-09-21T13:32:35.487 INFO:teuthology.orchestra.run.smithi175.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 2.1 MB/s | 269 kB 00:00 2024-09-21T13:32:35.529 INFO:teuthology.orchestra.run.smithi175.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 5.5 MB/s | 1.0 MB 00:00 2024-09-21T13:32:35.578 INFO:teuthology.orchestra.run.smithi118.stdout: Preparing : 1/1 2024-09-21T13:32:35.599 INFO:teuthology.orchestra.run.smithi175.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 7.7 MB/s | 548 kB 00:00 2024-09-21T13:32:35.638 INFO:teuthology.orchestra.run.smithi175.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 506 kB/s | 19 kB 00:00 2024-09-21T13:32:35.671 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-09-21T13:32:35.705 INFO:teuthology.orchestra.run.smithi175.stdout:(7/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 31 MB/s | 2.0 MB 00:00 2024-09-21T13:32:35.714 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-09-21T13:32:35.730 INFO:teuthology.orchestra.run.smithi175.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 5.7 MB/s | 144 kB 00:00 2024-09-21T13:32:35.755 INFO:teuthology.orchestra.run.smithi175.stdout:(9/12): protobuf-compiler-3.14.0-13.el9.x86_64. 3.1 MB/s | 863 kB 00:00 2024-09-21T13:32:35.761 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-09-21T13:32:35.780 INFO:teuthology.orchestra.run.smithi175.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 612 kB/s | 31 kB 00:00 2024-09-21T13:32:35.800 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-09-21T13:32:35.814 INFO:teuthology.orchestra.run.smithi175.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 3.1 MB/s | 188 kB 00:00 2024-09-21T13:32:35.894 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-09-21T13:32:35.981 INFO:teuthology.orchestra.run.smithi175.stdout:(12/12): ceph-mgr-dashboard-19.3.0-5104.g441784 18 MB/s | 14 MB 00:00 2024-09-21T13:32:35.985 INFO:teuthology.orchestra.run.smithi175.stdout:-------------------------------------------------------------------------------- 2024-09-21T13:32:35.985 INFO:teuthology.orchestra.run.smithi175.stdout:Total 17 MB/s | 19 MB 00:01 2024-09-21T13:32:36.016 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-09-21T13:32:36.034 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction check 2024-09-21T13:32:36.053 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction check succeeded. 2024-09-21T13:32:36.053 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction test 2024-09-21T13:32:36.112 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-09-21T13:32:36.172 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-09-21T13:32:36.200 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-09-21T13:32:36.233 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : ceph-prometheus-alerts-2:19.3.0-5104.g44178494.el9 10/12 2024-09-21T13:32:36.330 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction test succeeded. 2024-09-21T13:32:36.330 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction 2024-09-21T13:32:36.922 INFO:teuthology.orchestra.run.smithi175.stdout: Preparing : 1/1 2024-09-21T13:32:36.998 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-09-21T13:32:37.041 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-09-21T13:32:37.088 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-09-21T13:32:37.127 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-09-21T13:32:37.227 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-09-21T13:32:37.353 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-09-21T13:32:37.446 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-09-21T13:32:37.506 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-09-21T13:32:37.535 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-09-21T13:32:37.567 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : ceph-prometheus-alerts-2:19.3.0-5104.g44178494.el9 10/12 2024-09-21T13:32:39.431 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : ceph-grafana-dashboards-2:19.3.0-5104.g44178494.el 11/12 2024-09-21T13:32:39.488 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : ceph-mgr-dashboard-2:19.3.0-5104.g44178494.el9.noa 12/12 2024-09-21T13:32:40.753 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : ceph-grafana-dashboards-2:19.3.0-5104.g44178494.el 11/12 2024-09-21T13:32:40.813 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : ceph-mgr-dashboard-2:19.3.0-5104.g44178494.el9.noa 12/12 2024-09-21T13:32:41.582 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.3.0-5104.g44178494.el9.noa 12/12 2024-09-21T13:32:41.582 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : ceph-grafana-dashboards-2:19.3.0-5104.g44178494.el 1/12 2024-09-21T13:32:41.583 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : ceph-mgr-dashboard-2:19.3.0-5104.g44178494.el9.noa 2/12 2024-09-21T13:32:41.583 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : ceph-prometheus-alerts-2:19.3.0-5104.g44178494.el9 3/12 2024-09-21T13:32:41.583 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-09-21T13:32:41.583 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-09-21T13:32:41.583 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-09-21T13:32:41.583 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-09-21T13:32:41.583 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-09-21T13:32:41.583 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-09-21T13:32:41.583 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-09-21T13:32:41.583 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-09-21T13:32:41.919 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-09-21T13:32:41.919 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:32:41.919 INFO:teuthology.orchestra.run.smithi118.stdout:Installed: 2024-09-21T13:32:41.919 INFO:teuthology.orchestra.run.smithi118.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-09-21T13:32:41.919 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-grafana-dashboards-2:19.3.0-5104.g44178494.el9.noarch 2024-09-21T13:32:41.919 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-mgr-dashboard-2:19.3.0-5104.g44178494.el9.noarch 2024-09-21T13:32:41.919 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-prometheus-alerts-2:19.3.0-5104.g44178494.el9.noarch 2024-09-21T13:32:41.919 INFO:teuthology.orchestra.run.smithi118.stdout: grpc-data-1.46.7-10.el9.noarch 2024-09-21T13:32:41.919 INFO:teuthology.orchestra.run.smithi118.stdout: protobuf-3.14.0-13.el9.x86_64 2024-09-21T13:32:41.920 INFO:teuthology.orchestra.run.smithi118.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-09-21T13:32:41.920 INFO:teuthology.orchestra.run.smithi118.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-09-21T13:32:41.920 INFO:teuthology.orchestra.run.smithi118.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-09-21T13:32:41.920 INFO:teuthology.orchestra.run.smithi118.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-09-21T13:32:41.920 INFO:teuthology.orchestra.run.smithi118.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-09-21T13:32:41.920 INFO:teuthology.orchestra.run.smithi118.stdout: python3-routes-2.5.1-5.el9.noarch 2024-09-21T13:32:41.920 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:32:41.920 INFO:teuthology.orchestra.run.smithi118.stdout:Complete! 2024-09-21T13:32:42.165 DEBUG:teuthology.orchestra.run.smithi118:> sudo yum -y install ceph-mgr-diskprediction-local 2024-09-21T13:32:42.751 INFO:teuthology.orchestra.run.smithi118.stdout:Last metadata expiration check: 0:01:08 ago on Sat 21 Sep 2024 01:31:34 PM UTC. 2024-09-21T13:32:42.764 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.3.0-5104.g44178494.el9.noa 12/12 2024-09-21T13:32:42.764 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : ceph-grafana-dashboards-2:19.3.0-5104.g44178494.el 1/12 2024-09-21T13:32:42.764 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : ceph-mgr-dashboard-2:19.3.0-5104.g44178494.el9.noa 2/12 2024-09-21T13:32:42.764 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : ceph-prometheus-alerts-2:19.3.0-5104.g44178494.el9 3/12 2024-09-21T13:32:42.764 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-09-21T13:32:42.765 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-09-21T13:32:42.765 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-09-21T13:32:42.765 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-09-21T13:32:42.765 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-09-21T13:32:42.765 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-09-21T13:32:42.765 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-09-21T13:32:42.765 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-09-21T13:32:42.886 INFO:teuthology.orchestra.run.smithi118.stdout:Dependencies resolved. 2024-09-21T13:32:42.887 INFO:teuthology.orchestra.run.smithi118.stdout:======================================================================================= 2024-09-21T13:32:42.887 INFO:teuthology.orchestra.run.smithi118.stdout: Package Arch Version Repository Size 2024-09-21T13:32:42.887 INFO:teuthology.orchestra.run.smithi118.stdout:======================================================================================= 2024-09-21T13:32:42.887 INFO:teuthology.orchestra.run.smithi118.stdout:Installing: 2024-09-21T13:32:42.887 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-mgr-diskprediction-local noarch 2:19.3.0-5104.g44178494.el9 ceph-noarch 7.4 M 2024-09-21T13:32:42.887 INFO:teuthology.orchestra.run.smithi118.stdout:Installing dependencies: 2024-09-21T13:32:42.887 INFO:teuthology.orchestra.run.smithi118.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-09-21T13:32:42.887 INFO:teuthology.orchestra.run.smithi118.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-09-21T13:32:42.887 INFO:teuthology.orchestra.run.smithi118.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-09-21T13:32:42.887 INFO:teuthology.orchestra.run.smithi118.stdout: libgfortran x86_64 11.5.0-2.el9 baseos 801 k 2024-09-21T13:32:42.887 INFO:teuthology.orchestra.run.smithi118.stdout: libquadmath x86_64 11.5.0-2.el9 baseos 191 k 2024-09-21T13:32:42.888 INFO:teuthology.orchestra.run.smithi118.stdout: openblas x86_64 0.3.26-2.el9 appstream 38 k 2024-09-21T13:32:42.888 INFO:teuthology.orchestra.run.smithi118.stdout: openblas-openmp x86_64 0.3.26-2.el9 appstream 4.9 M 2024-09-21T13:32:42.888 INFO:teuthology.orchestra.run.smithi118.stdout: python3-devel x86_64 3.9.19-8.el9 appstream 245 k 2024-09-21T13:32:42.888 INFO:teuthology.orchestra.run.smithi118.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-09-21T13:32:42.888 INFO:teuthology.orchestra.run.smithi118.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-09-21T13:32:42.888 INFO:teuthology.orchestra.run.smithi118.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-09-21T13:32:42.888 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:32:42.888 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction Summary 2024-09-21T13:32:42.888 INFO:teuthology.orchestra.run.smithi118.stdout:======================================================================================= 2024-09-21T13:32:42.888 INFO:teuthology.orchestra.run.smithi118.stdout:Install 12 Packages 2024-09-21T13:32:42.888 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:32:42.889 INFO:teuthology.orchestra.run.smithi118.stdout:Total download size: 38 M 2024-09-21T13:32:42.889 INFO:teuthology.orchestra.run.smithi118.stdout:Installed size: 212 M 2024-09-21T13:32:42.889 INFO:teuthology.orchestra.run.smithi118.stdout:Downloading Packages: 2024-09-21T13:32:43.095 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-09-21T13:32:43.095 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:32:43.095 INFO:teuthology.orchestra.run.smithi175.stdout:Installed: 2024-09-21T13:32:43.095 INFO:teuthology.orchestra.run.smithi175.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-09-21T13:32:43.096 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-grafana-dashboards-2:19.3.0-5104.g44178494.el9.noarch 2024-09-21T13:32:43.096 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-mgr-dashboard-2:19.3.0-5104.g44178494.el9.noarch 2024-09-21T13:32:43.096 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-prometheus-alerts-2:19.3.0-5104.g44178494.el9.noarch 2024-09-21T13:32:43.096 INFO:teuthology.orchestra.run.smithi175.stdout: grpc-data-1.46.7-10.el9.noarch 2024-09-21T13:32:43.096 INFO:teuthology.orchestra.run.smithi175.stdout: protobuf-3.14.0-13.el9.x86_64 2024-09-21T13:32:43.096 INFO:teuthology.orchestra.run.smithi175.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-09-21T13:32:43.096 INFO:teuthology.orchestra.run.smithi175.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-09-21T13:32:43.096 INFO:teuthology.orchestra.run.smithi175.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-09-21T13:32:43.096 INFO:teuthology.orchestra.run.smithi175.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-09-21T13:32:43.096 INFO:teuthology.orchestra.run.smithi175.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-09-21T13:32:43.096 INFO:teuthology.orchestra.run.smithi175.stdout: python3-routes-2.5.1-5.el9.noarch 2024-09-21T13:32:43.096 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:32:43.096 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2024-09-21T13:32:43.349 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum -y install ceph-mgr-diskprediction-local 2024-09-21T13:32:43.353 INFO:teuthology.orchestra.run.smithi118.stdout:(1/12): libquadmath-11.5.0-2.el9.x86_64.rpm 1.1 MB/s | 191 kB 00:00 2024-09-21T13:32:43.471 INFO:teuthology.orchestra.run.smithi118.stdout:(2/12): libgfortran-11.5.0-2.el9.x86_64.rpm 2.8 MB/s | 801 kB 00:00 2024-09-21T13:32:43.671 INFO:teuthology.orchestra.run.smithi118.stdout:(3/12): ceph-mgr-diskprediction-local-19.3.0-51 15 MB/s | 7.4 MB 00:00 2024-09-21T13:32:43.696 INFO:teuthology.orchestra.run.smithi118.stdout:(4/12): flexiblas-3.0.4-8.el9.x86_64.rpm 95 kB/s | 33 kB 00:00 2024-09-21T13:32:43.905 INFO:teuthology.orchestra.run.smithi118.stdout:(5/12): openblas-0.3.26-2.el9.x86_64.rpm 184 kB/s | 38 kB 00:00 2024-09-21T13:32:43.928 INFO:teuthology.orchestra.run.smithi175.stdout:Last metadata expiration check: 0:01:06 ago on Sat 21 Sep 2024 01:31:37 PM UTC. 2024-09-21T13:32:43.971 INFO:teuthology.orchestra.run.smithi118.stdout:(6/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 61 kB/s | 18 kB 00:00 2024-09-21T13:32:44.061 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2024-09-21T13:32:44.062 INFO:teuthology.orchestra.run.smithi175.stdout:======================================================================================= 2024-09-21T13:32:44.062 INFO:teuthology.orchestra.run.smithi175.stdout: Package Arch Version Repository Size 2024-09-21T13:32:44.063 INFO:teuthology.orchestra.run.smithi175.stdout:======================================================================================= 2024-09-21T13:32:44.063 INFO:teuthology.orchestra.run.smithi175.stdout:Installing: 2024-09-21T13:32:44.063 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-mgr-diskprediction-local noarch 2:19.3.0-5104.g44178494.el9 ceph-noarch 7.4 M 2024-09-21T13:32:44.063 INFO:teuthology.orchestra.run.smithi175.stdout:Installing dependencies: 2024-09-21T13:32:44.063 INFO:teuthology.orchestra.run.smithi175.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-09-21T13:32:44.063 INFO:teuthology.orchestra.run.smithi175.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-09-21T13:32:44.063 INFO:teuthology.orchestra.run.smithi175.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-09-21T13:32:44.063 INFO:teuthology.orchestra.run.smithi175.stdout: libgfortran x86_64 11.5.0-2.el9 baseos 801 k 2024-09-21T13:32:44.063 INFO:teuthology.orchestra.run.smithi175.stdout: libquadmath x86_64 11.5.0-2.el9 baseos 191 k 2024-09-21T13:32:44.063 INFO:teuthology.orchestra.run.smithi175.stdout: openblas x86_64 0.3.26-2.el9 appstream 38 k 2024-09-21T13:32:44.063 INFO:teuthology.orchestra.run.smithi175.stdout: openblas-openmp x86_64 0.3.26-2.el9 appstream 4.9 M 2024-09-21T13:32:44.064 INFO:teuthology.orchestra.run.smithi175.stdout: python3-devel x86_64 3.9.19-8.el9 appstream 245 k 2024-09-21T13:32:44.064 INFO:teuthology.orchestra.run.smithi175.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-09-21T13:32:44.064 INFO:teuthology.orchestra.run.smithi175.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-09-21T13:32:44.064 INFO:teuthology.orchestra.run.smithi175.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-09-21T13:32:44.064 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:32:44.064 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction Summary 2024-09-21T13:32:44.064 INFO:teuthology.orchestra.run.smithi175.stdout:======================================================================================= 2024-09-21T13:32:44.064 INFO:teuthology.orchestra.run.smithi175.stdout:Install 12 Packages 2024-09-21T13:32:44.064 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:32:44.065 INFO:teuthology.orchestra.run.smithi175.stdout:Total download size: 38 M 2024-09-21T13:32:44.065 INFO:teuthology.orchestra.run.smithi175.stdout:Installed size: 212 M 2024-09-21T13:32:44.065 INFO:teuthology.orchestra.run.smithi175.stdout:Downloading Packages: 2024-09-21T13:32:44.403 INFO:teuthology.orchestra.run.smithi175.stdout:(1/12): libquadmath-11.5.0-2.el9.x86_64.rpm 1.4 MB/s | 191 kB 00:00 2024-09-21T13:32:44.470 INFO:teuthology.orchestra.run.smithi175.stdout:(2/12): libgfortran-11.5.0-2.el9.x86_64.rpm 3.9 MB/s | 801 kB 00:00 2024-09-21T13:32:44.495 INFO:teuthology.orchestra.run.smithi175.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 355 kB/s | 33 kB 00:00 2024-09-21T13:32:44.514 INFO:teuthology.orchestra.run.smithi118.stdout:(7/12): python3-devel-3.9.19-8.el9.x86_64.rpm 452 kB/s | 245 kB 00:00 2024-09-21T13:32:44.553 INFO:teuthology.orchestra.run.smithi175.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 313 kB/s | 18 kB 00:00 2024-09-21T13:32:44.612 INFO:teuthology.orchestra.run.smithi175.stdout:(5/12): openblas-0.3.26-2.el9.x86_64.rpm 661 kB/s | 38 kB 00:00 2024-09-21T13:32:44.712 INFO:teuthology.orchestra.run.smithi175.stdout:(6/12): ceph-mgr-diskprediction-local-19.3.0-51 17 MB/s | 7.4 MB 00:00 2024-09-21T13:32:44.796 INFO:teuthology.orchestra.run.smithi175.stdout:(7/12): python3-devel-3.9.19-8.el9.x86_64.rpm 2.9 MB/s | 245 kB 00:00 2024-09-21T13:32:44.906 INFO:teuthology.orchestra.run.smithi118.stdout:(8/12): openblas-openmp-0.3.26-2.el9.x86_64.rpm 4.9 MB/s | 4.9 MB 00:01 2024-09-21T13:32:44.930 INFO:teuthology.orchestra.run.smithi175.stdout:(8/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 6.5 MB/s | 3.0 MB 00:00 2024-09-21T13:32:44.973 INFO:teuthology.orchestra.run.smithi118.stdout:(9/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 2.0 MB/s | 3.0 MB 00:01 2024-09-21T13:32:45.022 INFO:teuthology.orchestra.run.smithi175.stdout:(9/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 23 MB/s | 5.1 MB 00:00 2024-09-21T13:32:45.105 INFO:teuthology.orchestra.run.smithi175.stdout:(10/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 1.4 MB/s | 250 kB 00:00 2024-09-21T13:32:45.198 INFO:teuthology.orchestra.run.smithi118.stdout:(10/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 7.5 MB/s | 5.1 MB 00:00 2024-09-21T13:32:45.272 INFO:teuthology.orchestra.run.smithi175.stdout:(11/12): openblas-openmp-0.3.26-2.el9.x86_64.rp 7.5 MB/s | 4.9 MB 00:00 2024-09-21T13:32:45.323 INFO:teuthology.orchestra.run.smithi118.stdout:(11/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 601 kB/s | 250 kB 00:00 2024-09-21T13:32:46.172 INFO:teuthology.orchestra.run.smithi175.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 14 MB/s | 16 MB 00:01 2024-09-21T13:32:46.173 INFO:teuthology.orchestra.run.smithi175.stdout:-------------------------------------------------------------------------------- 2024-09-21T13:32:46.174 INFO:teuthology.orchestra.run.smithi175.stdout:Total 18 MB/s | 38 MB 00:02 2024-09-21T13:32:46.534 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction check 2024-09-21T13:32:46.560 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction check succeeded. 2024-09-21T13:32:46.560 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction test 2024-09-21T13:32:46.981 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction test succeeded. 2024-09-21T13:32:46.981 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction 2024-09-21T13:32:47.735 INFO:teuthology.orchestra.run.smithi175.stdout: Preparing : 1/1 2024-09-21T13:32:47.804 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-09-21T13:32:47.845 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : libquadmath-11.5.0-2.el9.x86_64 2/12 2024-09-21T13:32:47.956 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : libgfortran-11.5.0-2.el9.x86_64 3/12 2024-09-21T13:32:47.997 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-devel-3.9.19-8.el9.x86_64 4/12 2024-09-21T13:32:48.180 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : openblas-0.3.26-2.el9.x86_64 5/12 2024-09-21T13:32:48.212 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : openblas-openmp-0.3.26-2.el9.x86_64 6/12 2024-09-21T13:32:48.288 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-09-21T13:32:48.324 INFO:teuthology.orchestra.run.smithi149.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 801 kB/s | 16 MB 00:20 2024-09-21T13:32:48.325 INFO:teuthology.orchestra.run.smithi149.stdout:-------------------------------------------------------------------------------- 2024-09-21T13:32:48.325 INFO:teuthology.orchestra.run.smithi149.stdout:Total 1.7 MB/s | 38 MB 00:22 2024-09-21T13:32:48.679 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction check 2024-09-21T13:32:48.705 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction check succeeded. 2024-09-21T13:32:48.705 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction test 2024-09-21T13:32:48.954 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-09-21T13:32:49.068 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-09-21T13:32:49.136 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction test succeeded. 2024-09-21T13:32:49.136 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction 2024-09-21T13:32:49.892 INFO:teuthology.orchestra.run.smithi149.stdout: Preparing : 1/1 2024-09-21T13:32:49.959 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-09-21T13:32:49.997 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : libquadmath-11.5.0-2.el9.x86_64 2/12 2024-09-21T13:32:50.100 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : libgfortran-11.5.0-2.el9.x86_64 3/12 2024-09-21T13:32:50.131 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-devel-3.9.19-8.el9.x86_64 4/12 2024-09-21T13:32:50.316 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : openblas-0.3.26-2.el9.x86_64 5/12 2024-09-21T13:32:50.347 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : openblas-openmp-0.3.26-2.el9.x86_64 6/12 2024-09-21T13:32:50.347 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-09-21T13:32:50.423 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-09-21T13:32:51.089 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-09-21T13:32:51.218 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-09-21T13:32:51.389 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-09-21T13:32:51.418 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : ceph-mgr-diskprediction-local-2:19.3.0-5104.g44178 12/12 2024-09-21T13:32:52.464 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-09-21T13:32:53.494 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-09-21T13:32:53.530 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-mgr-diskprediction-local-2:19.3.0-5104.g44178 12/12 2024-09-21T13:32:53.884 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.3.0-5104.g44178 12/12 2024-09-21T13:32:53.884 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.3.0-5104.g44178 1/12 2024-09-21T13:32:53.884 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : libgfortran-11.5.0-2.el9.x86_64 2/12 2024-09-21T13:32:53.885 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : libquadmath-11.5.0-2.el9.x86_64 3/12 2024-09-21T13:32:53.885 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-09-21T13:32:53.885 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-09-21T13:32:53.885 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-09-21T13:32:53.885 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : openblas-0.3.26-2.el9.x86_64 7/12 2024-09-21T13:32:53.885 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : openblas-openmp-0.3.26-2.el9.x86_64 8/12 2024-09-21T13:32:53.885 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-devel-3.9.19-8.el9.x86_64 9/12 2024-09-21T13:32:53.885 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-09-21T13:32:53.885 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-09-21T13:32:54.303 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-09-21T13:32:54.303 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:32:54.303 INFO:teuthology.orchestra.run.smithi175.stdout:Installed: 2024-09-21T13:32:54.303 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-mgr-diskprediction-local-2:19.3.0-5104.g44178494.el9.noarch 2024-09-21T13:32:54.304 INFO:teuthology.orchestra.run.smithi175.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-09-21T13:32:54.304 INFO:teuthology.orchestra.run.smithi175.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-09-21T13:32:54.304 INFO:teuthology.orchestra.run.smithi175.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-09-21T13:32:54.304 INFO:teuthology.orchestra.run.smithi175.stdout: libgfortran-11.5.0-2.el9.x86_64 2024-09-21T13:32:54.304 INFO:teuthology.orchestra.run.smithi175.stdout: libquadmath-11.5.0-2.el9.x86_64 2024-09-21T13:32:54.304 INFO:teuthology.orchestra.run.smithi175.stdout: openblas-0.3.26-2.el9.x86_64 2024-09-21T13:32:54.304 INFO:teuthology.orchestra.run.smithi175.stdout: openblas-openmp-0.3.26-2.el9.x86_64 2024-09-21T13:32:54.304 INFO:teuthology.orchestra.run.smithi175.stdout: python3-devel-3.9.19-8.el9.x86_64 2024-09-21T13:32:54.304 INFO:teuthology.orchestra.run.smithi175.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-09-21T13:32:54.304 INFO:teuthology.orchestra.run.smithi175.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-09-21T13:32:54.304 INFO:teuthology.orchestra.run.smithi175.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-09-21T13:32:54.304 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:32:54.304 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2024-09-21T13:32:54.672 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum -y install ceph-mgr-rook 2024-09-21T13:32:55.263 INFO:teuthology.orchestra.run.smithi175.stdout:Last metadata expiration check: 0:01:18 ago on Sat 21 Sep 2024 01:31:37 PM UTC. 2024-09-21T13:32:55.396 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2024-09-21T13:32:55.397 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-09-21T13:32:55.397 INFO:teuthology.orchestra.run.smithi175.stdout: Package Arch Version Repository Size 2024-09-21T13:32:55.397 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-09-21T13:32:55.397 INFO:teuthology.orchestra.run.smithi175.stdout:Installing: 2024-09-21T13:32:55.397 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-mgr-rook noarch 2:19.3.0-5104.g44178494.el9 ceph-noarch 49 k 2024-09-21T13:32:55.398 INFO:teuthology.orchestra.run.smithi175.stdout:Installing dependencies: 2024-09-21T13:32:55.398 INFO:teuthology.orchestra.run.smithi175.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-09-21T13:32:55.398 INFO:teuthology.orchestra.run.smithi175.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-09-21T13:32:55.398 INFO:teuthology.orchestra.run.smithi175.stdout: python3-google-auth noarch 1:2.34.0-1.el9 epel 220 k 2024-09-21T13:32:55.398 INFO:teuthology.orchestra.run.smithi175.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-09-21T13:32:55.398 INFO:teuthology.orchestra.run.smithi175.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-09-21T13:32:55.398 INFO:teuthology.orchestra.run.smithi175.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-09-21T13:32:55.398 INFO:teuthology.orchestra.run.smithi175.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-09-21T13:32:55.398 INFO:teuthology.orchestra.run.smithi175.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-09-21T13:32:55.398 INFO:teuthology.orchestra.run.smithi175.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-09-21T13:32:55.398 INFO:teuthology.orchestra.run.smithi175.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-09-21T13:32:55.398 INFO:teuthology.orchestra.run.smithi175.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-09-21T13:32:55.398 INFO:teuthology.orchestra.run.smithi175.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-09-21T13:32:55.399 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:32:55.399 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction Summary 2024-09-21T13:32:55.399 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-09-21T13:32:55.399 INFO:teuthology.orchestra.run.smithi175.stdout:Install 13 Packages 2024-09-21T13:32:55.399 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:32:55.400 INFO:teuthology.orchestra.run.smithi175.stdout:Total download size: 2.2 M 2024-09-21T13:32:55.400 INFO:teuthology.orchestra.run.smithi175.stdout:Installed size: 26 M 2024-09-21T13:32:55.400 INFO:teuthology.orchestra.run.smithi175.stdout:Downloading Packages: 2024-09-21T13:32:55.785 INFO:teuthology.orchestra.run.smithi175.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 207 kB/s | 19 kB 00:00 2024-09-21T13:32:55.810 INFO:teuthology.orchestra.run.smithi175.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 218 kB/s | 26 kB 00:00 2024-09-21T13:32:55.869 INFO:teuthology.orchestra.run.smithi175.stdout:(3/13): ceph-mgr-rook-19.3.0-5104.g44178494.el9 279 kB/s | 49 kB 00:00 2024-09-21T13:32:55.894 INFO:teuthology.orchestra.run.smithi175.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.0 MB/s | 222 kB 00:00 2024-09-21T13:32:55.919 INFO:teuthology.orchestra.run.smithi175.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.4 MB/s | 159 kB 00:00 2024-09-21T13:32:55.961 INFO:teuthology.orchestra.run.smithi175.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 802 kB/s | 54 kB 00:00 2024-09-21T13:32:55.995 INFO:teuthology.orchestra.run.smithi175.stdout:(7/13): python3-cachetools-4.2.4-1.el9.noarch.r 427 kB/s | 32 kB 00:00 2024-09-21T13:32:56.020 INFO:teuthology.orchestra.run.smithi175.stdout:(8/13): python3-certifi-2023.05.07-4.el9.noarch 248 kB/s | 14 kB 00:00 2024-09-21T13:32:56.045 INFO:teuthology.orchestra.run.smithi175.stdout:(9/13): python3-google-auth-2.34.0-1.el9.noarch 4.4 MB/s | 220 kB 00:00 2024-09-21T13:32:56.070 INFO:teuthology.orchestra.run.smithi175.stdout:(10/13): python3-pyasn1-modules-0.4.8-6.el9.noa 1.4 MB/s | 279 kB 00:00 2024-09-21T13:32:56.080 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.3.0-5104.g44178 12/12 2024-09-21T13:32:56.080 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.3.0-5104.g44178 1/12 2024-09-21T13:32:56.080 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : libgfortran-11.5.0-2.el9.x86_64 2/12 2024-09-21T13:32:56.080 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : libquadmath-11.5.0-2.el9.x86_64 3/12 2024-09-21T13:32:56.080 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-09-21T13:32:56.081 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-09-21T13:32:56.081 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-09-21T13:32:56.081 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : openblas-0.3.26-2.el9.x86_64 7/12 2024-09-21T13:32:56.081 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : openblas-openmp-0.3.26-2.el9.x86_64 8/12 2024-09-21T13:32:56.081 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-devel-3.9.19-8.el9.x86_64 9/12 2024-09-21T13:32:56.081 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-09-21T13:32:56.081 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-09-21T13:32:56.096 INFO:teuthology.orchestra.run.smithi175.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 1.1 MB/s | 59 kB 00:00 2024-09-21T13:32:56.146 INFO:teuthology.orchestra.run.smithi175.stdout:(12/13): python3-kubernetes-26.1.0-2.el9.noarch 8.1 MB/s | 1.0 MB 00:00 2024-09-21T13:32:56.171 INFO:teuthology.orchestra.run.smithi175.stdout:(13/13): python3-websocket-client-1.2.3-2.el9.n 896 kB/s | 90 kB 00:00 2024-09-21T13:32:56.174 INFO:teuthology.orchestra.run.smithi175.stdout:-------------------------------------------------------------------------------- 2024-09-21T13:32:56.174 INFO:teuthology.orchestra.run.smithi175.stdout:Total 2.9 MB/s | 2.2 MB 00:00 2024-09-21T13:32:56.239 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction check 2024-09-21T13:32:56.253 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction check succeeded. 2024-09-21T13:32:56.253 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction test 2024-09-21T13:32:56.342 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction test succeeded. 2024-09-21T13:32:56.343 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction 2024-09-21T13:32:56.523 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-09-21T13:32:56.523 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:32:56.524 INFO:teuthology.orchestra.run.smithi149.stdout:Installed: 2024-09-21T13:32:56.524 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-mgr-diskprediction-local-2:19.3.0-5104.g44178494.el9.noarch 2024-09-21T13:32:56.524 INFO:teuthology.orchestra.run.smithi149.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-09-21T13:32:56.524 INFO:teuthology.orchestra.run.smithi149.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-09-21T13:32:56.524 INFO:teuthology.orchestra.run.smithi149.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-09-21T13:32:56.524 INFO:teuthology.orchestra.run.smithi149.stdout: libgfortran-11.5.0-2.el9.x86_64 2024-09-21T13:32:56.524 INFO:teuthology.orchestra.run.smithi149.stdout: libquadmath-11.5.0-2.el9.x86_64 2024-09-21T13:32:56.524 INFO:teuthology.orchestra.run.smithi149.stdout: openblas-0.3.26-2.el9.x86_64 2024-09-21T13:32:56.524 INFO:teuthology.orchestra.run.smithi149.stdout: openblas-openmp-0.3.26-2.el9.x86_64 2024-09-21T13:32:56.524 INFO:teuthology.orchestra.run.smithi149.stdout: python3-devel-3.9.19-8.el9.x86_64 2024-09-21T13:32:56.525 INFO:teuthology.orchestra.run.smithi149.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-09-21T13:32:56.525 INFO:teuthology.orchestra.run.smithi149.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-09-21T13:32:56.525 INFO:teuthology.orchestra.run.smithi149.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-09-21T13:32:56.525 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:32:56.525 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-09-21T13:32:56.863 INFO:teuthology.orchestra.run.smithi175.stdout: Preparing : 1/1 2024-09-21T13:32:56.947 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install ceph-mgr-rook 2024-09-21T13:32:57.021 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-09-21T13:32:57.081 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-09-21T13:32:57.145 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-09-21T13:32:57.182 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-09-21T13:32:57.223 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-09-21T13:32:57.326 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-09-21T13:32:57.436 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-google-auth-1:2.34.0-1.el9.noarch 7/13 2024-09-21T13:32:57.483 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-09-21T13:32:57.534 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:01:39 ago on Sat 21 Sep 2024 01:31:18 PM UTC. 2024-09-21T13:32:57.667 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-09-21T13:32:57.668 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-09-21T13:32:57.668 INFO:teuthology.orchestra.run.smithi149.stdout: Package Arch Version Repository Size 2024-09-21T13:32:57.669 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-09-21T13:32:57.669 INFO:teuthology.orchestra.run.smithi149.stdout:Installing: 2024-09-21T13:32:57.669 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-mgr-rook noarch 2:19.3.0-5104.g44178494.el9 ceph-noarch 49 k 2024-09-21T13:32:57.669 INFO:teuthology.orchestra.run.smithi149.stdout:Installing dependencies: 2024-09-21T13:32:57.669 INFO:teuthology.orchestra.run.smithi149.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-09-21T13:32:57.669 INFO:teuthology.orchestra.run.smithi149.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-09-21T13:32:57.669 INFO:teuthology.orchestra.run.smithi149.stdout: python3-google-auth noarch 1:2.34.0-1.el9 epel 220 k 2024-09-21T13:32:57.669 INFO:teuthology.orchestra.run.smithi149.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-09-21T13:32:57.669 INFO:teuthology.orchestra.run.smithi149.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-09-21T13:32:57.669 INFO:teuthology.orchestra.run.smithi149.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-09-21T13:32:57.669 INFO:teuthology.orchestra.run.smithi149.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-09-21T13:32:57.669 INFO:teuthology.orchestra.run.smithi149.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-09-21T13:32:57.669 INFO:teuthology.orchestra.run.smithi149.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-09-21T13:32:57.669 INFO:teuthology.orchestra.run.smithi149.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-09-21T13:32:57.670 INFO:teuthology.orchestra.run.smithi149.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-09-21T13:32:57.670 INFO:teuthology.orchestra.run.smithi149.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-09-21T13:32:57.670 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:32:57.670 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2024-09-21T13:32:57.670 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-09-21T13:32:57.670 INFO:teuthology.orchestra.run.smithi149.stdout:Install 13 Packages 2024-09-21T13:32:57.670 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:32:57.670 INFO:teuthology.orchestra.run.smithi149.stdout:Total download size: 2.2 M 2024-09-21T13:32:57.671 INFO:teuthology.orchestra.run.smithi149.stdout:Installed size: 26 M 2024-09-21T13:32:57.671 INFO:teuthology.orchestra.run.smithi149.stdout:Downloading Packages: 2024-09-21T13:32:58.048 INFO:teuthology.orchestra.run.smithi149.stdout:(1/13): ceph-mgr-rook-19.3.0-5104.g44178494.el9 293 kB/s | 49 kB 00:00 2024-09-21T13:32:58.173 INFO:teuthology.orchestra.run.smithi149.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 87 kB/s | 26 kB 00:00 2024-09-21T13:32:58.198 INFO:teuthology.orchestra.run.smithi149.stdout:(3/13): python3-jsonpointer-2.0-4.el9.noarch.rp 60 kB/s | 19 kB 00:00 2024-09-21T13:32:58.211 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-09-21T13:32:58.263 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-09-21T13:32:58.297 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-09-21T13:32:58.345 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-09-21T13:32:58.367 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : ceph-mgr-rook-2:19.3.0-5104.g44178494.el9.noarch 13/13 2024-09-21T13:32:58.573 INFO:teuthology.orchestra.run.smithi149.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 423 kB/s | 159 kB 00:00 2024-09-21T13:32:58.599 INFO:teuthology.orchestra.run.smithi149.stdout:(5/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 403 kB/s | 222 kB 00:00 2024-09-21T13:32:58.641 INFO:teuthology.orchestra.run.smithi149.stdout:(6/13): python3-cachetools-4.2.4-1.el9.noarch.r 769 kB/s | 32 kB 00:00 2024-09-21T13:32:58.666 INFO:teuthology.orchestra.run.smithi149.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 596 kB/s | 279 kB 00:00 2024-09-21T13:32:58.692 INFO:teuthology.orchestra.run.smithi149.stdout:(8/13): python3-certifi-2023.05.07-4.el9.noarch 281 kB/s | 14 kB 00:00 2024-09-21T13:32:58.725 INFO:teuthology.orchestra.run.smithi149.stdout:(9/13): python3-requests-oauthlib-1.3.0-12.el9. 354 kB/s | 54 kB 00:00 2024-09-21T13:32:58.767 INFO:teuthology.orchestra.run.smithi149.stdout:(10/13): python3-google-auth-2.34.0-1.el9.noarc 2.1 MB/s | 220 kB 00:00 2024-09-21T13:32:58.792 INFO:teuthology.orchestra.run.smithi149.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 908 kB/s | 59 kB 00:00 2024-09-21T13:32:58.826 INFO:teuthology.orchestra.run.smithi149.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.5 MB/s | 90 kB 00:00 2024-09-21T13:32:58.860 INFO:teuthology.orchestra.run.smithi149.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 6.3 MB/s | 1.0 MB 00:00 2024-09-21T13:32:58.862 INFO:teuthology.orchestra.run.smithi149.stdout:-------------------------------------------------------------------------------- 2024-09-21T13:32:58.862 INFO:teuthology.orchestra.run.smithi149.stdout:Total 1.9 MB/s | 2.2 MB 00:01 2024-09-21T13:32:58.923 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction check 2024-09-21T13:32:58.938 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction check succeeded. 2024-09-21T13:32:58.938 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction test 2024-09-21T13:32:59.027 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction test succeeded. 2024-09-21T13:32:59.028 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction 2024-09-21T13:32:59.129 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: ceph-mgr-rook-2:19.3.0-5104.g44178494.el9.noarch 13/13 2024-09-21T13:32:59.129 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : ceph-mgr-rook-2:19.3.0-5104.g44178494.el9.noarch 1/13 2024-09-21T13:32:59.129 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-09-21T13:32:59.129 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-09-21T13:32:59.129 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-09-21T13:32:59.129 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-09-21T13:32:59.129 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-09-21T13:32:59.129 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-09-21T13:32:59.130 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-09-21T13:32:59.130 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-09-21T13:32:59.130 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-google-auth-1:2.34.0-1.el9.noarch 10/13 2024-09-21T13:32:59.130 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-09-21T13:32:59.130 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-09-21T13:32:59.467 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-09-21T13:32:59.467 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:32:59.467 INFO:teuthology.orchestra.run.smithi175.stdout:Installed: 2024-09-21T13:32:59.467 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-mgr-rook-2:19.3.0-5104.g44178494.el9.noarch 2024-09-21T13:32:59.468 INFO:teuthology.orchestra.run.smithi175.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-09-21T13:32:59.468 INFO:teuthology.orchestra.run.smithi175.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-09-21T13:32:59.468 INFO:teuthology.orchestra.run.smithi175.stdout: python3-google-auth-1:2.34.0-1.el9.noarch 2024-09-21T13:32:59.468 INFO:teuthology.orchestra.run.smithi175.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-09-21T13:32:59.468 INFO:teuthology.orchestra.run.smithi175.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-09-21T13:32:59.468 INFO:teuthology.orchestra.run.smithi175.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-09-21T13:32:59.468 INFO:teuthology.orchestra.run.smithi175.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-09-21T13:32:59.468 INFO:teuthology.orchestra.run.smithi175.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-09-21T13:32:59.468 INFO:teuthology.orchestra.run.smithi175.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-09-21T13:32:59.468 INFO:teuthology.orchestra.run.smithi175.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-09-21T13:32:59.468 INFO:teuthology.orchestra.run.smithi175.stdout: python3-rsa-4.9-2.el9.noarch 2024-09-21T13:32:59.468 INFO:teuthology.orchestra.run.smithi175.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-09-21T13:32:59.468 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:32:59.468 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2024-09-21T13:32:59.567 INFO:teuthology.orchestra.run.smithi149.stdout: Preparing : 1/1 2024-09-21T13:32:59.724 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-09-21T13:32:59.729 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum -y install ceph-mgr-cephadm 2024-09-21T13:32:59.794 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-09-21T13:32:59.850 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-09-21T13:32:59.887 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-09-21T13:32:59.928 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-09-21T13:33:00.030 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-09-21T13:33:00.131 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-google-auth-1:2.34.0-1.el9.noarch 7/13 2024-09-21T13:33:00.188 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-09-21T13:33:00.310 INFO:teuthology.orchestra.run.smithi175.stdout:Last metadata expiration check: 0:01:23 ago on Sat 21 Sep 2024 01:31:37 PM UTC. 2024-09-21T13:33:00.443 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2024-09-21T13:33:00.444 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-09-21T13:33:00.444 INFO:teuthology.orchestra.run.smithi175.stdout: Package Arch Version Repository Size 2024-09-21T13:33:00.444 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-09-21T13:33:00.444 INFO:teuthology.orchestra.run.smithi175.stdout:Installing: 2024-09-21T13:33:00.444 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-mgr-cephadm noarch 2:19.3.0-5104.g44178494.el9 ceph-noarch 154 k 2024-09-21T13:33:00.444 INFO:teuthology.orchestra.run.smithi175.stdout:Installing dependencies: 2024-09-21T13:33:00.444 INFO:teuthology.orchestra.run.smithi175.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-09-21T13:33:00.444 INFO:teuthology.orchestra.run.smithi175.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-09-21T13:33:00.445 INFO:teuthology.orchestra.run.smithi175.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-09-21T13:33:00.445 INFO:teuthology.orchestra.run.smithi175.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-09-21T13:33:00.445 INFO:teuthology.orchestra.run.smithi175.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-09-21T13:33:00.445 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:33:00.445 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction Summary 2024-09-21T13:33:00.445 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-09-21T13:33:00.445 INFO:teuthology.orchestra.run.smithi175.stdout:Install 6 Packages 2024-09-21T13:33:00.445 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:33:00.446 INFO:teuthology.orchestra.run.smithi175.stdout:Total download size: 7.0 M 2024-09-21T13:33:00.446 INFO:teuthology.orchestra.run.smithi175.stdout:Installed size: 33 M 2024-09-21T13:33:00.446 INFO:teuthology.orchestra.run.smithi175.stdout:Downloading Packages: 2024-09-21T13:33:00.764 INFO:teuthology.orchestra.run.smithi175.stdout:(1/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 1.8 MB/s | 248 kB 00:00 2024-09-21T13:33:00.814 INFO:teuthology.orchestra.run.smithi175.stdout:(2/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 11 MB/s | 548 kB 00:00 2024-09-21T13:33:00.840 INFO:teuthology.orchestra.run.smithi175.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 2.3 MB/s | 58 kB 00:00 2024-09-21T13:33:00.865 INFO:teuthology.orchestra.run.smithi175.stdout:(4/6): ceph-mgr-cephadm-19.3.0-5104.g44178494.e 653 kB/s | 154 kB 00:00 2024-09-21T13:33:00.890 INFO:teuthology.orchestra.run.smithi175.stdout:(5/6): python3-typing-extensions-4.12.2-2.el9.n 1.4 MB/s | 74 kB 00:00 2024-09-21T13:33:00.897 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-09-21T13:33:00.944 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-09-21T13:33:00.974 INFO:teuthology.orchestra.run.smithi175.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 17 MB/s | 6.0 MB 00:00 2024-09-21T13:33:00.976 INFO:teuthology.orchestra.run.smithi175.stdout:-------------------------------------------------------------------------------- 2024-09-21T13:33:00.976 INFO:teuthology.orchestra.run.smithi175.stdout:Total 13 MB/s | 7.0 MB 00:00 2024-09-21T13:33:00.978 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-09-21T13:33:01.026 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-09-21T13:33:01.046 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction check 2024-09-21T13:33:01.056 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-mgr-rook-2:19.3.0-5104.g44178494.el9.noarch 13/13 2024-09-21T13:33:01.057 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction check succeeded. 2024-09-21T13:33:01.057 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction test 2024-09-21T13:33:01.158 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction test succeeded. 2024-09-21T13:33:01.160 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction 2024-09-21T13:33:01.489 INFO:teuthology.orchestra.run.smithi175.stdout: Preparing : 1/1 2024-09-21T13:33:01.670 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-09-21T13:33:01.717 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-09-21T13:33:01.792 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: ceph-mgr-rook-2:19.3.0-5104.g44178494.el9.noarch 13/13 2024-09-21T13:33:01.792 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-mgr-rook-2:19.3.0-5104.g44178494.el9.noarch 1/13 2024-09-21T13:33:01.792 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-09-21T13:33:01.792 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-09-21T13:33:01.792 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-09-21T13:33:01.792 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-09-21T13:33:01.792 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-09-21T13:33:01.792 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-09-21T13:33:01.792 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-09-21T13:33:01.793 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-09-21T13:33:01.793 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-google-auth-1:2.34.0-1.el9.noarch 10/13 2024-09-21T13:33:01.793 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-09-21T13:33:01.793 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-09-21T13:33:02.138 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-09-21T13:33:02.138 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:33:02.138 INFO:teuthology.orchestra.run.smithi149.stdout:Installed: 2024-09-21T13:33:02.138 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-mgr-rook-2:19.3.0-5104.g44178494.el9.noarch 2024-09-21T13:33:02.139 INFO:teuthology.orchestra.run.smithi149.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-09-21T13:33:02.139 INFO:teuthology.orchestra.run.smithi149.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-09-21T13:33:02.139 INFO:teuthology.orchestra.run.smithi149.stdout: python3-google-auth-1:2.34.0-1.el9.noarch 2024-09-21T13:33:02.139 INFO:teuthology.orchestra.run.smithi149.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-09-21T13:33:02.139 INFO:teuthology.orchestra.run.smithi149.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-09-21T13:33:02.139 INFO:teuthology.orchestra.run.smithi149.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-09-21T13:33:02.139 INFO:teuthology.orchestra.run.smithi149.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-09-21T13:33:02.139 INFO:teuthology.orchestra.run.smithi149.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-09-21T13:33:02.139 INFO:teuthology.orchestra.run.smithi149.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-09-21T13:33:02.139 INFO:teuthology.orchestra.run.smithi149.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-09-21T13:33:02.139 INFO:teuthology.orchestra.run.smithi149.stdout: python3-rsa-4.9-2.el9.noarch 2024-09-21T13:33:02.139 INFO:teuthology.orchestra.run.smithi149.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-09-21T13:33:02.139 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:33:02.139 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-09-21T13:33:02.238 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-09-21T13:33:02.319 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-09-21T13:33:02.387 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-09-21T13:33:02.421 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : ceph-mgr-cephadm-2:19.3.0-5104.g44178494.el9.noarch 6/6 2024-09-21T13:33:02.427 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install ceph-mgr-cephadm 2024-09-21T13:33:03.012 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:01:45 ago on Sat 21 Sep 2024 01:31:18 PM UTC. 2024-09-21T13:33:03.144 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-09-21T13:33:03.145 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-09-21T13:33:03.145 INFO:teuthology.orchestra.run.smithi149.stdout: Package Arch Version Repository Size 2024-09-21T13:33:03.145 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-09-21T13:33:03.145 INFO:teuthology.orchestra.run.smithi149.stdout:Installing: 2024-09-21T13:33:03.145 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-mgr-cephadm noarch 2:19.3.0-5104.g44178494.el9 ceph-noarch 154 k 2024-09-21T13:33:03.145 INFO:teuthology.orchestra.run.smithi149.stdout:Installing dependencies: 2024-09-21T13:33:03.145 INFO:teuthology.orchestra.run.smithi149.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-09-21T13:33:03.145 INFO:teuthology.orchestra.run.smithi149.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-09-21T13:33:03.145 INFO:teuthology.orchestra.run.smithi149.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-09-21T13:33:03.146 INFO:teuthology.orchestra.run.smithi149.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-09-21T13:33:03.146 INFO:teuthology.orchestra.run.smithi149.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-09-21T13:33:03.146 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:33:03.146 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2024-09-21T13:33:03.146 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-09-21T13:33:03.146 INFO:teuthology.orchestra.run.smithi149.stdout:Install 6 Packages 2024-09-21T13:33:03.146 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:33:03.147 INFO:teuthology.orchestra.run.smithi149.stdout:Total download size: 7.0 M 2024-09-21T13:33:03.147 INFO:teuthology.orchestra.run.smithi149.stdout:Installed size: 33 M 2024-09-21T13:33:03.147 INFO:teuthology.orchestra.run.smithi149.stdout:Downloading Packages: 2024-09-21T13:33:03.203 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.3.0-5104.g44178494.el9.noarch 6/6 2024-09-21T13:33:03.203 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : ceph-mgr-cephadm-2:19.3.0-5104.g44178494.el9.noarch 1/6 2024-09-21T13:33:03.203 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-09-21T13:33:03.203 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-09-21T13:33:03.203 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-09-21T13:33:03.203 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-09-21T13:33:03.498 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-09-21T13:33:03.499 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:33:03.499 INFO:teuthology.orchestra.run.smithi175.stdout:Installed: 2024-09-21T13:33:03.499 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-mgr-cephadm-2:19.3.0-5104.g44178494.el9.noarch 2024-09-21T13:33:03.499 INFO:teuthology.orchestra.run.smithi175.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-09-21T13:33:03.499 INFO:teuthology.orchestra.run.smithi175.stdout: python3-babel-2.9.1-2.el9.noarch 2024-09-21T13:33:03.499 INFO:teuthology.orchestra.run.smithi175.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-09-21T13:33:03.499 INFO:teuthology.orchestra.run.smithi175.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-09-21T13:33:03.499 INFO:teuthology.orchestra.run.smithi175.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-09-21T13:33:03.499 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:33:03.499 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2024-09-21T13:33:03.704 INFO:teuthology.orchestra.run.smithi118.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 888 kB/s | 16 MB 00:18 2024-09-21T13:33:03.705 INFO:teuthology.orchestra.run.smithi118.stdout:-------------------------------------------------------------------------------- 2024-09-21T13:33:03.705 INFO:teuthology.orchestra.run.smithi118.stdout:Total 1.8 MB/s | 38 MB 00:20 2024-09-21T13:33:03.728 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum -y install ceph-fuse 2024-09-21T13:33:03.787 INFO:teuthology.orchestra.run.smithi149.stdout:(1/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 1.3 MB/s | 248 kB 00:00 2024-09-21T13:33:03.812 INFO:teuthology.orchestra.run.smithi149.stdout:(2/6): ceph-mgr-cephadm-19.3.0-5104.g44178494.e 717 kB/s | 154 kB 00:00 2024-09-21T13:33:03.871 INFO:teuthology.orchestra.run.smithi149.stdout:(3/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 6.4 MB/s | 548 kB 00:00 2024-09-21T13:33:03.904 INFO:teuthology.orchestra.run.smithi149.stdout:(4/6): python3-typing-extensions-4.12.2-2.el9.n 2.3 MB/s | 74 kB 00:00 2024-09-21T13:33:03.930 INFO:teuthology.orchestra.run.smithi149.stdout:(5/6): python3-natsort-7.1.1-5.el9.noarch.rpm 523 kB/s | 58 kB 00:00 2024-09-21T13:33:04.067 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction check 2024-09-21T13:33:04.093 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction check succeeded. 2024-09-21T13:33:04.093 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction test 2024-09-21T13:33:04.305 INFO:teuthology.orchestra.run.smithi175.stdout:Last metadata expiration check: 0:01:27 ago on Sat 21 Sep 2024 01:31:37 PM UTC. 2024-09-21T13:33:04.438 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2024-09-21T13:33:04.439 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-09-21T13:33:04.439 INFO:teuthology.orchestra.run.smithi175.stdout: Package Arch Version Repository Size 2024-09-21T13:33:04.439 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-09-21T13:33:04.439 INFO:teuthology.orchestra.run.smithi175.stdout:Installing: 2024-09-21T13:33:04.439 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-fuse x86_64 2:19.3.0-5104.g44178494.el9 ceph 900 k 2024-09-21T13:33:04.439 INFO:teuthology.orchestra.run.smithi175.stdout:Installing dependencies: 2024-09-21T13:33:04.439 INFO:teuthology.orchestra.run.smithi175.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-09-21T13:33:04.439 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:33:04.439 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction Summary 2024-09-21T13:33:04.439 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-09-21T13:33:04.440 INFO:teuthology.orchestra.run.smithi175.stdout:Install 2 Packages 2024-09-21T13:33:04.440 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:33:04.440 INFO:teuthology.orchestra.run.smithi175.stdout:Total download size: 980 k 2024-09-21T13:33:04.440 INFO:teuthology.orchestra.run.smithi175.stdout:Installed size: 2.9 M 2024-09-21T13:33:04.440 INFO:teuthology.orchestra.run.smithi175.stdout:Downloading Packages: 2024-09-21T13:33:04.535 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction test succeeded. 2024-09-21T13:33:04.535 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction 2024-09-21T13:33:04.571 INFO:teuthology.orchestra.run.smithi149.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 6.1 MB/s | 6.0 MB 00:00 2024-09-21T13:33:04.574 INFO:teuthology.orchestra.run.smithi149.stdout:-------------------------------------------------------------------------------- 2024-09-21T13:33:04.574 INFO:teuthology.orchestra.run.smithi149.stdout:Total 4.9 MB/s | 7.0 MB 00:01 2024-09-21T13:33:04.645 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction check 2024-09-21T13:33:04.657 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction check succeeded. 2024-09-21T13:33:04.657 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction test 2024-09-21T13:33:04.757 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction test succeeded. 2024-09-21T13:33:04.758 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction 2024-09-21T13:33:04.867 INFO:teuthology.orchestra.run.smithi175.stdout:(1/2): fuse-2.9.9-16.el9.x86_64.rpm 539 kB/s | 80 kB 00:00 2024-09-21T13:33:05.017 INFO:teuthology.orchestra.run.smithi175.stdout:(2/2): ceph-fuse-19.3.0-5104.g44178494.el9.x86_ 2.9 MB/s | 900 kB 00:00 2024-09-21T13:33:05.017 INFO:teuthology.orchestra.run.smithi175.stdout:-------------------------------------------------------------------------------- 2024-09-21T13:33:05.018 INFO:teuthology.orchestra.run.smithi175.stdout:Total 1.7 MB/s | 980 kB 00:00 2024-09-21T13:33:05.030 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction check 2024-09-21T13:33:05.052 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction check succeeded. 2024-09-21T13:33:05.053 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction test 2024-09-21T13:33:05.062 INFO:teuthology.orchestra.run.smithi149.stdout: Preparing : 1/1 2024-09-21T13:33:05.133 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction test succeeded. 2024-09-21T13:33:05.134 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction 2024-09-21T13:33:05.229 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-09-21T13:33:05.273 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-09-21T13:33:05.297 INFO:teuthology.orchestra.run.smithi118.stdout: Preparing : 1/1 2024-09-21T13:33:05.325 INFO:teuthology.orchestra.run.smithi175.stdout: Preparing : 1/1 2024-09-21T13:33:05.371 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-09-21T13:33:05.410 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : libquadmath-11.5.0-2.el9.x86_64 2/12 2024-09-21T13:33:05.469 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-09-21T13:33:05.508 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : libgfortran-11.5.0-2.el9.x86_64 3/12 2024-09-21T13:33:05.541 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : ceph-fuse-2:19.3.0-5104.g44178494.el9.x86_64 2/2 2024-09-21T13:33:05.545 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-devel-3.9.19-8.el9.x86_64 4/12 2024-09-21T13:33:05.729 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : openblas-0.3.26-2.el9.x86_64 5/12 2024-09-21T13:33:05.761 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : openblas-openmp-0.3.26-2.el9.x86_64 6/12 2024-09-21T13:33:05.808 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-09-21T13:33:05.846 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-09-21T13:33:05.892 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-09-21T13:33:05.961 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-09-21T13:33:05.986 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-mgr-cephadm-2:19.3.0-5104.g44178494.el9.noarch 6/6 2024-09-21T13:33:06.200 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: ceph-fuse-2:19.3.0-5104.g44178494.el9.x86_64 2/2 2024-09-21T13:33:06.200 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : ceph-fuse-2:19.3.0-5104.g44178494.el9.x86_64 1/2 2024-09-21T13:33:06.472 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-09-21T13:33:06.472 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:33:06.472 INFO:teuthology.orchestra.run.smithi175.stdout:Installed: 2024-09-21T13:33:06.472 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-fuse-2:19.3.0-5104.g44178494.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-09-21T13:33:06.472 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:33:06.473 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2024-09-21T13:33:06.498 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-09-21T13:33:06.615 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-09-21T13:33:06.738 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum -y install ceph-volume 2024-09-21T13:33:06.772 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.3.0-5104.g44178494.el9.noarch 6/6 2024-09-21T13:33:06.772 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-mgr-cephadm-2:19.3.0-5104.g44178494.el9.noarch 1/6 2024-09-21T13:33:06.773 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-09-21T13:33:06.773 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-09-21T13:33:06.773 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-09-21T13:33:06.773 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-09-21T13:33:07.051 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-09-21T13:33:07.052 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:33:07.052 INFO:teuthology.orchestra.run.smithi149.stdout:Installed: 2024-09-21T13:33:07.052 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-mgr-cephadm-2:19.3.0-5104.g44178494.el9.noarch 2024-09-21T13:33:07.052 INFO:teuthology.orchestra.run.smithi149.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-09-21T13:33:07.052 INFO:teuthology.orchestra.run.smithi149.stdout: python3-babel-2.9.1-2.el9.noarch 2024-09-21T13:33:07.052 INFO:teuthology.orchestra.run.smithi149.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-09-21T13:33:07.052 INFO:teuthology.orchestra.run.smithi149.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-09-21T13:33:07.052 INFO:teuthology.orchestra.run.smithi149.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-09-21T13:33:07.052 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:33:07.052 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-09-21T13:33:07.302 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install ceph-fuse 2024-09-21T13:33:07.336 INFO:teuthology.orchestra.run.smithi175.stdout:Last metadata expiration check: 0:01:30 ago on Sat 21 Sep 2024 01:31:37 PM UTC. 2024-09-21T13:33:07.469 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2024-09-21T13:33:07.470 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-09-21T13:33:07.470 INFO:teuthology.orchestra.run.smithi175.stdout: Package Arch Version Repository Size 2024-09-21T13:33:07.470 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-09-21T13:33:07.470 INFO:teuthology.orchestra.run.smithi175.stdout:Installing: 2024-09-21T13:33:07.470 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-volume noarch 2:19.3.0-5104.g44178494.el9 ceph-noarch 287 k 2024-09-21T13:33:07.470 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:33:07.470 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction Summary 2024-09-21T13:33:07.470 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-09-21T13:33:07.470 INFO:teuthology.orchestra.run.smithi175.stdout:Install 1 Package 2024-09-21T13:33:07.470 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:33:07.471 INFO:teuthology.orchestra.run.smithi175.stdout:Total download size: 287 k 2024-09-21T13:33:07.471 INFO:teuthology.orchestra.run.smithi175.stdout:Installed size: 1.4 M 2024-09-21T13:33:07.471 INFO:teuthology.orchestra.run.smithi175.stdout:Downloading Packages: 2024-09-21T13:33:07.679 INFO:teuthology.orchestra.run.smithi175.stdout:ceph-volume-19.3.0-5104.g44178494.el9.noarch.rp 1.3 MB/s | 287 kB 00:00 2024-09-21T13:33:07.679 INFO:teuthology.orchestra.run.smithi175.stdout:-------------------------------------------------------------------------------- 2024-09-21T13:33:07.680 INFO:teuthology.orchestra.run.smithi175.stdout:Total 1.3 MB/s | 287 kB 00:00 2024-09-21T13:33:07.680 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction check 2024-09-21T13:33:07.688 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction check succeeded. 2024-09-21T13:33:07.688 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction test 2024-09-21T13:33:07.719 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction test succeeded. 2024-09-21T13:33:07.719 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction 2024-09-21T13:33:07.839 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-09-21T13:33:07.896 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:01:49 ago on Sat 21 Sep 2024 01:31:18 PM UTC. 2024-09-21T13:33:07.958 INFO:teuthology.orchestra.run.smithi175.stdout: Preparing : 1/1 2024-09-21T13:33:08.032 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-09-21T13:33:08.033 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-09-21T13:33:08.033 INFO:teuthology.orchestra.run.smithi149.stdout: Package Arch Version Repository Size 2024-09-21T13:33:08.033 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-09-21T13:33:08.033 INFO:teuthology.orchestra.run.smithi149.stdout:Installing: 2024-09-21T13:33:08.033 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-fuse x86_64 2:19.3.0-5104.g44178494.el9 ceph 900 k 2024-09-21T13:33:08.033 INFO:teuthology.orchestra.run.smithi149.stdout:Installing dependencies: 2024-09-21T13:33:08.033 INFO:teuthology.orchestra.run.smithi149.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-09-21T13:33:08.033 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:33:08.033 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2024-09-21T13:33:08.033 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-09-21T13:33:08.033 INFO:teuthology.orchestra.run.smithi149.stdout:Install 2 Packages 2024-09-21T13:33:08.033 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:33:08.034 INFO:teuthology.orchestra.run.smithi149.stdout:Total download size: 980 k 2024-09-21T13:33:08.034 INFO:teuthology.orchestra.run.smithi149.stdout:Installed size: 2.9 M 2024-09-21T13:33:08.034 INFO:teuthology.orchestra.run.smithi149.stdout:Downloading Packages: 2024-09-21T13:33:08.039 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : ceph-volume-2:19.3.0-5104.g44178494.el9.noarch 1/1 2024-09-21T13:33:08.055 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: ceph-volume-2:19.3.0-5104.g44178494.el9.noarch 1/1 2024-09-21T13:33:08.055 INFO:teuthology.orchestra.run.smithi175.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T13:33:08.055 INFO:teuthology.orchestra.run.smithi175.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-09-21T13:33:08.055 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:33:08.257 INFO:teuthology.orchestra.run.smithi149.stdout:(1/2): fuse-2.9.9-16.el9.x86_64.rpm 460 kB/s | 80 kB 00:00 2024-09-21T13:33:08.324 INFO:teuthology.orchestra.run.smithi149.stdout:(2/2): ceph-fuse-19.3.0-5104.g44178494.el9.x86_ 3.7 MB/s | 900 kB 00:00 2024-09-21T13:33:08.324 INFO:teuthology.orchestra.run.smithi149.stdout:-------------------------------------------------------------------------------- 2024-09-21T13:33:08.325 INFO:teuthology.orchestra.run.smithi149.stdout:Total 3.3 MB/s | 980 kB 00:00 2024-09-21T13:33:08.337 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction check 2024-09-21T13:33:08.359 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction check succeeded. 2024-09-21T13:33:08.359 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction test 2024-09-21T13:33:08.442 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction test succeeded. 2024-09-21T13:33:08.442 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction 2024-09-21T13:33:08.631 INFO:teuthology.orchestra.run.smithi149.stdout: Preparing : 1/1 2024-09-21T13:33:08.768 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-09-21T13:33:08.832 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-fuse-2:19.3.0-5104.g44178494.el9.x86_64 2/2 2024-09-21T13:33:08.881 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-09-21T13:33:08.912 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : ceph-mgr-diskprediction-local-2:19.3.0-5104.g44178 12/12 2024-09-21T13:33:09.039 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : ceph-volume-2:19.3.0-5104.g44178494.el9.noarch 1/1 2024-09-21T13:33:09.039 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:33:09.039 INFO:teuthology.orchestra.run.smithi175.stdout:Installed: 2024-09-21T13:33:09.039 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-volume-2:19.3.0-5104.g44178494.el9.noarch 2024-09-21T13:33:09.039 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:33:09.039 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2024-09-21T13:33:09.317 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum -y install librados-devel 2024-09-21T13:33:09.487 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: ceph-fuse-2:19.3.0-5104.g44178494.el9.x86_64 2/2 2024-09-21T13:33:09.488 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-fuse-2:19.3.0-5104.g44178494.el9.x86_64 1/2 2024-09-21T13:33:09.762 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-09-21T13:33:09.762 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:33:09.762 INFO:teuthology.orchestra.run.smithi149.stdout:Installed: 2024-09-21T13:33:09.762 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-fuse-2:19.3.0-5104.g44178494.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-09-21T13:33:09.762 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:33:09.762 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-09-21T13:33:09.914 INFO:teuthology.orchestra.run.smithi175.stdout:Last metadata expiration check: 0:01:32 ago on Sat 21 Sep 2024 01:31:37 PM UTC. 2024-09-21T13:33:10.050 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2024-09-21T13:33:10.051 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-09-21T13:33:10.051 INFO:teuthology.orchestra.run.smithi175.stdout: Package Arch Version Repo Size 2024-09-21T13:33:10.051 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-09-21T13:33:10.051 INFO:teuthology.orchestra.run.smithi175.stdout:Installing: 2024-09-21T13:33:10.052 INFO:teuthology.orchestra.run.smithi175.stdout: librados-devel x86_64 2:19.3.0-5104.g44178494.el9 ceph 126 k 2024-09-21T13:33:10.052 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:33:10.052 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction Summary 2024-09-21T13:33:10.052 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-09-21T13:33:10.052 INFO:teuthology.orchestra.run.smithi175.stdout:Install 1 Package 2024-09-21T13:33:10.052 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:33:10.052 INFO:teuthology.orchestra.run.smithi175.stdout:Total download size: 126 k 2024-09-21T13:33:10.052 INFO:teuthology.orchestra.run.smithi175.stdout:Installed size: 456 k 2024-09-21T13:33:10.052 INFO:teuthology.orchestra.run.smithi175.stdout:Downloading Packages: 2024-09-21T13:33:10.053 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install ceph-volume 2024-09-21T13:33:10.242 INFO:teuthology.orchestra.run.smithi175.stdout:librados-devel-19.3.0-5104.g44178494.el9.x86_64 668 kB/s | 126 kB 00:00 2024-09-21T13:33:10.242 INFO:teuthology.orchestra.run.smithi175.stdout:-------------------------------------------------------------------------------- 2024-09-21T13:33:10.243 INFO:teuthology.orchestra.run.smithi175.stdout:Total 662 kB/s | 126 kB 00:00 2024-09-21T13:33:10.243 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction check 2024-09-21T13:33:10.248 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction check succeeded. 2024-09-21T13:33:10.248 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction test 2024-09-21T13:33:10.313 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction test succeeded. 2024-09-21T13:33:10.314 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction 2024-09-21T13:33:10.472 INFO:teuthology.orchestra.run.smithi175.stdout: Preparing : 1/1 2024-09-21T13:33:10.572 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : librados-devel-2:19.3.0-5104.g44178494.el9.x86_64 1/1 2024-09-21T13:33:10.661 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:01:52 ago on Sat 21 Sep 2024 01:31:18 PM UTC. 2024-09-21T13:33:10.801 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-09-21T13:33:10.802 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-09-21T13:33:10.802 INFO:teuthology.orchestra.run.smithi149.stdout: Package Arch Version Repository Size 2024-09-21T13:33:10.802 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-09-21T13:33:10.802 INFO:teuthology.orchestra.run.smithi149.stdout:Installing: 2024-09-21T13:33:10.802 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-volume noarch 2:19.3.0-5104.g44178494.el9 ceph-noarch 287 k 2024-09-21T13:33:10.802 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:33:10.802 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2024-09-21T13:33:10.802 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-09-21T13:33:10.803 INFO:teuthology.orchestra.run.smithi149.stdout:Install 1 Package 2024-09-21T13:33:10.803 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:33:10.803 INFO:teuthology.orchestra.run.smithi149.stdout:Total download size: 287 k 2024-09-21T13:33:10.803 INFO:teuthology.orchestra.run.smithi149.stdout:Installed size: 1.4 M 2024-09-21T13:33:10.803 INFO:teuthology.orchestra.run.smithi149.stdout:Downloading Packages: 2024-09-21T13:33:11.008 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: librados-devel-2:19.3.0-5104.g44178494.el9.x86_64 1/1 2024-09-21T13:33:11.037 INFO:teuthology.orchestra.run.smithi149.stdout:ceph-volume-19.3.0-5104.g44178494.el9.noarch.rp 1.2 MB/s | 287 kB 00:00 2024-09-21T13:33:11.038 INFO:teuthology.orchestra.run.smithi149.stdout:-------------------------------------------------------------------------------- 2024-09-21T13:33:11.038 INFO:teuthology.orchestra.run.smithi149.stdout:Total 1.2 MB/s | 287 kB 00:00 2024-09-21T13:33:11.038 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction check 2024-09-21T13:33:11.047 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction check succeeded. 2024-09-21T13:33:11.047 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction test 2024-09-21T13:33:11.073 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction test succeeded. 2024-09-21T13:33:11.073 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction 2024-09-21T13:33:11.288 INFO:teuthology.orchestra.run.smithi149.stdout: Preparing : 1/1 2024-09-21T13:33:11.289 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : librados-devel-2:19.3.0-5104.g44178494.el9.x86_64 1/1 2024-09-21T13:33:11.290 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:33:11.290 INFO:teuthology.orchestra.run.smithi175.stdout:Installed: 2024-09-21T13:33:11.290 INFO:teuthology.orchestra.run.smithi175.stdout: librados-devel-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:33:11.290 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:33:11.290 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2024-09-21T13:33:11.339 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-volume-2:19.3.0-5104.g44178494.el9.noarch 1/1 2024-09-21T13:33:11.355 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: ceph-volume-2:19.3.0-5104.g44178494.el9.noarch 1/1 2024-09-21T13:33:11.355 INFO:teuthology.orchestra.run.smithi149.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T13:33:11.356 INFO:teuthology.orchestra.run.smithi149.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-09-21T13:33:11.356 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:33:11.555 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum -y install libcephfs2 2024-09-21T13:33:11.820 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.3.0-5104.g44178 12/12 2024-09-21T13:33:11.820 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.3.0-5104.g44178 1/12 2024-09-21T13:33:11.820 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : libgfortran-11.5.0-2.el9.x86_64 2/12 2024-09-21T13:33:11.820 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : libquadmath-11.5.0-2.el9.x86_64 3/12 2024-09-21T13:33:11.820 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-09-21T13:33:11.820 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-09-21T13:33:11.820 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-09-21T13:33:11.820 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : openblas-0.3.26-2.el9.x86_64 7/12 2024-09-21T13:33:11.820 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : openblas-openmp-0.3.26-2.el9.x86_64 8/12 2024-09-21T13:33:11.820 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-devel-3.9.19-8.el9.x86_64 9/12 2024-09-21T13:33:11.821 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-09-21T13:33:11.821 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-09-21T13:33:12.155 INFO:teuthology.orchestra.run.smithi175.stdout:Last metadata expiration check: 0:01:35 ago on Sat 21 Sep 2024 01:31:37 PM UTC. 2024-09-21T13:33:12.196 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-09-21T13:33:12.196 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:33:12.196 INFO:teuthology.orchestra.run.smithi118.stdout:Installed: 2024-09-21T13:33:12.197 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-mgr-diskprediction-local-2:19.3.0-5104.g44178494.el9.noarch 2024-09-21T13:33:12.197 INFO:teuthology.orchestra.run.smithi118.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-09-21T13:33:12.197 INFO:teuthology.orchestra.run.smithi118.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-09-21T13:33:12.197 INFO:teuthology.orchestra.run.smithi118.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-09-21T13:33:12.197 INFO:teuthology.orchestra.run.smithi118.stdout: libgfortran-11.5.0-2.el9.x86_64 2024-09-21T13:33:12.197 INFO:teuthology.orchestra.run.smithi118.stdout: libquadmath-11.5.0-2.el9.x86_64 2024-09-21T13:33:12.197 INFO:teuthology.orchestra.run.smithi118.stdout: openblas-0.3.26-2.el9.x86_64 2024-09-21T13:33:12.198 INFO:teuthology.orchestra.run.smithi118.stdout: openblas-openmp-0.3.26-2.el9.x86_64 2024-09-21T13:33:12.198 INFO:teuthology.orchestra.run.smithi118.stdout: python3-devel-3.9.19-8.el9.x86_64 2024-09-21T13:33:12.198 INFO:teuthology.orchestra.run.smithi118.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-09-21T13:33:12.198 INFO:teuthology.orchestra.run.smithi118.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-09-21T13:33:12.198 INFO:teuthology.orchestra.run.smithi118.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-09-21T13:33:12.198 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:33:12.199 INFO:teuthology.orchestra.run.smithi118.stdout:Complete! 2024-09-21T13:33:12.246 INFO:teuthology.orchestra.run.smithi175.stdout:Package libcephfs2-2:19.3.0-5104.g44178494.el9.x86_64 is already installed. 2024-09-21T13:33:12.290 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2024-09-21T13:33:12.291 INFO:teuthology.orchestra.run.smithi175.stdout:Nothing to do. 2024-09-21T13:33:12.292 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2024-09-21T13:33:12.360 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-volume-2:19.3.0-5104.g44178494.el9.noarch 1/1 2024-09-21T13:33:12.360 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:33:12.360 INFO:teuthology.orchestra.run.smithi149.stdout:Installed: 2024-09-21T13:33:12.360 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-volume-2:19.3.0-5104.g44178494.el9.noarch 2024-09-21T13:33:12.360 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:33:12.360 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-09-21T13:33:12.361 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum -y install libcephfs-devel 2024-09-21T13:33:12.552 DEBUG:teuthology.orchestra.run.smithi118:> sudo yum -y install ceph-mgr-rook 2024-09-21T13:33:12.669 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install librados-devel 2024-09-21T13:33:12.938 INFO:teuthology.orchestra.run.smithi175.stdout:Last metadata expiration check: 0:01:35 ago on Sat 21 Sep 2024 01:31:37 PM UTC. 2024-09-21T13:33:13.072 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2024-09-21T13:33:13.072 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-09-21T13:33:13.072 INFO:teuthology.orchestra.run.smithi175.stdout: Package Arch Version Repo Size 2024-09-21T13:33:13.072 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-09-21T13:33:13.072 INFO:teuthology.orchestra.run.smithi175.stdout:Installing: 2024-09-21T13:33:13.072 INFO:teuthology.orchestra.run.smithi175.stdout: libcephfs-devel x86_64 2:19.3.0-5104.g44178494.el9 ceph 32 k 2024-09-21T13:33:13.073 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:33:13.073 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction Summary 2024-09-21T13:33:13.073 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-09-21T13:33:13.073 INFO:teuthology.orchestra.run.smithi175.stdout:Install 1 Package 2024-09-21T13:33:13.073 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:33:13.073 INFO:teuthology.orchestra.run.smithi175.stdout:Total download size: 32 k 2024-09-21T13:33:13.073 INFO:teuthology.orchestra.run.smithi175.stdout:Installed size: 142 k 2024-09-21T13:33:13.074 INFO:teuthology.orchestra.run.smithi175.stdout:Downloading Packages: 2024-09-21T13:33:13.143 INFO:teuthology.orchestra.run.smithi118.stdout:Last metadata expiration check: 0:01:39 ago on Sat 21 Sep 2024 01:31:34 PM UTC. 2024-09-21T13:33:13.220 INFO:teuthology.orchestra.run.smithi175.stdout:libcephfs-devel-19.3.0-5104.g44178494.el9.x86_6 217 kB/s | 32 kB 00:00 2024-09-21T13:33:13.220 INFO:teuthology.orchestra.run.smithi175.stdout:-------------------------------------------------------------------------------- 2024-09-21T13:33:13.220 INFO:teuthology.orchestra.run.smithi175.stdout:Total 215 kB/s | 32 kB 00:00 2024-09-21T13:33:13.220 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction check 2024-09-21T13:33:13.224 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction check succeeded. 2024-09-21T13:33:13.224 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction test 2024-09-21T13:33:13.247 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction test succeeded. 2024-09-21T13:33:13.247 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction 2024-09-21T13:33:13.278 INFO:teuthology.orchestra.run.smithi118.stdout:Dependencies resolved. 2024-09-21T13:33:13.278 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:01:55 ago on Sat 21 Sep 2024 01:31:18 PM UTC. 2024-09-21T13:33:13.279 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-09-21T13:33:13.279 INFO:teuthology.orchestra.run.smithi118.stdout: Package Arch Version Repository Size 2024-09-21T13:33:13.279 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-09-21T13:33:13.279 INFO:teuthology.orchestra.run.smithi118.stdout:Installing: 2024-09-21T13:33:13.279 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-mgr-rook noarch 2:19.3.0-5104.g44178494.el9 ceph-noarch 49 k 2024-09-21T13:33:13.279 INFO:teuthology.orchestra.run.smithi118.stdout:Installing dependencies: 2024-09-21T13:33:13.279 INFO:teuthology.orchestra.run.smithi118.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-09-21T13:33:13.279 INFO:teuthology.orchestra.run.smithi118.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-09-21T13:33:13.280 INFO:teuthology.orchestra.run.smithi118.stdout: python3-google-auth noarch 1:2.34.0-1.el9 epel 220 k 2024-09-21T13:33:13.280 INFO:teuthology.orchestra.run.smithi118.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-09-21T13:33:13.280 INFO:teuthology.orchestra.run.smithi118.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-09-21T13:33:13.280 INFO:teuthology.orchestra.run.smithi118.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-09-21T13:33:13.280 INFO:teuthology.orchestra.run.smithi118.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-09-21T13:33:13.280 INFO:teuthology.orchestra.run.smithi118.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-09-21T13:33:13.280 INFO:teuthology.orchestra.run.smithi118.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-09-21T13:33:13.280 INFO:teuthology.orchestra.run.smithi118.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-09-21T13:33:13.280 INFO:teuthology.orchestra.run.smithi118.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-09-21T13:33:13.280 INFO:teuthology.orchestra.run.smithi118.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-09-21T13:33:13.280 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:33:13.280 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction Summary 2024-09-21T13:33:13.280 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-09-21T13:33:13.280 INFO:teuthology.orchestra.run.smithi118.stdout:Install 13 Packages 2024-09-21T13:33:13.281 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:33:13.281 INFO:teuthology.orchestra.run.smithi118.stdout:Total download size: 2.2 M 2024-09-21T13:33:13.281 INFO:teuthology.orchestra.run.smithi118.stdout:Installed size: 26 M 2024-09-21T13:33:13.281 INFO:teuthology.orchestra.run.smithi118.stdout:Downloading Packages: 2024-09-21T13:33:13.337 INFO:teuthology.orchestra.run.smithi175.stdout: Preparing : 1/1 2024-09-21T13:33:13.412 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-09-21T13:33:13.412 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-09-21T13:33:13.412 INFO:teuthology.orchestra.run.smithi149.stdout: Package Arch Version Repo Size 2024-09-21T13:33:13.412 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-09-21T13:33:13.412 INFO:teuthology.orchestra.run.smithi149.stdout:Installing: 2024-09-21T13:33:13.412 INFO:teuthology.orchestra.run.smithi149.stdout: librados-devel x86_64 2:19.3.0-5104.g44178494.el9 ceph 126 k 2024-09-21T13:33:13.412 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:33:13.413 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2024-09-21T13:33:13.413 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-09-21T13:33:13.413 INFO:teuthology.orchestra.run.smithi149.stdout:Install 1 Package 2024-09-21T13:33:13.413 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:33:13.413 INFO:teuthology.orchestra.run.smithi149.stdout:Total download size: 126 k 2024-09-21T13:33:13.413 INFO:teuthology.orchestra.run.smithi149.stdout:Installed size: 456 k 2024-09-21T13:33:13.413 INFO:teuthology.orchestra.run.smithi149.stdout:Downloading Packages: 2024-09-21T13:33:13.450 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : libcephfs-devel-2:19.3.0-5104.g44178494.el9.x86_64 1/1 2024-09-21T13:33:13.627 INFO:teuthology.orchestra.run.smithi149.stdout:librados-devel-19.3.0-5104.g44178494.el9.x86_64 593 kB/s | 126 kB 00:00 2024-09-21T13:33:13.628 INFO:teuthology.orchestra.run.smithi149.stdout:-------------------------------------------------------------------------------- 2024-09-21T13:33:13.628 INFO:teuthology.orchestra.run.smithi149.stdout:Total 588 kB/s | 126 kB 00:00 2024-09-21T13:33:13.628 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction check 2024-09-21T13:33:13.633 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction check succeeded. 2024-09-21T13:33:13.633 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction test 2024-09-21T13:33:13.657 INFO:teuthology.orchestra.run.smithi118.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 216 kB/s | 19 kB 00:00 2024-09-21T13:33:13.673 INFO:teuthology.orchestra.run.smithi118.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 243 kB/s | 26 kB 00:00 2024-09-21T13:33:13.698 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction test succeeded. 2024-09-21T13:33:13.698 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction 2024-09-21T13:33:13.734 INFO:teuthology.orchestra.run.smithi118.stdout:(3/13): ceph-mgr-rook-19.3.0-5104.g44178494.el9 300 kB/s | 49 kB 00:00 2024-09-21T13:33:13.791 INFO:teuthology.orchestra.run.smithi118.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.6 MB/s | 222 kB 00:00 2024-09-21T13:33:13.808 INFO:teuthology.orchestra.run.smithi118.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.2 MB/s | 159 kB 00:00 2024-09-21T13:33:13.825 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: libcephfs-devel-2:19.3.0-5104.g44178494.el9.x86_64 1/1 2024-09-21T13:33:13.841 INFO:teuthology.orchestra.run.smithi118.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 1.0 MB/s | 54 kB 00:00 2024-09-21T13:33:13.919 INFO:teuthology.orchestra.run.smithi149.stdout: Preparing : 1/1 2024-09-21T13:33:13.919 INFO:teuthology.orchestra.run.smithi118.stdout:(7/13): python3-cachetools-4.2.4-1.el9.noarch.r 482 kB/s | 32 kB 00:00 2024-09-21T13:33:13.920 INFO:teuthology.orchestra.run.smithi118.stdout:(8/13): python3-certifi-2023.05.07-4.el9.noarch 247 kB/s | 14 kB 00:00 2024-09-21T13:33:13.934 INFO:teuthology.orchestra.run.smithi118.stdout:(9/13): python3-pyasn1-modules-0.4.8-6.el9.noar 1.3 MB/s | 279 kB 00:00 2024-09-21T13:33:13.941 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : librados-devel-2:19.3.0-5104.g44178494.el9.x86_64 1/1 2024-09-21T13:33:13.959 INFO:teuthology.orchestra.run.smithi118.stdout:(10/13): python3-google-auth-2.34.0-1.el9.noarc 2.6 MB/s | 220 kB 00:00 2024-09-21T13:33:13.984 INFO:teuthology.orchestra.run.smithi118.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 1.2 MB/s | 59 kB 00:00 2024-09-21T13:33:14.018 INFO:teuthology.orchestra.run.smithi118.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.5 MB/s | 90 kB 00:00 2024-09-21T13:33:14.052 INFO:teuthology.orchestra.run.smithi118.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 6.8 MB/s | 1.0 MB 00:00 2024-09-21T13:33:14.055 INFO:teuthology.orchestra.run.smithi118.stdout:-------------------------------------------------------------------------------- 2024-09-21T13:33:14.055 INFO:teuthology.orchestra.run.smithi118.stdout:Total 2.9 MB/s | 2.2 MB 00:00 2024-09-21T13:33:14.070 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : libcephfs-devel-2:19.3.0-5104.g44178494.el9.x86_64 1/1 2024-09-21T13:33:14.070 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:33:14.070 INFO:teuthology.orchestra.run.smithi175.stdout:Installed: 2024-09-21T13:33:14.070 INFO:teuthology.orchestra.run.smithi175.stdout: libcephfs-devel-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:33:14.071 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:33:14.071 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2024-09-21T13:33:14.124 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction check 2024-09-21T13:33:14.142 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction check succeeded. 2024-09-21T13:33:14.142 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction test 2024-09-21T13:33:14.227 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction test succeeded. 2024-09-21T13:33:14.229 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction 2024-09-21T13:33:14.282 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum -y install librados2 2024-09-21T13:33:14.381 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: librados-devel-2:19.3.0-5104.g44178494.el9.x86_64 1/1 2024-09-21T13:33:14.661 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : librados-devel-2:19.3.0-5104.g44178494.el9.x86_64 1/1 2024-09-21T13:33:14.661 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:33:14.661 INFO:teuthology.orchestra.run.smithi149.stdout:Installed: 2024-09-21T13:33:14.661 INFO:teuthology.orchestra.run.smithi149.stdout: librados-devel-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:33:14.661 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:33:14.661 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-09-21T13:33:14.730 INFO:teuthology.orchestra.run.smithi118.stdout: Preparing : 1/1 2024-09-21T13:33:14.865 INFO:teuthology.orchestra.run.smithi175.stdout:Last metadata expiration check: 0:01:37 ago on Sat 21 Sep 2024 01:31:37 PM UTC. 2024-09-21T13:33:14.907 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-09-21T13:33:14.937 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install libcephfs2 2024-09-21T13:33:14.953 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-09-21T13:33:14.954 INFO:teuthology.orchestra.run.smithi175.stdout:Package librados2-2:19.3.0-5104.g44178494.el9.x86_64 is already installed. 2024-09-21T13:33:14.998 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2024-09-21T13:33:15.000 INFO:teuthology.orchestra.run.smithi175.stdout:Nothing to do. 2024-09-21T13:33:15.000 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2024-09-21T13:33:15.008 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-09-21T13:33:15.037 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-09-21T13:33:15.068 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum -y install librbd1 2024-09-21T13:33:15.079 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-09-21T13:33:15.179 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-09-21T13:33:15.291 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-google-auth-1:2.34.0-1.el9.noarch 7/13 2024-09-21T13:33:15.340 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-09-21T13:33:15.543 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:01:57 ago on Sat 21 Sep 2024 01:31:18 PM UTC. 2024-09-21T13:33:15.635 INFO:teuthology.orchestra.run.smithi149.stdout:Package libcephfs2-2:19.3.0-5104.g44178494.el9.x86_64 is already installed. 2024-09-21T13:33:15.642 INFO:teuthology.orchestra.run.smithi175.stdout:Last metadata expiration check: 0:01:38 ago on Sat 21 Sep 2024 01:31:37 PM UTC. 2024-09-21T13:33:15.682 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-09-21T13:33:15.683 INFO:teuthology.orchestra.run.smithi149.stdout:Nothing to do. 2024-09-21T13:33:15.684 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-09-21T13:33:15.730 INFO:teuthology.orchestra.run.smithi175.stdout:Package librbd1-2:19.3.0-5104.g44178494.el9.x86_64 is already installed. 2024-09-21T13:33:15.754 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install libcephfs-devel 2024-09-21T13:33:15.773 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2024-09-21T13:33:15.774 INFO:teuthology.orchestra.run.smithi175.stdout:Nothing to do. 2024-09-21T13:33:15.774 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2024-09-21T13:33:15.844 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum -y install python3-rados 2024-09-21T13:33:16.063 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-09-21T13:33:16.120 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-09-21T13:33:16.154 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-09-21T13:33:16.202 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-09-21T13:33:16.232 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : ceph-mgr-rook-2:19.3.0-5104.g44178494.el9.noarch 13/13 2024-09-21T13:33:16.339 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:01:58 ago on Sat 21 Sep 2024 01:31:18 PM UTC. 2024-09-21T13:33:16.418 INFO:teuthology.orchestra.run.smithi175.stdout:Last metadata expiration check: 0:01:39 ago on Sat 21 Sep 2024 01:31:37 PM UTC. 2024-09-21T13:33:16.473 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-09-21T13:33:16.474 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-09-21T13:33:16.474 INFO:teuthology.orchestra.run.smithi149.stdout: Package Arch Version Repo Size 2024-09-21T13:33:16.474 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-09-21T13:33:16.474 INFO:teuthology.orchestra.run.smithi149.stdout:Installing: 2024-09-21T13:33:16.474 INFO:teuthology.orchestra.run.smithi149.stdout: libcephfs-devel x86_64 2:19.3.0-5104.g44178494.el9 ceph 32 k 2024-09-21T13:33:16.474 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:33:16.474 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2024-09-21T13:33:16.474 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-09-21T13:33:16.474 INFO:teuthology.orchestra.run.smithi149.stdout:Install 1 Package 2024-09-21T13:33:16.474 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:33:16.475 INFO:teuthology.orchestra.run.smithi149.stdout:Total download size: 32 k 2024-09-21T13:33:16.475 INFO:teuthology.orchestra.run.smithi149.stdout:Installed size: 142 k 2024-09-21T13:33:16.475 INFO:teuthology.orchestra.run.smithi149.stdout:Downloading Packages: 2024-09-21T13:33:16.508 INFO:teuthology.orchestra.run.smithi175.stdout:Package python3-rados-2:19.3.0-5104.g44178494.el9.x86_64 is already installed. 2024-09-21T13:33:16.552 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2024-09-21T13:33:16.553 INFO:teuthology.orchestra.run.smithi175.stdout:Nothing to do. 2024-09-21T13:33:16.553 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2024-09-21T13:33:16.619 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum -y install python3-rgw 2024-09-21T13:33:16.623 INFO:teuthology.orchestra.run.smithi149.stdout:libcephfs-devel-19.3.0-5104.g44178494.el9.x86_6 215 kB/s | 32 kB 00:00 2024-09-21T13:33:16.623 INFO:teuthology.orchestra.run.smithi149.stdout:-------------------------------------------------------------------------------- 2024-09-21T13:33:16.623 INFO:teuthology.orchestra.run.smithi149.stdout:Total 213 kB/s | 32 kB 00:00 2024-09-21T13:33:16.623 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction check 2024-09-21T13:33:16.627 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction check succeeded. 2024-09-21T13:33:16.627 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction test 2024-09-21T13:33:16.639 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction test succeeded. 2024-09-21T13:33:16.639 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction 2024-09-21T13:33:16.728 INFO:teuthology.orchestra.run.smithi149.stdout: Preparing : 1/1 2024-09-21T13:33:16.845 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : libcephfs-devel-2:19.3.0-5104.g44178494.el9.x86_64 1/1 2024-09-21T13:33:17.012 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: ceph-mgr-rook-2:19.3.0-5104.g44178494.el9.noarch 13/13 2024-09-21T13:33:17.012 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : ceph-mgr-rook-2:19.3.0-5104.g44178494.el9.noarch 1/13 2024-09-21T13:33:17.012 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-09-21T13:33:17.012 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-09-21T13:33:17.012 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-09-21T13:33:17.012 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-09-21T13:33:17.013 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-09-21T13:33:17.013 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-09-21T13:33:17.013 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-09-21T13:33:17.013 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-09-21T13:33:17.013 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-google-auth-1:2.34.0-1.el9.noarch 10/13 2024-09-21T13:33:17.013 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-09-21T13:33:17.013 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-09-21T13:33:17.184 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: libcephfs-devel-2:19.3.0-5104.g44178494.el9.x86_64 1/1 2024-09-21T13:33:17.197 INFO:teuthology.orchestra.run.smithi175.stdout:Last metadata expiration check: 0:01:40 ago on Sat 21 Sep 2024 01:31:37 PM UTC. 2024-09-21T13:33:17.287 INFO:teuthology.orchestra.run.smithi175.stdout:Package python3-rgw-2:19.3.0-5104.g44178494.el9.x86_64 is already installed. 2024-09-21T13:33:17.330 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2024-09-21T13:33:17.331 INFO:teuthology.orchestra.run.smithi175.stdout:Nothing to do. 2024-09-21T13:33:17.331 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2024-09-21T13:33:17.356 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-09-21T13:33:17.356 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:33:17.356 INFO:teuthology.orchestra.run.smithi118.stdout:Installed: 2024-09-21T13:33:17.356 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-mgr-rook-2:19.3.0-5104.g44178494.el9.noarch 2024-09-21T13:33:17.356 INFO:teuthology.orchestra.run.smithi118.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-09-21T13:33:17.357 INFO:teuthology.orchestra.run.smithi118.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-09-21T13:33:17.357 INFO:teuthology.orchestra.run.smithi118.stdout: python3-google-auth-1:2.34.0-1.el9.noarch 2024-09-21T13:33:17.357 INFO:teuthology.orchestra.run.smithi118.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-09-21T13:33:17.357 INFO:teuthology.orchestra.run.smithi118.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-09-21T13:33:17.357 INFO:teuthology.orchestra.run.smithi118.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-09-21T13:33:17.357 INFO:teuthology.orchestra.run.smithi118.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-09-21T13:33:17.357 INFO:teuthology.orchestra.run.smithi118.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-09-21T13:33:17.357 INFO:teuthology.orchestra.run.smithi118.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-09-21T13:33:17.357 INFO:teuthology.orchestra.run.smithi118.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-09-21T13:33:17.357 INFO:teuthology.orchestra.run.smithi118.stdout: python3-rsa-4.9-2.el9.noarch 2024-09-21T13:33:17.357 INFO:teuthology.orchestra.run.smithi118.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-09-21T13:33:17.357 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:33:17.357 INFO:teuthology.orchestra.run.smithi118.stdout:Complete! 2024-09-21T13:33:17.403 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum -y install python3-cephfs 2024-09-21T13:33:17.424 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : libcephfs-devel-2:19.3.0-5104.g44178494.el9.x86_64 1/1 2024-09-21T13:33:17.424 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:33:17.424 INFO:teuthology.orchestra.run.smithi149.stdout:Installed: 2024-09-21T13:33:17.424 INFO:teuthology.orchestra.run.smithi149.stdout: libcephfs-devel-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:33:17.424 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:33:17.424 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-09-21T13:33:17.626 DEBUG:teuthology.orchestra.run.smithi118:> sudo yum -y install ceph-mgr-cephadm 2024-09-21T13:33:17.646 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install librados2 2024-09-21T13:33:17.984 INFO:teuthology.orchestra.run.smithi175.stdout:Last metadata expiration check: 0:01:40 ago on Sat 21 Sep 2024 01:31:37 PM UTC. 2024-09-21T13:33:18.073 INFO:teuthology.orchestra.run.smithi175.stdout:Package python3-cephfs-2:19.3.0-5104.g44178494.el9.x86_64 is already installed. 2024-09-21T13:33:18.117 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2024-09-21T13:33:18.118 INFO:teuthology.orchestra.run.smithi175.stdout:Nothing to do. 2024-09-21T13:33:18.118 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2024-09-21T13:33:18.187 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum -y install python3-rbd 2024-09-21T13:33:18.204 INFO:teuthology.orchestra.run.smithi118.stdout:Last metadata expiration check: 0:01:44 ago on Sat 21 Sep 2024 01:31:34 PM UTC. 2024-09-21T13:33:18.233 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:02:00 ago on Sat 21 Sep 2024 01:31:18 PM UTC. 2024-09-21T13:33:18.323 INFO:teuthology.orchestra.run.smithi149.stdout:Package librados2-2:19.3.0-5104.g44178494.el9.x86_64 is already installed. 2024-09-21T13:33:18.336 INFO:teuthology.orchestra.run.smithi118.stdout:Dependencies resolved. 2024-09-21T13:33:18.337 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-09-21T13:33:18.337 INFO:teuthology.orchestra.run.smithi118.stdout: Package Arch Version Repository Size 2024-09-21T13:33:18.337 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-09-21T13:33:18.337 INFO:teuthology.orchestra.run.smithi118.stdout:Installing: 2024-09-21T13:33:18.337 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-mgr-cephadm noarch 2:19.3.0-5104.g44178494.el9 ceph-noarch 154 k 2024-09-21T13:33:18.337 INFO:teuthology.orchestra.run.smithi118.stdout:Installing dependencies: 2024-09-21T13:33:18.337 INFO:teuthology.orchestra.run.smithi118.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-09-21T13:33:18.337 INFO:teuthology.orchestra.run.smithi118.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-09-21T13:33:18.337 INFO:teuthology.orchestra.run.smithi118.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-09-21T13:33:18.337 INFO:teuthology.orchestra.run.smithi118.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-09-21T13:33:18.337 INFO:teuthology.orchestra.run.smithi118.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-09-21T13:33:18.337 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:33:18.338 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction Summary 2024-09-21T13:33:18.338 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-09-21T13:33:18.338 INFO:teuthology.orchestra.run.smithi118.stdout:Install 6 Packages 2024-09-21T13:33:18.338 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:33:18.338 INFO:teuthology.orchestra.run.smithi118.stdout:Total download size: 7.0 M 2024-09-21T13:33:18.338 INFO:teuthology.orchestra.run.smithi118.stdout:Installed size: 33 M 2024-09-21T13:33:18.338 INFO:teuthology.orchestra.run.smithi118.stdout:Downloading Packages: 2024-09-21T13:33:18.365 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-09-21T13:33:18.366 INFO:teuthology.orchestra.run.smithi149.stdout:Nothing to do. 2024-09-21T13:33:18.367 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-09-21T13:33:18.434 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install librbd1 2024-09-21T13:33:18.563 INFO:teuthology.orchestra.run.smithi118.stdout:(1/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 1.4 MB/s | 248 kB 00:00 2024-09-21T13:33:18.588 INFO:teuthology.orchestra.run.smithi118.stdout:(2/6): ceph-mgr-cephadm-19.3.0-5104.g44178494.e 770 kB/s | 154 kB 00:00 2024-09-21T13:33:18.639 INFO:teuthology.orchestra.run.smithi118.stdout:(3/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 7.1 MB/s | 548 kB 00:00 2024-09-21T13:33:18.664 INFO:teuthology.orchestra.run.smithi118.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 839 kB/s | 58 kB 00:00 2024-09-21T13:33:18.690 INFO:teuthology.orchestra.run.smithi118.stdout:(5/6): python3-typing-extensions-4.12.2-2.el9.n 1.4 MB/s | 74 kB 00:00 2024-09-21T13:33:18.765 INFO:teuthology.orchestra.run.smithi175.stdout:Last metadata expiration check: 0:01:41 ago on Sat 21 Sep 2024 01:31:37 PM UTC. 2024-09-21T13:33:18.790 INFO:teuthology.orchestra.run.smithi118.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 15 MB/s | 6.0 MB 00:00 2024-09-21T13:33:18.792 INFO:teuthology.orchestra.run.smithi118.stdout:-------------------------------------------------------------------------------- 2024-09-21T13:33:18.792 INFO:teuthology.orchestra.run.smithi118.stdout:Total 15 MB/s | 7.0 MB 00:00 2024-09-21T13:33:18.853 INFO:teuthology.orchestra.run.smithi175.stdout:Package python3-rbd-2:19.3.0-5104.g44178494.el9.x86_64 is already installed. 2024-09-21T13:33:18.862 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction check 2024-09-21T13:33:18.873 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction check succeeded. 2024-09-21T13:33:18.873 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction test 2024-09-21T13:33:18.896 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2024-09-21T13:33:18.898 INFO:teuthology.orchestra.run.smithi175.stdout:Nothing to do. 2024-09-21T13:33:18.898 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2024-09-21T13:33:18.972 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction test succeeded. 2024-09-21T13:33:18.974 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction 2024-09-21T13:33:18.995 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum -y install rbd-fuse 2024-09-21T13:33:19.022 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:02:01 ago on Sat 21 Sep 2024 01:31:18 PM UTC. 2024-09-21T13:33:19.112 INFO:teuthology.orchestra.run.smithi149.stdout:Package librbd1-2:19.3.0-5104.g44178494.el9.x86_64 is already installed. 2024-09-21T13:33:19.156 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-09-21T13:33:19.157 INFO:teuthology.orchestra.run.smithi149.stdout:Nothing to do. 2024-09-21T13:33:19.157 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-09-21T13:33:19.227 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install python3-rados 2024-09-21T13:33:19.276 INFO:teuthology.orchestra.run.smithi118.stdout: Preparing : 1/1 2024-09-21T13:33:19.444 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-09-21T13:33:19.499 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-09-21T13:33:19.573 INFO:teuthology.orchestra.run.smithi175.stdout:Last metadata expiration check: 0:01:42 ago on Sat 21 Sep 2024 01:31:37 PM UTC. 2024-09-21T13:33:19.706 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2024-09-21T13:33:19.707 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-09-21T13:33:19.707 INFO:teuthology.orchestra.run.smithi175.stdout: Package Architecture Version Repository Size 2024-09-21T13:33:19.707 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-09-21T13:33:19.707 INFO:teuthology.orchestra.run.smithi175.stdout:Installing: 2024-09-21T13:33:19.707 INFO:teuthology.orchestra.run.smithi175.stdout: rbd-fuse x86_64 2:19.3.0-5104.g44178494.el9 ceph 85 k 2024-09-21T13:33:19.707 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:33:19.707 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction Summary 2024-09-21T13:33:19.707 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-09-21T13:33:19.707 INFO:teuthology.orchestra.run.smithi175.stdout:Install 1 Package 2024-09-21T13:33:19.707 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:33:19.708 INFO:teuthology.orchestra.run.smithi175.stdout:Total download size: 85 k 2024-09-21T13:33:19.708 INFO:teuthology.orchestra.run.smithi175.stdout:Installed size: 231 k 2024-09-21T13:33:19.708 INFO:teuthology.orchestra.run.smithi175.stdout:Downloading Packages: 2024-09-21T13:33:19.821 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:02:01 ago on Sat 21 Sep 2024 01:31:18 PM UTC. 2024-09-21T13:33:19.898 INFO:teuthology.orchestra.run.smithi175.stdout:rbd-fuse-19.3.0-5104.g44178494.el9.x86_64.rpm 449 kB/s | 85 kB 00:00 2024-09-21T13:33:19.898 INFO:teuthology.orchestra.run.smithi175.stdout:-------------------------------------------------------------------------------- 2024-09-21T13:33:19.899 INFO:teuthology.orchestra.run.smithi175.stdout:Total 445 kB/s | 85 kB 00:00 2024-09-21T13:33:19.899 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction check 2024-09-21T13:33:19.906 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction check succeeded. 2024-09-21T13:33:19.906 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction test 2024-09-21T13:33:19.911 INFO:teuthology.orchestra.run.smithi149.stdout:Package python3-rados-2:19.3.0-5104.g44178494.el9.x86_64 is already installed. 2024-09-21T13:33:19.955 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-09-21T13:33:19.957 INFO:teuthology.orchestra.run.smithi149.stdout:Nothing to do. 2024-09-21T13:33:19.957 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-09-21T13:33:19.974 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction test succeeded. 2024-09-21T13:33:19.974 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction 2024-09-21T13:33:20.018 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-09-21T13:33:20.028 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install python3-rgw 2024-09-21T13:33:20.112 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-09-21T13:33:20.166 INFO:teuthology.orchestra.run.smithi175.stdout: Preparing : 1/1 2024-09-21T13:33:20.187 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-09-21T13:33:20.221 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : ceph-mgr-cephadm-2:19.3.0-5104.g44178494.el9.noarch 6/6 2024-09-21T13:33:20.270 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : rbd-fuse-2:19.3.0-5104.g44178494.el9.x86_64 1/1 2024-09-21T13:33:20.617 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:02:02 ago on Sat 21 Sep 2024 01:31:18 PM UTC. 2024-09-21T13:33:20.656 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: rbd-fuse-2:19.3.0-5104.g44178494.el9.x86_64 1/1 2024-09-21T13:33:20.707 INFO:teuthology.orchestra.run.smithi149.stdout:Package python3-rgw-2:19.3.0-5104.g44178494.el9.x86_64 is already installed. 2024-09-21T13:33:20.752 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-09-21T13:33:20.753 INFO:teuthology.orchestra.run.smithi149.stdout:Nothing to do. 2024-09-21T13:33:20.753 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-09-21T13:33:20.829 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install python3-cephfs 2024-09-21T13:33:20.913 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : rbd-fuse-2:19.3.0-5104.g44178494.el9.x86_64 1/1 2024-09-21T13:33:20.913 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:33:20.914 INFO:teuthology.orchestra.run.smithi175.stdout:Installed: 2024-09-21T13:33:20.914 INFO:teuthology.orchestra.run.smithi175.stdout: rbd-fuse-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:33:20.914 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:33:20.914 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2024-09-21T13:33:21.036 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.3.0-5104.g44178494.el9.noarch 6/6 2024-09-21T13:33:21.036 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : ceph-mgr-cephadm-2:19.3.0-5104.g44178494.el9.noarch 1/6 2024-09-21T13:33:21.036 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-09-21T13:33:21.036 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-09-21T13:33:21.036 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-09-21T13:33:21.037 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-09-21T13:33:21.124 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum -y install rbd-mirror 2024-09-21T13:33:21.346 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-09-21T13:33:21.346 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:33:21.346 INFO:teuthology.orchestra.run.smithi118.stdout:Installed: 2024-09-21T13:33:21.346 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-mgr-cephadm-2:19.3.0-5104.g44178494.el9.noarch 2024-09-21T13:33:21.346 INFO:teuthology.orchestra.run.smithi118.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-09-21T13:33:21.346 INFO:teuthology.orchestra.run.smithi118.stdout: python3-babel-2.9.1-2.el9.noarch 2024-09-21T13:33:21.346 INFO:teuthology.orchestra.run.smithi118.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-09-21T13:33:21.346 INFO:teuthology.orchestra.run.smithi118.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-09-21T13:33:21.346 INFO:teuthology.orchestra.run.smithi118.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-09-21T13:33:21.346 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:33:21.347 INFO:teuthology.orchestra.run.smithi118.stdout:Complete! 2024-09-21T13:33:21.416 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:02:03 ago on Sat 21 Sep 2024 01:31:18 PM UTC. 2024-09-21T13:33:21.505 INFO:teuthology.orchestra.run.smithi149.stdout:Package python3-cephfs-2:19.3.0-5104.g44178494.el9.x86_64 is already installed. 2024-09-21T13:33:21.548 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-09-21T13:33:21.549 INFO:teuthology.orchestra.run.smithi149.stdout:Nothing to do. 2024-09-21T13:33:21.549 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-09-21T13:33:21.618 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install python3-rbd 2024-09-21T13:33:21.630 DEBUG:teuthology.orchestra.run.smithi118:> sudo yum -y install ceph-fuse 2024-09-21T13:33:21.729 INFO:teuthology.orchestra.run.smithi175.stdout:Last metadata expiration check: 0:01:44 ago on Sat 21 Sep 2024 01:31:37 PM UTC. 2024-09-21T13:33:21.873 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2024-09-21T13:33:21.874 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-09-21T13:33:21.874 INFO:teuthology.orchestra.run.smithi175.stdout: Package Arch Version Repo Size 2024-09-21T13:33:21.874 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-09-21T13:33:21.874 INFO:teuthology.orchestra.run.smithi175.stdout:Installing: 2024-09-21T13:33:21.875 INFO:teuthology.orchestra.run.smithi175.stdout: rbd-mirror x86_64 2:19.3.0-5104.g44178494.el9 ceph 3.2 M 2024-09-21T13:33:21.875 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:33:21.875 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction Summary 2024-09-21T13:33:21.875 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-09-21T13:33:21.875 INFO:teuthology.orchestra.run.smithi175.stdout:Install 1 Package 2024-09-21T13:33:21.875 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:33:21.875 INFO:teuthology.orchestra.run.smithi175.stdout:Total download size: 3.2 M 2024-09-21T13:33:21.875 INFO:teuthology.orchestra.run.smithi175.stdout:Installed size: 14 M 2024-09-21T13:33:21.875 INFO:teuthology.orchestra.run.smithi175.stdout:Downloading Packages: 2024-09-21T13:33:22.201 INFO:teuthology.orchestra.run.smithi175.stdout:rbd-mirror-19.3.0-5104.g44178494.el9.x86_64.rpm 9.8 MB/s | 3.2 MB 00:00 2024-09-21T13:33:22.201 INFO:teuthology.orchestra.run.smithi175.stdout:-------------------------------------------------------------------------------- 2024-09-21T13:33:22.202 INFO:teuthology.orchestra.run.smithi175.stdout:Total 9.8 MB/s | 3.2 MB 00:00 2024-09-21T13:33:22.202 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction check 2024-09-21T13:33:22.211 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction check succeeded. 2024-09-21T13:33:22.211 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction test 2024-09-21T13:33:22.213 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:02:04 ago on Sat 21 Sep 2024 01:31:18 PM UTC. 2024-09-21T13:33:22.216 INFO:teuthology.orchestra.run.smithi118.stdout:Last metadata expiration check: 0:01:48 ago on Sat 21 Sep 2024 01:31:34 PM UTC. 2024-09-21T13:33:22.296 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction test succeeded. 2024-09-21T13:33:22.297 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction 2024-09-21T13:33:22.303 INFO:teuthology.orchestra.run.smithi149.stdout:Package python3-rbd-2:19.3.0-5104.g44178494.el9.x86_64 is already installed. 2024-09-21T13:33:22.347 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-09-21T13:33:22.347 INFO:teuthology.orchestra.run.smithi149.stdout:Nothing to do. 2024-09-21T13:33:22.347 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-09-21T13:33:22.349 INFO:teuthology.orchestra.run.smithi118.stdout:Dependencies resolved. 2024-09-21T13:33:22.350 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-09-21T13:33:22.350 INFO:teuthology.orchestra.run.smithi118.stdout: Package Arch Version Repository Size 2024-09-21T13:33:22.350 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-09-21T13:33:22.350 INFO:teuthology.orchestra.run.smithi118.stdout:Installing: 2024-09-21T13:33:22.350 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-fuse x86_64 2:19.3.0-5104.g44178494.el9 ceph 900 k 2024-09-21T13:33:22.350 INFO:teuthology.orchestra.run.smithi118.stdout:Installing dependencies: 2024-09-21T13:33:22.350 INFO:teuthology.orchestra.run.smithi118.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-09-21T13:33:22.350 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:33:22.350 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction Summary 2024-09-21T13:33:22.350 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-09-21T13:33:22.350 INFO:teuthology.orchestra.run.smithi118.stdout:Install 2 Packages 2024-09-21T13:33:22.351 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:33:22.351 INFO:teuthology.orchestra.run.smithi118.stdout:Total download size: 980 k 2024-09-21T13:33:22.351 INFO:teuthology.orchestra.run.smithi118.stdout:Installed size: 2.9 M 2024-09-21T13:33:22.351 INFO:teuthology.orchestra.run.smithi118.stdout:Downloading Packages: 2024-09-21T13:33:22.421 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install rbd-fuse 2024-09-21T13:33:22.568 INFO:teuthology.orchestra.run.smithi118.stdout:(1/2): fuse-2.9.9-16.el9.x86_64.rpm 466 kB/s | 80 kB 00:00 2024-09-21T13:33:22.701 INFO:teuthology.orchestra.run.smithi118.stdout:(2/2): ceph-fuse-19.3.0-5104.g44178494.el9.x86_ 2.9 MB/s | 900 kB 00:00 2024-09-21T13:33:22.702 INFO:teuthology.orchestra.run.smithi118.stdout:-------------------------------------------------------------------------------- 2024-09-21T13:33:22.702 INFO:teuthology.orchestra.run.smithi118.stdout:Total 2.7 MB/s | 980 kB 00:00 2024-09-21T13:33:22.714 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction check 2024-09-21T13:33:22.735 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction check succeeded. 2024-09-21T13:33:22.735 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction test 2024-09-21T13:33:22.752 INFO:teuthology.orchestra.run.smithi175.stdout: Preparing : 1/1 2024-09-21T13:33:22.816 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction test succeeded. 2024-09-21T13:33:22.816 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction 2024-09-21T13:33:22.818 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : rbd-mirror-2:19.3.0-5104.g44178494.el9.x86_64 1/1 2024-09-21T13:33:22.844 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: rbd-mirror-2:19.3.0-5104.g44178494.el9.x86_64 1/1 2024-09-21T13:33:22.845 INFO:teuthology.orchestra.run.smithi175.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T13:33:22.845 INFO:teuthology.orchestra.run.smithi175.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-09-21T13:33:22.845 INFO:teuthology.orchestra.run.smithi175.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-21T13:33:22.845 INFO:teuthology.orchestra.run.smithi175.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-21T13:33:22.845 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:33:23.013 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:02:05 ago on Sat 21 Sep 2024 01:31:18 PM UTC. 2024-09-21T13:33:23.022 INFO:teuthology.orchestra.run.smithi118.stdout: Preparing : 1/1 2024-09-21T13:33:23.147 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-09-21T13:33:23.148 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-09-21T13:33:23.148 INFO:teuthology.orchestra.run.smithi149.stdout: Package Architecture Version Repository Size 2024-09-21T13:33:23.148 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-09-21T13:33:23.148 INFO:teuthology.orchestra.run.smithi149.stdout:Installing: 2024-09-21T13:33:23.148 INFO:teuthology.orchestra.run.smithi149.stdout: rbd-fuse x86_64 2:19.3.0-5104.g44178494.el9 ceph 85 k 2024-09-21T13:33:23.148 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:33:23.150 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2024-09-21T13:33:23.150 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-09-21T13:33:23.150 INFO:teuthology.orchestra.run.smithi149.stdout:Install 1 Package 2024-09-21T13:33:23.150 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:33:23.150 INFO:teuthology.orchestra.run.smithi149.stdout:Total download size: 85 k 2024-09-21T13:33:23.150 INFO:teuthology.orchestra.run.smithi149.stdout:Installed size: 231 k 2024-09-21T13:33:23.150 INFO:teuthology.orchestra.run.smithi149.stdout:Downloading Packages: 2024-09-21T13:33:23.187 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-09-21T13:33:23.261 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : ceph-fuse-2:19.3.0-5104.g44178494.el9.x86_64 2/2 2024-09-21T13:33:23.342 INFO:teuthology.orchestra.run.smithi149.stdout:rbd-fuse-19.3.0-5104.g44178494.el9.x86_64.rpm 441 kB/s | 85 kB 00:00 2024-09-21T13:33:23.343 INFO:teuthology.orchestra.run.smithi149.stdout:-------------------------------------------------------------------------------- 2024-09-21T13:33:23.343 INFO:teuthology.orchestra.run.smithi149.stdout:Total 438 kB/s | 85 kB 00:00 2024-09-21T13:33:23.343 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction check 2024-09-21T13:33:23.350 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction check succeeded. 2024-09-21T13:33:23.350 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction test 2024-09-21T13:33:23.420 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction test succeeded. 2024-09-21T13:33:23.420 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction 2024-09-21T13:33:23.608 INFO:teuthology.orchestra.run.smithi149.stdout: Preparing : 1/1 2024-09-21T13:33:23.715 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : rbd-fuse-2:19.3.0-5104.g44178494.el9.x86_64 1/1 2024-09-21T13:33:23.980 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: ceph-fuse-2:19.3.0-5104.g44178494.el9.x86_64 2/2 2024-09-21T13:33:23.981 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : ceph-fuse-2:19.3.0-5104.g44178494.el9.x86_64 1/2 2024-09-21T13:33:23.995 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : rbd-mirror-2:19.3.0-5104.g44178494.el9.x86_64 1/1 2024-09-21T13:33:23.995 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:33:23.995 INFO:teuthology.orchestra.run.smithi175.stdout:Installed: 2024-09-21T13:33:23.996 INFO:teuthology.orchestra.run.smithi175.stdout: rbd-mirror-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:33:23.996 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:33:23.996 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2024-09-21T13:33:24.090 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: rbd-fuse-2:19.3.0-5104.g44178494.el9.x86_64 1/1 2024-09-21T13:33:24.211 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum -y install rbd-nbd 2024-09-21T13:33:24.263 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-09-21T13:33:24.263 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:33:24.263 INFO:teuthology.orchestra.run.smithi118.stdout:Installed: 2024-09-21T13:33:24.263 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-fuse-2:19.3.0-5104.g44178494.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-09-21T13:33:24.263 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:33:24.263 INFO:teuthology.orchestra.run.smithi118.stdout:Complete! 2024-09-21T13:33:24.385 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : rbd-fuse-2:19.3.0-5104.g44178494.el9.x86_64 1/1 2024-09-21T13:33:24.385 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:33:24.385 INFO:teuthology.orchestra.run.smithi149.stdout:Installed: 2024-09-21T13:33:24.385 INFO:teuthology.orchestra.run.smithi149.stdout: rbd-fuse-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:33:24.385 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:33:24.385 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-09-21T13:33:24.553 DEBUG:teuthology.orchestra.run.smithi118:> sudo yum -y install ceph-volume 2024-09-21T13:33:24.613 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install rbd-mirror 2024-09-21T13:33:24.807 INFO:teuthology.orchestra.run.smithi175.stdout:Last metadata expiration check: 0:01:47 ago on Sat 21 Sep 2024 01:31:37 PM UTC. 2024-09-21T13:33:24.938 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2024-09-21T13:33:24.939 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-09-21T13:33:24.939 INFO:teuthology.orchestra.run.smithi175.stdout: Package Architecture Version Repository Size 2024-09-21T13:33:24.939 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-09-21T13:33:24.939 INFO:teuthology.orchestra.run.smithi175.stdout:Installing: 2024-09-21T13:33:24.939 INFO:teuthology.orchestra.run.smithi175.stdout: rbd-nbd x86_64 2:19.3.0-5104.g44178494.el9 ceph 170 k 2024-09-21T13:33:24.939 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:33:24.939 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction Summary 2024-09-21T13:33:24.939 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-09-21T13:33:24.939 INFO:teuthology.orchestra.run.smithi175.stdout:Install 1 Package 2024-09-21T13:33:24.939 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:33:24.940 INFO:teuthology.orchestra.run.smithi175.stdout:Total download size: 170 k 2024-09-21T13:33:24.940 INFO:teuthology.orchestra.run.smithi175.stdout:Installed size: 490 k 2024-09-21T13:33:24.940 INFO:teuthology.orchestra.run.smithi175.stdout:Downloading Packages: 2024-09-21T13:33:25.145 INFO:teuthology.orchestra.run.smithi175.stdout:rbd-nbd-19.3.0-5104.g44178494.el9.x86_64.rpm 833 kB/s | 170 kB 00:00 2024-09-21T13:33:25.145 INFO:teuthology.orchestra.run.smithi175.stdout:-------------------------------------------------------------------------------- 2024-09-21T13:33:25.146 INFO:teuthology.orchestra.run.smithi175.stdout:Total 828 kB/s | 170 kB 00:00 2024-09-21T13:33:25.146 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction check 2024-09-21T13:33:25.153 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction check succeeded. 2024-09-21T13:33:25.153 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction test 2024-09-21T13:33:25.154 INFO:teuthology.orchestra.run.smithi118.stdout:Last metadata expiration check: 0:01:51 ago on Sat 21 Sep 2024 01:31:34 PM UTC. 2024-09-21T13:33:25.222 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction test succeeded. 2024-09-21T13:33:25.223 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction 2024-09-21T13:33:25.256 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:02:07 ago on Sat 21 Sep 2024 01:31:18 PM UTC. 2024-09-21T13:33:25.292 INFO:teuthology.orchestra.run.smithi118.stdout:Dependencies resolved. 2024-09-21T13:33:25.293 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-09-21T13:33:25.293 INFO:teuthology.orchestra.run.smithi118.stdout: Package Arch Version Repository Size 2024-09-21T13:33:25.293 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-09-21T13:33:25.293 INFO:teuthology.orchestra.run.smithi118.stdout:Installing: 2024-09-21T13:33:25.293 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-volume noarch 2:19.3.0-5104.g44178494.el9 ceph-noarch 287 k 2024-09-21T13:33:25.293 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:33:25.294 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction Summary 2024-09-21T13:33:25.294 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-09-21T13:33:25.294 INFO:teuthology.orchestra.run.smithi118.stdout:Install 1 Package 2024-09-21T13:33:25.294 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:33:25.295 INFO:teuthology.orchestra.run.smithi118.stdout:Total download size: 287 k 2024-09-21T13:33:25.295 INFO:teuthology.orchestra.run.smithi118.stdout:Installed size: 1.4 M 2024-09-21T13:33:25.295 INFO:teuthology.orchestra.run.smithi118.stdout:Downloading Packages: 2024-09-21T13:33:25.382 INFO:teuthology.orchestra.run.smithi175.stdout: Preparing : 1/1 2024-09-21T13:33:25.397 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-09-21T13:33:25.398 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-09-21T13:33:25.398 INFO:teuthology.orchestra.run.smithi149.stdout: Package Arch Version Repo Size 2024-09-21T13:33:25.398 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-09-21T13:33:25.398 INFO:teuthology.orchestra.run.smithi149.stdout:Installing: 2024-09-21T13:33:25.398 INFO:teuthology.orchestra.run.smithi149.stdout: rbd-mirror x86_64 2:19.3.0-5104.g44178494.el9 ceph 3.2 M 2024-09-21T13:33:25.398 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:33:25.398 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2024-09-21T13:33:25.398 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-09-21T13:33:25.399 INFO:teuthology.orchestra.run.smithi149.stdout:Install 1 Package 2024-09-21T13:33:25.399 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:33:25.399 INFO:teuthology.orchestra.run.smithi149.stdout:Total download size: 3.2 M 2024-09-21T13:33:25.399 INFO:teuthology.orchestra.run.smithi149.stdout:Installed size: 14 M 2024-09-21T13:33:25.399 INFO:teuthology.orchestra.run.smithi149.stdout:Downloading Packages: 2024-09-21T13:33:25.485 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : rbd-nbd-2:19.3.0-5104.g44178494.el9.x86_64 1/1 2024-09-21T13:33:25.532 INFO:teuthology.orchestra.run.smithi118.stdout:ceph-volume-19.3.0-5104.g44178494.el9.noarch.rp 1.2 MB/s | 287 kB 00:00 2024-09-21T13:33:25.533 INFO:teuthology.orchestra.run.smithi118.stdout:-------------------------------------------------------------------------------- 2024-09-21T13:33:25.533 INFO:teuthology.orchestra.run.smithi118.stdout:Total 1.2 MB/s | 287 kB 00:00 2024-09-21T13:33:25.533 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction check 2024-09-21T13:33:25.542 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction check succeeded. 2024-09-21T13:33:25.542 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction test 2024-09-21T13:33:25.569 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction test succeeded. 2024-09-21T13:33:25.569 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction 2024-09-21T13:33:25.713 INFO:teuthology.orchestra.run.smithi149.stdout:rbd-mirror-19.3.0-5104.g44178494.el9.x86_64.rpm 10 MB/s | 3.2 MB 00:00 2024-09-21T13:33:25.714 INFO:teuthology.orchestra.run.smithi149.stdout:-------------------------------------------------------------------------------- 2024-09-21T13:33:25.715 INFO:teuthology.orchestra.run.smithi149.stdout:Total 10 MB/s | 3.2 MB 00:00 2024-09-21T13:33:25.715 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction check 2024-09-21T13:33:25.724 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction check succeeded. 2024-09-21T13:33:25.724 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction test 2024-09-21T13:33:25.789 INFO:teuthology.orchestra.run.smithi118.stdout: Preparing : 1/1 2024-09-21T13:33:25.810 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction test succeeded. 2024-09-21T13:33:25.810 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction 2024-09-21T13:33:25.868 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : ceph-volume-2:19.3.0-5104.g44178494.el9.noarch 1/1 2024-09-21T13:33:25.885 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: rbd-nbd-2:19.3.0-5104.g44178494.el9.x86_64 1/1 2024-09-21T13:33:25.886 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: ceph-volume-2:19.3.0-5104.g44178494.el9.noarch 1/1 2024-09-21T13:33:25.886 INFO:teuthology.orchestra.run.smithi118.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T13:33:25.886 INFO:teuthology.orchestra.run.smithi118.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-09-21T13:33:25.886 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:33:26.193 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : rbd-nbd-2:19.3.0-5104.g44178494.el9.x86_64 1/1 2024-09-21T13:33:26.194 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:33:26.194 INFO:teuthology.orchestra.run.smithi175.stdout:Installed: 2024-09-21T13:33:26.194 INFO:teuthology.orchestra.run.smithi175.stdout: rbd-nbd-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:33:26.194 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:33:26.194 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2024-09-21T13:33:26.249 INFO:teuthology.orchestra.run.smithi149.stdout: Preparing : 1/1 2024-09-21T13:33:26.323 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : rbd-mirror-2:19.3.0-5104.g44178494.el9.x86_64 1/1 2024-09-21T13:33:26.349 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: rbd-mirror-2:19.3.0-5104.g44178494.el9.x86_64 1/1 2024-09-21T13:33:26.349 INFO:teuthology.orchestra.run.smithi149.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T13:33:26.350 INFO:teuthology.orchestra.run.smithi149.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-09-21T13:33:26.350 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-21T13:33:26.350 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-21T13:33:26.350 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:33:26.448 DEBUG:teuthology.parallel:result is None 2024-09-21T13:33:26.897 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : ceph-volume-2:19.3.0-5104.g44178494.el9.noarch 1/1 2024-09-21T13:33:26.897 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:33:26.897 INFO:teuthology.orchestra.run.smithi118.stdout:Installed: 2024-09-21T13:33:26.897 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-volume-2:19.3.0-5104.g44178494.el9.noarch 2024-09-21T13:33:26.897 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:33:26.897 INFO:teuthology.orchestra.run.smithi118.stdout:Complete! 2024-09-21T13:33:27.215 DEBUG:teuthology.orchestra.run.smithi118:> sudo yum -y install librados-devel 2024-09-21T13:33:27.433 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : rbd-mirror-2:19.3.0-5104.g44178494.el9.x86_64 1/1 2024-09-21T13:33:27.433 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:33:27.433 INFO:teuthology.orchestra.run.smithi149.stdout:Installed: 2024-09-21T13:33:27.433 INFO:teuthology.orchestra.run.smithi149.stdout: rbd-mirror-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:33:27.433 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:33:27.434 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-09-21T13:33:27.676 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install rbd-nbd 2024-09-21T13:33:27.809 INFO:teuthology.orchestra.run.smithi118.stdout:Last metadata expiration check: 0:01:53 ago on Sat 21 Sep 2024 01:31:34 PM UTC. 2024-09-21T13:33:27.942 INFO:teuthology.orchestra.run.smithi118.stdout:Dependencies resolved. 2024-09-21T13:33:27.943 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-09-21T13:33:27.943 INFO:teuthology.orchestra.run.smithi118.stdout: Package Arch Version Repo Size 2024-09-21T13:33:27.943 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-09-21T13:33:27.943 INFO:teuthology.orchestra.run.smithi118.stdout:Installing: 2024-09-21T13:33:27.944 INFO:teuthology.orchestra.run.smithi118.stdout: librados-devel x86_64 2:19.3.0-5104.g44178494.el9 ceph 126 k 2024-09-21T13:33:27.944 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:33:27.944 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction Summary 2024-09-21T13:33:27.944 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-09-21T13:33:27.944 INFO:teuthology.orchestra.run.smithi118.stdout:Install 1 Package 2024-09-21T13:33:27.944 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:33:27.944 INFO:teuthology.orchestra.run.smithi118.stdout:Total download size: 126 k 2024-09-21T13:33:27.944 INFO:teuthology.orchestra.run.smithi118.stdout:Installed size: 456 k 2024-09-21T13:33:27.944 INFO:teuthology.orchestra.run.smithi118.stdout:Downloading Packages: 2024-09-21T13:33:28.165 INFO:teuthology.orchestra.run.smithi118.stdout:librados-devel-19.3.0-5104.g44178494.el9.x86_64 572 kB/s | 126 kB 00:00 2024-09-21T13:33:28.166 INFO:teuthology.orchestra.run.smithi118.stdout:-------------------------------------------------------------------------------- 2024-09-21T13:33:28.166 INFO:teuthology.orchestra.run.smithi118.stdout:Total 568 kB/s | 126 kB 00:00 2024-09-21T13:33:28.166 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction check 2024-09-21T13:33:28.172 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction check succeeded. 2024-09-21T13:33:28.172 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction test 2024-09-21T13:33:28.235 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction test succeeded. 2024-09-21T13:33:28.236 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction 2024-09-21T13:33:28.293 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:02:10 ago on Sat 21 Sep 2024 01:31:18 PM UTC. 2024-09-21T13:33:28.387 INFO:teuthology.orchestra.run.smithi118.stdout: Preparing : 1/1 2024-09-21T13:33:28.426 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-09-21T13:33:28.426 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-09-21T13:33:28.426 INFO:teuthology.orchestra.run.smithi149.stdout: Package Architecture Version Repository Size 2024-09-21T13:33:28.426 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-09-21T13:33:28.426 INFO:teuthology.orchestra.run.smithi149.stdout:Installing: 2024-09-21T13:33:28.427 INFO:teuthology.orchestra.run.smithi149.stdout: rbd-nbd x86_64 2:19.3.0-5104.g44178494.el9 ceph 170 k 2024-09-21T13:33:28.427 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:33:28.427 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2024-09-21T13:33:28.427 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-09-21T13:33:28.427 INFO:teuthology.orchestra.run.smithi149.stdout:Install 1 Package 2024-09-21T13:33:28.427 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:33:28.428 INFO:teuthology.orchestra.run.smithi149.stdout:Total download size: 170 k 2024-09-21T13:33:28.428 INFO:teuthology.orchestra.run.smithi149.stdout:Installed size: 490 k 2024-09-21T13:33:28.428 INFO:teuthology.orchestra.run.smithi149.stdout:Downloading Packages: 2024-09-21T13:33:28.487 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : librados-devel-2:19.3.0-5104.g44178494.el9.x86_64 1/1 2024-09-21T13:33:28.643 INFO:teuthology.orchestra.run.smithi149.stdout:rbd-nbd-19.3.0-5104.g44178494.el9.x86_64.rpm 792 kB/s | 170 kB 00:00 2024-09-21T13:33:28.643 INFO:teuthology.orchestra.run.smithi149.stdout:-------------------------------------------------------------------------------- 2024-09-21T13:33:28.644 INFO:teuthology.orchestra.run.smithi149.stdout:Total 786 kB/s | 170 kB 00:00 2024-09-21T13:33:28.644 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction check 2024-09-21T13:33:28.652 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction check succeeded. 2024-09-21T13:33:28.652 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction test 2024-09-21T13:33:28.721 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction test succeeded. 2024-09-21T13:33:28.721 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction 2024-09-21T13:33:28.881 INFO:teuthology.orchestra.run.smithi149.stdout: Preparing : 1/1 2024-09-21T13:33:28.982 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: librados-devel-2:19.3.0-5104.g44178494.el9.x86_64 1/1 2024-09-21T13:33:28.990 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : rbd-nbd-2:19.3.0-5104.g44178494.el9.x86_64 1/1 2024-09-21T13:33:29.246 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : librados-devel-2:19.3.0-5104.g44178494.el9.x86_64 1/1 2024-09-21T13:33:29.246 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:33:29.247 INFO:teuthology.orchestra.run.smithi118.stdout:Installed: 2024-09-21T13:33:29.247 INFO:teuthology.orchestra.run.smithi118.stdout: librados-devel-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:33:29.247 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:33:29.247 INFO:teuthology.orchestra.run.smithi118.stdout:Complete! 2024-09-21T13:33:29.430 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: rbd-nbd-2:19.3.0-5104.g44178494.el9.x86_64 1/1 2024-09-21T13:33:29.506 DEBUG:teuthology.orchestra.run.smithi118:> sudo yum -y install libcephfs2 2024-09-21T13:33:29.751 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : rbd-nbd-2:19.3.0-5104.g44178494.el9.x86_64 1/1 2024-09-21T13:33:29.751 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:33:29.751 INFO:teuthology.orchestra.run.smithi149.stdout:Installed: 2024-09-21T13:33:29.752 INFO:teuthology.orchestra.run.smithi149.stdout: rbd-nbd-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:33:29.752 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:33:29.752 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-09-21T13:33:30.038 DEBUG:teuthology.parallel:result is None 2024-09-21T13:33:30.105 INFO:teuthology.orchestra.run.smithi118.stdout:Last metadata expiration check: 0:01:56 ago on Sat 21 Sep 2024 01:31:34 PM UTC. 2024-09-21T13:33:30.197 INFO:teuthology.orchestra.run.smithi118.stdout:Package libcephfs2-2:19.3.0-5104.g44178494.el9.x86_64 is already installed. 2024-09-21T13:33:30.241 INFO:teuthology.orchestra.run.smithi118.stdout:Dependencies resolved. 2024-09-21T13:33:30.242 INFO:teuthology.orchestra.run.smithi118.stdout:Nothing to do. 2024-09-21T13:33:30.242 INFO:teuthology.orchestra.run.smithi118.stdout:Complete! 2024-09-21T13:33:30.313 DEBUG:teuthology.orchestra.run.smithi118:> sudo yum -y install libcephfs-devel 2024-09-21T13:33:30.890 INFO:teuthology.orchestra.run.smithi118.stdout:Last metadata expiration check: 0:01:56 ago on Sat 21 Sep 2024 01:31:34 PM UTC. 2024-09-21T13:33:31.021 INFO:teuthology.orchestra.run.smithi118.stdout:Dependencies resolved. 2024-09-21T13:33:31.022 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-09-21T13:33:31.022 INFO:teuthology.orchestra.run.smithi118.stdout: Package Arch Version Repo Size 2024-09-21T13:33:31.022 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-09-21T13:33:31.023 INFO:teuthology.orchestra.run.smithi118.stdout:Installing: 2024-09-21T13:33:31.023 INFO:teuthology.orchestra.run.smithi118.stdout: libcephfs-devel x86_64 2:19.3.0-5104.g44178494.el9 ceph 32 k 2024-09-21T13:33:31.023 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:33:31.023 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction Summary 2024-09-21T13:33:31.023 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-09-21T13:33:31.023 INFO:teuthology.orchestra.run.smithi118.stdout:Install 1 Package 2024-09-21T13:33:31.023 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:33:31.023 INFO:teuthology.orchestra.run.smithi118.stdout:Total download size: 32 k 2024-09-21T13:33:31.023 INFO:teuthology.orchestra.run.smithi118.stdout:Installed size: 142 k 2024-09-21T13:33:31.023 INFO:teuthology.orchestra.run.smithi118.stdout:Downloading Packages: 2024-09-21T13:33:31.202 INFO:teuthology.orchestra.run.smithi118.stdout:libcephfs-devel-19.3.0-5104.g44178494.el9.x86_6 177 kB/s | 32 kB 00:00 2024-09-21T13:33:31.203 INFO:teuthology.orchestra.run.smithi118.stdout:-------------------------------------------------------------------------------- 2024-09-21T13:33:31.203 INFO:teuthology.orchestra.run.smithi118.stdout:Total 176 kB/s | 32 kB 00:00 2024-09-21T13:33:31.203 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction check 2024-09-21T13:33:31.207 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction check succeeded. 2024-09-21T13:33:31.207 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction test 2024-09-21T13:33:31.223 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction test succeeded. 2024-09-21T13:33:31.223 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction 2024-09-21T13:33:31.317 INFO:teuthology.orchestra.run.smithi118.stdout: Preparing : 1/1 2024-09-21T13:33:31.425 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : libcephfs-devel-2:19.3.0-5104.g44178494.el9.x86_64 1/1 2024-09-21T13:33:31.815 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: libcephfs-devel-2:19.3.0-5104.g44178494.el9.x86_64 1/1 2024-09-21T13:33:32.069 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : libcephfs-devel-2:19.3.0-5104.g44178494.el9.x86_64 1/1 2024-09-21T13:33:32.069 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:33:32.069 INFO:teuthology.orchestra.run.smithi118.stdout:Installed: 2024-09-21T13:33:32.069 INFO:teuthology.orchestra.run.smithi118.stdout: libcephfs-devel-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:33:32.069 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:33:32.069 INFO:teuthology.orchestra.run.smithi118.stdout:Complete! 2024-09-21T13:33:32.278 DEBUG:teuthology.orchestra.run.smithi118:> sudo yum -y install librados2 2024-09-21T13:33:32.855 INFO:teuthology.orchestra.run.smithi118.stdout:Last metadata expiration check: 0:01:58 ago on Sat 21 Sep 2024 01:31:34 PM UTC. 2024-09-21T13:33:32.943 INFO:teuthology.orchestra.run.smithi118.stdout:Package librados2-2:19.3.0-5104.g44178494.el9.x86_64 is already installed. 2024-09-21T13:33:32.986 INFO:teuthology.orchestra.run.smithi118.stdout:Dependencies resolved. 2024-09-21T13:33:32.987 INFO:teuthology.orchestra.run.smithi118.stdout:Nothing to do. 2024-09-21T13:33:32.987 INFO:teuthology.orchestra.run.smithi118.stdout:Complete! 2024-09-21T13:33:33.077 DEBUG:teuthology.orchestra.run.smithi118:> sudo yum -y install librbd1 2024-09-21T13:33:33.655 INFO:teuthology.orchestra.run.smithi118.stdout:Last metadata expiration check: 0:01:59 ago on Sat 21 Sep 2024 01:31:34 PM UTC. 2024-09-21T13:33:33.742 INFO:teuthology.orchestra.run.smithi118.stdout:Package librbd1-2:19.3.0-5104.g44178494.el9.x86_64 is already installed. 2024-09-21T13:33:33.786 INFO:teuthology.orchestra.run.smithi118.stdout:Dependencies resolved. 2024-09-21T13:33:33.787 INFO:teuthology.orchestra.run.smithi118.stdout:Nothing to do. 2024-09-21T13:33:33.787 INFO:teuthology.orchestra.run.smithi118.stdout:Complete! 2024-09-21T13:33:33.865 DEBUG:teuthology.orchestra.run.smithi118:> sudo yum -y install python3-rados 2024-09-21T13:33:34.449 INFO:teuthology.orchestra.run.smithi118.stdout:Last metadata expiration check: 0:02:00 ago on Sat 21 Sep 2024 01:31:34 PM UTC. 2024-09-21T13:33:34.538 INFO:teuthology.orchestra.run.smithi118.stdout:Package python3-rados-2:19.3.0-5104.g44178494.el9.x86_64 is already installed. 2024-09-21T13:33:34.581 INFO:teuthology.orchestra.run.smithi118.stdout:Dependencies resolved. 2024-09-21T13:33:34.582 INFO:teuthology.orchestra.run.smithi118.stdout:Nothing to do. 2024-09-21T13:33:34.582 INFO:teuthology.orchestra.run.smithi118.stdout:Complete! 2024-09-21T13:33:34.664 DEBUG:teuthology.orchestra.run.smithi118:> sudo yum -y install python3-rgw 2024-09-21T13:33:35.236 INFO:teuthology.orchestra.run.smithi118.stdout:Last metadata expiration check: 0:02:01 ago on Sat 21 Sep 2024 01:31:34 PM UTC. 2024-09-21T13:33:35.323 INFO:teuthology.orchestra.run.smithi118.stdout:Package python3-rgw-2:19.3.0-5104.g44178494.el9.x86_64 is already installed. 2024-09-21T13:33:35.366 INFO:teuthology.orchestra.run.smithi118.stdout:Dependencies resolved. 2024-09-21T13:33:35.367 INFO:teuthology.orchestra.run.smithi118.stdout:Nothing to do. 2024-09-21T13:33:35.367 INFO:teuthology.orchestra.run.smithi118.stdout:Complete! 2024-09-21T13:33:35.435 DEBUG:teuthology.orchestra.run.smithi118:> sudo yum -y install python3-cephfs 2024-09-21T13:33:36.011 INFO:teuthology.orchestra.run.smithi118.stdout:Last metadata expiration check: 0:02:02 ago on Sat 21 Sep 2024 01:31:34 PM UTC. 2024-09-21T13:33:36.100 INFO:teuthology.orchestra.run.smithi118.stdout:Package python3-cephfs-2:19.3.0-5104.g44178494.el9.x86_64 is already installed. 2024-09-21T13:33:36.143 INFO:teuthology.orchestra.run.smithi118.stdout:Dependencies resolved. 2024-09-21T13:33:36.144 INFO:teuthology.orchestra.run.smithi118.stdout:Nothing to do. 2024-09-21T13:33:36.144 INFO:teuthology.orchestra.run.smithi118.stdout:Complete! 2024-09-21T13:33:36.227 DEBUG:teuthology.orchestra.run.smithi118:> sudo yum -y install python3-rbd 2024-09-21T13:33:36.803 INFO:teuthology.orchestra.run.smithi118.stdout:Last metadata expiration check: 0:02:02 ago on Sat 21 Sep 2024 01:31:34 PM UTC. 2024-09-21T13:33:36.891 INFO:teuthology.orchestra.run.smithi118.stdout:Package python3-rbd-2:19.3.0-5104.g44178494.el9.x86_64 is already installed. 2024-09-21T13:33:36.934 INFO:teuthology.orchestra.run.smithi118.stdout:Dependencies resolved. 2024-09-21T13:33:36.935 INFO:teuthology.orchestra.run.smithi118.stdout:Nothing to do. 2024-09-21T13:33:36.935 INFO:teuthology.orchestra.run.smithi118.stdout:Complete! 2024-09-21T13:33:37.020 DEBUG:teuthology.orchestra.run.smithi118:> sudo yum -y install rbd-fuse 2024-09-21T13:33:37.594 INFO:teuthology.orchestra.run.smithi118.stdout:Last metadata expiration check: 0:02:03 ago on Sat 21 Sep 2024 01:31:34 PM UTC. 2024-09-21T13:33:37.725 INFO:teuthology.orchestra.run.smithi118.stdout:Dependencies resolved. 2024-09-21T13:33:37.725 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-09-21T13:33:37.725 INFO:teuthology.orchestra.run.smithi118.stdout: Package Architecture Version Repository Size 2024-09-21T13:33:37.725 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-09-21T13:33:37.726 INFO:teuthology.orchestra.run.smithi118.stdout:Installing: 2024-09-21T13:33:37.726 INFO:teuthology.orchestra.run.smithi118.stdout: rbd-fuse x86_64 2:19.3.0-5104.g44178494.el9 ceph 85 k 2024-09-21T13:33:37.726 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:33:37.726 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction Summary 2024-09-21T13:33:37.726 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-09-21T13:33:37.726 INFO:teuthology.orchestra.run.smithi118.stdout:Install 1 Package 2024-09-21T13:33:37.726 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:33:37.727 INFO:teuthology.orchestra.run.smithi118.stdout:Total download size: 85 k 2024-09-21T13:33:37.727 INFO:teuthology.orchestra.run.smithi118.stdout:Installed size: 231 k 2024-09-21T13:33:37.727 INFO:teuthology.orchestra.run.smithi118.stdout:Downloading Packages: 2024-09-21T13:33:37.931 INFO:teuthology.orchestra.run.smithi118.stdout:rbd-fuse-19.3.0-5104.g44178494.el9.x86_64.rpm 418 kB/s | 85 kB 00:00 2024-09-21T13:33:37.931 INFO:teuthology.orchestra.run.smithi118.stdout:-------------------------------------------------------------------------------- 2024-09-21T13:33:37.931 INFO:teuthology.orchestra.run.smithi118.stdout:Total 415 kB/s | 85 kB 00:00 2024-09-21T13:33:37.932 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction check 2024-09-21T13:33:37.938 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction check succeeded. 2024-09-21T13:33:37.938 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction test 2024-09-21T13:33:38.008 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction test succeeded. 2024-09-21T13:33:38.008 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction 2024-09-21T13:33:38.204 INFO:teuthology.orchestra.run.smithi118.stdout: Preparing : 1/1 2024-09-21T13:33:38.328 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : rbd-fuse-2:19.3.0-5104.g44178494.el9.x86_64 1/1 2024-09-21T13:33:38.703 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: rbd-fuse-2:19.3.0-5104.g44178494.el9.x86_64 1/1 2024-09-21T13:33:38.976 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : rbd-fuse-2:19.3.0-5104.g44178494.el9.x86_64 1/1 2024-09-21T13:33:38.976 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:33:38.976 INFO:teuthology.orchestra.run.smithi118.stdout:Installed: 2024-09-21T13:33:38.977 INFO:teuthology.orchestra.run.smithi118.stdout: rbd-fuse-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:33:38.977 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:33:38.977 INFO:teuthology.orchestra.run.smithi118.stdout:Complete! 2024-09-21T13:33:39.189 DEBUG:teuthology.orchestra.run.smithi118:> sudo yum -y install rbd-mirror 2024-09-21T13:33:39.782 INFO:teuthology.orchestra.run.smithi118.stdout:Last metadata expiration check: 0:02:05 ago on Sat 21 Sep 2024 01:31:34 PM UTC. 2024-09-21T13:33:39.916 INFO:teuthology.orchestra.run.smithi118.stdout:Dependencies resolved. 2024-09-21T13:33:39.917 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-09-21T13:33:39.917 INFO:teuthology.orchestra.run.smithi118.stdout: Package Arch Version Repo Size 2024-09-21T13:33:39.917 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-09-21T13:33:39.917 INFO:teuthology.orchestra.run.smithi118.stdout:Installing: 2024-09-21T13:33:39.918 INFO:teuthology.orchestra.run.smithi118.stdout: rbd-mirror x86_64 2:19.3.0-5104.g44178494.el9 ceph 3.2 M 2024-09-21T13:33:39.918 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:33:39.918 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction Summary 2024-09-21T13:33:39.918 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-09-21T13:33:39.918 INFO:teuthology.orchestra.run.smithi118.stdout:Install 1 Package 2024-09-21T13:33:39.918 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:33:39.919 INFO:teuthology.orchestra.run.smithi118.stdout:Total download size: 3.2 M 2024-09-21T13:33:39.919 INFO:teuthology.orchestra.run.smithi118.stdout:Installed size: 14 M 2024-09-21T13:33:39.919 INFO:teuthology.orchestra.run.smithi118.stdout:Downloading Packages: 2024-09-21T13:33:40.260 INFO:teuthology.orchestra.run.smithi118.stdout:rbd-mirror-19.3.0-5104.g44178494.el9.x86_64.rpm 9.3 MB/s | 3.2 MB 00:00 2024-09-21T13:33:40.261 INFO:teuthology.orchestra.run.smithi118.stdout:-------------------------------------------------------------------------------- 2024-09-21T13:33:40.261 INFO:teuthology.orchestra.run.smithi118.stdout:Total 9.3 MB/s | 3.2 MB 00:00 2024-09-21T13:33:40.262 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction check 2024-09-21T13:33:40.272 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction check succeeded. 2024-09-21T13:33:40.272 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction test 2024-09-21T13:33:40.357 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction test succeeded. 2024-09-21T13:33:40.357 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction 2024-09-21T13:33:40.803 INFO:teuthology.orchestra.run.smithi118.stdout: Preparing : 1/1 2024-09-21T13:33:40.861 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : rbd-mirror-2:19.3.0-5104.g44178494.el9.x86_64 1/1 2024-09-21T13:33:40.888 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: rbd-mirror-2:19.3.0-5104.g44178494.el9.x86_64 1/1 2024-09-21T13:33:40.888 INFO:teuthology.orchestra.run.smithi118.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T13:33:40.888 INFO:teuthology.orchestra.run.smithi118.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-09-21T13:33:40.888 INFO:teuthology.orchestra.run.smithi118.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-21T13:33:40.888 INFO:teuthology.orchestra.run.smithi118.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-21T13:33:40.888 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:33:42.003 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : rbd-mirror-2:19.3.0-5104.g44178494.el9.x86_64 1/1 2024-09-21T13:33:42.003 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:33:42.003 INFO:teuthology.orchestra.run.smithi118.stdout:Installed: 2024-09-21T13:33:42.004 INFO:teuthology.orchestra.run.smithi118.stdout: rbd-mirror-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:33:42.004 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:33:42.004 INFO:teuthology.orchestra.run.smithi118.stdout:Complete! 2024-09-21T13:33:42.256 DEBUG:teuthology.orchestra.run.smithi118:> sudo yum -y install rbd-nbd 2024-09-21T13:33:42.845 INFO:teuthology.orchestra.run.smithi118.stdout:Last metadata expiration check: 0:02:08 ago on Sat 21 Sep 2024 01:31:34 PM UTC. 2024-09-21T13:33:42.977 INFO:teuthology.orchestra.run.smithi118.stdout:Dependencies resolved. 2024-09-21T13:33:42.978 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-09-21T13:33:42.978 INFO:teuthology.orchestra.run.smithi118.stdout: Package Architecture Version Repository Size 2024-09-21T13:33:42.978 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-09-21T13:33:42.978 INFO:teuthology.orchestra.run.smithi118.stdout:Installing: 2024-09-21T13:33:42.978 INFO:teuthology.orchestra.run.smithi118.stdout: rbd-nbd x86_64 2:19.3.0-5104.g44178494.el9 ceph 170 k 2024-09-21T13:33:42.978 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:33:42.978 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction Summary 2024-09-21T13:33:42.978 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-09-21T13:33:42.978 INFO:teuthology.orchestra.run.smithi118.stdout:Install 1 Package 2024-09-21T13:33:42.978 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:33:42.979 INFO:teuthology.orchestra.run.smithi118.stdout:Total download size: 170 k 2024-09-21T13:33:42.979 INFO:teuthology.orchestra.run.smithi118.stdout:Installed size: 490 k 2024-09-21T13:33:42.979 INFO:teuthology.orchestra.run.smithi118.stdout:Downloading Packages: 2024-09-21T13:33:43.182 INFO:teuthology.orchestra.run.smithi118.stdout:rbd-nbd-19.3.0-5104.g44178494.el9.x86_64.rpm 841 kB/s | 170 kB 00:00 2024-09-21T13:33:43.182 INFO:teuthology.orchestra.run.smithi118.stdout:-------------------------------------------------------------------------------- 2024-09-21T13:33:43.182 INFO:teuthology.orchestra.run.smithi118.stdout:Total 835 kB/s | 170 kB 00:00 2024-09-21T13:33:43.183 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction check 2024-09-21T13:33:43.190 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction check succeeded. 2024-09-21T13:33:43.190 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction test 2024-09-21T13:33:43.259 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction test succeeded. 2024-09-21T13:33:43.259 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction 2024-09-21T13:33:43.422 INFO:teuthology.orchestra.run.smithi118.stdout: Preparing : 1/1 2024-09-21T13:33:43.540 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : rbd-nbd-2:19.3.0-5104.g44178494.el9.x86_64 1/1 2024-09-21T13:33:43.950 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: rbd-nbd-2:19.3.0-5104.g44178494.el9.x86_64 1/1 2024-09-21T13:33:44.215 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : rbd-nbd-2:19.3.0-5104.g44178494.el9.x86_64 1/1 2024-09-21T13:33:44.215 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:33:44.216 INFO:teuthology.orchestra.run.smithi118.stdout:Installed: 2024-09-21T13:33:44.216 INFO:teuthology.orchestra.run.smithi118.stdout: rbd-nbd-2:19.3.0-5104.g44178494.el9.x86_64 2024-09-21T13:33:44.216 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:33:44.216 INFO:teuthology.orchestra.run.smithi118.stdout:Complete! 2024-09-21T13:33:44.495 DEBUG:teuthology.parallel:result is None 2024-09-21T13:33:44.496 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:33:44.638 DEBUG:teuthology.orchestra.run.smithi118:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-09-21T13:33:44.660 INFO:teuthology.orchestra.run.smithi118.stdout:19.3.0-5104.g44178494.el9 2024-09-21T13:33:44.661 INFO:teuthology.packaging:The installed version of ceph is 19.3.0-5104.g44178494.el9 2024-09-21T13:33:44.661 INFO:teuthology.task.install:The correct ceph version 19.3.0-5104.g44178494 is installed. 2024-09-21T13:33:44.663 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:33:44.809 DEBUG:teuthology.orchestra.run.smithi149:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-09-21T13:33:44.835 INFO:teuthology.orchestra.run.smithi149.stdout:19.3.0-5104.g44178494.el9 2024-09-21T13:33:44.835 INFO:teuthology.packaging:The installed version of ceph is 19.3.0-5104.g44178494.el9 2024-09-21T13:33:44.835 INFO:teuthology.task.install:The correct ceph version 19.3.0-5104.g44178494 is installed. 2024-09-21T13:33:44.837 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:33:44.979 DEBUG:teuthology.orchestra.run.smithi175:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-09-21T13:33:45.004 INFO:teuthology.orchestra.run.smithi175.stdout:19.3.0-5104.g44178494.el9 2024-09-21T13:33:45.005 INFO:teuthology.packaging:The installed version of ceph is 19.3.0-5104.g44178494.el9 2024-09-21T13:33:45.005 INFO:teuthology.task.install:The correct ceph version 19.3.0-5104.g44178494 is installed. 2024-09-21T13:33:45.007 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-09-21T13:33:45.007 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-09-21T13:33:45.007 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-21T13:33:45.035 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-09-21T13:33:45.035 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-21T13:33:45.066 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2024-09-21T13:33:45.066 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-21T13:33:45.097 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-09-21T13:33:45.097 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-09-21T13:33:45.097 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd of=/usr/bin/daemon-helper 2024-09-21T13:33:45.124 DEBUG:teuthology.orchestra.run.smithi118:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-21T13:33:45.191 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-09-21T13:33:45.191 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/usr/bin/daemon-helper 2024-09-21T13:33:45.220 DEBUG:teuthology.orchestra.run.smithi149:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-21T13:33:45.289 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2024-09-21T13:33:45.289 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd of=/usr/bin/daemon-helper 2024-09-21T13:33:45.319 DEBUG:teuthology.orchestra.run.smithi175:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-21T13:33:45.388 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-09-21T13:33:45.388 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-09-21T13:33:45.388 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-21T13:33:45.414 DEBUG:teuthology.orchestra.run.smithi118:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-21T13:33:45.480 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-09-21T13:33:45.480 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-21T13:33:45.509 DEBUG:teuthology.orchestra.run.smithi149:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-21T13:33:45.578 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2024-09-21T13:33:45.578 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-21T13:33:45.607 DEBUG:teuthology.orchestra.run.smithi175:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-21T13:33:45.678 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-09-21T13:33:45.678 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-09-21T13:33:45.678 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd of=/usr/bin/stdin-killer 2024-09-21T13:33:45.703 DEBUG:teuthology.orchestra.run.smithi118:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-21T13:33:45.769 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-09-21T13:33:45.769 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/usr/bin/stdin-killer 2024-09-21T13:33:45.798 DEBUG:teuthology.orchestra.run.smithi149:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-21T13:33:45.866 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2024-09-21T13:33:45.867 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd of=/usr/bin/stdin-killer 2024-09-21T13:33:45.895 DEBUG:teuthology.orchestra.run.smithi175:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-21T13:33:45.965 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-21T13:33:46.058 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': '441784946648ff53dd310293f9dd752afeeea72a'} 2024-09-21T13:33:46.058 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:33:46.058 INFO:tasks.cephadm:Cluster fsid is 2073d30c-781e-11ef-baf6-efdc52797490 2024-09-21T13:33:46.059 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-21T13:33:46.059 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.118', 'mon.b': '172.21.15.149', 'mon.c': '172.21.15.175'} 2024-09-21T13:33:46.059 INFO:tasks.cephadm:First mon is mon.a on smithi118 2024-09-21T13:33:46.059 INFO:tasks.cephadm:First mgr is a 2024-09-21T13:33:46.059 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-21T13:33:46.059 DEBUG:teuthology.orchestra.run.smithi118:> sudo hostname $(hostname -s) 2024-09-21T13:33:46.086 DEBUG:teuthology.orchestra.run.smithi149:> sudo hostname $(hostname -s) 2024-09-21T13:33:46.114 DEBUG:teuthology.orchestra.run.smithi175:> sudo hostname $(hostname -s) 2024-09-21T13:33:46.144 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-09-21T13:33:46.144 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:33:46.298 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '441784946648ff53dd310293f9dd752afeeea72a', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/83203/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.3.0-5104-g44178494', 'node_name': '172.21.5.36+adami06', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.3.0-5104.g44178494'}, 'url': 'https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0842/441784946648ff53dd310293f9dd752afeeea72a/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-09-21 10:26:40.656703', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-guits-main-2024-09-21-0842', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/wip-guits-main-2024-09-21-0842/441784946648ff53dd310293f9dd752afeeea72a/centos/9/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2024-09-21T13:33:46.442 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref wip-guits-main-2024-09-21-0842, sha1 441784946648ff53dd310293f9dd752afeeea72a from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:33:46.444 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-21-0842/441784946648ff53dd310293f9dd752afeeea72a/centos/9/x86_64/flavors/default/cephadm 2024-09-21T13:33:46.444 INFO:tasks.cephadm:Downloading cephadm from url: https://3.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-21-0842/441784946648ff53dd310293f9dd752afeeea72a/centos/9/x86_64/flavors/default/cephadm 2024-09-21T13:33:46.444 DEBUG:teuthology.orchestra.run.smithi118:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-21-0842/441784946648ff53dd310293f9dd752afeeea72a/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-21T13:33:46.848 INFO:teuthology.orchestra.run.smithi118.stdout:-rw-r--r--. 1 ubuntu ubuntu 804351 Sep 21 13:33 /home/ubuntu/cephtest/cephadm 2024-09-21T13:33:46.848 DEBUG:teuthology.orchestra.run.smithi149:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-21-0842/441784946648ff53dd310293f9dd752afeeea72a/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-21T13:33:47.201 INFO:teuthology.orchestra.run.smithi149.stdout:-rw-r--r--. 1 ubuntu ubuntu 804351 Sep 21 13:33 /home/ubuntu/cephtest/cephadm 2024-09-21T13:33:47.201 DEBUG:teuthology.orchestra.run.smithi175:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-21-0842/441784946648ff53dd310293f9dd752afeeea72a/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-21T13:33:47.596 INFO:teuthology.orchestra.run.smithi175.stdout:-rw-r--r--. 1 ubuntu ubuntu 804351 Sep 21 13:33 /home/ubuntu/cephtest/cephadm 2024-09-21T13:33:47.596 DEBUG:teuthology.orchestra.run.smithi118:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-21T13:33:47.616 DEBUG:teuthology.orchestra.run.smithi149:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-21T13:33:47.635 DEBUG:teuthology.orchestra.run.smithi175:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-21T13:33:47.666 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a on all hosts... 2024-09-21T13:33:47.666 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a pull 2024-09-21T13:33:47.669 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a pull 2024-09-21T13:33:47.678 DEBUG:teuthology.orchestra.run.smithi175:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a pull 2024-09-21T13:33:49.156 INFO:teuthology.orchestra.run.smithi149.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a... 2024-09-21T13:33:49.429 INFO:teuthology.orchestra.run.smithi175.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a... 2024-09-21T13:33:49.432 INFO:teuthology.orchestra.run.smithi118.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a... 2024-09-21T13:34:20.856 INFO:teuthology.orchestra.run.smithi149.stdout:{ 2024-09-21T13:34:20.857 INFO:teuthology.orchestra.run.smithi149.stdout: "ceph_version": "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)", 2024-09-21T13:34:20.857 INFO:teuthology.orchestra.run.smithi149.stdout: "image_id": "b415816db8b41f544cdfdc71d193ff8b1ee008bf7b0ec4f64da8eb8f71b62e85", 2024-09-21T13:34:20.857 INFO:teuthology.orchestra.run.smithi149.stdout: "repo_digests": [ 2024-09-21T13:34:20.857 INFO:teuthology.orchestra.run.smithi149.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5" 2024-09-21T13:34:20.857 INFO:teuthology.orchestra.run.smithi149.stdout: ] 2024-09-21T13:34:20.857 INFO:teuthology.orchestra.run.smithi149.stdout:} 2024-09-21T13:34:21.299 INFO:teuthology.orchestra.run.smithi118.stdout:{ 2024-09-21T13:34:21.299 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph_version": "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)", 2024-09-21T13:34:21.299 INFO:teuthology.orchestra.run.smithi118.stdout: "image_id": "b415816db8b41f544cdfdc71d193ff8b1ee008bf7b0ec4f64da8eb8f71b62e85", 2024-09-21T13:34:21.299 INFO:teuthology.orchestra.run.smithi118.stdout: "repo_digests": [ 2024-09-21T13:34:21.300 INFO:teuthology.orchestra.run.smithi118.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5" 2024-09-21T13:34:21.300 INFO:teuthology.orchestra.run.smithi118.stdout: ] 2024-09-21T13:34:21.300 INFO:teuthology.orchestra.run.smithi118.stdout:} 2024-09-21T13:34:22.407 INFO:teuthology.orchestra.run.smithi175.stdout:{ 2024-09-21T13:34:22.407 INFO:teuthology.orchestra.run.smithi175.stdout: "ceph_version": "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)", 2024-09-21T13:34:22.407 INFO:teuthology.orchestra.run.smithi175.stdout: "image_id": "b415816db8b41f544cdfdc71d193ff8b1ee008bf7b0ec4f64da8eb8f71b62e85", 2024-09-21T13:34:22.407 INFO:teuthology.orchestra.run.smithi175.stdout: "repo_digests": [ 2024-09-21T13:34:22.407 INFO:teuthology.orchestra.run.smithi175.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5" 2024-09-21T13:34:22.407 INFO:teuthology.orchestra.run.smithi175.stdout: ] 2024-09-21T13:34:22.407 INFO:teuthology.orchestra.run.smithi175.stdout:} 2024-09-21T13:34:22.431 DEBUG:teuthology.orchestra.run.smithi118:> sudo mkdir -p /etc/ceph 2024-09-21T13:34:22.465 DEBUG:teuthology.orchestra.run.smithi149:> sudo mkdir -p /etc/ceph 2024-09-21T13:34:22.498 DEBUG:teuthology.orchestra.run.smithi175:> sudo mkdir -p /etc/ceph 2024-09-21T13:34:22.524 DEBUG:teuthology.orchestra.run.smithi118:> sudo chmod 777 /etc/ceph 2024-09-21T13:34:22.552 DEBUG:teuthology.orchestra.run.smithi149:> sudo chmod 777 /etc/ceph 2024-09-21T13:34:22.582 DEBUG:teuthology.orchestra.run.smithi175:> sudo chmod 777 /etc/ceph 2024-09-21T13:34:22.607 INFO:tasks.cephadm:Writing seed config... 2024-09-21T13:34:22.608 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2024-09-21T13:34:22.608 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-21T13:34:22.608 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-21T13:34:22.608 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2024-09-21T13:34:22.608 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-21T13:34:22.608 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-21T13:34:22.608 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-21T13:34:22.608 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-21T13:34:22.608 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-21T13:34:22.609 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-09-21T13:34:22.609 DEBUG:teuthology.orchestra.run.smithi118:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-21T13:34:22.626 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 = 2073d30c-781e-11ef-baf6-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-21T13:34:22.627 DEBUG:teuthology.orchestra.run.smithi118:mon.a> sudo journalctl -f -n 0 -u ceph-2073d30c-781e-11ef-baf6-efdc52797490@mon.a.service 2024-09-21T13:34:22.669 DEBUG:teuthology.orchestra.run.smithi118:mgr.a> sudo journalctl -f -n 0 -u ceph-2073d30c-781e-11ef-baf6-efdc52797490@mgr.a.service 2024-09-21T13:34:22.711 INFO:tasks.cephadm:Bootstrapping... 2024-09-21T13:34:22.711 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a -v bootstrap --fsid 2073d30c-781e-11ef-baf6-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.118 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-09-21T13:34:22.918 INFO:teuthology.orchestra.run.smithi118.stdout:-------------------------------------------------------------------------------- 2024-09-21T13:34:22.918 INFO:teuthology.orchestra.run.smithi118.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a', '-v', 'bootstrap', '--fsid', '2073d30c-781e-11ef-baf6-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.118', '--skip-admin-label'] 2024-09-21T13:34:22.919 INFO:teuthology.orchestra.run.smithi118.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-09-21T13:34:22.919 INFO:teuthology.orchestra.run.smithi118.stdout:Verifying podman|docker is present... 2024-09-21T13:34:22.942 INFO:teuthology.orchestra.run.smithi118.stdout:/bin/podman: stdout 5.2.2 2024-09-21T13:34:22.942 INFO:teuthology.orchestra.run.smithi118.stdout:Verifying lvm2 is present... 2024-09-21T13:34:22.942 INFO:teuthology.orchestra.run.smithi118.stdout:Verifying time synchronization is in place... 2024-09-21T13:34:22.950 INFO:teuthology.orchestra.run.smithi118.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-21T13:34:22.950 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-21T13:34:22.956 INFO:teuthology.orchestra.run.smithi118.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-21T13:34:22.956 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stdout inactive 2024-09-21T13:34:22.963 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stdout enabled 2024-09-21T13:34:22.969 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stdout active 2024-09-21T13:34:22.969 INFO:teuthology.orchestra.run.smithi118.stdout:Unit chronyd.service is enabled and running 2024-09-21T13:34:22.969 INFO:teuthology.orchestra.run.smithi118.stdout:Repeating the final host check... 2024-09-21T13:34:22.991 INFO:teuthology.orchestra.run.smithi118.stdout:/bin/podman: stdout 5.2.2 2024-09-21T13:34:22.992 INFO:teuthology.orchestra.run.smithi118.stdout:podman (/bin/podman) version 5.2.2 is present 2024-09-21T13:34:22.992 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl is present 2024-09-21T13:34:22.992 INFO:teuthology.orchestra.run.smithi118.stdout:lvcreate is present 2024-09-21T13:34:22.998 INFO:teuthology.orchestra.run.smithi118.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-21T13:34:22.998 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-21T13:34:23.005 INFO:teuthology.orchestra.run.smithi118.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-21T13:34:23.005 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stdout inactive 2024-09-21T13:34:23.011 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stdout enabled 2024-09-21T13:34:23.018 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stdout active 2024-09-21T13:34:23.018 INFO:teuthology.orchestra.run.smithi118.stdout:Unit chronyd.service is enabled and running 2024-09-21T13:34:23.018 INFO:teuthology.orchestra.run.smithi118.stdout:Host looks OK 2024-09-21T13:34:23.018 INFO:teuthology.orchestra.run.smithi118.stdout:Cluster fsid: 2073d30c-781e-11ef-baf6-efdc52797490 2024-09-21T13:34:23.018 INFO:teuthology.orchestra.run.smithi118.stdout:Acquiring lock 140532889164432 on /run/cephadm/2073d30c-781e-11ef-baf6-efdc52797490.lock 2024-09-21T13:34:23.018 INFO:teuthology.orchestra.run.smithi118.stdout:Lock 140532889164432 acquired on /run/cephadm/2073d30c-781e-11ef-baf6-efdc52797490.lock 2024-09-21T13:34:23.018 INFO:teuthology.orchestra.run.smithi118.stdout:Verifying IP 172.21.15.118 port 3300 ... 2024-09-21T13:34:23.019 INFO:teuthology.orchestra.run.smithi118.stdout:Verifying IP 172.21.15.118 port 6789 ... 2024-09-21T13:34:23.019 INFO:teuthology.orchestra.run.smithi118.stdout:Base mon IP(s) is [172.21.15.118:3300, 172.21.15.118:6789], mon addrv is [v2:172.21.15.118:3300,v1:172.21.15.118:6789] 2024-09-21T13:34:23.022 INFO:teuthology.orchestra.run.smithi118.stdout:/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.118 metric 100 2024-09-21T13:34:23.022 INFO:teuthology.orchestra.run.smithi118.stdout:/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.118 metric 100 2024-09-21T13:34:23.024 INFO:teuthology.orchestra.run.smithi118.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-09-21T13:34:23.024 INFO:teuthology.orchestra.run.smithi118.stdout:/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 1024 pref medium 2024-09-21T13:34:23.025 INFO:teuthology.orchestra.run.smithi118.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 pref medium 2024-09-21T13:34:23.027 INFO:teuthology.orchestra.run.smithi118.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-09-21T13:34:23.027 INFO:teuthology.orchestra.run.smithi118.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-09-21T13:34:23.027 INFO:teuthology.orchestra.run.smithi118.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-21T13:34:23.027 INFO:teuthology.orchestra.run.smithi118.stdout:/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-09-21T13:34:23.027 INFO:teuthology.orchestra.run.smithi118.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:fe8f:d725/64 scope link noprefixroute 2024-09-21T13:34:23.027 INFO:teuthology.orchestra.run.smithi118.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-21T13:34:23.028 INFO:teuthology.orchestra.run.smithi118.stdout:Mon IP `172.21.15.118` is in CIDR network `172.21.0.0/20` 2024-09-21T13:34:23.028 INFO:teuthology.orchestra.run.smithi118.stdout:Mon IP `172.21.15.118` is in CIDR network `172.21.0.0/20` 2024-09-21T13:34:23.028 INFO:teuthology.orchestra.run.smithi118.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-09-21T13:34:23.028 INFO:teuthology.orchestra.run.smithi118.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-09-21T13:34:23.029 INFO:teuthology.orchestra.run.smithi118.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a... 2024-09-21T13:34:23.477 INFO:teuthology.orchestra.run.smithi118.stdout:/bin/podman: stdout b415816db8b41f544cdfdc71d193ff8b1ee008bf7b0ec4f64da8eb8f71b62e85 2024-09-21T13:34:23.477 INFO:teuthology.orchestra.run.smithi118.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a... 2024-09-21T13:34:23.477 INFO:teuthology.orchestra.run.smithi118.stdout:/bin/podman: stderr Getting image source signatures 2024-09-21T13:34:23.477 INFO:teuthology.orchestra.run.smithi118.stdout:/bin/podman: stderr Copying blob sha256:d3c61a6c378e0e3b0f2d0c744b48039813ea4b374665619799f973b00e21a218 2024-09-21T13:34:23.478 INFO:teuthology.orchestra.run.smithi118.stdout:/bin/podman: stderr Copying blob sha256:e8b54c863393b7a8216a71737771b73b16a8e43ec7acf927c7faa175c255e551 2024-09-21T13:34:23.478 INFO:teuthology.orchestra.run.smithi118.stdout:/bin/podman: stderr Copying config sha256:b415816db8b41f544cdfdc71d193ff8b1ee008bf7b0ec4f64da8eb8f71b62e85 2024-09-21T13:34:23.478 INFO:teuthology.orchestra.run.smithi118.stdout:/bin/podman: stderr Writing manifest to image destination 2024-09-21T13:34:24.374 INFO:teuthology.orchestra.run.smithi118.stdout:ceph: stdout ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev) 2024-09-21T13:34:24.374 INFO:teuthology.orchestra.run.smithi118.stdout:Ceph version: ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev) 2024-09-21T13:34:24.374 INFO:teuthology.orchestra.run.smithi118.stdout:Extracting ceph user uid/gid from container image... 2024-09-21T13:34:25.389 INFO:teuthology.orchestra.run.smithi118.stdout:stat: stdout 167 167 2024-09-21T13:34:25.389 INFO:teuthology.orchestra.run.smithi118.stdout:Creating initial keys... 2024-09-21T13:34:26.279 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-authtool: stdout AQBhy+5meiIWLBAA/ANXr+gxQ9qUZUKSymI5Pg== 2024-09-21T13:34:27.242 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-authtool: stdout AQBiy+5mh5gAJxAAl4UaY5+EzuYS7byK8ohPoQ== 2024-09-21T13:34:28.274 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-authtool: stdout AQBjy+5mzO2fIRAAsEpbPTwBC+aHtaLDYWAHLA== 2024-09-21T13:34:28.274 INFO:teuthology.orchestra.run.smithi118.stdout:Creating initial monmap... 2024-09-21T13:34:29.223 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-21T13:34:29.223 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-09-21T13:34:29.223 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 2073d30c-781e-11ef-baf6-efdc52797490 2024-09-21T13:34:29.223 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-21T13:34:29.223 INFO:teuthology.orchestra.run.smithi118.stdout:monmaptool for a [v2:172.21.15.118:3300,v1:172.21.15.118:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-21T13:34:29.223 INFO:teuthology.orchestra.run.smithi118.stdout:setting min_mon_release = quincy 2024-09-21T13:34:29.223 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/monmaptool: set fsid to 2073d30c-781e-11ef-baf6-efdc52797490 2024-09-21T13:34:29.223 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-21T13:34:29.224 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:34:29.224 INFO:teuthology.orchestra.run.smithi118.stdout:Creating mon... 2024-09-21T13:34:30.154 INFO:teuthology.orchestra.run.smithi118.stdout:create mon.a on 2024-09-21T13:34:30.357 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-09-21T13:34:30.489 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-09-21T13:34:30.659 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-2073d30c-781e-11ef-baf6-efdc52797490.target → /etc/systemd/system/ceph-2073d30c-781e-11ef-baf6-efdc52797490.target. 2024-09-21T13:34:30.660 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-2073d30c-781e-11ef-baf6-efdc52797490.target → /etc/systemd/system/ceph-2073d30c-781e-11ef-baf6-efdc52797490.target. 2024-09-21T13:34:30.878 INFO:teuthology.orchestra.run.smithi118.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-2073d30c-781e-11ef-baf6-efdc52797490@mon.a 2024-09-21T13:34:30.878 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stderr Failed to reset failed state of unit ceph-2073d30c-781e-11ef-baf6-efdc52797490@mon.a.service: Unit ceph-2073d30c-781e-11ef-baf6-efdc52797490@mon.a.service not loaded. 2024-09-21T13:34:31.039 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-2073d30c-781e-11ef-baf6-efdc52797490.target.wants/ceph-2073d30c-781e-11ef-baf6-efdc52797490@mon.a.service → /etc/systemd/system/ceph-2073d30c-781e-11ef-baf6-efdc52797490@.service. 2024-09-21T13:34:31.540 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:31 smithi118 ceph-mon[29608]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-21T13:34:31.540 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:31 smithi118 bash[29570]: 450adab1ccbadd54fcc820fbfe09406e324d23518013600ca72084b0d6d21f95 2024-09-21T13:34:31.553 INFO:teuthology.orchestra.run.smithi118.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-21T13:34:31.553 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stdout disabled 2024-09-21T13:34:31.560 INFO:teuthology.orchestra.run.smithi118.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-21T13:34:31.560 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stdout inactive 2024-09-21T13:34:31.560 INFO:teuthology.orchestra.run.smithi118.stdout:firewalld.service is not enabled 2024-09-21T13:34:31.560 INFO:teuthology.orchestra.run.smithi118.stdout:Not possible to enable service . firewalld.service is not available 2024-09-21T13:34:31.561 INFO:teuthology.orchestra.run.smithi118.stdout:Waiting for mon to start... 2024-09-21T13:34:31.561 INFO:teuthology.orchestra.run.smithi118.stdout:Waiting for mon... 2024-09-21T13:34:31.791 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:31 smithi118 systemd[1]: Started Ceph mon.a for 2073d30c-781e-11ef-baf6-efdc52797490. 2024-09-21T13:34:32.622 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:32 smithi118 ceph-mon[29608]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-21T13:34:32.622 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:32 smithi118 ceph-mon[29608]: monmap epoch 1 2024-09-21T13:34:32.622 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:32 smithi118 ceph-mon[29608]: fsid 2073d30c-781e-11ef-baf6-efdc52797490 2024-09-21T13:34:32.622 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:32 smithi118 ceph-mon[29608]: last_changed 2024-09-21T13:34:28.605277+0000 2024-09-21T13:34:32.622 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:32 smithi118 ceph-mon[29608]: created 2024-09-21T13:34:28.605277+0000 2024-09-21T13:34:32.622 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:32 smithi118 ceph-mon[29608]: min_mon_release 19 (squid) 2024-09-21T13:34:32.622 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:32 smithi118 ceph-mon[29608]: election_strategy: 1 2024-09-21T13:34:32.622 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:32 smithi118 ceph-mon[29608]: 0: [v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0] mon.a 2024-09-21T13:34:32.622 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:32 smithi118 ceph-mon[29608]: fsmap 2024-09-21T13:34:32.623 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:32 smithi118 ceph-mon[29608]: osdmap e1: 0 total, 0 up, 0 in 2024-09-21T13:34:32.623 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:32 smithi118 ceph-mon[29608]: mgrmap e1: no daemons active 2024-09-21T13:34:32.623 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:32 smithi118 ceph-mon[29608]: from='client.? 172.21.15.118:0/3863360687' entity='client.admin' cmd={"prefix": "status"} : dispatch 2024-09-21T13:34:32.624 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout cluster: 2024-09-21T13:34:32.626 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout id: 2073d30c-781e-11ef-baf6-efdc52797490 2024-09-21T13:34:32.626 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-09-21T13:34:32.626 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout 2024-09-21T13:34:32.626 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout services: 2024-09-21T13:34:32.626 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.551755s) 2024-09-21T13:34:32.626 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-09-21T13:34:32.626 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-09-21T13:34:32.626 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout 2024-09-21T13:34:32.626 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout data: 2024-09-21T13:34:32.626 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-09-21T13:34:32.626 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-09-21T13:34:32.627 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-09-21T13:34:32.627 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout pgs: 2024-09-21T13:34:32.627 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout 2024-09-21T13:34:32.627 INFO:teuthology.orchestra.run.smithi118.stdout:mon is available 2024-09-21T13:34:32.627 INFO:teuthology.orchestra.run.smithi118.stdout:Assimilating anything we can from ceph.conf... 2024-09-21T13:34:33.691 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout 2024-09-21T13:34:33.691 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout [global] 2024-09-21T13:34:33.691 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout fsid = 2073d30c-781e-11ef-baf6-efdc52797490 2024-09-21T13:34:33.691 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-21T13:34:33.691 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.118:3300,v1:172.21.15.118:6789] 2024-09-21T13:34:33.692 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-21T13:34:33.692 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-21T13:34:33.692 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-21T13:34:33.692 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-21T13:34:33.692 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout 2024-09-21T13:34:33.692 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-21T13:34:33.692 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2024-09-21T13:34:33.692 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-21T13:34:33.692 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout 2024-09-21T13:34:33.692 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout [osd] 2024-09-21T13:34:33.692 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-21T13:34:33.692 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-21T13:34:33.692 INFO:teuthology.orchestra.run.smithi118.stdout:Generating new minimal ceph.conf... 2024-09-21T13:34:33.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:33 smithi118 ceph-mon[29608]: from='client.? 172.21.15.118:0/3632957684' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-21T13:34:33.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:33 smithi118 ceph-mon[29608]: from='client.? 172.21.15.118:0/3632957684' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-21T13:34:34.721 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:34 smithi118 ceph-mon[29608]: from='client.? 172.21.15.118:0/3508113772' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:34:34.724 INFO:teuthology.orchestra.run.smithi118.stdout:Restarting the monitor... 2024-09-21T13:34:35.010 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:34 smithi118 systemd[1]: Stopping Ceph mon.a for 2073d30c-781e-11ef-baf6-efdc52797490... 2024-09-21T13:34:35.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:35 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mon-a[29585]: 2024-09-21T13:34:35.007+0000 7fefb0dfd640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-09-21T13:34:35.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:35 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mon-a[29585]: 2024-09-21T13:34:35.007+0000 7fefb0dfd640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-09-21T13:34:35.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:35 smithi118 podman[29929]: 2024-09-21 13:34:35.203236442 +0000 UTC m=+0.322752481 container died 450adab1ccbadd54fcc820fbfe09406e324d23518013600ca72084b0d6d21f95 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-2073d30c-781e-11ef-baf6-efdc52797490-mon-a, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, ceph=True, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.build-date=20240731) 2024-09-21T13:34:35.807 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:35 smithi118 podman[29929]: 2024-09-21 13:34:35.581333188 +0000 UTC m=+0.700849228 container cleanup 450adab1ccbadd54fcc820fbfe09406e324d23518013600ca72084b0d6d21f95 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-2073d30c-781e-11ef-baf6-efdc52797490-mon-a, CEPH_POINT_RELEASE=, ceph=True, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23) 2024-09-21T13:34:35.808 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:35 smithi118 bash[29929]: ceph-2073d30c-781e-11ef-baf6-efdc52797490-mon-a 2024-09-21T13:34:36.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:35 smithi118 podman[29949]: 2024-09-21 13:34:35.807247468 +0000 UTC m=+0.604872863 container remove 450adab1ccbadd54fcc820fbfe09406e324d23518013600ca72084b0d6d21f95 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-2073d30c-781e-11ef-baf6-efdc52797490-mon-a, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-21-0842-4417849, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731) 2024-09-21T13:34:36.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:35 smithi118 systemd[1]: ceph-2073d30c-781e-11ef-baf6-efdc52797490@mon.a.service: Deactivated successfully. 2024-09-21T13:34:36.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:35 smithi118 systemd[1]: Stopped Ceph mon.a for 2073d30c-781e-11ef-baf6-efdc52797490. 2024-09-21T13:34:36.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:35 smithi118 systemd[1]: Starting Ceph mon.a for 2073d30c-781e-11ef-baf6-efdc52797490... 2024-09-21T13:34:36.412 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 podman[30046]: 2024-09-21 13:34:36.158132723 +0000 UTC m=+0.111653086 container create 51f2ded933a9b6866ad06566f7dad34c5135f00cfb063fcb85b8a7adb2f58482 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-2073d30c-781e-11ef-baf6-efdc52797490-mon-a, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, ceph=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23) 2024-09-21T13:34:36.412 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 podman[30046]: 2024-09-21 13:34:36.062110056 +0000 UTC m=+0.015630380 image pull b415816db8b41f544cdfdc71d193ff8b1ee008bf7b0ec4f64da8eb8f71b62e85 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:34:36.412 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 podman[30046]: 2024-09-21 13:34:36.385436316 +0000 UTC m=+0.338956640 container init 51f2ded933a9b6866ad06566f7dad34c5135f00cfb063fcb85b8a7adb2f58482 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-2073d30c-781e-11ef-baf6-efdc52797490-mon-a, GIT_CLEAN=True, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, RELEASE=wip-guits-main-2024-09-21-0842-4417849) 2024-09-21T13:34:36.412 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 podman[30046]: 2024-09-21 13:34:36.39005446 +0000 UTC m=+0.343574781 container start 51f2ded933a9b6866ad06566f7dad34c5135f00cfb063fcb85b8a7adb2f58482 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-2073d30c-781e-11ef-baf6-efdc52797490-mon-a, org.label-schema.vendor=CentOS, RELEASE=wip-guits-main-2024-09-21-0842-4417849, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23) 2024-09-21T13:34:36.464 INFO:teuthology.orchestra.run.smithi118.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-09-21T13:34:36.706 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: set uid:gid to 167:167 (ceph:ceph) 2024-09-21T13:34:36.706 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev), process ceph-mon, pid 7 2024-09-21T13:34:36.706 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: pidfile_write: ignore empty --pid-file 2024-09-21T13:34:36.706 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: load: jerasure load: lrc 2024-09-21T13:34:36.706 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: RocksDB version: 7.9.2 2024-09-21T13:34:36.706 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Git sha 0 2024-09-21T13:34:36.706 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Compile date 2024-09-21 09:24:23 2024-09-21T13:34:36.707 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: DB SUMMARY 2024-09-21T13:34:36.707 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: DB Session ID: R8CKW6YJ07LGHSTXM98U 2024-09-21T13:34:36.707 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: CURRENT file: CURRENT 2024-09-21T13:34:36.707 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: IDENTITY file: IDENTITY 2024-09-21T13:34:36.707 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-09-21T13:34:36.707 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-09-21T13:34:36.707 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88846 ; 2024-09-21T13:34:36.707 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.error_if_exists: 0 2024-09-21T13:34:36.707 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.create_if_missing: 0 2024-09-21T13:34:36.707 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.paranoid_checks: 1 2024-09-21T13:34:36.707 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-21T13:34:36.708 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-21T13:34:36.708 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-21T13:34:36.708 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.env: 0x5560a0a20120 2024-09-21T13:34:36.708 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.fs: PosixFileSystem 2024-09-21T13:34:36.708 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.info_log: 0x5560a1939700 2024-09-21T13:34:36.708 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.max_file_opening_threads: 16 2024-09-21T13:34:36.708 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.statistics: (nil) 2024-09-21T13:34:36.708 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.use_fsync: 0 2024-09-21T13:34:36.708 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.max_log_file_size: 0 2024-09-21T13:34:36.708 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-21T13:34:36.708 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-21T13:34:36.708 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.keep_log_file_num: 1000 2024-09-21T13:34:36.708 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.recycle_log_file_num: 0 2024-09-21T13:34:36.708 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.allow_fallocate: 1 2024-09-21T13:34:36.709 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.allow_mmap_reads: 0 2024-09-21T13:34:36.709 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.allow_mmap_writes: 0 2024-09-21T13:34:36.709 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.use_direct_reads: 0 2024-09-21T13:34:36.709 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-21T13:34:36.709 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.create_missing_column_families: 0 2024-09-21T13:34:36.709 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.db_log_dir: 2024-09-21T13:34:36.709 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.wal_dir: 2024-09-21T13:34:36.709 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-21T13:34:36.710 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-21T13:34:36.710 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-21T13:34:36.711 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-21T13:34:36.711 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-21T13:34:36.711 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-21T13:34:36.711 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.advise_random_on_open: 1 2024-09-21T13:34:36.711 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.db_write_buffer_size: 0 2024-09-21T13:34:36.711 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.write_buffer_manager: 0x5560a193db80 2024-09-21T13:34:36.711 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-21T13:34:36.711 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-21T13:34:36.711 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-21T13:34:36.711 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.rate_limiter: (nil) 2024-09-21T13:34:36.711 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-21T13:34:36.711 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.wal_recovery_mode: 2 2024-09-21T13:34:36.711 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.enable_thread_tracking: 0 2024-09-21T13:34:36.712 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.enable_pipelined_write: 0 2024-09-21T13:34:36.712 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.unordered_write: 0 2024-09-21T13:34:36.712 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-21T13:34:36.712 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-21T13:34:36.712 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-21T13:34:36.712 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-21T13:34:36.712 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.row_cache: None 2024-09-21T13:34:36.712 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.wal_filter: None 2024-09-21T13:34:36.712 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-21T13:34:36.712 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.allow_ingest_behind: 0 2024-09-21T13:34:36.713 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.two_write_queues: 0 2024-09-21T13:34:36.713 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.manual_wal_flush: 0 2024-09-21T13:34:36.713 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.wal_compression: 0 2024-09-21T13:34:36.713 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.atomic_flush: 0 2024-09-21T13:34:36.713 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-21T13:34:36.713 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-21T13:34:36.713 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-21T13:34:36.713 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.log_readahead_size: 0 2024-09-21T13:34:36.713 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-21T13:34:36.713 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.best_efforts_recovery: 0 2024-09-21T13:34:36.713 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-21T13:34:36.713 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-21T13:34:36.714 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.allow_data_in_errors: 0 2024-09-21T13:34:36.714 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.db_host_id: __hostname__ 2024-09-21T13:34:36.714 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-21T13:34:36.714 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.max_background_jobs: 2 2024-09-21T13:34:36.714 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.max_background_compactions: -1 2024-09-21T13:34:36.714 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.max_subcompactions: 1 2024-09-21T13:34:36.714 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-21T13:34:36.714 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-21T13:34:36.714 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-21T13:34:36.714 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.max_total_wal_size: 0 2024-09-21T13:34:36.715 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-21T13:34:36.715 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-21T13:34:36.715 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-21T13:34:36.715 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-21T13:34:36.715 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.max_open_files: -1 2024-09-21T13:34:36.715 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.bytes_per_sync: 0 2024-09-21T13:34:36.715 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-21T13:34:36.716 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-21T13:34:36.716 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.compaction_readahead_size: 0 2024-09-21T13:34:36.716 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.max_background_flushes: -1 2024-09-21T13:34:36.716 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Compression algorithms supported: 2024-09-21T13:34:36.716 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: kZSTD supported: 0 2024-09-21T13:34:36.716 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: kXpressCompression supported: 0 2024-09-21T13:34:36.716 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: kBZip2Compression supported: 0 2024-09-21T13:34:36.717 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-21T13:34:36.717 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: kLZ4Compression supported: 1 2024-09-21T13:34:36.717 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: kZlibCompression supported: 1 2024-09-21T13:34:36.717 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: kLZ4HCCompression supported: 1 2024-09-21T13:34:36.717 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: kSnappyCompression supported: 1 2024-09-21T13:34:36.717 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-21T13:34:36.717 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-21T13:34:36.718 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-09-21T13:34:36.718 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-21T13:34:36.718 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-21T13:34:36.718 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.merge_operator: 2024-09-21T13:34:36.718 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.compaction_filter: None 2024-09-21T13:34:36.718 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.compaction_filter_factory: None 2024-09-21T13:34:36.719 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.sst_partitioner_factory: None 2024-09-21T13:34:36.719 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-21T13:34:36.719 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-21T13:34:36.719 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5560a1939320) 2024-09-21T13:34:36.719 INFO:journalctl@ceph.mon.a.smithi118.stdout: cache_index_and_filter_blocks: 1 2024-09-21T13:34:36.719 INFO:journalctl@ceph.mon.a.smithi118.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-21T13:34:36.719 INFO:journalctl@ceph.mon.a.smithi118.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-21T13:34:36.719 INFO:journalctl@ceph.mon.a.smithi118.stdout: pin_top_level_index_and_filter: 1 2024-09-21T13:34:36.719 INFO:journalctl@ceph.mon.a.smithi118.stdout: index_type: 0 2024-09-21T13:34:36.719 INFO:journalctl@ceph.mon.a.smithi118.stdout: data_block_index_type: 0 2024-09-21T13:34:36.720 INFO:journalctl@ceph.mon.a.smithi118.stdout: index_shortening: 1 2024-09-21T13:34:36.720 INFO:journalctl@ceph.mon.a.smithi118.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-21T13:34:36.720 INFO:journalctl@ceph.mon.a.smithi118.stdout: checksum: 4 2024-09-21T13:34:36.720 INFO:journalctl@ceph.mon.a.smithi118.stdout: no_block_cache: 0 2024-09-21T13:34:36.720 INFO:journalctl@ceph.mon.a.smithi118.stdout: block_cache: 0x5560a192d610 2024-09-21T13:34:36.720 INFO:journalctl@ceph.mon.a.smithi118.stdout: block_cache_name: BinnedLRUCache 2024-09-21T13:34:36.720 INFO:journalctl@ceph.mon.a.smithi118.stdout: block_cache_options: 2024-09-21T13:34:36.720 INFO:journalctl@ceph.mon.a.smithi118.stdout: capacity : 536870912 2024-09-21T13:34:36.721 INFO:journalctl@ceph.mon.a.smithi118.stdout: num_shard_bits : 4 2024-09-21T13:34:36.721 INFO:journalctl@ceph.mon.a.smithi118.stdout: strict_capacity_limit : 0 2024-09-21T13:34:36.721 INFO:journalctl@ceph.mon.a.smithi118.stdout: high_pri_pool_ratio: 0.000 2024-09-21T13:34:36.721 INFO:journalctl@ceph.mon.a.smithi118.stdout: block_cache_compressed: (nil) 2024-09-21T13:34:36.721 INFO:journalctl@ceph.mon.a.smithi118.stdout: persistent_cache: (nil) 2024-09-21T13:34:36.721 INFO:journalctl@ceph.mon.a.smithi118.stdout: block_size: 4096 2024-09-21T13:34:36.721 INFO:journalctl@ceph.mon.a.smithi118.stdout: block_size_deviation: 10 2024-09-21T13:34:36.721 INFO:journalctl@ceph.mon.a.smithi118.stdout: block_restart_interval: 16 2024-09-21T13:34:36.721 INFO:journalctl@ceph.mon.a.smithi118.stdout: index_block_restart_interval: 1 2024-09-21T13:34:36.721 INFO:journalctl@ceph.mon.a.smithi118.stdout: metadata_block_size: 4096 2024-09-21T13:34:36.721 INFO:journalctl@ceph.mon.a.smithi118.stdout: partition_filters: 0 2024-09-21T13:34:36.722 INFO:journalctl@ceph.mon.a.smithi118.stdout: use_delta_encoding: 1 2024-09-21T13:34:36.722 INFO:journalctl@ceph.mon.a.smithi118.stdout: filter_policy: bloomfilter 2024-09-21T13:34:36.722 INFO:journalctl@ceph.mon.a.smithi118.stdout: whole_key_filtering: 1 2024-09-21T13:34:36.722 INFO:journalctl@ceph.mon.a.smithi118.stdout: verify_compression: 0 2024-09-21T13:34:36.722 INFO:journalctl@ceph.mon.a.smithi118.stdout: read_amp_bytes_per_bit: 0 2024-09-21T13:34:36.722 INFO:journalctl@ceph.mon.a.smithi118.stdout: format_version: 5 2024-09-21T13:34:36.722 INFO:journalctl@ceph.mon.a.smithi118.stdout: enable_index_compression: 1 2024-09-21T13:34:36.722 INFO:journalctl@ceph.mon.a.smithi118.stdout: block_align: 0 2024-09-21T13:34:36.722 INFO:journalctl@ceph.mon.a.smithi118.stdout: max_auto_readahead_size: 262144 2024-09-21T13:34:36.722 INFO:journalctl@ceph.mon.a.smithi118.stdout: prepopulate_block_cache: 0 2024-09-21T13:34:36.722 INFO:journalctl@ceph.mon.a.smithi118.stdout: initial_auto_readahead_size: 8192 2024-09-21T13:34:36.722 INFO:journalctl@ceph.mon.a.smithi118.stdout: num_file_reads_for_auto_readahead: 2 2024-09-21T13:34:36.723 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.write_buffer_size: 33554432 2024-09-21T13:34:36.723 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.max_write_buffer_number: 2 2024-09-21T13:34:36.723 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.compression: NoCompression 2024-09-21T13:34:36.723 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.bottommost_compression: Disabled 2024-09-21T13:34:36.723 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.prefix_extractor: nullptr 2024-09-21T13:34:36.723 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-21T13:34:36.723 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.num_levels: 7 2024-09-21T13:34:36.723 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-21T13:34:36.723 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-21T13:34:36.723 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-21T13:34:36.723 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-21T13:34:36.724 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-21T13:34:36.724 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-21T13:34:36.724 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-21T13:34:36.724 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-21T13:34:36.724 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-21T13:34:36.724 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-21T13:34:36.724 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-21T13:34:36.724 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-21T13:34:36.724 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-21T13:34:36.724 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.compression_opts.level: 32767 2024-09-21T13:34:36.724 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.compression_opts.strategy: 0 2024-09-21T13:34:36.724 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-21T13:34:36.724 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-21T13:34:36.724 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-21T13:34:36.725 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-21T13:34:36.725 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.compression_opts.enabled: false 2024-09-21T13:34:36.725 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-21T13:34:36.725 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-21T13:34:36.725 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-21T13:34:36.725 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-21T13:34:36.725 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.target_file_size_base: 67108864 2024-09-21T13:34:36.725 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-21T13:34:36.725 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-21T13:34:36.725 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-21T13:34:36.725 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-21T13:34:36.725 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-21T13:34:36.725 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-21T13:34:36.725 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-21T13:34:36.726 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-21T13:34:36.726 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-21T13:34:36.726 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-21T13:34:36.726 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-21T13:34:36.726 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-21T13:34:36.726 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-21T13:34:36.726 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-21T13:34:36.726 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.arena_block_size: 1048576 2024-09-21T13:34:36.726 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-21T13:34:36.726 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-21T13:34:36.726 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.disable_auto_compactions: 0 2024-09-21T13:34:36.726 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-21T13:34:36.726 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-21T13:34:36.726 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-21T13:34:36.727 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-21T13:34:36.727 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-21T13:34:36.727 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-21T13:34:36.727 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-21T13:34:36.727 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-21T13:34:36.727 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-21T13:34:36.727 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-21T13:34:36.727 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-21T13:34:36.727 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.inplace_update_support: 0 2024-09-21T13:34:36.727 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-21T13:34:36.727 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-21T13:34:36.727 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-21T13:34:36.727 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-21T13:34:36.727 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.bloom_locality: 0 2024-09-21T13:34:36.728 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.max_successive_merges: 0 2024-09-21T13:34:36.728 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-21T13:34:36.728 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.paranoid_file_checks: 0 2024-09-21T13:34:36.728 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.force_consistency_checks: 1 2024-09-21T13:34:36.728 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.report_bg_io_stats: 0 2024-09-21T13:34:36.728 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.ttl: 2592000 2024-09-21T13:34:36.728 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-21T13:34:36.728 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-21T13:34:36.728 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-21T13:34:36.728 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.enable_blob_files: false 2024-09-21T13:34:36.728 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.min_blob_size: 0 2024-09-21T13:34:36.728 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.blob_file_size: 268435456 2024-09-21T13:34:36.728 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-21T13:34:36.728 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-21T13:34:36.728 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-21T13:34:36.729 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-21T13:34:36.729 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-21T13:34:36.729 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.blob_file_starting_level: 0 2024-09-21T13:34:36.729 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-21T13:34:36.729 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: 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-21T13:34:36.729 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-09-21T13:34:36.729 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 9ae3f0d3-6fb4-4527-bb1e-dba1622bbc15 2024-09-21T13:34:36.729 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726925676417296, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-09-21T13:34:36.729 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-09-21T13:34:36.729 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726925676418167, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85591, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 259, "table_properties": {"data_size": 83738, "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": 10145, "raw_average_key_size": 46, "raw_value_size": 77878, "raw_average_value_size": 357, "num_data_blocks": 11, "num_entries": 218, "num_filter_entries": 218, "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": 1726925676, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "9ae3f0d3-6fb4-4527-bb1e-dba1622bbc15", "db_session_id": "R8CKW6YJ07LGHSTXM98U", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-09-21T13:34:36.729 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726925676418264, "job": 1, "event": "recovery_finished"} 2024-09-21T13:34:36.729 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-09-21T13:34:36.729 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: 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-21T13:34:36.729 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5560a195ce00 2024-09-21T13:34:36.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: DB pointer 0x5560a1a5e000 2024-09-21T13:34:36.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-21T13:34:36.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-21T13:34:36.730 INFO:journalctl@ceph.mon.a.smithi118.stdout: ** DB Stats ** 2024-09-21T13:34:36.730 INFO:journalctl@ceph.mon.a.smithi118.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-21T13:34:36.730 INFO:journalctl@ceph.mon.a.smithi118.stdout: 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-21T13:34:36.730 INFO:journalctl@ceph.mon.a.smithi118.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-21T13:34:36.730 INFO:journalctl@ceph.mon.a.smithi118.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-21T13:34:36.730 INFO:journalctl@ceph.mon.a.smithi118.stdout: 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-21T13:34:36.730 INFO:journalctl@ceph.mon.a.smithi118.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-21T13:34:36.730 INFO:journalctl@ceph.mon.a.smithi118.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-21T13:34:36.730 INFO:journalctl@ceph.mon.a.smithi118.stdout: 2024-09-21T13:34:36.731 INFO:journalctl@ceph.mon.a.smithi118.stdout: ** Compaction Stats [default] ** 2024-09-21T13:34:36.731 INFO:journalctl@ceph.mon.a.smithi118.stdout: 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-21T13:34:36.731 INFO:journalctl@ceph.mon.a.smithi118.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-21T13:34:36.731 INFO:journalctl@ceph.mon.a.smithi118.stdout: L0 2/0 85.45 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 147.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-21T13:34:36.731 INFO:journalctl@ceph.mon.a.smithi118.stdout: Sum 2/0 85.45 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 147.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-21T13:34:36.731 INFO:journalctl@ceph.mon.a.smithi118.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 147.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-21T13:34:36.731 INFO:journalctl@ceph.mon.a.smithi118.stdout: 2024-09-21T13:34:36.731 INFO:journalctl@ceph.mon.a.smithi118.stdout: ** Compaction Stats [default] ** 2024-09-21T13:34:36.731 INFO:journalctl@ceph.mon.a.smithi118.stdout: 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-21T13:34:36.731 INFO:journalctl@ceph.mon.a.smithi118.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-21T13:34:36.731 INFO:journalctl@ceph.mon.a.smithi118.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 147.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-21T13:34:36.731 INFO:journalctl@ceph.mon.a.smithi118.stdout: 2024-09-21T13:34:36.731 INFO:journalctl@ceph.mon.a.smithi118.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-21T13:34:36.731 INFO:journalctl@ceph.mon.a.smithi118.stdout: 2024-09-21T13:34:36.732 INFO:journalctl@ceph.mon.a.smithi118.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-21T13:34:36.732 INFO:journalctl@ceph.mon.a.smithi118.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-21T13:34:36.732 INFO:journalctl@ceph.mon.a.smithi118.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-21T13:34:36.732 INFO:journalctl@ceph.mon.a.smithi118.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-21T13:34:36.732 INFO:journalctl@ceph.mon.a.smithi118.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-21T13:34:36.732 INFO:journalctl@ceph.mon.a.smithi118.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-21T13:34:36.732 INFO:journalctl@ceph.mon.a.smithi118.stdout: Cumulative compaction: 0.00 GB write, 27.01 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-21T13:34:36.732 INFO:journalctl@ceph.mon.a.smithi118.stdout: Interval compaction: 0.00 GB write, 27.01 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-21T13:34:36.732 INFO:journalctl@ceph.mon.a.smithi118.stdout: 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-21T13:34:36.732 INFO:journalctl@ceph.mon.a.smithi118.stdout: Block cache BinnedLRUCache@0x5560a192d610#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-09-21T13:34:36.732 INFO:journalctl@ceph.mon.a.smithi118.stdout: 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-21T13:34:36.732 INFO:journalctl@ceph.mon.a.smithi118.stdout: 2024-09-21T13:34:36.733 INFO:journalctl@ceph.mon.a.smithi118.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-21T13:34:36.733 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: starting mon.a rank 0 at public addrs [v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0] at bind addrs [v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 2073d30c-781e-11ef-baf6-efdc52797490 2024-09-21T13:34:36.733 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: mon.a@-1(???) e1 preinit fsid 2073d30c-781e-11ef-baf6-efdc52797490 2024-09-21T13:34:36.733 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: mon.a@-1(???).mds e1 new map 2024-09-21T13:34:36.733 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: mon.a@-1(???).mds e1 print_map 2024-09-21T13:34:36.733 INFO:journalctl@ceph.mon.a.smithi118.stdout: e1 2024-09-21T13:34:36.733 INFO:journalctl@ceph.mon.a.smithi118.stdout: btime 2024-09-21T13:34:31:505371+0000 2024-09-21T13:34:36.733 INFO:journalctl@ceph.mon.a.smithi118.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-21T13:34:36.733 INFO:journalctl@ceph.mon.a.smithi118.stdout: 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-21T13:34:36.733 INFO:journalctl@ceph.mon.a.smithi118.stdout: legacy client fscid: -1 2024-09-21T13:34:36.733 INFO:journalctl@ceph.mon.a.smithi118.stdout: 2024-09-21T13:34:36.733 INFO:journalctl@ceph.mon.a.smithi118.stdout: No filesystems configured 2024-09-21T13:34:36.733 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-21T13:34:36.733 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-21T13:34:36.734 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-21T13:34:36.734 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-21T13:34:36.734 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-21T13:34:36.734 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 bash[30046]: 51f2ded933a9b6866ad06566f7dad34c5135f00cfb063fcb85b8a7adb2f58482 2024-09-21T13:34:36.734 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 systemd[1]: Started Ceph mon.a for 2073d30c-781e-11ef-baf6-efdc52797490. 2024-09-21T13:34:36.734 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-21T13:34:36.734 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: monmap epoch 1 2024-09-21T13:34:36.734 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: fsid 2073d30c-781e-11ef-baf6-efdc52797490 2024-09-21T13:34:36.734 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: last_changed 2024-09-21T13:34:28.605277+0000 2024-09-21T13:34:36.734 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: created 2024-09-21T13:34:28.605277+0000 2024-09-21T13:34:36.734 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: min_mon_release 19 (squid) 2024-09-21T13:34:36.734 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: election_strategy: 1 2024-09-21T13:34:36.734 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: 0: [v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0] mon.a 2024-09-21T13:34:36.734 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: fsmap 2024-09-21T13:34:36.735 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: osdmap e1: 0 total, 0 up, 0 in 2024-09-21T13:34:36.735 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:36 smithi118 ceph-mon[30084]: mgrmap e1: no daemons active 2024-09-21T13:34:37.511 INFO:teuthology.orchestra.run.smithi118.stdout:Wrote config to /etc/ceph/ceph.conf 2024-09-21T13:34:37.524 INFO:teuthology.orchestra.run.smithi118.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-21T13:34:37.525 INFO:teuthology.orchestra.run.smithi118.stdout:Creating mgr... 2024-09-21T13:34:37.525 INFO:teuthology.orchestra.run.smithi118.stdout:Verifying port 0.0.0.0:9283 ... 2024-09-21T13:34:37.525 INFO:teuthology.orchestra.run.smithi118.stdout:Verifying port 0.0.0.0:8765 ... 2024-09-21T13:34:37.746 INFO:teuthology.orchestra.run.smithi118.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-2073d30c-781e-11ef-baf6-efdc52797490@mgr.a 2024-09-21T13:34:37.746 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stderr Failed to reset failed state of unit ceph-2073d30c-781e-11ef-baf6-efdc52797490@mgr.a.service: Unit ceph-2073d30c-781e-11ef-baf6-efdc52797490@mgr.a.service not loaded. 2024-09-21T13:34:37.891 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-2073d30c-781e-11ef-baf6-efdc52797490.target.wants/ceph-2073d30c-781e-11ef-baf6-efdc52797490@mgr.a.service → /etc/systemd/system/ceph-2073d30c-781e-11ef-baf6-efdc52797490@.service. 2024-09-21T13:34:38.215 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:37 smithi118 ceph-mon[30084]: from='client.? 172.21.15.118:0/2734751500' entity='client.admin' 2024-09-21T13:34:38.215 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:34:38 smithi118 podman[30322]: 2024-09-21 13:34:38.023103903 +0000 UTC m=+0.015543552 image pull b415816db8b41f544cdfdc71d193ff8b1ee008bf7b0ec4f64da8eb8f71b62e85 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:34:38.452 INFO:teuthology.orchestra.run.smithi118.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-21T13:34:38.452 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stdout disabled 2024-09-21T13:34:38.459 INFO:teuthology.orchestra.run.smithi118.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-21T13:34:38.459 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stdout inactive 2024-09-21T13:34:38.459 INFO:teuthology.orchestra.run.smithi118.stdout:firewalld.service is not enabled 2024-09-21T13:34:38.459 INFO:teuthology.orchestra.run.smithi118.stdout:Not possible to enable service . firewalld.service is not available 2024-09-21T13:34:38.467 INFO:teuthology.orchestra.run.smithi118.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-21T13:34:38.467 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stdout disabled 2024-09-21T13:34:38.475 INFO:teuthology.orchestra.run.smithi118.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-21T13:34:38.475 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stdout inactive 2024-09-21T13:34:38.475 INFO:teuthology.orchestra.run.smithi118.stdout:firewalld.service is not enabled 2024-09-21T13:34:38.475 INFO:teuthology.orchestra.run.smithi118.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-09-21T13:34:38.475 INFO:teuthology.orchestra.run.smithi118.stdout:Waiting for mgr to start... 2024-09-21T13:34:38.475 INFO:teuthology.orchestra.run.smithi118.stdout:Waiting for mgr... 2024-09-21T13:34:38.636 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:34:38 smithi118 podman[30322]: 2024-09-21 13:34:38.354300033 +0000 UTC m=+0.346739688 container init 0346fc2d1fef1beca54208b0722a000b370e1879176614c7bef22c89003c00b7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, ceph=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, RELEASE=wip-guits-main-2024-09-21-0842-4417849, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=) 2024-09-21T13:34:38.636 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:34:38 smithi118 podman[30322]: 2024-09-21 13:34:38.358888905 +0000 UTC m=+0.351328549 container start 0346fc2d1fef1beca54208b0722a000b370e1879176614c7bef22c89003c00b7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, ceph=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.build-date=20240731, RELEASE=wip-guits-main-2024-09-21-0842-4417849, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD) 2024-09-21T13:34:38.636 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:34:38 smithi118 bash[30322]: 0346fc2d1fef1beca54208b0722a000b370e1879176614c7bef22c89003c00b7 2024-09-21T13:34:38.637 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:34:38 smithi118 systemd[1]: Started Ceph mgr.a for 2073d30c-781e-11ef-baf6-efdc52797490. 2024-09-21T13:34:39.284 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:39 smithi118 ceph-mon[30084]: from='client.? 172.21.15.118:0/225831292' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-21T13:34:39.538 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout 2024-09-21T13:34:39.544 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout { 2024-09-21T13:34:39.544 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "fsid": "2073d30c-781e-11ef-baf6-efdc52797490", 2024-09-21T13:34:39.544 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "health": { 2024-09-21T13:34:39.544 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-21T13:34:39.544 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-21T13:34:39.544 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-21T13:34:39.544 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout }, 2024-09-21T13:34:39.544 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-21T13:34:39.544 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-21T13:34:39.545 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout 0 2024-09-21T13:34:39.545 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout ], 2024-09-21T13:34:39.545 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-21T13:34:39.545 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "a" 2024-09-21T13:34:39.545 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout ], 2024-09-21T13:34:39.545 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-09-21T13:34:39.545 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-21T13:34:39.545 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T13:34:39.545 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-21T13:34:39.545 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-21T13:34:39.545 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout }, 2024-09-21T13:34:39.545 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-21T13:34:39.545 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T13:34:39.545 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-21T13:34:39.545 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-21T13:34:39.546 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-21T13:34:39.546 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-21T13:34:39.546 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-21T13:34:39.546 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-21T13:34:39.546 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout }, 2024-09-21T13:34:39.546 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-21T13:34:39.546 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-21T13:34:39.546 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-21T13:34:39.546 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-21T13:34:39.546 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-21T13:34:39.546 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-21T13:34:39.546 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-21T13:34:39.546 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-21T13:34:39.547 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-21T13:34:39.547 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout }, 2024-09-21T13:34:39.547 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-21T13:34:39.547 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T13:34:39.547 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "btime": "2024-09-21T13:34:31:505371+0000", 2024-09-21T13:34:39.547 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-21T13:34:39.547 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-21T13:34:39.547 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout }, 2024-09-21T13:34:39.547 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-21T13:34:39.547 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-21T13:34:39.547 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-21T13:34:39.547 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-21T13:34:39.547 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-21T13:34:39.547 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-21T13:34:39.547 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "restful" 2024-09-21T13:34:39.548 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout ], 2024-09-21T13:34:39.548 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-21T13:34:39.548 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout }, 2024-09-21T13:34:39.548 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-21T13:34:39.548 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T13:34:39.548 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "modified": "2024-09-21T13:34:31.505975+0000", 2024-09-21T13:34:39.548 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-21T13:34:39.548 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout }, 2024-09-21T13:34:39.548 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-21T13:34:39.548 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout } 2024-09-21T13:34:39.548 INFO:teuthology.orchestra.run.smithi118.stdout:mgr not available, waiting (1/15)... 2024-09-21T13:34:42.309 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:42 smithi118 ceph-mon[30084]: from='client.? 172.21.15.118:0/1070489574' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-21T13:34:42.664 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout 2024-09-21T13:34:42.664 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout { 2024-09-21T13:34:42.664 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "fsid": "2073d30c-781e-11ef-baf6-efdc52797490", 2024-09-21T13:34:42.664 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "health": { 2024-09-21T13:34:42.664 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-21T13:34:42.665 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-21T13:34:42.665 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-21T13:34:42.665 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout }, 2024-09-21T13:34:42.665 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-21T13:34:42.665 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-21T13:34:42.665 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout 0 2024-09-21T13:34:42.666 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout ], 2024-09-21T13:34:42.666 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-21T13:34:42.666 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "a" 2024-09-21T13:34:42.666 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout ], 2024-09-21T13:34:42.666 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2024-09-21T13:34:42.666 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-21T13:34:42.667 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T13:34:42.667 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-21T13:34:42.667 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-21T13:34:42.667 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout }, 2024-09-21T13:34:42.667 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-21T13:34:42.667 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T13:34:42.668 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-21T13:34:42.668 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-21T13:34:42.668 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-21T13:34:42.668 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-21T13:34:42.668 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-21T13:34:42.668 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-21T13:34:42.668 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout }, 2024-09-21T13:34:42.669 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-21T13:34:42.669 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-21T13:34:42.669 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-21T13:34:42.669 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-21T13:34:42.669 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-21T13:34:42.669 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-21T13:34:42.670 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-21T13:34:42.670 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-21T13:34:42.670 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-21T13:34:42.670 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout }, 2024-09-21T13:34:42.670 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-21T13:34:42.670 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T13:34:42.670 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "btime": "2024-09-21T13:34:31:505371+0000", 2024-09-21T13:34:42.671 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-21T13:34:42.671 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-21T13:34:42.671 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout }, 2024-09-21T13:34:42.671 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-21T13:34:42.671 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-21T13:34:42.671 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-21T13:34:42.671 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-21T13:34:42.671 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-21T13:34:42.671 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-21T13:34:42.672 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "restful" 2024-09-21T13:34:42.672 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout ], 2024-09-21T13:34:42.672 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-21T13:34:42.672 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout }, 2024-09-21T13:34:42.672 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-21T13:34:42.672 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T13:34:42.672 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "modified": "2024-09-21T13:34:31.505975+0000", 2024-09-21T13:34:42.672 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-21T13:34:42.672 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout }, 2024-09-21T13:34:42.672 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-21T13:34:42.673 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout } 2024-09-21T13:34:42.673 INFO:teuthology.orchestra.run.smithi118.stdout:mgr not available, waiting (2/15)... 2024-09-21T13:34:43.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:43 smithi118 ceph-mon[30084]: Activating manager daemon a 2024-09-21T13:34:43.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:43 smithi118 ceph-mon[30084]: mgrmap e2: a(active, starting, since 0.00329709s) 2024-09-21T13:34:43.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:43 smithi118 ceph-mon[30084]: from='mgr.14100 172.21.15.118:0/221937209' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-21T13:34:43.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:43 smithi118 ceph-mon[30084]: from='mgr.14100 172.21.15.118:0/221937209' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-21T13:34:43.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:43 smithi118 ceph-mon[30084]: from='mgr.14100 172.21.15.118:0/221937209' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-21T13:34:43.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:43 smithi118 ceph-mon[30084]: from='mgr.14100 172.21.15.118:0/221937209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T13:34:43.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:43 smithi118 ceph-mon[30084]: from='mgr.14100 172.21.15.118:0/221937209' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-21T13:34:43.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:43 smithi118 ceph-mon[30084]: Manager daemon a is now available 2024-09-21T13:34:43.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:43 smithi118 ceph-mon[30084]: from='mgr.14100 172.21.15.118:0/221937209' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-21T13:34:43.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:43 smithi118 ceph-mon[30084]: from='mgr.14100 172.21.15.118:0/221937209' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-21T13:34:43.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:43 smithi118 ceph-mon[30084]: from='mgr.14100 172.21.15.118:0/221937209' entity='mgr.a' 2024-09-21T13:34:43.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:43 smithi118 ceph-mon[30084]: from='mgr.14100 172.21.15.118:0/221937209' entity='mgr.a' 2024-09-21T13:34:43.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:43 smithi118 ceph-mon[30084]: from='mgr.14100 172.21.15.118:0/221937209' entity='mgr.a' 2024-09-21T13:34:45.636 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:45 smithi118 ceph-mon[30084]: mgrmap e3: a(active, since 1.00713s) 2024-09-21T13:34:45.637 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:45 smithi118 ceph-mon[30084]: from='client.? 172.21.15.118:0/2684994749' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-21T13:34:46.636 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:46 smithi118 ceph-mon[30084]: mgrmap e4: a(active, since 2s) 2024-09-21T13:34:48.472 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout 2024-09-21T13:34:48.472 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout { 2024-09-21T13:34:48.472 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "fsid": "2073d30c-781e-11ef-baf6-efdc52797490", 2024-09-21T13:34:48.472 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "health": { 2024-09-21T13:34:48.473 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-21T13:34:48.473 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-21T13:34:48.473 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-21T13:34:48.473 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout }, 2024-09-21T13:34:48.473 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-21T13:34:48.473 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-21T13:34:48.473 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout 0 2024-09-21T13:34:48.473 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout ], 2024-09-21T13:34:48.473 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-21T13:34:48.473 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "a" 2024-09-21T13:34:48.473 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout ], 2024-09-21T13:34:48.473 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "quorum_age": 8, 2024-09-21T13:34:48.473 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-21T13:34:48.473 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T13:34:48.473 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-21T13:34:48.474 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-21T13:34:48.474 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout }, 2024-09-21T13:34:48.474 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-21T13:34:48.474 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T13:34:48.474 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-21T13:34:48.474 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-21T13:34:48.474 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-21T13:34:48.474 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-21T13:34:48.474 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-21T13:34:48.474 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-21T13:34:48.474 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout }, 2024-09-21T13:34:48.474 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-21T13:34:48.477 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-21T13:34:48.477 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-21T13:34:48.477 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-21T13:34:48.477 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-21T13:34:48.478 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-21T13:34:48.478 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-21T13:34:48.478 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-21T13:34:48.478 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-21T13:34:48.478 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout }, 2024-09-21T13:34:48.478 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-21T13:34:48.478 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T13:34:48.478 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "btime": "2024-09-21T13:34:31:505371+0000", 2024-09-21T13:34:48.478 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-21T13:34:48.478 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-21T13:34:48.478 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout }, 2024-09-21T13:34:48.478 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-21T13:34:48.478 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-21T13:34:48.478 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-21T13:34:48.479 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-21T13:34:48.479 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-21T13:34:48.479 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-21T13:34:48.479 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "restful" 2024-09-21T13:34:48.479 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout ], 2024-09-21T13:34:48.479 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-21T13:34:48.479 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout }, 2024-09-21T13:34:48.479 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-21T13:34:48.479 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T13:34:48.479 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "modified": "2024-09-21T13:34:31.505975+0000", 2024-09-21T13:34:48.479 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-21T13:34:48.479 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout }, 2024-09-21T13:34:48.479 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-21T13:34:48.479 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout } 2024-09-21T13:34:48.479 INFO:teuthology.orchestra.run.smithi118.stdout:mgr is available 2024-09-21T13:34:52.483 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:52 smithi118 ceph-mon[30084]: from='client.? 172.21.15.118:0/1921725044' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-21T13:34:52.483 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:34:52 smithi118 ceph-mon[30084]: from='client.? 172.21.15.118:0/1921725044' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-21T13:34:59.270 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout 2024-09-21T13:34:59.270 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout [global] 2024-09-21T13:34:59.271 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout fsid = 2073d30c-781e-11ef-baf6-efdc52797490 2024-09-21T13:34:59.271 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-21T13:34:59.271 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.118:3300,v1:172.21.15.118:6789] 2024-09-21T13:34:59.271 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-21T13:34:59.271 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-21T13:34:59.271 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-21T13:34:59.271 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-21T13:34:59.271 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout 2024-09-21T13:34:59.271 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-21T13:34:59.271 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-21T13:34:59.271 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout 2024-09-21T13:34:59.271 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout [osd] 2024-09-21T13:34:59.271 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-21T13:34:59.271 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-21T13:34:59.272 INFO:teuthology.orchestra.run.smithi118.stdout:Enabling cephadm module... 2024-09-21T13:35:00.321 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:00 smithi118 ceph-mon[30084]: from='client.? 172.21.15.118:0/3405125266' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2024-09-21T13:35:00.321 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:35:00 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: ignoring --setuser ceph since I am not root 2024-09-21T13:35:00.321 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:35:00 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: ignoring --setgroup ceph since I am not root 2024-09-21T13:35:01.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:01 smithi118 ceph-mon[30084]: from='client.? 172.21.15.118:0/3405125266' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-21T13:35:01.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:01 smithi118 ceph-mon[30084]: mgrmap e5: a(active, since 16s) 2024-09-21T13:35:02.361 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:02 smithi118 ceph-mon[30084]: from='client.? 172.21.15.118:0/3997161298' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-21T13:35:02.364 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout { 2024-09-21T13:35:02.364 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-09-21T13:35:02.364 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-21T13:35:02.364 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-09-21T13:35:02.364 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-21T13:35:02.364 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout } 2024-09-21T13:35:02.364 INFO:teuthology.orchestra.run.smithi118.stdout:Waiting for the mgr to restart... 2024-09-21T13:35:02.364 INFO:teuthology.orchestra.run.smithi118.stdout:Waiting for mgr epoch 5... 2024-09-21T13:35:05.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:05 smithi118 ceph-mon[30084]: Active manager daemon a restarted 2024-09-21T13:35:05.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:05 smithi118 ceph-mon[30084]: Activating manager daemon a 2024-09-21T13:35:05.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:05 smithi118 ceph-mon[30084]: osdmap e2: 0 total, 0 up, 0 in 2024-09-21T13:35:05.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:05 smithi118 ceph-mon[30084]: mgrmap e6: a(active, starting, since 0.00308801s) 2024-09-21T13:35:05.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:05 smithi118 ceph-mon[30084]: from='mgr.14118 172.21.15.118:0/4227100945' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T13:35:05.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:05 smithi118 ceph-mon[30084]: from='mgr.14118 172.21.15.118:0/4227100945' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-21T13:35:05.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:05 smithi118 ceph-mon[30084]: from='mgr.14118 172.21.15.118:0/4227100945' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-21T13:35:05.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:05 smithi118 ceph-mon[30084]: from='mgr.14118 172.21.15.118:0/4227100945' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-21T13:35:05.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:05 smithi118 ceph-mon[30084]: from='mgr.14118 172.21.15.118:0/4227100945' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-21T13:35:05.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:05 smithi118 ceph-mon[30084]: Manager daemon a is now available 2024-09-21T13:35:06.561 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout { 2024-09-21T13:35:06.561 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-09-21T13:35:06.561 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-21T13:35:06.561 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout } 2024-09-21T13:35:06.561 INFO:teuthology.orchestra.run.smithi118.stdout:mgr epoch 5 is available 2024-09-21T13:35:06.561 INFO:teuthology.orchestra.run.smithi118.stdout:Verifying orchestrator module is enabled... 2024-09-21T13:35:07.289 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:07 smithi118 ceph-mon[30084]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-21T13:35:07.289 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:07 smithi118 ceph-mon[30084]: mgrmap e7: a(active, since 1.00478s) 2024-09-21T13:35:07.289 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:07 smithi118 ceph-mon[30084]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-21T13:35:07.289 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:07 smithi118 ceph-mon[30084]: from='mgr.14118 172.21.15.118:0/4227100945' entity='mgr.a' 2024-09-21T13:35:07.289 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:07 smithi118 ceph-mon[30084]: from='mgr.14118 172.21.15.118:0/4227100945' entity='mgr.a' 2024-09-21T13:35:07.289 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:07 smithi118 ceph-mon[30084]: from='mgr.14118 172.21.15.118:0/4227100945' entity='mgr.a' 2024-09-21T13:35:07.290 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:07 smithi118 ceph-mon[30084]: from='mgr.14118 172.21.15.118:0/4227100945' entity='mgr.a' 2024-09-21T13:35:07.290 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:07 smithi118 ceph-mon[30084]: from='mgr.14118 172.21.15.118:0/4227100945' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:35:07.290 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:07 smithi118 ceph-mon[30084]: from='mgr.14118 172.21.15.118:0/4227100945' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:35:07.290 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:07 smithi118 ceph-mon[30084]: from='mgr.14118 172.21.15.118:0/4227100945' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-21T13:35:07.290 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:07 smithi118 ceph-mon[30084]: from='mgr.14118 172.21.15.118:0/4227100945' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-21T13:35:07.637 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:35:07 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: 2024-09-21T13:35:07.288+0000 7fba56fc3640 -1 log_channel(cephadm) log [ERR] : [21/Sep/2024:13:35:07] ENGINE Error in HTTPServer.serve 2024-09-21T13:35:07.637 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:35:07 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: Traceback (most recent call last): 2024-09-21T13:35:07.637 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:35:07 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T13:35:07.637 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:35:07 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: self._connections.run(self.expiration_interval) 2024-09-21T13:35:07.637 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:35:07 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T13:35:07.637 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:35:07 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: self._run(expiration_interval) 2024-09-21T13:35:07.637 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:35:07 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T13:35:07.637 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:35:07 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T13:35:07.637 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:35:07 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T13:35:07.637 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:35:07 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T13:35:07.637 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:35:07 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T13:35:07.637 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:35:07 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: s = self.context.wrap_socket( 2024-09-21T13:35:07.638 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:35:07 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T13:35:07.638 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:35:07 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: return self.sslsocket_class._create( 2024-09-21T13:35:07.638 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:35:07 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T13:35:07.638 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:35:07 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: self.do_handshake() 2024-09-21T13:35:07.638 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:35:07 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T13:35:07.638 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:35:07 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: self._sslobj.do_handshake() 2024-09-21T13:35:07.638 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:35:07 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T13:35:07.638 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:35:07 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: 2024-09-21T13:35:07.949 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stderr module 'orchestrator' is already enabled (always-on) 2024-09-21T13:35:07.950 INFO:teuthology.orchestra.run.smithi118.stdout:Setting orchestrator backend to cephadm... 2024-09-21T13:35:08.204 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:08 smithi118 ceph-mon[30084]: Found migration_current of "None". Setting to last migration. 2024-09-21T13:35:08.204 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:08 smithi118 ceph-mon[30084]: from='client.? 172.21.15.118:0/3855715319' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2024-09-21T13:35:08.204 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:08 smithi118 ceph-mon[30084]: from='client.? 172.21.15.118:0/3855715319' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2024-09-21T13:35:08.204 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:08 smithi118 ceph-mon[30084]: mgrmap e8: a(active, since 2s) 2024-09-21T13:35:08.204 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:08 smithi118 ceph-mon[30084]: from='mgr.14118 172.21.15.118:0/4227100945' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:35:09.220 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:09 smithi118 ceph-mon[30084]: [21/Sep/2024:13:35:07] ENGINE Bus STARTING 2024-09-21T13:35:09.220 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:09 smithi118 ceph-mon[30084]: [21/Sep/2024:13:35:07] ENGINE Serving on https://172.21.15.118:7150 2024-09-21T13:35:09.221 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:09 smithi118 ceph-mon[30084]: [21/Sep/2024:13:35:07] ENGINE Error in HTTPServer.serve 2024-09-21T13:35:09.221 INFO:journalctl@ceph.mon.a.smithi118.stdout: Traceback (most recent call last): 2024-09-21T13:35:09.221 INFO:journalctl@ceph.mon.a.smithi118.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T13:35:09.221 INFO:journalctl@ceph.mon.a.smithi118.stdout: self._connections.run(self.expiration_interval) 2024-09-21T13:35:09.221 INFO:journalctl@ceph.mon.a.smithi118.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T13:35:09.221 INFO:journalctl@ceph.mon.a.smithi118.stdout: self._run(expiration_interval) 2024-09-21T13:35:09.221 INFO:journalctl@ceph.mon.a.smithi118.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T13:35:09.221 INFO:journalctl@ceph.mon.a.smithi118.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T13:35:09.221 INFO:journalctl@ceph.mon.a.smithi118.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T13:35:09.221 INFO:journalctl@ceph.mon.a.smithi118.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T13:35:09.221 INFO:journalctl@ceph.mon.a.smithi118.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T13:35:09.221 INFO:journalctl@ceph.mon.a.smithi118.stdout: s = self.context.wrap_socket( 2024-09-21T13:35:09.222 INFO:journalctl@ceph.mon.a.smithi118.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T13:35:09.222 INFO:journalctl@ceph.mon.a.smithi118.stdout: return self.sslsocket_class._create( 2024-09-21T13:35:09.222 INFO:journalctl@ceph.mon.a.smithi118.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T13:35:09.222 INFO:journalctl@ceph.mon.a.smithi118.stdout: self.do_handshake() 2024-09-21T13:35:09.222 INFO:journalctl@ceph.mon.a.smithi118.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T13:35:09.222 INFO:journalctl@ceph.mon.a.smithi118.stdout: self._sslobj.do_handshake() 2024-09-21T13:35:09.222 INFO:journalctl@ceph.mon.a.smithi118.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T13:35:09.222 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:09 smithi118 ceph-mon[30084]: [21/Sep/2024:13:35:07] ENGINE Serving on http://172.21.15.118:8765 2024-09-21T13:35:09.222 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:09 smithi118 ceph-mon[30084]: [21/Sep/2024:13:35:07] ENGINE Bus STARTED 2024-09-21T13:35:09.222 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:09 smithi118 ceph-mon[30084]: from='mgr.14118 172.21.15.118:0/4227100945' entity='mgr.a' 2024-09-21T13:35:09.222 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:09 smithi118 ceph-mon[30084]: from='mgr.14118 172.21.15.118:0/4227100945' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:35:10.126 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:10 smithi118 ceph-mon[30084]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:35:10.412 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout value unchanged 2024-09-21T13:35:10.412 INFO:teuthology.orchestra.run.smithi118.stdout:Generating ssh key... 2024-09-21T13:35:11.129 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:11 smithi118 ceph-mon[30084]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:35:11.387 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:35:11 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: Generating public/private rsa key pair. 2024-09-21T13:35:11.387 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:35:11 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: Your identification has been saved in /tmp/tmpsf_r26p4/key 2024-09-21T13:35:11.387 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:35:11 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: Your public key has been saved in /tmp/tmpsf_r26p4/key.pub 2024-09-21T13:35:11.387 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:35:11 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: The key fingerprint is: 2024-09-21T13:35:11.387 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:35:11 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: SHA256:6ui3/eXnXdM+GrcNQqKJ4HxcjX4AuhKHjb+s9ClRZ34 ceph-2073d30c-781e-11ef-baf6-efdc52797490 2024-09-21T13:35:11.387 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:35:11 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: The key's randomart image is: 2024-09-21T13:35:11.387 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:35:11 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: +---[RSA 3072]----+ 2024-09-21T13:35:11.387 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:35:11 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: | | 2024-09-21T13:35:11.387 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:35:11 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: | | 2024-09-21T13:35:11.387 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:35:11 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: | . | 2024-09-21T13:35:11.387 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:35:11 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: | +..o. o | 2024-09-21T13:35:11.388 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:35:11 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: | +.=+ S o . | 2024-09-21T13:35:11.388 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:35:11 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: | .* +.=E+ o .| 2024-09-21T13:35:11.388 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:35:11 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: | o.= =.+ . o..oo| 2024-09-21T13:35:11.388 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:35:11 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: | ..+ *.. . o .+==| 2024-09-21T13:35:11.388 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:35:11 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: | .+B.o.... .+o.=| 2024-09-21T13:35:11.388 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:35:11 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: +----[SHA256]-----+ 2024-09-21T13:35:12.263 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:12 smithi118 ceph-mon[30084]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:35:12.263 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:12 smithi118 ceph-mon[30084]: Generating ssh key... 2024-09-21T13:35:12.264 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:12 smithi118 ceph-mon[30084]: from='mgr.14118 172.21.15.118:0/4227100945' entity='mgr.a' 2024-09-21T13:35:12.264 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:12 smithi118 ceph-mon[30084]: from='mgr.14118 172.21.15.118:0/4227100945' entity='mgr.a' 2024-09-21T13:35:12.858 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQD8bkFXi/aMv6Py7e5Cpqp5ZUviLFfWztPNEq9CYqXaCDPo562V4wZ55YJcMPGM2advWiY2n5MQo9iEBsKm5P2bMWJ17io7zMJT9nKcjc6hhNxndqO/x7WBFlUnYSf00Y8Vb25uB8MVx/FKbYzSU1njkVGwHh2vxjT6hnJdioLFfyTXE5Vtg6c+Xg/0aQEiUIOpBzaPtoYiYLw1MPPCSFs3FSc0F4A2oLDh0jL7red6EBHzAQGvNuxHsXpk99DzjfAN/lMnT1uH7q0i3nlf1ViIo9tcmVce+gLwlXBKkwo6LLqBtnWPS35BryDIJ3OInVvBrlAeh1/GHhqyDmCDRuf9yh+UNKeXoxTcJQ+Qod3k4i5dQcqj1yV1n0CeM/dGFyYrG0TvhSQIztRF7oUpcOwMrwBeOTS4dUFFIS2HluDJz5FMbldLXj0H4PtoiWNXyC5Ro5w+fUwwF6xu4lus4d2u0AECPpNYmxag+Oa60NaT71/5MxEW6gsZPy2rS1FI/c0= ceph-2073d30c-781e-11ef-baf6-efdc52797490 2024-09-21T13:35:12.858 INFO:teuthology.orchestra.run.smithi118.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-09-21T13:35:12.858 INFO:teuthology.orchestra.run.smithi118.stdout:Adding key to root@localhost authorized_keys... 2024-09-21T13:35:12.861 INFO:teuthology.orchestra.run.smithi118.stdout:Adding host smithi118... 2024-09-21T13:35:13.116 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:13 smithi118 ceph-mon[30084]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:35:14.328 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:14 smithi118 ceph-mon[30084]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi118", "addr": "172.21.15.118", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:35:15.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:15 smithi118 ceph-mon[30084]: Deploying cephadm binary to smithi118 2024-09-21T13:35:17.350 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout Added host 'smithi118' with addr '172.21.15.118' 2024-09-21T13:35:17.350 INFO:teuthology.orchestra.run.smithi118.stdout:Deploying unmanaged mon service... 2024-09-21T13:35:17.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:17 smithi118 ceph-mon[30084]: from='mgr.14118 172.21.15.118:0/4227100945' entity='mgr.a' 2024-09-21T13:35:17.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:17 smithi118 ceph-mon[30084]: Added host smithi118 2024-09-21T13:35:17.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:17 smithi118 ceph-mon[30084]: from='mgr.14118 172.21.15.118:0/4227100945' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:35:18.593 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-09-21T13:35:18.593 INFO:teuthology.orchestra.run.smithi118.stdout:Deploying unmanaged mgr service... 2024-09-21T13:35:19.296 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:19 smithi118 ceph-mon[30084]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:35:19.296 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:19 smithi118 ceph-mon[30084]: Saving service mon spec with placement count:5 2024-09-21T13:35:19.296 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:19 smithi118 ceph-mon[30084]: from='mgr.14118 172.21.15.118:0/4227100945' entity='mgr.a' 2024-09-21T13:35:20.586 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-09-21T13:35:20.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:20 smithi118 ceph-mon[30084]: from='mgr.14118 172.21.15.118:0/4227100945' entity='mgr.a' 2024-09-21T13:35:20.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:20 smithi118 ceph-mon[30084]: from='mgr.14118 172.21.15.118:0/4227100945' entity='mgr.a' 2024-09-21T13:35:20.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:20 smithi118 ceph-mon[30084]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:35:20.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:20 smithi118 ceph-mon[30084]: Saving service mgr spec with placement count:2 2024-09-21T13:35:20.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:20 smithi118 ceph-mon[30084]: from='mgr.14118 172.21.15.118:0/4227100945' entity='mgr.a' 2024-09-21T13:35:22.601 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:22 smithi118 ceph-mon[30084]: from='client.? 172.21.15.118:0/3627118178' entity='client.admin' 2024-09-21T13:35:23.410 INFO:teuthology.orchestra.run.smithi118.stdout:Enabling the dashboard module... 2024-09-21T13:35:23.760 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:23 smithi118 ceph-mon[30084]: from='client.? 172.21.15.118:0/2293977740' entity='client.admin' 2024-09-21T13:35:23.760 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:23 smithi118 ceph-mon[30084]: from='mgr.14118 172.21.15.118:0/4227100945' entity='mgr.a' 2024-09-21T13:35:25.235 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:24 smithi118 ceph-mon[30084]: from='mgr.14118 172.21.15.118:0/4227100945' entity='mgr.a' 2024-09-21T13:35:25.235 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:24 smithi118 ceph-mon[30084]: from='client.? 172.21.15.118:0/3212614626' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2024-09-21T13:35:25.235 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:35:24 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: ignoring --setuser ceph since I am not root 2024-09-21T13:35:25.235 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:35:24 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: ignoring --setgroup ceph since I am not root 2024-09-21T13:35:26.081 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:25 smithi118 ceph-mon[30084]: from='client.? 172.21.15.118:0/3212614626' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-21T13:35:26.081 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:25 smithi118 ceph-mon[30084]: mgrmap e9: a(active, since 19s) 2024-09-21T13:35:27.105 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout { 2024-09-21T13:35:27.105 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-09-21T13:35:27.105 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-21T13:35:27.105 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-09-21T13:35:27.105 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-21T13:35:27.105 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout } 2024-09-21T13:35:27.105 INFO:teuthology.orchestra.run.smithi118.stdout:Waiting for the mgr to restart... 2024-09-21T13:35:27.105 INFO:teuthology.orchestra.run.smithi118.stdout:Waiting for mgr epoch 9... 2024-09-21T13:35:27.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:26 smithi118 ceph-mon[30084]: from='client.? 172.21.15.118:0/365697165' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-21T13:35:30.343 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:30 smithi118 ceph-mon[30084]: Active manager daemon a restarted 2024-09-21T13:35:30.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:30 smithi118 ceph-mon[30084]: Activating manager daemon a 2024-09-21T13:35:30.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:30 smithi118 ceph-mon[30084]: osdmap e3: 0 total, 0 up, 0 in 2024-09-21T13:35:30.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:30 smithi118 ceph-mon[30084]: mgrmap e10: a(active, starting, since 0.00364076s) 2024-09-21T13:35:30.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:30 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T13:35:30.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:30 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-21T13:35:30.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:30 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-21T13:35:30.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:30 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-21T13:35:30.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:30 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-21T13:35:30.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:30 smithi118 ceph-mon[30084]: Manager daemon a is now available 2024-09-21T13:35:31.275 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:31 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:35:31.275 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:31 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-21T13:35:31.275 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:31 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-21T13:35:31.275 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:31 smithi118 ceph-mon[30084]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-21T13:35:31.275 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:31 smithi118 ceph-mon[30084]: mgrmap e11: a(active, since 1.00652s) 2024-09-21T13:35:31.551 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:35:31 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: 2024-09-21T13:35:31.373+0000 7f5e88e01640 -1 log_channel(cephadm) log [ERR] : [21/Sep/2024:13:35:31] ENGINE Error in HTTPServer.serve 2024-09-21T13:35:31.551 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:35:31 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: Traceback (most recent call last): 2024-09-21T13:35:31.551 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:35:31 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T13:35:31.551 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:35:31 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: self._connections.run(self.expiration_interval) 2024-09-21T13:35:31.551 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:35:31 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T13:35:31.551 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:35:31 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: self._run(expiration_interval) 2024-09-21T13:35:31.551 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:35:31 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T13:35:31.551 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:35:31 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T13:35:31.551 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:35:31 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T13:35:31.551 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:35:31 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T13:35:31.552 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:35:31 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T13:35:31.552 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:35:31 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: s = self.context.wrap_socket( 2024-09-21T13:35:31.552 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:35:31 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T13:35:31.552 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:35:31 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: return self.sslsocket_class._create( 2024-09-21T13:35:31.552 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:35:31 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T13:35:31.552 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:35:31 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: self.do_handshake() 2024-09-21T13:35:31.552 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:35:31 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T13:35:31.552 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:35:31 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: self._sslobj.do_handshake() 2024-09-21T13:35:31.552 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:35:31 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T13:35:31.552 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:35:31 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: 2024-09-21T13:35:31.553 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout { 2024-09-21T13:35:31.553 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-09-21T13:35:31.553 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-21T13:35:31.553 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout } 2024-09-21T13:35:31.553 INFO:teuthology.orchestra.run.smithi118.stdout:mgr epoch 9 is available 2024-09-21T13:35:31.554 INFO:teuthology.orchestra.run.smithi118.stdout:Using certmgr to generate dashboard self-signed certificate... 2024-09-21T13:35:32.120 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:32 smithi118 ceph-mon[30084]: [21/Sep/2024:13:35:31] ENGINE Bus STARTING 2024-09-21T13:35:32.120 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:32 smithi118 ceph-mon[30084]: [21/Sep/2024:13:35:31] ENGINE Serving on http://172.21.15.118:8765 2024-09-21T13:35:32.120 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:32 smithi118 ceph-mon[30084]: [21/Sep/2024:13:35:31] ENGINE Serving on https://172.21.15.118:7150 2024-09-21T13:35:32.120 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:32 smithi118 ceph-mon[30084]: [21/Sep/2024:13:35:31] ENGINE Bus STARTED 2024-09-21T13:35:32.120 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:32 smithi118 ceph-mon[30084]: [21/Sep/2024:13:35:31] ENGINE Error in HTTPServer.serve 2024-09-21T13:35:32.120 INFO:journalctl@ceph.mon.a.smithi118.stdout: Traceback (most recent call last): 2024-09-21T13:35:32.120 INFO:journalctl@ceph.mon.a.smithi118.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T13:35:32.121 INFO:journalctl@ceph.mon.a.smithi118.stdout: self._connections.run(self.expiration_interval) 2024-09-21T13:35:32.121 INFO:journalctl@ceph.mon.a.smithi118.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T13:35:32.121 INFO:journalctl@ceph.mon.a.smithi118.stdout: self._run(expiration_interval) 2024-09-21T13:35:32.121 INFO:journalctl@ceph.mon.a.smithi118.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T13:35:32.121 INFO:journalctl@ceph.mon.a.smithi118.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T13:35:32.121 INFO:journalctl@ceph.mon.a.smithi118.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T13:35:32.121 INFO:journalctl@ceph.mon.a.smithi118.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T13:35:32.121 INFO:journalctl@ceph.mon.a.smithi118.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T13:35:32.121 INFO:journalctl@ceph.mon.a.smithi118.stdout: s = self.context.wrap_socket( 2024-09-21T13:35:32.121 INFO:journalctl@ceph.mon.a.smithi118.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T13:35:32.121 INFO:journalctl@ceph.mon.a.smithi118.stdout: return self.sslsocket_class._create( 2024-09-21T13:35:32.121 INFO:journalctl@ceph.mon.a.smithi118.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T13:35:32.121 INFO:journalctl@ceph.mon.a.smithi118.stdout: self.do_handshake() 2024-09-21T13:35:32.121 INFO:journalctl@ceph.mon.a.smithi118.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T13:35:32.121 INFO:journalctl@ceph.mon.a.smithi118.stdout: self._sslobj.do_handshake() 2024-09-21T13:35:32.122 INFO:journalctl@ceph.mon.a.smithi118.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T13:35:33.292 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:33 smithi118 ceph-mon[30084]: mgrmap e12: a(active, since 2s) 2024-09-21T13:35:33.292 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:33 smithi118 ceph-mon[30084]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:35:33.292 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:33 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:35:33.294 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout {"cert": "-----BEGIN CERTIFICATE-----\nMIIE/DCCAuSgAwIBAgIUD5AZQT1xLZUg+kXRkN3rQdVSt7owDQYJKoZIhvcNAQEL\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkyMTEzMzUzMloXDTM0\nMDkyMjEzMzUzMlowGDEWMBQGA1UEAwwNMTcyLjIxLjE1LjExODCCAiIwDQYJKoZI\nhvcNAQEBBQADggIPADCCAgoCggIBAK20vcEBBIivCEjOKFILhuW0vTLouJdwnv5k\nyG6JRi74IN+7OFa/V+O5rrYXWKtHlv9H9yhBZmHwmgFvrWQxPLQBGQxBwwtI8ZRZ\noZufiIE9wzHaNj1QrtDYUlWVZkqTxHpbJCjvmLOBvcVQqYeZI9D5SkeFAh+7qlS3\nkHoqqm3SgqNuaFHI0ZZgxvuHbq+Xj98YctmpJAk7na0kx1IGXmeKd4ju9ZwlQXf1\nG257sqbSdcBbj/XleW3zu29uDD9I4FuBBZ7s/3mgWltYWNcC3ZxTL936NtmMhN4f\nAAv2kEdaTtN2gT4Va9RiiqkndhmML5zyjES9VSATYIXXp9VF9Y6xPrYJm/qNogLp\nRwUxzC7mYAT+J8Z8SGSoMQqNt/3KQHdfQiNL4/nkTLv+XTr1fNkvsZBwso8/4DJt\nHJjuf1i4o6qLDrz8E422Dd8OvGaC293zjMiTawjd/qJd/Wj9mh1hqrm2R8ME4ImO\nNOZTBLoTfTpH++fls4/6OIWG8ty+4PucSZEbT9gt8gwVKsWSYumGRV1YhnoMrnYE\nvA0wyIBLxQTB51n18fuWpPg6ogA/EqJMCKv7A9e18mWXfKtpZLQRCseHwzSLLWxc\n2mjHkTTMlBa44ara6tiLzv/iO7Xt2e0TuZjUfFgzjoS7suquqK2xKYWQmNg6qx2x\nMAi13lBNAgMBAAGjPzA9MC0GA1UdEQQmMCSCCXNtaXRoaTExOIIRZGFzaGJvYXJk\nX3NlcnZlcnOHBKwVD3YwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQsFAAOCAgEA\nyxnq0T92r504KwxtNXC3hJldMFS2r7NHoCQ0qgxbW6Ps/iYmptPFjfmP/HQsTBAL\nQatEDjjcbnYFji5IXAw7y6n4RYCLmjACfQNreQ/lpjEPzxuTxyMNzkO/9kZWbEAo\n47Tz6WLexwPj3MBeFC3eaDVMwJKUrcv4ME/q8GAZLJkogAiYM9kPJluzolf304K1\nnBxMJMXm3ZUDkRsrLOQsuyS1B+BEkEEHjRevBOLZs6+ZvUqw3/IK71Jh2Zfu1+nN\nXQGpXOegtfP7qtGYoLRYFp/PgnYrfgi5oaHGRvWRuj8nmsBP+fC2jrBNg+agDxld\nKEsXNTXNgdFKzdbTRNhHPm6vNOe2uFQSjiM7IyZEv2hia8AARMLxi3X1tmTP2LpM\n6D+nyIWgpS6ZdaMM2U62RIxA+h68is9W8uCkJGygiivD0jvr8lc9jAe7N3HZF1uu\nvvmOVwgIgzoL7tfzjzMhjKV1LWqblSXrrBBnuOcUduovBo/LjDw2xz1RJhAQCOZK\nzAPVagr7DREkq/p3WKGKbMzL1FrwA10RTer9cmDmUYS8asdHBSaOCRl0JX9MitCr\nADDDclQkg/eWsBKLzJWMNp2+yCUfVIC+LvLeYQmZdAEZeTO6qbYUuNhSNvav+9y1\nbcqHBAPn88I8k+rUKfK+0bl9I31o1rpRYUszLP22770=\n-----END CERTIFICATE-----\n", "key": "-----BEGIN RSA PRIVATE KEY-----\nMIIJJwIBAAKCAgEArbS9wQEEiK8ISM4oUguG5bS9Mui4l3Ce/mTIbolGLvgg37s4\nVr9X47muthdYq0eW/0f3KEFmYfCaAW+tZDE8tAEZDEHDC0jxlFmhm5+IgT3DMdo2\nPVCu0NhSVZVmSpPEelskKO+Ys4G9xVCph5kj0PlKR4UCH7uqVLeQeiqqbdKCo25o\nUcjRlmDG+4dur5eP3xhy2akkCTudrSTHUgZeZ4p3iO71nCVBd/UbbnuyptJ1wFuP\n9eV5bfO7b24MP0jgW4EFnuz/eaBaW1hY1wLdnFMv3fo22YyE3h8AC/aQR1pO03aB\nPhVr1GKKqSd2GYwvnPKMRL1VIBNghden1UX1jrE+tgmb+o2iAulHBTHMLuZgBP4n\nxnxIZKgxCo23/cpAd19CI0vj+eRMu/5dOvV82S+xkHCyjz/gMm0cmO5/WLijqosO\nvPwTjbYN3w68ZoLb3fOMyJNrCN3+ol39aP2aHWGqubZHwwTgiY405lMEuhN9Okf7\n5+Wzj/o4hYby3L7g+5xJkRtP2C3yDBUqxZJi6YZFXViGegyudgS8DTDIgEvFBMHn\nWfXx+5ak+DqiAD8SokwIq/sD17XyZZd8q2lktBEKx4fDNIstbFzaaMeRNMyUFrjh\nqtrq2IvO/+I7te3Z7RO5mNR8WDOOhLuy6q6orbEphZCY2DqrHbEwCLXeUE0CAwEA\nAQKCAgABG6ACNSF0RbmFzVrQeyZXHLoAMx/KR3ucH8RvgAykjAyZoLYRR5Ml7q9A\nlhGItiIuaqUW6qPeiAxTagTvGKlMdJ1WSK0Xy1VPHus69N+IA37VOJET/wm+Z0LP\nLO7EFwEvzpkCcdTFgFRXh9Ys+TsTQCPLJPwIe8fwVmNjhBYmMSuII1IjA2bi0Kc0\nP37jO9I9GAjTfpKuRGUTD6L90PCVNHrisrN6VXp/a17La5qOGdWKbosShG4r11wg\nr9EALlTQAJiqlNRkUDODVaLrbCdBsf4iKlBjPtQyHnx/lwkAi4DpNF5KqRRQ/Hfp\n8Eh+jThYheuDHLoIRFdfQyrc319bkPEB2HY1MBBBYbSWj/YtgB6deMq6PCojhp4j\n2WsWuR4ML9w8bzCloYp4kAmCVSQzsUVwyNASNZsxm6PU+FMnzUPDdrHJLl/yNzyI\nKRRi+IWpdSFt/k/SJ6xc7vWwpMXfFwCbQpk72e0soUYxF0Ozq3kxhFUHdyyBtmum\nka16sGIlTdknfg3guL9BrMWptJOHz30y6uFcTfCk4rWZTGbDz+LaZfhQ1T3OE9rC\nXIFyNcixB0dmvRb+/uiRD+FrqeZsAkis3kSdFZE2861SoHHt4pP1QVwR8ljHcGl/\nAoldkTyG8r1CSodeqa3hB7oRpSPwp5ENpmvme/wyMK0lBMBLeQKCAQEA1+pkvSaJ\ntOWWCA2PFq/1ZwBKvhIPgiwW66vhOA8DQXFCJjBr24QIR8PDMK37FjSkEnD5Api4\n/zUtbO14Ju2Nkx71IEfjrgasFfw8+gYVIfYA0buXal5MBer3Vm0rOe/mfXseGOlQ\nBtF+0mMXfAe71Sie6vl9LbYAulkuucYWHp850gdlqDw/Nkq3wsY6ziyut8PVVsHs\nkvTLlEULn07BY/nMl49LF5QV2tnC5Fg/58puumdeRYewmOT5TYlrlXecxyjn/1uu\nwIF/wSon30G9hIeiQRPpPbrBAxx2YUZVSsN5M+FrX4b387V/02N1Dpq7I5KR81NY\n17OHPXypBHeUuwKCAQEAzfRLf97+xEENXPS0PPQiCvCDfm6AiTFQ8p6ZEbeXMV7x\n6TFiDH9JsBIYVtPE/FoR6laa8xbC2iTDkkmzq1IFrvigUEn8ul/PwK7Jg9db2Ix1\nwbuuQak8ipeVZX9V+ngUDz4lScZJ3FveXQAhPWSJKPqVh4u6NiuP6BItkSBNcmzR\nt5rD0ccuBSQCPMAdmwisGJsBOLeUBzr/Wh7PWRef4nynIBuME97tSpehk6ZnZW2s\n2aKEhxocJeUFIAI6Hpdnss2RyaPwPtom2zbN6THd3FrzDG1qZGYeJ1vssvLdNMpl\noAYXif04aSltQ4DW4ACZcF8WO45viIWRBKTcsdJilwKCAQATrNRJOD3MMi+dxD6J\nvrcKD8i/0T2Aiyv7hcocJaISUJPKjxcFBd8LSxd6VCBRQbLBy3Glfu08tEfTaUBN\nq8/+3A9SRbrFnO4Jgta7odpDIfupIQMHOliLIYIwafpKaUYDoTh45KnaNTTtTwJQ\n1xOStQTmPJ3fkHo4gO/1FcvmNnQ6Y1osHnFULTLZmN668u9o53uFUF6SdaQnerM4\nbSDKT3UJSpF5MJFdRAKydCg+ov+8FLdOdrLs+9CL9D3NfPzYWS3q4xvlhudxXroL\nah4u+X0bmQjkCySTeACBlLso+O8OfzgdmFr35k4joSiFkCwFbdHG7o1l+oIUZEuy\nkIMJAoIBAB/L5ZQaU27tNCjzxpfagR77PvHYEZQcvwiWH7+yfm8q32JHM4IGbNP4\nFzXgf/sN1NI/CLEbBH41StRc+JYslaAL1oROx+vmOubelVH7f7yRAuUkGqUcgbJL\n8M64uAdxXndz+sHHEUQqEsx85qTZzqs69Lb2hYszcoY7uDk9qXdPAZm9FRpgC+TT\nSF0ks+1pi1hJJgkhnoL3QtEhDJYOpaqL4Cl+10OCGVR40INBH5lzM0puYtOQ3mOj\nVgU5EswCSAo83pMo8kBh4bnaXjPwdPY+PGPgyJozgdhFwudlw20RCluIVT4CkCD8\nOlg/nez7arUEmSQcu29yX489/KyfdIUCggEAcnwr7oqXaY40RBsmwMbTSIxrZjJa\ntu9yMahTgjs9tXKWdKtnaA3ZLZ3zDn9IsapDKUr9aLicrbOrIy8FJWmLlhUb3UV7\n6/V+vs2EnUNax2uwLP0ZjiDaFjYUNyBv+Z+xJn3EQ9g8uVotYpdUzeF6zI8gvPfB\nBvZwZNVobywZS4RppERHmOUYD5NJw02bTf7Rwu0itecUUwMgUAemDgi1bLPdr9jo\nGh5J90tkCyGdtsATQUbKbzWoM/Q+EtHcralllUg0Sh1vOLdhuBwF/VfwkSgJ1psc\n3bfR8uD0Lc3622IAOibk7xK9MSiik4aHirsuYJ+ltbm8b+wC4J8XDNSZUw==\n-----END RSA PRIVATE KEY-----\n"} 2024-09-21T13:35:34.625 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout SSL certificate updated 2024-09-21T13:35:35.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:34 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:35:35.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:34 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:35:36.015 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:35 smithi118 ceph-mon[30084]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:35:36.015 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:35 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:35:36.018 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout SSL certificate key updated 2024-09-21T13:35:36.018 INFO:teuthology.orchestra.run.smithi118.stdout:Creating initial admin user... 2024-09-21T13:35:37.013 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:36 smithi118 ceph-mon[30084]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:35:37.870 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$mpssO/WqYYARrhxDELKHUuWIPRo0cATK0j5DEwL3rk/AEaGZZqZsG", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1726925737, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-09-21T13:35:37.870 INFO:teuthology.orchestra.run.smithi118.stdout:Fetching dashboard port number... 2024-09-21T13:35:38.506 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:38 smithi118 ceph-mon[30084]: from='client.14170 -' 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-21T13:35:38.506 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:38 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:35:39.051 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout 8443 2024-09-21T13:35:39.061 INFO:teuthology.orchestra.run.smithi118.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-21T13:35:39.061 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stdout disabled 2024-09-21T13:35:39.068 INFO:teuthology.orchestra.run.smithi118.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-21T13:35:39.068 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stdout inactive 2024-09-21T13:35:39.068 INFO:teuthology.orchestra.run.smithi118.stdout:firewalld.service is not enabled 2024-09-21T13:35:39.068 INFO:teuthology.orchestra.run.smithi118.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-09-21T13:35:39.070 INFO:teuthology.orchestra.run.smithi118.stdout:Ceph Dashboard is now available at: 2024-09-21T13:35:39.070 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:35:39.070 INFO:teuthology.orchestra.run.smithi118.stdout: URL: https://smithi118.front.sepia.ceph.com:8443/ 2024-09-21T13:35:39.070 INFO:teuthology.orchestra.run.smithi118.stdout: User: admin 2024-09-21T13:35:39.070 INFO:teuthology.orchestra.run.smithi118.stdout: Password: 4mwg1xzv7d 2024-09-21T13:35:39.071 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:35:39.071 INFO:teuthology.orchestra.run.smithi118.stdout:Saving cluster configuration to /var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/config directory 2024-09-21T13:35:39.509 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:39 smithi118 ceph-mon[30084]: from='client.? 172.21.15.118:0/4267542744' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2024-09-21T13:35:40.432 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-09-21T13:35:40.432 INFO:teuthology.orchestra.run.smithi118.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-09-21T13:35:40.433 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:35:40.433 INFO:teuthology.orchestra.run.smithi118.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 2073d30c-781e-11ef-baf6-efdc52797490 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-09-21T13:35:40.433 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:35:40.433 INFO:teuthology.orchestra.run.smithi118.stdout:Or, if you are only running a single cluster on this host: 2024-09-21T13:35:40.433 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:35:40.433 INFO:teuthology.orchestra.run.smithi118.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-09-21T13:35:40.433 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:35:40.433 INFO:teuthology.orchestra.run.smithi118.stdout:Please consider enabling telemetry to help improve Ceph: 2024-09-21T13:35:40.433 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:35:40.433 INFO:teuthology.orchestra.run.smithi118.stdout: ceph telemetry on 2024-09-21T13:35:40.433 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:35:40.433 INFO:teuthology.orchestra.run.smithi118.stdout:For more information see: 2024-09-21T13:35:40.433 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:35:40.433 INFO:teuthology.orchestra.run.smithi118.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-09-21T13:35:40.433 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:35:40.433 INFO:teuthology.orchestra.run.smithi118.stdout:Bootstrap complete. 2024-09-21T13:35:40.472 INFO:tasks.cephadm:Fetching config... 2024-09-21T13:35:40.472 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-09-21T13:35:40.472 DEBUG:teuthology.orchestra.run.smithi118:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-09-21T13:35:40.488 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-09-21T13:35:40.488 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-09-21T13:35:40.488 DEBUG:teuthology.orchestra.run.smithi118:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-09-21T13:35:40.543 INFO:tasks.cephadm:Fetching mon keyring... 2024-09-21T13:35:40.543 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-09-21T13:35:40.543 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd if=/var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/mon.a/keyring of=/dev/stdout 2024-09-21T13:35:40.609 INFO:tasks.cephadm:Fetching pub ssh key... 2024-09-21T13:35:40.609 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-09-21T13:35:40.609 DEBUG:teuthology.orchestra.run.smithi118:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-09-21T13:35:40.664 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-09-21T13:35:40.665 DEBUG:teuthology.orchestra.run.smithi118:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQD8bkFXi/aMv6Py7e5Cpqp5ZUviLFfWztPNEq9CYqXaCDPo562V4wZ55YJcMPGM2advWiY2n5MQo9iEBsKm5P2bMWJ17io7zMJT9nKcjc6hhNxndqO/x7WBFlUnYSf00Y8Vb25uB8MVx/FKbYzSU1njkVGwHh2vxjT6hnJdioLFfyTXE5Vtg6c+Xg/0aQEiUIOpBzaPtoYiYLw1MPPCSFs3FSc0F4A2oLDh0jL7red6EBHzAQGvNuxHsXpk99DzjfAN/lMnT1uH7q0i3nlf1ViIo9tcmVce+gLwlXBKkwo6LLqBtnWPS35BryDIJ3OInVvBrlAeh1/GHhqyDmCDRuf9yh+UNKeXoxTcJQ+Qod3k4i5dQcqj1yV1n0CeM/dGFyYrG0TvhSQIztRF7oUpcOwMrwBeOTS4dUFFIS2HluDJz5FMbldLXj0H4PtoiWNXyC5Ro5w+fUwwF6xu4lus4d2u0AECPpNYmxag+Oa60NaT71/5MxEW6gsZPy2rS1FI/c0= ceph-2073d30c-781e-11ef-baf6-efdc52797490' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-21T13:35:40.738 INFO:teuthology.orchestra.run.smithi118.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQD8bkFXi/aMv6Py7e5Cpqp5ZUviLFfWztPNEq9CYqXaCDPo562V4wZ55YJcMPGM2advWiY2n5MQo9iEBsKm5P2bMWJ17io7zMJT9nKcjc6hhNxndqO/x7WBFlUnYSf00Y8Vb25uB8MVx/FKbYzSU1njkVGwHh2vxjT6hnJdioLFfyTXE5Vtg6c+Xg/0aQEiUIOpBzaPtoYiYLw1MPPCSFs3FSc0F4A2oLDh0jL7red6EBHzAQGvNuxHsXpk99DzjfAN/lMnT1uH7q0i3nlf1ViIo9tcmVce+gLwlXBKkwo6LLqBtnWPS35BryDIJ3OInVvBrlAeh1/GHhqyDmCDRuf9yh+UNKeXoxTcJQ+Qod3k4i5dQcqj1yV1n0CeM/dGFyYrG0TvhSQIztRF7oUpcOwMrwBeOTS4dUFFIS2HluDJz5FMbldLXj0H4PtoiWNXyC5Ro5w+fUwwF6xu4lus4d2u0AECPpNYmxag+Oa60NaT71/5MxEW6gsZPy2rS1FI/c0= ceph-2073d30c-781e-11ef-baf6-efdc52797490 2024-09-21T13:35:40.750 DEBUG:teuthology.orchestra.run.smithi149:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQD8bkFXi/aMv6Py7e5Cpqp5ZUviLFfWztPNEq9CYqXaCDPo562V4wZ55YJcMPGM2advWiY2n5MQo9iEBsKm5P2bMWJ17io7zMJT9nKcjc6hhNxndqO/x7WBFlUnYSf00Y8Vb25uB8MVx/FKbYzSU1njkVGwHh2vxjT6hnJdioLFfyTXE5Vtg6c+Xg/0aQEiUIOpBzaPtoYiYLw1MPPCSFs3FSc0F4A2oLDh0jL7red6EBHzAQGvNuxHsXpk99DzjfAN/lMnT1uH7q0i3nlf1ViIo9tcmVce+gLwlXBKkwo6LLqBtnWPS35BryDIJ3OInVvBrlAeh1/GHhqyDmCDRuf9yh+UNKeXoxTcJQ+Qod3k4i5dQcqj1yV1n0CeM/dGFyYrG0TvhSQIztRF7oUpcOwMrwBeOTS4dUFFIS2HluDJz5FMbldLXj0H4PtoiWNXyC5Ro5w+fUwwF6xu4lus4d2u0AECPpNYmxag+Oa60NaT71/5MxEW6gsZPy2rS1FI/c0= ceph-2073d30c-781e-11ef-baf6-efdc52797490' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-21T13:35:40.795 INFO:teuthology.orchestra.run.smithi149.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQD8bkFXi/aMv6Py7e5Cpqp5ZUviLFfWztPNEq9CYqXaCDPo562V4wZ55YJcMPGM2advWiY2n5MQo9iEBsKm5P2bMWJ17io7zMJT9nKcjc6hhNxndqO/x7WBFlUnYSf00Y8Vb25uB8MVx/FKbYzSU1njkVGwHh2vxjT6hnJdioLFfyTXE5Vtg6c+Xg/0aQEiUIOpBzaPtoYiYLw1MPPCSFs3FSc0F4A2oLDh0jL7red6EBHzAQGvNuxHsXpk99DzjfAN/lMnT1uH7q0i3nlf1ViIo9tcmVce+gLwlXBKkwo6LLqBtnWPS35BryDIJ3OInVvBrlAeh1/GHhqyDmCDRuf9yh+UNKeXoxTcJQ+Qod3k4i5dQcqj1yV1n0CeM/dGFyYrG0TvhSQIztRF7oUpcOwMrwBeOTS4dUFFIS2HluDJz5FMbldLXj0H4PtoiWNXyC5Ro5w+fUwwF6xu4lus4d2u0AECPpNYmxag+Oa60NaT71/5MxEW6gsZPy2rS1FI/c0= ceph-2073d30c-781e-11ef-baf6-efdc52797490 2024-09-21T13:35:40.808 DEBUG:teuthology.orchestra.run.smithi175:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQD8bkFXi/aMv6Py7e5Cpqp5ZUviLFfWztPNEq9CYqXaCDPo562V4wZ55YJcMPGM2advWiY2n5MQo9iEBsKm5P2bMWJ17io7zMJT9nKcjc6hhNxndqO/x7WBFlUnYSf00Y8Vb25uB8MVx/FKbYzSU1njkVGwHh2vxjT6hnJdioLFfyTXE5Vtg6c+Xg/0aQEiUIOpBzaPtoYiYLw1MPPCSFs3FSc0F4A2oLDh0jL7red6EBHzAQGvNuxHsXpk99DzjfAN/lMnT1uH7q0i3nlf1ViIo9tcmVce+gLwlXBKkwo6LLqBtnWPS35BryDIJ3OInVvBrlAeh1/GHhqyDmCDRuf9yh+UNKeXoxTcJQ+Qod3k4i5dQcqj1yV1n0CeM/dGFyYrG0TvhSQIztRF7oUpcOwMrwBeOTS4dUFFIS2HluDJz5FMbldLXj0H4PtoiWNXyC5Ro5w+fUwwF6xu4lus4d2u0AECPpNYmxag+Oa60NaT71/5MxEW6gsZPy2rS1FI/c0= ceph-2073d30c-781e-11ef-baf6-efdc52797490' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-21T13:35:40.932 INFO:teuthology.orchestra.run.smithi175.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQD8bkFXi/aMv6Py7e5Cpqp5ZUviLFfWztPNEq9CYqXaCDPo562V4wZ55YJcMPGM2advWiY2n5MQo9iEBsKm5P2bMWJ17io7zMJT9nKcjc6hhNxndqO/x7WBFlUnYSf00Y8Vb25uB8MVx/FKbYzSU1njkVGwHh2vxjT6hnJdioLFfyTXE5Vtg6c+Xg/0aQEiUIOpBzaPtoYiYLw1MPPCSFs3FSc0F4A2oLDh0jL7red6EBHzAQGvNuxHsXpk99DzjfAN/lMnT1uH7q0i3nlf1ViIo9tcmVce+gLwlXBKkwo6LLqBtnWPS35BryDIJ3OInVvBrlAeh1/GHhqyDmCDRuf9yh+UNKeXoxTcJQ+Qod3k4i5dQcqj1yV1n0CeM/dGFyYrG0TvhSQIztRF7oUpcOwMrwBeOTS4dUFFIS2HluDJz5FMbldLXj0H4PtoiWNXyC5Ro5w+fUwwF6xu4lus4d2u0AECPpNYmxag+Oa60NaT71/5MxEW6gsZPy2rS1FI/c0= ceph-2073d30c-781e-11ef-baf6-efdc52797490 2024-09-21T13:35:40.946 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2073d30c-781e-11ef-baf6-efdc52797490 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-09-21T13:35:40.983 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:40 smithi118 ceph-mon[30084]: from='client.? 172.21.15.118:0/1210567404' entity='client.admin' 2024-09-21T13:35:41.192 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:35:42.536 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-09-21T13:35:42.536 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2073d30c-781e-11ef-baf6-efdc52797490 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-09-21T13:35:43.003 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:35:43.240 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:42 smithi118 ceph-mon[30084]: from='client.? 172.21.15.118:0/2758597010' entity='client.admin' 2024-09-21T13:35:44.088 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:43 smithi118 ceph-mon[30084]: mgrmap e13: a(active, since 12s) 2024-09-21T13:35:44.088 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:43 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:35:44.374 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi149 2024-09-21T13:35:44.374 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-09-21T13:35:44.375 DEBUG:teuthology.orchestra.run.smithi149:> dd of=/etc/ceph/ceph.conf 2024-09-21T13:35:44.395 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-09-21T13:35:44.396 DEBUG:teuthology.orchestra.run.smithi149:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-21T13:35:44.453 INFO:tasks.cephadm:Adding host smithi149 to orchestrator... 2024-09-21T13:35:44.453 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2073d30c-781e-11ef-baf6-efdc52797490 -- ceph orch host add smithi149 2024-09-21T13:35:45.029 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:35:45.184 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:44 smithi118 ceph-mon[30084]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:35:45.185 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:44 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:35:45.185 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:44 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:35:45.185 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:44 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi118", "name": "osd_memory_target"} : dispatch 2024-09-21T13:35:45.185 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:44 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:35:45.185 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:44 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:35:46.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:45 smithi118 ceph-mon[30084]: Updating smithi118:/etc/ceph/ceph.conf 2024-09-21T13:35:46.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:45 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:35:46.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:45 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:35:46.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:45 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:35:46.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:45 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:35:46.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:45 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:35:46.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:45 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:35:46.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:45 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:35:47.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:46 smithi118 ceph-mon[30084]: Updating smithi118:/var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T13:35:47.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:46 smithi118 ceph-mon[30084]: Updating smithi118:/etc/ceph/ceph.client.admin.keyring 2024-09-21T13:35:47.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:46 smithi118 ceph-mon[30084]: Updating smithi118:/var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T13:35:47.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:46 smithi118 ceph-mon[30084]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi149", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:35:48.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:47 smithi118 ceph-mon[30084]: Deploying cephadm binary to smithi149 2024-09-21T13:35:48.785 INFO:teuthology.orchestra.run.smithi118.stdout:Added host 'smithi149' with addr '172.21.15.149' 2024-09-21T13:35:49.436 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2073d30c-781e-11ef-baf6-efdc52797490 -- ceph orch host ls --format=json 2024-09-21T13:35:49.672 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:35:50.085 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:49 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:35:50.086 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:49 smithi118 ceph-mon[30084]: Added host smithi149 2024-09-21T13:35:50.086 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:49 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:35:50.086 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:49 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:35:50.086 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:49 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:35:50.295 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:35:50.295 INFO:teuthology.orchestra.run.smithi118.stdout:[{"addr": "172.21.15.118", "hostname": "smithi118", "labels": [], "status": ""}, {"addr": "172.21.15.149", "hostname": "smithi149", "labels": [], "status": ""}] 2024-09-21T13:35:50.866 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi175 2024-09-21T13:35:50.866 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2024-09-21T13:35:50.867 DEBUG:teuthology.orchestra.run.smithi175:> dd of=/etc/ceph/ceph.conf 2024-09-21T13:35:50.887 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2024-09-21T13:35:50.887 DEBUG:teuthology.orchestra.run.smithi175:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-21T13:35:50.945 INFO:tasks.cephadm:Adding host smithi175 to orchestrator... 2024-09-21T13:35:50.946 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2073d30c-781e-11ef-baf6-efdc52797490 -- ceph orch host add smithi175 2024-09-21T13:35:51.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:50 smithi118 ceph-mon[30084]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:35:51.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:50 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:35:51.195 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:35:52.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:51 smithi118 ceph-mon[30084]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T13:35:53.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:52 smithi118 ceph-mon[30084]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi175", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:35:53.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:52 smithi118 ceph-mon[30084]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:35:53.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:52 smithi118 ceph-mon[30084]: Deploying cephadm binary to smithi175 2024-09-21T13:35:53.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:52 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:35:53.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:52 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:35:53.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:52 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:35:53.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:52 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:35:53.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:52 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi149", "name": "osd_memory_target"} : dispatch 2024-09-21T13:35:53.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:52 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:35:53.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:52 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:35:53.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:52 smithi118 ceph-mon[30084]: Updating smithi149:/etc/ceph/ceph.conf 2024-09-21T13:35:54.636 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:54 smithi118 ceph-mon[30084]: Updating smithi149:/var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T13:35:54.636 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:54 smithi118 ceph-mon[30084]: Updating smithi149:/etc/ceph/ceph.client.admin.keyring 2024-09-21T13:35:54.636 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:54 smithi118 ceph-mon[30084]: Updating smithi149:/var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T13:35:54.637 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:54 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:35:54.637 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:54 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:35:54.637 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:54 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:35:54.637 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:54 smithi118 ceph-mon[30084]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:35:54.948 INFO:teuthology.orchestra.run.smithi118.stdout:Added host 'smithi175' with addr '172.21.15.175' 2024-09-21T13:35:55.541 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2073d30c-781e-11ef-baf6-efdc52797490 -- ceph orch host ls --format=json 2024-09-21T13:35:55.780 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:35:56.164 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:55 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:35:56.165 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:55 smithi118 ceph-mon[30084]: Added host smithi175 2024-09-21T13:35:56.165 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:55 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:35:56.165 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:55 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:35:56.165 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:55 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:35:56.440 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:35:56.440 INFO:teuthology.orchestra.run.smithi118.stdout:[{"addr": "172.21.15.118", "hostname": "smithi118", "labels": [], "status": ""}, {"addr": "172.21.15.149", "hostname": "smithi149", "labels": [], "status": ""}, {"addr": "172.21.15.175", "hostname": "smithi175", "labels": [], "status": ""}] 2024-09-21T13:35:57.059 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:56 smithi118 ceph-mon[30084]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:35:57.059 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:56 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:35:57.086 INFO:tasks.cephadm:Setting crush tunables to default 2024-09-21T13:35:57.087 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2073d30c-781e-11ef-baf6-efdc52797490 -- ceph osd crush tunables default 2024-09-21T13:35:57.322 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:35:57.950 INFO:teuthology.orchestra.run.smithi118.stderr:adjusted tunables profile to default 2024-09-21T13:35:58.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:57 smithi118 ceph-mon[30084]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T13:35:58.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:57 smithi118 ceph-mon[30084]: from='client.? 172.21.15.118:0/385884885' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-21T13:35:58.510 INFO:tasks.cephadm:Adding mon.a on smithi118 2024-09-21T13:35:58.510 INFO:tasks.cephadm:Adding mon.b on smithi149 2024-09-21T13:35:58.510 INFO:tasks.cephadm:Adding mon.c on smithi175 2024-09-21T13:35:58.511 DEBUG:teuthology.orchestra.run.smithi175:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2073d30c-781e-11ef-baf6-efdc52797490 -- ceph orch apply mon '3;smithi118:172.21.15.118=a;smithi149:172.21.15.149=b;smithi175:172.21.15.175=c' 2024-09-21T13:35:59.178 INFO:teuthology.orchestra.run.smithi175.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T13:35:59.223 INFO:teuthology.orchestra.run.smithi175.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T13:35:59.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:58 smithi118 ceph-mon[30084]: from='client.? 172.21.15.118:0/385884885' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-21T13:35:59.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:58 smithi118 ceph-mon[30084]: osdmap e4: 0 total, 0 up, 0 in 2024-09-21T13:35:59.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:35:58 smithi118 ceph-mon[30084]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:35:59.956 INFO:teuthology.orchestra.run.smithi175.stdout:Scheduled mon update... 2024-09-21T13:36:00.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:00 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:00.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:00 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:00.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:00 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:00.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:00 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:00.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:00 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi175", "name": "osd_memory_target"} : dispatch 2024-09-21T13:36:00.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:00 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:36:00.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:00 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:36:00.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:00 smithi118 ceph-mon[30084]: Updating smithi175:/etc/ceph/ceph.conf 2024-09-21T13:36:00.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:00 smithi118 ceph-mon[30084]: Updating smithi175:/var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T13:36:00.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:00 smithi118 ceph-mon[30084]: Updating smithi175:/etc/ceph/ceph.client.admin.keyring 2024-09-21T13:36:00.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:00 smithi118 ceph-mon[30084]: Updating smithi175:/var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T13:36:00.388 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:00 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:00.388 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:00 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:00.388 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:00 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:00.388 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:00 smithi118 ceph-mon[30084]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi118:172.21.15.118=a;smithi149:172.21.15.149=b;smithi175:172.21.15.175=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:36:00.388 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:00 smithi118 ceph-mon[30084]: Saving service mon spec with placement smithi118:172.21.15.118=a;smithi149:172.21.15.149=b;smithi175:172.21.15.175=c;count:3 2024-09-21T13:36:00.388 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:00 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:00.388 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:00 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:36:00.388 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:00 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:36:00.388 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:00 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:36:00.388 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:00 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:00.388 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:00 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T13:36:00.388 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:00 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:36:00.388 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:00 smithi118 ceph-mon[30084]: Deploying daemon mon.c on smithi175 2024-09-21T13:36:00.389 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:00 smithi118 ceph-mon[30084]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:00.703 DEBUG:teuthology.orchestra.run.smithi149:mon.b> sudo journalctl -f -n 0 -u ceph-2073d30c-781e-11ef-baf6-efdc52797490@mon.b.service 2024-09-21T13:36:00.706 DEBUG:teuthology.orchestra.run.smithi175:mon.c> sudo journalctl -f -n 0 -u ceph-2073d30c-781e-11ef-baf6-efdc52797490@mon.c.service 2024-09-21T13:36:00.708 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-21T13:36:00.708 DEBUG:teuthology.orchestra.run.smithi175:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2073d30c-781e-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T13:36:01.849 INFO:teuthology.orchestra.run.smithi175.stderr:Inferring config /var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T13:36:02.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:02 smithi118 ceph-mon[30084]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:03.670 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:36:03.670 INFO:teuthology.orchestra.run.smithi175.stdout:{"epoch":1,"fsid":"2073d30c-781e-11ef-baf6-efdc52797490","modified":"2024-09-21T13:34:28.605277Z","created":"2024-09-21T13:34:28.605277Z","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.118:3300","nonce":0},{"type":"v1","addr":"172.21.15.118:6789","nonce":0}]},"addr":"172.21.15.118:6789/0","public_addr":"172.21.15.118:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-21T13:36:03.670 INFO:teuthology.orchestra.run.smithi175.stderr:dumped monmap epoch 1 2024-09-21T13:36:04.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:03 smithi118 ceph-mon[30084]: from='client.? 172.21.15.175:0/4112495911' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T13:36:04.605 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 podman[32586]: 2024-09-21 13:36:04.493091706 +0000 UTC m=+0.116546959 container create 90ccda3fbc4dfaff8f1643f30095bb4f22f1349c354168d48c00c7ab66603881 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5, name=ceph-2073d30c-781e-11ef-baf6-efdc52797490-mon-c, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, ceph=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2) 2024-09-21T13:36:05.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:04 smithi118 ceph-mon[30084]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:05.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 podman[32586]: 2024-09-21 13:36:04.69553201 +0000 UTC m=+0.318987281 container init 90ccda3fbc4dfaff8f1643f30095bb4f22f1349c354168d48c00c7ab66603881 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5, name=ceph-2073d30c-781e-11ef-baf6-efdc52797490-mon-c, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_CLEAN=True, org.label-schema.build-date=20240731, ceph=True, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.license=GPLv2) 2024-09-21T13:36:05.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 podman[32586]: 2024-09-21 13:36:04.700108393 +0000 UTC m=+0.323563647 container start 90ccda3fbc4dfaff8f1643f30095bb4f22f1349c354168d48c00c7ab66603881 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5, name=ceph-2073d30c-781e-11ef-baf6-efdc52797490-mon-c, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, ceph=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, RELEASE=wip-guits-main-2024-09-21-0842-4417849) 2024-09-21T13:36:05.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: set uid:gid to 167:167 (ceph:ceph) 2024-09-21T13:36:05.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev), process ceph-mon, pid 7 2024-09-21T13:36:05.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: pidfile_write: ignore empty --pid-file 2024-09-21T13:36:05.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: load: jerasure load: lrc 2024-09-21T13:36:05.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: RocksDB version: 7.9.2 2024-09-21T13:36:05.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Git sha 0 2024-09-21T13:36:05.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Compile date 2024-09-21 09:24:23 2024-09-21T13:36:05.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: DB SUMMARY 2024-09-21T13:36:05.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: DB Session ID: CXOW00TEIZETZ7WTG3MS 2024-09-21T13:36:05.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: CURRENT file: CURRENT 2024-09-21T13:36:05.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: IDENTITY file: IDENTITY 2024-09-21T13:36:05.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-09-21T13:36:05.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-09-21T13:36:05.160 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2024-09-21T13:36:05.160 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.error_if_exists: 0 2024-09-21T13:36:05.160 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.create_if_missing: 0 2024-09-21T13:36:05.160 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.paranoid_checks: 1 2024-09-21T13:36:05.160 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-21T13:36:05.160 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-21T13:36:05.160 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-21T13:36:05.160 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.env: 0x5566fb389120 2024-09-21T13:36:05.160 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.fs: PosixFileSystem 2024-09-21T13:36:05.160 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.info_log: 0x5566fc58d700 2024-09-21T13:36:05.160 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.max_file_opening_threads: 16 2024-09-21T13:36:05.162 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.statistics: (nil) 2024-09-21T13:36:05.162 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.use_fsync: 0 2024-09-21T13:36:05.162 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.max_log_file_size: 0 2024-09-21T13:36:05.162 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-21T13:36:05.162 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-21T13:36:05.162 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.keep_log_file_num: 1000 2024-09-21T13:36:05.162 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.recycle_log_file_num: 0 2024-09-21T13:36:05.162 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.allow_fallocate: 1 2024-09-21T13:36:05.162 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.allow_mmap_reads: 0 2024-09-21T13:36:05.162 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.allow_mmap_writes: 0 2024-09-21T13:36:05.162 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.use_direct_reads: 0 2024-09-21T13:36:05.163 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-21T13:36:05.163 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.create_missing_column_families: 0 2024-09-21T13:36:05.163 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.db_log_dir: 2024-09-21T13:36:05.163 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.wal_dir: 2024-09-21T13:36:05.163 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-21T13:36:05.163 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-21T13:36:05.163 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-21T13:36:05.163 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-21T13:36:05.163 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-21T13:36:05.163 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-21T13:36:05.163 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.advise_random_on_open: 1 2024-09-21T13:36:05.163 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.db_write_buffer_size: 0 2024-09-21T13:36:05.163 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.write_buffer_manager: 0x5566fc591b80 2024-09-21T13:36:05.163 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-21T13:36:05.163 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-21T13:36:05.164 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-21T13:36:05.164 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.rate_limiter: (nil) 2024-09-21T13:36:05.164 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-21T13:36:05.164 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.wal_recovery_mode: 2 2024-09-21T13:36:05.164 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.enable_thread_tracking: 0 2024-09-21T13:36:05.164 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.enable_pipelined_write: 0 2024-09-21T13:36:05.164 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.unordered_write: 0 2024-09-21T13:36:05.164 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-21T13:36:05.164 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-21T13:36:05.164 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-21T13:36:05.164 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-21T13:36:05.164 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.row_cache: None 2024-09-21T13:36:05.164 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.wal_filter: None 2024-09-21T13:36:05.164 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-21T13:36:05.164 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.allow_ingest_behind: 0 2024-09-21T13:36:05.165 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.two_write_queues: 0 2024-09-21T13:36:05.165 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.manual_wal_flush: 0 2024-09-21T13:36:05.165 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.wal_compression: 0 2024-09-21T13:36:05.165 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.atomic_flush: 0 2024-09-21T13:36:05.165 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-21T13:36:05.165 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-21T13:36:05.165 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-21T13:36:05.165 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.log_readahead_size: 0 2024-09-21T13:36:05.165 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-21T13:36:05.165 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.best_efforts_recovery: 0 2024-09-21T13:36:05.165 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-21T13:36:05.165 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-21T13:36:05.165 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.allow_data_in_errors: 0 2024-09-21T13:36:05.165 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.db_host_id: __hostname__ 2024-09-21T13:36:05.165 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-21T13:36:05.166 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.max_background_jobs: 2 2024-09-21T13:36:05.166 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.max_background_compactions: -1 2024-09-21T13:36:05.166 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.max_subcompactions: 1 2024-09-21T13:36:05.166 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-21T13:36:05.166 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-21T13:36:05.166 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-21T13:36:05.166 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.max_total_wal_size: 0 2024-09-21T13:36:05.166 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-21T13:36:05.166 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-21T13:36:05.166 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-21T13:36:05.166 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-21T13:36:05.166 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.max_open_files: -1 2024-09-21T13:36:05.166 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.bytes_per_sync: 0 2024-09-21T13:36:05.166 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-21T13:36:05.167 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-21T13:36:05.167 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.compaction_readahead_size: 0 2024-09-21T13:36:05.167 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.max_background_flushes: -1 2024-09-21T13:36:05.167 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Compression algorithms supported: 2024-09-21T13:36:05.167 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: kZSTD supported: 0 2024-09-21T13:36:05.167 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: kXpressCompression supported: 0 2024-09-21T13:36:05.167 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: kBZip2Compression supported: 0 2024-09-21T13:36:05.167 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-21T13:36:05.167 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: kLZ4Compression supported: 1 2024-09-21T13:36:05.167 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: kZlibCompression supported: 1 2024-09-21T13:36:05.167 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: kLZ4HCCompression supported: 1 2024-09-21T13:36:05.167 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: kSnappyCompression supported: 1 2024-09-21T13:36:05.167 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-21T13:36:05.167 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-21T13:36:05.168 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2024-09-21T13:36:05.168 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-21T13:36:05.168 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-21T13:36:05.168 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.merge_operator: 2024-09-21T13:36:05.168 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.compaction_filter: None 2024-09-21T13:36:05.168 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.compaction_filter_factory: None 2024-09-21T13:36:05.168 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.sst_partitioner_factory: None 2024-09-21T13:36:05.168 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-21T13:36:05.168 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-21T13:36:05.168 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5566fc58d320) 2024-09-21T13:36:05.168 INFO:journalctl@ceph.mon.c.smithi175.stdout: cache_index_and_filter_blocks: 1 2024-09-21T13:36:05.168 INFO:journalctl@ceph.mon.c.smithi175.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-21T13:36:05.168 INFO:journalctl@ceph.mon.c.smithi175.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-21T13:36:05.168 INFO:journalctl@ceph.mon.c.smithi175.stdout: pin_top_level_index_and_filter: 1 2024-09-21T13:36:05.168 INFO:journalctl@ceph.mon.c.smithi175.stdout: index_type: 0 2024-09-21T13:36:05.168 INFO:journalctl@ceph.mon.c.smithi175.stdout: data_block_index_type: 0 2024-09-21T13:36:05.168 INFO:journalctl@ceph.mon.c.smithi175.stdout: index_shortening: 1 2024-09-21T13:36:05.169 INFO:journalctl@ceph.mon.c.smithi175.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-21T13:36:05.169 INFO:journalctl@ceph.mon.c.smithi175.stdout: checksum: 4 2024-09-21T13:36:05.169 INFO:journalctl@ceph.mon.c.smithi175.stdout: no_block_cache: 0 2024-09-21T13:36:05.169 INFO:journalctl@ceph.mon.c.smithi175.stdout: block_cache: 0x5566fc581610 2024-09-21T13:36:05.169 INFO:journalctl@ceph.mon.c.smithi175.stdout: block_cache_name: BinnedLRUCache 2024-09-21T13:36:05.169 INFO:journalctl@ceph.mon.c.smithi175.stdout: block_cache_options: 2024-09-21T13:36:05.169 INFO:journalctl@ceph.mon.c.smithi175.stdout: capacity : 536870912 2024-09-21T13:36:05.169 INFO:journalctl@ceph.mon.c.smithi175.stdout: num_shard_bits : 4 2024-09-21T13:36:05.169 INFO:journalctl@ceph.mon.c.smithi175.stdout: strict_capacity_limit : 0 2024-09-21T13:36:05.169 INFO:journalctl@ceph.mon.c.smithi175.stdout: high_pri_pool_ratio: 0.000 2024-09-21T13:36:05.169 INFO:journalctl@ceph.mon.c.smithi175.stdout: block_cache_compressed: (nil) 2024-09-21T13:36:05.169 INFO:journalctl@ceph.mon.c.smithi175.stdout: persistent_cache: (nil) 2024-09-21T13:36:05.169 INFO:journalctl@ceph.mon.c.smithi175.stdout: block_size: 4096 2024-09-21T13:36:05.169 INFO:journalctl@ceph.mon.c.smithi175.stdout: block_size_deviation: 10 2024-09-21T13:36:05.169 INFO:journalctl@ceph.mon.c.smithi175.stdout: block_restart_interval: 16 2024-09-21T13:36:05.170 INFO:journalctl@ceph.mon.c.smithi175.stdout: index_block_restart_interval: 1 2024-09-21T13:36:05.170 INFO:journalctl@ceph.mon.c.smithi175.stdout: metadata_block_size: 4096 2024-09-21T13:36:05.170 INFO:journalctl@ceph.mon.c.smithi175.stdout: partition_filters: 0 2024-09-21T13:36:05.170 INFO:journalctl@ceph.mon.c.smithi175.stdout: use_delta_encoding: 1 2024-09-21T13:36:05.170 INFO:journalctl@ceph.mon.c.smithi175.stdout: filter_policy: bloomfilter 2024-09-21T13:36:05.170 INFO:journalctl@ceph.mon.c.smithi175.stdout: whole_key_filtering: 1 2024-09-21T13:36:05.170 INFO:journalctl@ceph.mon.c.smithi175.stdout: verify_compression: 0 2024-09-21T13:36:05.170 INFO:journalctl@ceph.mon.c.smithi175.stdout: read_amp_bytes_per_bit: 0 2024-09-21T13:36:05.170 INFO:journalctl@ceph.mon.c.smithi175.stdout: format_version: 5 2024-09-21T13:36:05.170 INFO:journalctl@ceph.mon.c.smithi175.stdout: enable_index_compression: 1 2024-09-21T13:36:05.170 INFO:journalctl@ceph.mon.c.smithi175.stdout: block_align: 0 2024-09-21T13:36:05.170 INFO:journalctl@ceph.mon.c.smithi175.stdout: max_auto_readahead_size: 262144 2024-09-21T13:36:05.170 INFO:journalctl@ceph.mon.c.smithi175.stdout: prepopulate_block_cache: 0 2024-09-21T13:36:05.170 INFO:journalctl@ceph.mon.c.smithi175.stdout: initial_auto_readahead_size: 8192 2024-09-21T13:36:05.171 INFO:journalctl@ceph.mon.c.smithi175.stdout: num_file_reads_for_auto_readahead: 2 2024-09-21T13:36:05.171 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.write_buffer_size: 33554432 2024-09-21T13:36:05.171 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.max_write_buffer_number: 2 2024-09-21T13:36:05.171 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.compression: NoCompression 2024-09-21T13:36:05.171 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.bottommost_compression: Disabled 2024-09-21T13:36:05.171 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.prefix_extractor: nullptr 2024-09-21T13:36:05.171 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-21T13:36:05.171 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.num_levels: 7 2024-09-21T13:36:05.171 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-21T13:36:05.171 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-21T13:36:05.171 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-21T13:36:05.171 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-21T13:36:05.172 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-21T13:36:05.172 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-21T13:36:05.172 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-21T13:36:05.172 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-21T13:36:05.172 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-21T13:36:05.172 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-21T13:36:05.172 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-21T13:36:05.172 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-21T13:36:05.172 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-21T13:36:05.172 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.compression_opts.level: 32767 2024-09-21T13:36:05.172 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.compression_opts.strategy: 0 2024-09-21T13:36:05.172 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-21T13:36:05.172 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-21T13:36:05.172 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-21T13:36:05.173 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-21T13:36:05.173 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.compression_opts.enabled: false 2024-09-21T13:36:05.173 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-21T13:36:05.173 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-21T13:36:05.173 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-21T13:36:05.173 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-21T13:36:05.173 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.target_file_size_base: 67108864 2024-09-21T13:36:05.173 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-21T13:36:05.173 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-21T13:36:05.173 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-21T13:36:05.173 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-21T13:36:05.173 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-21T13:36:05.173 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-21T13:36:05.173 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-21T13:36:05.173 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-21T13:36:05.173 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-21T13:36:05.174 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-21T13:36:05.174 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-21T13:36:05.174 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-21T13:36:05.174 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-21T13:36:05.174 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-21T13:36:05.174 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.arena_block_size: 1048576 2024-09-21T13:36:05.174 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-21T13:36:05.174 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-21T13:36:05.174 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.disable_auto_compactions: 0 2024-09-21T13:36:05.174 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-21T13:36:05.174 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-21T13:36:05.174 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-21T13:36:05.174 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-21T13:36:05.174 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-21T13:36:05.175 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-21T13:36:05.175 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-21T13:36:05.175 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-21T13:36:05.175 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-21T13:36:05.175 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-21T13:36:05.177 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-21T13:36:05.177 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.inplace_update_support: 0 2024-09-21T13:36:05.178 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-21T13:36:05.178 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-21T13:36:05.178 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-21T13:36:05.178 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-21T13:36:05.178 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.bloom_locality: 0 2024-09-21T13:36:05.178 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.max_successive_merges: 0 2024-09-21T13:36:05.178 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-21T13:36:05.178 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.paranoid_file_checks: 0 2024-09-21T13:36:05.178 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.force_consistency_checks: 1 2024-09-21T13:36:05.178 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.report_bg_io_stats: 0 2024-09-21T13:36:05.178 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.ttl: 2592000 2024-09-21T13:36:05.178 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-21T13:36:05.179 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-21T13:36:05.179 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-21T13:36:05.179 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.enable_blob_files: false 2024-09-21T13:36:05.179 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.min_blob_size: 0 2024-09-21T13:36:05.179 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.blob_file_size: 268435456 2024-09-21T13:36:05.179 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-21T13:36:05.179 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-21T13:36:05.179 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-21T13:36:05.179 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-21T13:36:05.179 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-21T13:36:05.179 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.blob_file_starting_level: 0 2024-09-21T13:36:05.179 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-21T13:36:05.179 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: 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-21T13:36:05.179 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-21T13:36:05.180 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: b724d691-1fbf-470d-985d-2996c39e9ac8 2024-09-21T13:36:05.180 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726925764727738, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-09-21T13:36:05.180 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-09-21T13:36:05.180 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726925764728156, "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": 1726925764, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "b724d691-1fbf-470d-985d-2996c39e9ac8", "db_session_id": "CXOW00TEIZETZ7WTG3MS", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-09-21T13:36:05.180 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726925764728250, "job": 1, "event": "recovery_finished"} 2024-09-21T13:36:05.180 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-09-21T13:36:05.180 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: 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-21T13:36:05.180 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5566fc5b0e00 2024-09-21T13:36:05.180 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: DB pointer 0x5566fc6b2000 2024-09-21T13:36:05.180 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-21T13:36:05.180 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-21T13:36:05.180 INFO:journalctl@ceph.mon.c.smithi175.stdout: ** DB Stats ** 2024-09-21T13:36:05.180 INFO:journalctl@ceph.mon.c.smithi175.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-21T13:36:05.180 INFO:journalctl@ceph.mon.c.smithi175.stdout: 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-21T13:36:05.181 INFO:journalctl@ceph.mon.c.smithi175.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-21T13:36:05.181 INFO:journalctl@ceph.mon.c.smithi175.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-21T13:36:05.181 INFO:journalctl@ceph.mon.c.smithi175.stdout: 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-21T13:36:05.181 INFO:journalctl@ceph.mon.c.smithi175.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-21T13:36:05.181 INFO:journalctl@ceph.mon.c.smithi175.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-21T13:36:05.181 INFO:journalctl@ceph.mon.c.smithi175.stdout: 2024-09-21T13:36:05.181 INFO:journalctl@ceph.mon.c.smithi175.stdout: ** Compaction Stats [default] ** 2024-09-21T13:36:05.181 INFO:journalctl@ceph.mon.c.smithi175.stdout: 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-21T13:36:05.181 INFO:journalctl@ceph.mon.c.smithi175.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-21T13:36:05.181 INFO:journalctl@ceph.mon.c.smithi175.stdout: 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.9 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-21T13:36:05.181 INFO:journalctl@ceph.mon.c.smithi175.stdout: 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.9 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-21T13:36:05.181 INFO:journalctl@ceph.mon.c.smithi175.stdout: 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.9 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-21T13:36:05.181 INFO:journalctl@ceph.mon.c.smithi175.stdout: 2024-09-21T13:36:05.182 INFO:journalctl@ceph.mon.c.smithi175.stdout: ** Compaction Stats [default] ** 2024-09-21T13:36:05.182 INFO:journalctl@ceph.mon.c.smithi175.stdout: 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-21T13:36:05.182 INFO:journalctl@ceph.mon.c.smithi175.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-21T13:36:05.182 INFO:journalctl@ceph.mon.c.smithi175.stdout: 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.9 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-21T13:36:05.182 INFO:journalctl@ceph.mon.c.smithi175.stdout: 2024-09-21T13:36:05.182 INFO:journalctl@ceph.mon.c.smithi175.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-21T13:36:05.182 INFO:journalctl@ceph.mon.c.smithi175.stdout: 2024-09-21T13:36:05.182 INFO:journalctl@ceph.mon.c.smithi175.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-21T13:36:05.182 INFO:journalctl@ceph.mon.c.smithi175.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-21T13:36:05.182 INFO:journalctl@ceph.mon.c.smithi175.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-21T13:36:05.182 INFO:journalctl@ceph.mon.c.smithi175.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-21T13:36:05.182 INFO:journalctl@ceph.mon.c.smithi175.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-21T13:36:05.182 INFO:journalctl@ceph.mon.c.smithi175.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-21T13:36:05.182 INFO:journalctl@ceph.mon.c.smithi175.stdout: Cumulative compaction: 0.00 GB write, 0.61 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-21T13:36:05.182 INFO:journalctl@ceph.mon.c.smithi175.stdout: Interval compaction: 0.00 GB write, 0.61 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-21T13:36:05.183 INFO:journalctl@ceph.mon.c.smithi175.stdout: 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-21T13:36:05.183 INFO:journalctl@ceph.mon.c.smithi175.stdout: Block cache BinnedLRUCache@0x5566fc581610#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-09-21T13:36:05.183 INFO:journalctl@ceph.mon.c.smithi175.stdout: 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-21T13:36:05.183 INFO:journalctl@ceph.mon.c.smithi175.stdout: 2024-09-21T13:36:05.183 INFO:journalctl@ceph.mon.c.smithi175.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-21T13:36:05.183 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: mon.c does not exist in monmap, will attempt to join an existing cluster 2024-09-21T13:36:05.183 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: using public_addr v2:172.21.15.175:0/0 -> [v2:172.21.15.175:3300/0,v1:172.21.15.175:6789/0] 2024-09-21T13:36:05.183 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: starting mon.c rank -1 at public addrs [v2:172.21.15.175:3300/0,v1:172.21.15.175:6789/0] at bind addrs [v2:172.21.15.175:3300/0,v1:172.21.15.175:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid 2073d30c-781e-11ef-baf6-efdc52797490 2024-09-21T13:36:05.183 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: mon.c@-1(???) e0 preinit fsid 2073d30c-781e-11ef-baf6-efdc52797490 2024-09-21T13:36:05.183 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: mon.c@-1(synchronizing).mds e1 new map 2024-09-21T13:36:05.183 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: mon.c@-1(synchronizing).mds e1 print_map 2024-09-21T13:36:05.183 INFO:journalctl@ceph.mon.c.smithi175.stdout: e1 2024-09-21T13:36:05.183 INFO:journalctl@ceph.mon.c.smithi175.stdout: btime 2024-09-21T13:34:31:505371+0000 2024-09-21T13:36:05.183 INFO:journalctl@ceph.mon.c.smithi175.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-21T13:36:05.183 INFO:journalctl@ceph.mon.c.smithi175.stdout: 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-21T13:36:05.184 INFO:journalctl@ceph.mon.c.smithi175.stdout: legacy client fscid: -1 2024-09-21T13:36:05.184 INFO:journalctl@ceph.mon.c.smithi175.stdout: 2024-09-21T13:36:05.184 INFO:journalctl@ceph.mon.c.smithi175.stdout: No filesystems configured 2024-09-21T13:36:05.184 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-21T13:36:05.184 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: 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-21T13:36:05.184 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-21T13:36:05.184 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-21T13:36:05.184 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-21T13:36:05.184 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-21T13:36:05.184 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-21T13:36:05.184 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-21T13:36:05.184 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-21T13:36:05.184 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-21T13:36:05.184 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:05.184 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:05.185 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T13:36:05.185 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi175", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:36:05.185 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:05.185 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: Deploying cephadm binary to smithi175 2024-09-21T13:36:05.185 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:05.185 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:05.185 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:05.185 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:05.185 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi149", "name": "osd_memory_target"} : dispatch 2024-09-21T13:36:05.185 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:36:05.185 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:36:05.185 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: Updating smithi149:/etc/ceph/ceph.conf 2024-09-21T13:36:05.185 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: Updating smithi149:/var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T13:36:05.185 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: Updating smithi149:/etc/ceph/ceph.client.admin.keyring 2024-09-21T13:36:05.186 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: Updating smithi149:/var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T13:36:05.186 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:05.186 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:05.186 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:05.186 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:05.186 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:05.186 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: Added host smithi175 2024-09-21T13:36:05.186 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:36:05.186 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:05.186 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:05.186 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:05.186 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:05.186 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T13:36:05.186 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: from='client.? 172.21.15.118:0/385884885' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-21T13:36:05.187 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: from='client.? 172.21.15.118:0/385884885' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-21T13:36:05.187 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: osdmap e4: 0 total, 0 up, 0 in 2024-09-21T13:36:05.187 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:05.187 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:05.187 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:05.187 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:05.187 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:05.187 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi175", "name": "osd_memory_target"} : dispatch 2024-09-21T13:36:05.187 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:36:05.187 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:36:05.187 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: Updating smithi175:/etc/ceph/ceph.conf 2024-09-21T13:36:05.187 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: Updating smithi175:/var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T13:36:05.187 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: Updating smithi175:/etc/ceph/ceph.client.admin.keyring 2024-09-21T13:36:05.187 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: Updating smithi175:/var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T13:36:05.187 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:05.188 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:05.188 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:05.188 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi118:172.21.15.118=a;smithi149:172.21.15.149=b;smithi175:172.21.15.175=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:36:05.188 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: Saving service mon spec with placement smithi118:172.21.15.118=a;smithi149:172.21.15.149=b;smithi175:172.21.15.175=c;count:3 2024-09-21T13:36:05.188 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:05.188 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:36:05.188 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:36:05.188 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:36:05.188 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:05.188 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T13:36:05.188 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:36:05.188 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: Deploying daemon mon.c on smithi175 2024-09-21T13:36:05.188 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:05.188 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:05.188 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: from='client.? 172.21.15.175:0/4112495911' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T13:36:05.189 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:05.189 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 ceph-mon[32623]: mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-09-21T13:36:05.189 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 bash[32586]: 90ccda3fbc4dfaff8f1643f30095bb4f22f1349c354168d48c00c7ab66603881 2024-09-21T13:36:05.189 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:04 smithi175 systemd[1]: Started Ceph mon.c for 2073d30c-781e-11ef-baf6-efdc52797490. 2024-09-21T13:36:05.289 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-21T13:36:05.289 DEBUG:teuthology.orchestra.run.smithi175:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2073d30c-781e-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T13:36:05.549 INFO:teuthology.orchestra.run.smithi175.stderr:Inferring config /var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/mon.c/config 2024-09-21T13:36:10.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:09 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T13:36:10.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:09 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T13:36:10.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:09 smithi118 ceph-mon[30084]: mon.a calling monitor election 2024-09-21T13:36:10.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:09 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T13:36:10.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:09 smithi118 ceph-mon[30084]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:10.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:09 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T13:36:10.138 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:09 smithi118 ceph-mon[30084]: mon.c calling monitor election 2024-09-21T13:36:10.138 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:09 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T13:36:10.138 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:09 smithi118 ceph-mon[30084]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:10.138 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:09 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T13:36:10.138 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:09 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T13:36:10.138 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:09 smithi118 ceph-mon[30084]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-21T13:36:10.138 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:09 smithi118 ceph-mon[30084]: monmap epoch 2 2024-09-21T13:36:10.139 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:09 smithi118 ceph-mon[30084]: fsid 2073d30c-781e-11ef-baf6-efdc52797490 2024-09-21T13:36:10.139 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:09 smithi118 ceph-mon[30084]: last_changed 2024-09-21T13:36:04.752368+0000 2024-09-21T13:36:10.139 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:09 smithi118 ceph-mon[30084]: created 2024-09-21T13:34:28.605277+0000 2024-09-21T13:36:10.139 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:09 smithi118 ceph-mon[30084]: min_mon_release 19 (squid) 2024-09-21T13:36:10.139 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:09 smithi118 ceph-mon[30084]: election_strategy: 1 2024-09-21T13:36:10.139 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:09 smithi118 ceph-mon[30084]: 0: [v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0] mon.a 2024-09-21T13:36:10.140 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:09 smithi118 ceph-mon[30084]: 1: [v2:172.21.15.175:3300/0,v1:172.21.15.175:6789/0] mon.c 2024-09-21T13:36:10.140 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:09 smithi118 ceph-mon[30084]: fsmap 2024-09-21T13:36:10.140 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:09 smithi118 ceph-mon[30084]: osdmap e4: 0 total, 0 up, 0 in 2024-09-21T13:36:10.140 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:09 smithi118 ceph-mon[30084]: mgrmap e13: a(active, since 39s) 2024-09-21T13:36:10.140 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:09 smithi118 ceph-mon[30084]: overall HEALTH_OK 2024-09-21T13:36:10.140 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:09 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:10.140 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:09 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:10.140 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:09 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:10.140 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:09 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T13:36:10.140 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:09 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:36:10.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:09 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T13:36:10.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:09 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T13:36:10.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:09 smithi175 ceph-mon[32623]: mon.a calling monitor election 2024-09-21T13:36:10.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:09 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T13:36:10.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:09 smithi175 ceph-mon[32623]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:10.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:09 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T13:36:10.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:09 smithi175 ceph-mon[32623]: mon.c calling monitor election 2024-09-21T13:36:10.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:09 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T13:36:10.160 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:09 smithi175 ceph-mon[32623]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:10.160 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:09 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T13:36:10.160 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:09 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T13:36:10.160 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:09 smithi175 ceph-mon[32623]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-21T13:36:10.160 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:09 smithi175 ceph-mon[32623]: monmap epoch 2 2024-09-21T13:36:10.160 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:09 smithi175 ceph-mon[32623]: fsid 2073d30c-781e-11ef-baf6-efdc52797490 2024-09-21T13:36:10.160 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:09 smithi175 ceph-mon[32623]: last_changed 2024-09-21T13:36:04.752368+0000 2024-09-21T13:36:10.160 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:09 smithi175 ceph-mon[32623]: created 2024-09-21T13:34:28.605277+0000 2024-09-21T13:36:10.160 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:09 smithi175 ceph-mon[32623]: min_mon_release 19 (squid) 2024-09-21T13:36:10.160 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:09 smithi175 ceph-mon[32623]: election_strategy: 1 2024-09-21T13:36:10.160 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:09 smithi175 ceph-mon[32623]: 0: [v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0] mon.a 2024-09-21T13:36:10.160 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:09 smithi175 ceph-mon[32623]: 1: [v2:172.21.15.175:3300/0,v1:172.21.15.175:6789/0] mon.c 2024-09-21T13:36:10.160 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:09 smithi175 ceph-mon[32623]: fsmap 2024-09-21T13:36:10.161 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:09 smithi175 ceph-mon[32623]: osdmap e4: 0 total, 0 up, 0 in 2024-09-21T13:36:10.161 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:09 smithi175 ceph-mon[32623]: mgrmap e13: a(active, since 39s) 2024-09-21T13:36:10.161 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:09 smithi175 ceph-mon[32623]: overall HEALTH_OK 2024-09-21T13:36:10.161 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:09 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:10.161 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:09 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:10.161 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:09 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:10.161 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:09 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T13:36:10.161 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:09 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:36:10.638 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:36:10.638 INFO:teuthology.orchestra.run.smithi175.stdout:{"epoch":2,"fsid":"2073d30c-781e-11ef-baf6-efdc52797490","modified":"2024-09-21T13:36:04.752368Z","created":"2024-09-21T13:34:28.605277Z","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.118:3300","nonce":0},{"type":"v1","addr":"172.21.15.118:6789","nonce":0}]},"addr":"172.21.15.118:6789/0","public_addr":"172.21.15.118:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:3300","nonce":0},{"type":"v1","addr":"172.21.15.175:6789","nonce":0}]},"addr":"172.21.15.175:6789/0","public_addr":"172.21.15.175:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-21T13:36:10.638 INFO:teuthology.orchestra.run.smithi175.stderr:dumped monmap epoch 2 2024-09-21T13:36:10.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:10 smithi175 ceph-mon[32623]: Deploying daemon mon.b on smithi149 2024-09-21T13:36:10.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:10 smithi175 ceph-mon[32623]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:10.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:10 smithi175 ceph-mon[32623]: from='client.? 172.21.15.175:0/1463066061' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T13:36:10.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:10 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T13:36:11.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:10 smithi118 ceph-mon[30084]: Deploying daemon mon.b on smithi149 2024-09-21T13:36:11.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:10 smithi118 ceph-mon[30084]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:11.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:10 smithi118 ceph-mon[30084]: from='client.? 172.21.15.175:0/1463066061' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T13:36:11.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:10 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T13:36:12.239 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-21T13:36:12.239 DEBUG:teuthology.orchestra.run.smithi175:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2073d30c-781e-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T13:36:12.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:12 smithi118 ceph-mon[30084]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:12.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:12 smithi175 ceph-mon[32623]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:12.499 INFO:teuthology.orchestra.run.smithi175.stderr:Inferring config /var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/mon.c/config 2024-09-21T13:36:13.204 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:36:13.205 INFO:teuthology.orchestra.run.smithi175.stdout:{"epoch":2,"fsid":"2073d30c-781e-11ef-baf6-efdc52797490","modified":"2024-09-21T13:36:04.752368Z","created":"2024-09-21T13:34:28.605277Z","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.118:3300","nonce":0},{"type":"v1","addr":"172.21.15.118:6789","nonce":0}]},"addr":"172.21.15.118:6789/0","public_addr":"172.21.15.118:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:3300","nonce":0},{"type":"v1","addr":"172.21.15.175:6789","nonce":0}]},"addr":"172.21.15.175:6789/0","public_addr":"172.21.15.175:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-21T13:36:13.205 INFO:teuthology.orchestra.run.smithi175.stderr:dumped monmap epoch 2 2024-09-21T13:36:13.500 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:13 smithi175 ceph-mon[32623]: from='client.? 172.21.15.175:0/3208768900' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T13:36:13.636 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:13 smithi118 ceph-mon[30084]: from='client.? 172.21.15.175:0/3208768900' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T13:36:13.761 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:13 smithi149 systemd[1]: Started Ceph mon.b for 2073d30c-781e-11ef-baf6-efdc52797490. 2024-09-21T13:36:14.844 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-21T13:36:14.844 DEBUG:teuthology.orchestra.run.smithi175:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2073d30c-781e-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T13:36:15.097 INFO:teuthology.orchestra.run.smithi175.stderr:Inferring config /var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/mon.c/config 2024-09-21T13:36:18.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:18 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T13:36:18.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:18 smithi118 ceph-mon[30084]: mon.a calling monitor election 2024-09-21T13:36:18.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:18 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T13:36:18.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:18 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T13:36:18.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:18 smithi118 ceph-mon[30084]: mon.c calling monitor election 2024-09-21T13:36:18.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:18 smithi118 ceph-mon[30084]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:18.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:18 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T13:36:18.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:18 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T13:36:18.888 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:18 smithi118 ceph-mon[30084]: mon.b calling monitor election 2024-09-21T13:36:18.888 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:18 smithi118 ceph-mon[30084]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:18.888 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:18 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T13:36:18.888 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:18 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T13:36:18.888 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:18 smithi118 ceph-mon[30084]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:18.888 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:18 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T13:36:18.888 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:18 smithi118 ceph-mon[30084]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-21T13:36:18.888 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:18 smithi118 ceph-mon[30084]: monmap epoch 3 2024-09-21T13:36:18.888 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:18 smithi118 ceph-mon[30084]: fsid 2073d30c-781e-11ef-baf6-efdc52797490 2024-09-21T13:36:18.888 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:18 smithi118 ceph-mon[30084]: last_changed 2024-09-21T13:36:13.549940+0000 2024-09-21T13:36:18.888 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:18 smithi118 ceph-mon[30084]: created 2024-09-21T13:34:28.605277+0000 2024-09-21T13:36:18.888 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:18 smithi118 ceph-mon[30084]: min_mon_release 19 (squid) 2024-09-21T13:36:18.888 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:18 smithi118 ceph-mon[30084]: election_strategy: 1 2024-09-21T13:36:18.888 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:18 smithi118 ceph-mon[30084]: 0: [v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0] mon.a 2024-09-21T13:36:18.889 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:18 smithi118 ceph-mon[30084]: 1: [v2:172.21.15.175:3300/0,v1:172.21.15.175:6789/0] mon.c 2024-09-21T13:36:18.889 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:18 smithi118 ceph-mon[30084]: 2: [v2:172.21.15.149:3300/0,v1:172.21.15.149:6789/0] mon.b 2024-09-21T13:36:18.889 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:18 smithi118 ceph-mon[30084]: fsmap 2024-09-21T13:36:18.889 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:18 smithi118 ceph-mon[30084]: osdmap e4: 0 total, 0 up, 0 in 2024-09-21T13:36:18.889 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:18 smithi118 ceph-mon[30084]: mgrmap e13: a(active, since 48s) 2024-09-21T13:36:18.889 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:18 smithi118 ceph-mon[30084]: overall HEALTH_OK 2024-09-21T13:36:18.889 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:18 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:18.889 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:18 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:18.889 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:18 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:18.889 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:18 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:18.909 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:18 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T13:36:18.909 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:18 smithi175 ceph-mon[32623]: mon.a calling monitor election 2024-09-21T13:36:18.909 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:18 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T13:36:18.909 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:18 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T13:36:18.909 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:18 smithi175 ceph-mon[32623]: mon.c calling monitor election 2024-09-21T13:36:18.909 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:18 smithi175 ceph-mon[32623]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:18.909 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:18 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T13:36:18.909 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:18 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T13:36:18.909 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:18 smithi175 ceph-mon[32623]: mon.b calling monitor election 2024-09-21T13:36:18.909 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:18 smithi175 ceph-mon[32623]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:18.910 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:18 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T13:36:18.910 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:18 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T13:36:18.910 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:18 smithi175 ceph-mon[32623]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:18.910 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:18 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T13:36:18.910 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:18 smithi175 ceph-mon[32623]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-21T13:36:18.910 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:18 smithi175 ceph-mon[32623]: monmap epoch 3 2024-09-21T13:36:18.910 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:18 smithi175 ceph-mon[32623]: fsid 2073d30c-781e-11ef-baf6-efdc52797490 2024-09-21T13:36:18.910 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:18 smithi175 ceph-mon[32623]: last_changed 2024-09-21T13:36:13.549940+0000 2024-09-21T13:36:18.910 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:18 smithi175 ceph-mon[32623]: created 2024-09-21T13:34:28.605277+0000 2024-09-21T13:36:18.910 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:18 smithi175 ceph-mon[32623]: min_mon_release 19 (squid) 2024-09-21T13:36:18.910 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:18 smithi175 ceph-mon[32623]: election_strategy: 1 2024-09-21T13:36:18.910 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:18 smithi175 ceph-mon[32623]: 0: [v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0] mon.a 2024-09-21T13:36:18.910 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:18 smithi175 ceph-mon[32623]: 1: [v2:172.21.15.175:3300/0,v1:172.21.15.175:6789/0] mon.c 2024-09-21T13:36:18.910 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:18 smithi175 ceph-mon[32623]: 2: [v2:172.21.15.149:3300/0,v1:172.21.15.149:6789/0] mon.b 2024-09-21T13:36:18.910 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:18 smithi175 ceph-mon[32623]: fsmap 2024-09-21T13:36:18.911 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:18 smithi175 ceph-mon[32623]: osdmap e4: 0 total, 0 up, 0 in 2024-09-21T13:36:18.911 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:18 smithi175 ceph-mon[32623]: mgrmap e13: a(active, since 48s) 2024-09-21T13:36:18.911 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:18 smithi175 ceph-mon[32623]: overall HEALTH_OK 2024-09-21T13:36:18.911 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:18 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:18.911 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:18 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:18.911 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:18 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:18.911 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:18 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:18.978 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:36:18.979 INFO:teuthology.orchestra.run.smithi175.stdout:{"epoch":3,"fsid":"2073d30c-781e-11ef-baf6-efdc52797490","modified":"2024-09-21T13:36:13.549940Z","created":"2024-09-21T13:34:28.605277Z","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.118:3300","nonce":0},{"type":"v1","addr":"172.21.15.118:6789","nonce":0}]},"addr":"172.21.15.118:6789/0","public_addr":"172.21.15.118:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:3300","nonce":0},{"type":"v1","addr":"172.21.15.175:6789","nonce":0}]},"addr":"172.21.15.175:6789/0","public_addr":"172.21.15.175:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:3300","nonce":0},{"type":"v1","addr":"172.21.15.149:6789","nonce":0}]},"addr":"172.21.15.149:6789/0","public_addr":"172.21.15.149:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-09-21T13:36:18.979 INFO:teuthology.orchestra.run.smithi175.stderr:dumped monmap epoch 3 2024-09-21T13:36:19.012 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:18 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T13:36:19.012 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:18 smithi149 ceph-mon[33204]: mon.a calling monitor election 2024-09-21T13:36:19.012 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:18 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T13:36:19.012 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:18 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T13:36:19.012 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:18 smithi149 ceph-mon[33204]: mon.c calling monitor election 2024-09-21T13:36:19.012 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:18 smithi149 ceph-mon[33204]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:19.012 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:18 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T13:36:19.012 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:18 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T13:36:19.012 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:18 smithi149 ceph-mon[33204]: mon.b calling monitor election 2024-09-21T13:36:19.012 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:18 smithi149 ceph-mon[33204]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:19.013 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:18 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T13:36:19.013 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:18 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T13:36:19.013 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:18 smithi149 ceph-mon[33204]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:19.013 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:18 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T13:36:19.013 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:18 smithi149 ceph-mon[33204]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-21T13:36:19.013 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:18 smithi149 ceph-mon[33204]: monmap epoch 3 2024-09-21T13:36:19.013 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:18 smithi149 ceph-mon[33204]: fsid 2073d30c-781e-11ef-baf6-efdc52797490 2024-09-21T13:36:19.013 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:18 smithi149 ceph-mon[33204]: last_changed 2024-09-21T13:36:13.549940+0000 2024-09-21T13:36:19.013 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:18 smithi149 ceph-mon[33204]: created 2024-09-21T13:34:28.605277+0000 2024-09-21T13:36:19.013 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:18 smithi149 ceph-mon[33204]: min_mon_release 19 (squid) 2024-09-21T13:36:19.013 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:18 smithi149 ceph-mon[33204]: election_strategy: 1 2024-09-21T13:36:19.013 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:18 smithi149 ceph-mon[33204]: 0: [v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0] mon.a 2024-09-21T13:36:19.013 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:18 smithi149 ceph-mon[33204]: 1: [v2:172.21.15.175:3300/0,v1:172.21.15.175:6789/0] mon.c 2024-09-21T13:36:19.013 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:18 smithi149 ceph-mon[33204]: 2: [v2:172.21.15.149:3300/0,v1:172.21.15.149:6789/0] mon.b 2024-09-21T13:36:19.014 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:18 smithi149 ceph-mon[33204]: fsmap 2024-09-21T13:36:19.014 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:18 smithi149 ceph-mon[33204]: osdmap e4: 0 total, 0 up, 0 in 2024-09-21T13:36:19.014 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:18 smithi149 ceph-mon[33204]: mgrmap e13: a(active, since 48s) 2024-09-21T13:36:19.014 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:18 smithi149 ceph-mon[33204]: overall HEALTH_OK 2024-09-21T13:36:19.014 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:18 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:19.014 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:18 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:19.014 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:18 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:19.014 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:18 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:19.583 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-09-21T13:36:19.584 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2073d30c-781e-11ef-baf6-efdc52797490 -- ceph config generate-minimal-conf 2024-09-21T13:36:19.838 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:36:19.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:19 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:36:19.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:19 smithi118 ceph-mon[30084]: from='client.? 172.21.15.175:0/1674605294' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T13:36:19.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:19 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T13:36:19.899 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:19 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:36:19.899 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:19 smithi175 ceph-mon[32623]: from='client.? 172.21.15.175:0/1674605294' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T13:36:19.899 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:19 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T13:36:20.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:19 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:36:20.012 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:19 smithi149 ceph-mon[33204]: from='client.? 172.21.15.175:0/1674605294' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T13:36:20.012 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:19 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T13:36:20.518 INFO:teuthology.orchestra.run.smithi118.stdout:# minimal ceph.conf for 2073d30c-781e-11ef-baf6-efdc52797490 2024-09-21T13:36:20.518 INFO:teuthology.orchestra.run.smithi118.stdout:[global] 2024-09-21T13:36:20.518 INFO:teuthology.orchestra.run.smithi118.stdout: fsid = 2073d30c-781e-11ef-baf6-efdc52797490 2024-09-21T13:36:20.518 INFO:teuthology.orchestra.run.smithi118.stdout: mon_host = [v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0] [v2:172.21.15.149:3300/0,v1:172.21.15.149:6789/0] [v2:172.21.15.175:3300/0,v1:172.21.15.175:6789/0] 2024-09-21T13:36:21.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:20 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:21.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:20 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:21.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:20 smithi118 ceph-mon[30084]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:21.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:20 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:21.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:20 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:21.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:20 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:21.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:20 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:36:21.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:20 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:36:21.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:20 smithi118 ceph-mon[30084]: from='client.? 172.21.15.118:0/2487702852' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:36:21.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:20 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:21.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:20 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:21.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:20 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:21.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:20 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:21.138 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:20 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:21.138 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:20 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:21.138 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:20 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:21.138 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:20 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:21.138 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:20 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:21.138 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:20 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:21.138 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:20 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:21.138 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:20 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T13:36:21.138 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:20 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T13:36:21.138 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:20 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:36:21.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:20 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:21.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:20 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:21.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:20 smithi175 ceph-mon[32623]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:21.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:20 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:21.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:20 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:21.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:20 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:21.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:20 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:36:21.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:20 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:36:21.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:20 smithi175 ceph-mon[32623]: from='client.? 172.21.15.118:0/2487702852' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:36:21.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:20 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:21.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:20 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:21.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:20 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:21.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:20 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:21.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:20 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:21.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:20 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:21.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:20 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:21.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:20 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:21.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:20 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:21.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:20 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:21.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:20 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:21.160 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:20 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T13:36:21.160 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:20 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T13:36:21.160 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:20 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:36:21.169 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-09-21T13:36:21.169 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-09-21T13:36:21.169 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd of=/etc/ceph/ceph.conf 2024-09-21T13:36:21.196 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-09-21T13:36:21.196 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-21T13:36:21.261 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-09-21T13:36:21.261 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/etc/ceph/ceph.conf 2024-09-21T13:36:21.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:20 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:21.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:20 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:21.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:20 smithi149 ceph-mon[33204]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:21.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:20 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:21.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:20 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:21.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:20 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:21.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:20 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:36:21.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:20 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:36:21.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:20 smithi149 ceph-mon[33204]: from='client.? 172.21.15.118:0/2487702852' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:36:21.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:20 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:21.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:20 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:21.263 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:20 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:21.263 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:20 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:21.263 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:20 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:21.263 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:20 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:21.263 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:20 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:21.263 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:20 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:21.263 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:20 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:21.263 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:20 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:21.263 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:20 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:21.263 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:20 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T13:36:21.263 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:20 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T13:36:21.263 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:20 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:36:21.291 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-09-21T13:36:21.291 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-21T13:36:21.357 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2024-09-21T13:36:21.357 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd of=/etc/ceph/ceph.conf 2024-09-21T13:36:21.385 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2024-09-21T13:36:21.385 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-21T13:36:21.451 INFO:tasks.cephadm:Adding mgr.a on smithi118 2024-09-21T13:36:21.451 INFO:tasks.cephadm:Adding mgr.b on smithi149 2024-09-21T13:36:21.451 DEBUG:teuthology.orchestra.run.smithi175:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2073d30c-781e-11ef-baf6-efdc52797490 -- ceph orch apply mgr '2;smithi118=a;smithi149=b' 2024-09-21T13:36:21.729 INFO:teuthology.orchestra.run.smithi175.stderr:Inferring config /var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/mon.c/config 2024-09-21T13:36:22.028 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:21 smithi118 ceph-mon[30084]: Updating smithi118:/etc/ceph/ceph.conf 2024-09-21T13:36:22.028 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:21 smithi118 ceph-mon[30084]: Updating smithi149:/etc/ceph/ceph.conf 2024-09-21T13:36:22.028 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:21 smithi118 ceph-mon[30084]: Updating smithi175:/etc/ceph/ceph.conf 2024-09-21T13:36:22.028 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:21 smithi118 ceph-mon[30084]: Updating smithi118:/var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T13:36:22.028 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:21 smithi118 ceph-mon[30084]: Updating smithi175:/var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T13:36:22.028 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:21 smithi118 ceph-mon[30084]: Updating smithi149:/var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T13:36:22.028 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:21 smithi118 ceph-mon[30084]: Reconfiguring mon.a (unknown last config time)... 2024-09-21T13:36:22.029 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:21 smithi118 ceph-mon[30084]: Reconfiguring daemon mon.a on smithi118 2024-09-21T13:36:22.113 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:21 smithi175 ceph-mon[32623]: Updating smithi118:/etc/ceph/ceph.conf 2024-09-21T13:36:22.113 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:21 smithi175 ceph-mon[32623]: Updating smithi149:/etc/ceph/ceph.conf 2024-09-21T13:36:22.113 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:21 smithi175 ceph-mon[32623]: Updating smithi175:/etc/ceph/ceph.conf 2024-09-21T13:36:22.113 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:21 smithi175 ceph-mon[32623]: Updating smithi118:/var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T13:36:22.113 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:21 smithi175 ceph-mon[32623]: Updating smithi175:/var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T13:36:22.113 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:21 smithi175 ceph-mon[32623]: Updating smithi149:/var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T13:36:22.113 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:21 smithi175 ceph-mon[32623]: Reconfiguring mon.a (unknown last config time)... 2024-09-21T13:36:22.113 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:21 smithi175 ceph-mon[32623]: Reconfiguring daemon mon.a on smithi118 2024-09-21T13:36:22.261 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:21 smithi149 ceph-mon[33204]: Updating smithi118:/etc/ceph/ceph.conf 2024-09-21T13:36:22.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:21 smithi149 ceph-mon[33204]: Updating smithi149:/etc/ceph/ceph.conf 2024-09-21T13:36:22.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:21 smithi149 ceph-mon[33204]: Updating smithi175:/etc/ceph/ceph.conf 2024-09-21T13:36:22.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:21 smithi149 ceph-mon[33204]: Updating smithi118:/var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T13:36:22.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:21 smithi149 ceph-mon[33204]: Updating smithi175:/var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T13:36:22.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:21 smithi149 ceph-mon[33204]: Updating smithi149:/var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T13:36:22.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:21 smithi149 ceph-mon[33204]: Reconfiguring mon.a (unknown last config time)... 2024-09-21T13:36:22.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:21 smithi149 ceph-mon[33204]: Reconfiguring daemon mon.a on smithi118 2024-09-21T13:36:22.323 INFO:teuthology.orchestra.run.smithi175.stdout:Scheduled mgr update... 2024-09-21T13:36:22.883 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:22 smithi175 ceph-mon[32623]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:22.883 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:22 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:22.883 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:22 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:22.899 DEBUG:teuthology.orchestra.run.smithi149:mgr.b> sudo journalctl -f -n 0 -u ceph-2073d30c-781e-11ef-baf6-efdc52797490@mgr.b.service 2024-09-21T13:36:22.902 DEBUG:tasks.cephadm:set 0 configs 2024-09-21T13:36:22.902 INFO:tasks.cephadm:Deploying OSDs... 2024-09-21T13:36:22.902 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-09-21T13:36:22.902 DEBUG:teuthology.orchestra.run.smithi118:> dd if=/scratch_devs of=/dev/stdout 2024-09-21T13:36:22.918 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-21T13:36:22.918 DEBUG:teuthology.orchestra.run.smithi118:> stat /dev/vg_nvme/lv_1 2024-09-21T13:36:22.974 INFO:teuthology.orchestra.run.smithi118.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-21T13:36:22.974 INFO:teuthology.orchestra.run.smithi118.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T13:36:22.974 INFO:teuthology.orchestra.run.smithi118.stdout:Device: 5h/5d Inode: 977 Links: 1 2024-09-21T13:36:22.974 INFO:teuthology.orchestra.run.smithi118.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T13:36:22.974 INFO:teuthology.orchestra.run.smithi118.stdout:Context: system_u:object_r:device_t:s0 2024-09-21T13:36:22.974 INFO:teuthology.orchestra.run.smithi118.stdout:Access: 2024-09-21 13:35:44.072429307 +0000 2024-09-21T13:36:22.974 INFO:teuthology.orchestra.run.smithi118.stdout:Modify: 2024-09-21 13:30:58.557420986 +0000 2024-09-21T13:36:22.975 INFO:teuthology.orchestra.run.smithi118.stdout:Change: 2024-09-21 13:30:58.557420986 +0000 2024-09-21T13:36:22.975 INFO:teuthology.orchestra.run.smithi118.stdout: Birth: 2024-09-21 13:30:58.557420986 +0000 2024-09-21T13:36:22.975 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-21T13:36:23.030 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:22 smithi118 ceph-mon[30084]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:23.031 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:22 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:23.031 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:22 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:23.031 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:22 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:23.031 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:22 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T13:36:23.031 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:22 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T13:36:23.031 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:22 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:36:23.038 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records in 2024-09-21T13:36:23.039 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records out 2024-09-21T13:36:23.039 INFO:teuthology.orchestra.run.smithi118.stderr:512 bytes copied, 0.000126632 s, 4.0 MB/s 2024-09-21T13:36:23.040 DEBUG:teuthology.orchestra.run.smithi118:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-21T13:36:23.097 DEBUG:teuthology.orchestra.run.smithi118:> stat /dev/vg_nvme/lv_2 2024-09-21T13:36:23.151 INFO:teuthology.orchestra.run.smithi118.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-21T13:36:23.152 INFO:teuthology.orchestra.run.smithi118.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T13:36:23.152 INFO:teuthology.orchestra.run.smithi118.stdout:Device: 5h/5d Inode: 966 Links: 1 2024-09-21T13:36:23.152 INFO:teuthology.orchestra.run.smithi118.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T13:36:23.152 INFO:teuthology.orchestra.run.smithi118.stdout:Context: system_u:object_r:device_t:s0 2024-09-21T13:36:23.152 INFO:teuthology.orchestra.run.smithi118.stdout:Access: 2024-09-21 13:35:44.098428769 +0000 2024-09-21T13:36:23.152 INFO:teuthology.orchestra.run.smithi118.stdout:Modify: 2024-09-21 13:30:58.556421039 +0000 2024-09-21T13:36:23.152 INFO:teuthology.orchestra.run.smithi118.stdout:Change: 2024-09-21 13:30:58.556421039 +0000 2024-09-21T13:36:23.152 INFO:teuthology.orchestra.run.smithi118.stdout: Birth: 2024-09-21 13:30:58.556421039 +0000 2024-09-21T13:36:23.152 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-21T13:36:23.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:22 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:23.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:22 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T13:36:23.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:22 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T13:36:23.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:22 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:36:23.214 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records in 2024-09-21T13:36:23.214 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records out 2024-09-21T13:36:23.214 INFO:teuthology.orchestra.run.smithi118.stderr:512 bytes copied, 0.000109141 s, 4.7 MB/s 2024-09-21T13:36:23.215 DEBUG:teuthology.orchestra.run.smithi118:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-21T13:36:23.261 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:22 smithi149 ceph-mon[33204]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:23.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:22 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:23.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:22 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:23.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:22 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:23.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:22 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T13:36:23.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:22 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T13:36:23.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:22 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:36:23.271 DEBUG:teuthology.orchestra.run.smithi118:> stat /dev/vg_nvme/lv_3 2024-09-21T13:36:23.326 INFO:teuthology.orchestra.run.smithi118.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-21T13:36:23.327 INFO:teuthology.orchestra.run.smithi118.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T13:36:23.327 INFO:teuthology.orchestra.run.smithi118.stdout:Device: 5h/5d Inode: 967 Links: 1 2024-09-21T13:36:23.327 INFO:teuthology.orchestra.run.smithi118.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T13:36:23.327 INFO:teuthology.orchestra.run.smithi118.stdout:Context: system_u:object_r:device_t:s0 2024-09-21T13:36:23.327 INFO:teuthology.orchestra.run.smithi118.stdout:Access: 2024-09-21 13:35:44.123428251 +0000 2024-09-21T13:36:23.327 INFO:teuthology.orchestra.run.smithi118.stdout:Modify: 2024-09-21 13:30:58.556421039 +0000 2024-09-21T13:36:23.327 INFO:teuthology.orchestra.run.smithi118.stdout:Change: 2024-09-21 13:30:58.556421039 +0000 2024-09-21T13:36:23.327 INFO:teuthology.orchestra.run.smithi118.stdout: Birth: 2024-09-21 13:30:58.556421039 +0000 2024-09-21T13:36:23.327 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-21T13:36:23.389 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records in 2024-09-21T13:36:23.389 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records out 2024-09-21T13:36:23.389 INFO:teuthology.orchestra.run.smithi118.stderr:512 bytes copied, 9.1816e-05 s, 5.6 MB/s 2024-09-21T13:36:23.391 DEBUG:teuthology.orchestra.run.smithi118:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-21T13:36:23.446 DEBUG:teuthology.orchestra.run.smithi118:> stat /dev/vg_nvme/lv_4 2024-09-21T13:36:23.501 INFO:teuthology.orchestra.run.smithi118.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-21T13:36:23.501 INFO:teuthology.orchestra.run.smithi118.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T13:36:23.502 INFO:teuthology.orchestra.run.smithi118.stdout:Device: 5h/5d Inode: 981 Links: 1 2024-09-21T13:36:23.502 INFO:teuthology.orchestra.run.smithi118.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T13:36:23.502 INFO:teuthology.orchestra.run.smithi118.stdout:Context: system_u:object_r:device_t:s0 2024-09-21T13:36:23.502 INFO:teuthology.orchestra.run.smithi118.stdout:Access: 2024-09-21 13:35:44.148427733 +0000 2024-09-21T13:36:23.502 INFO:teuthology.orchestra.run.smithi118.stdout:Modify: 2024-09-21 13:30:58.557420986 +0000 2024-09-21T13:36:23.502 INFO:teuthology.orchestra.run.smithi118.stdout:Change: 2024-09-21 13:30:58.557420986 +0000 2024-09-21T13:36:23.502 INFO:teuthology.orchestra.run.smithi118.stdout: Birth: 2024-09-21 13:30:58.557420986 +0000 2024-09-21T13:36:23.502 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-21T13:36:23.564 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records in 2024-09-21T13:36:23.564 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records out 2024-09-21T13:36:23.564 INFO:teuthology.orchestra.run.smithi118.stderr:512 bytes copied, 0.000106358 s, 4.8 MB/s 2024-09-21T13:36:23.565 DEBUG:teuthology.orchestra.run.smithi118:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-21T13:36:23.623 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-09-21T13:36:23.623 DEBUG:teuthology.orchestra.run.smithi149:> dd if=/scratch_devs of=/dev/stdout 2024-09-21T13:36:23.643 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-21T13:36:23.643 DEBUG:teuthology.orchestra.run.smithi149:> stat /dev/vg_nvme/lv_1 2024-09-21T13:36:23.700 INFO:teuthology.orchestra.run.smithi149.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-21T13:36:23.701 INFO:teuthology.orchestra.run.smithi149.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T13:36:23.701 INFO:teuthology.orchestra.run.smithi149.stdout:Device: 5h/5d Inode: 1105 Links: 1 2024-09-21T13:36:23.701 INFO:teuthology.orchestra.run.smithi149.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T13:36:23.701 INFO:teuthology.orchestra.run.smithi149.stdout:Context: system_u:object_r:device_t:s0 2024-09-21T13:36:23.701 INFO:teuthology.orchestra.run.smithi149.stdout:Access: 2024-09-21 13:36:13.016598697 +0000 2024-09-21T13:36:23.701 INFO:teuthology.orchestra.run.smithi149.stdout:Modify: 2024-09-21 13:30:58.904948592 +0000 2024-09-21T13:36:23.701 INFO:teuthology.orchestra.run.smithi149.stdout:Change: 2024-09-21 13:30:58.904948592 +0000 2024-09-21T13:36:23.701 INFO:teuthology.orchestra.run.smithi149.stdout: Birth: 2024-09-21 13:30:58.904948592 +0000 2024-09-21T13:36:23.701 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-21T13:36:23.768 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records in 2024-09-21T13:36:23.769 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records out 2024-09-21T13:36:23.769 INFO:teuthology.orchestra.run.smithi149.stderr:512 bytes copied, 0.000206887 s, 2.5 MB/s 2024-09-21T13:36:23.770 DEBUG:teuthology.orchestra.run.smithi149:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-21T13:36:23.828 DEBUG:teuthology.orchestra.run.smithi149:> stat /dev/vg_nvme/lv_2 2024-09-21T13:36:23.884 INFO:teuthology.orchestra.run.smithi149.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-21T13:36:23.884 INFO:teuthology.orchestra.run.smithi149.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T13:36:23.884 INFO:teuthology.orchestra.run.smithi149.stdout:Device: 5h/5d Inode: 1118 Links: 1 2024-09-21T13:36:23.884 INFO:teuthology.orchestra.run.smithi149.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T13:36:23.884 INFO:teuthology.orchestra.run.smithi149.stdout:Context: system_u:object_r:device_t:s0 2024-09-21T13:36:23.884 INFO:teuthology.orchestra.run.smithi149.stdout:Access: 2024-09-21 13:36:13.016598697 +0000 2024-09-21T13:36:23.884 INFO:teuthology.orchestra.run.smithi149.stdout:Modify: 2024-09-21 13:30:58.905948574 +0000 2024-09-21T13:36:23.884 INFO:teuthology.orchestra.run.smithi149.stdout:Change: 2024-09-21 13:30:58.905948574 +0000 2024-09-21T13:36:23.885 INFO:teuthology.orchestra.run.smithi149.stdout: Birth: 2024-09-21 13:30:58.905948574 +0000 2024-09-21T13:36:23.885 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-21T13:36:23.948 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records in 2024-09-21T13:36:23.948 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records out 2024-09-21T13:36:23.948 INFO:teuthology.orchestra.run.smithi149.stderr:512 bytes copied, 0.000211889 s, 2.4 MB/s 2024-09-21T13:36:23.950 DEBUG:teuthology.orchestra.run.smithi149:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-21T13:36:24.006 DEBUG:teuthology.orchestra.run.smithi149:> stat /dev/vg_nvme/lv_3 2024-09-21T13:36:24.062 INFO:teuthology.orchestra.run.smithi149.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-21T13:36:24.062 INFO:teuthology.orchestra.run.smithi149.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T13:36:24.062 INFO:teuthology.orchestra.run.smithi149.stdout:Device: 5h/5d Inode: 1098 Links: 1 2024-09-21T13:36:24.062 INFO:teuthology.orchestra.run.smithi149.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T13:36:24.062 INFO:teuthology.orchestra.run.smithi149.stdout:Context: system_u:object_r:device_t:s0 2024-09-21T13:36:24.062 INFO:teuthology.orchestra.run.smithi149.stdout:Access: 2024-09-21 13:36:13.016598697 +0000 2024-09-21T13:36:24.062 INFO:teuthology.orchestra.run.smithi149.stdout:Modify: 2024-09-21 13:30:58.903948611 +0000 2024-09-21T13:36:24.063 INFO:teuthology.orchestra.run.smithi149.stdout:Change: 2024-09-21 13:30:58.903948611 +0000 2024-09-21T13:36:24.063 INFO:teuthology.orchestra.run.smithi149.stdout: Birth: 2024-09-21 13:30:58.903948611 +0000 2024-09-21T13:36:24.063 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-21T13:36:24.098 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:23 smithi149 ceph-mon[33204]: from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi118=a;smithi149=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:36:24.098 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:23 smithi149 ceph-mon[33204]: Saving service mgr spec with placement smithi118=a;smithi149=b;count:2 2024-09-21T13:36:24.098 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:23 smithi149 ceph-mon[33204]: Reconfiguring mgr.a (unknown last config time)... 2024-09-21T13:36:24.098 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:23 smithi149 ceph-mon[33204]: Reconfiguring daemon mgr.a on smithi118 2024-09-21T13:36:24.098 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:23 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:24.098 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:23 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:24.098 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:23 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T13:36:24.098 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:23 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T13:36:24.098 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:23 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:36:24.121 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records in 2024-09-21T13:36:24.121 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records out 2024-09-21T13:36:24.121 INFO:teuthology.orchestra.run.smithi149.stderr:512 bytes copied, 0.000185775 s, 2.8 MB/s 2024-09-21T13:36:24.122 DEBUG:teuthology.orchestra.run.smithi149:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-21T13:36:24.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:23 smithi118 ceph-mon[30084]: from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi118=a;smithi149=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:36:24.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:23 smithi118 ceph-mon[30084]: Saving service mgr spec with placement smithi118=a;smithi149=b;count:2 2024-09-21T13:36:24.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:23 smithi118 ceph-mon[30084]: Reconfiguring mgr.a (unknown last config time)... 2024-09-21T13:36:24.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:23 smithi118 ceph-mon[30084]: Reconfiguring daemon mgr.a on smithi118 2024-09-21T13:36:24.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:23 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:24.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:23 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:24.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:23 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T13:36:24.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:23 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T13:36:24.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:23 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:36:24.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:23 smithi175 ceph-mon[32623]: from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi118=a;smithi149=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:36:24.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:23 smithi175 ceph-mon[32623]: Saving service mgr spec with placement smithi118=a;smithi149=b;count:2 2024-09-21T13:36:24.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:23 smithi175 ceph-mon[32623]: Reconfiguring mgr.a (unknown last config time)... 2024-09-21T13:36:24.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:23 smithi175 ceph-mon[32623]: Reconfiguring daemon mgr.a on smithi118 2024-09-21T13:36:24.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:23 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:24.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:23 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:24.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:23 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T13:36:24.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:23 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T13:36:24.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:23 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:36:24.178 DEBUG:teuthology.orchestra.run.smithi149:> stat /dev/vg_nvme/lv_4 2024-09-21T13:36:24.237 INFO:teuthology.orchestra.run.smithi149.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-21T13:36:24.237 INFO:teuthology.orchestra.run.smithi149.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T13:36:24.237 INFO:teuthology.orchestra.run.smithi149.stdout:Device: 5h/5d Inode: 1112 Links: 1 2024-09-21T13:36:24.237 INFO:teuthology.orchestra.run.smithi149.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T13:36:24.237 INFO:teuthology.orchestra.run.smithi149.stdout:Context: system_u:object_r:device_t:s0 2024-09-21T13:36:24.237 INFO:teuthology.orchestra.run.smithi149.stdout:Access: 2024-09-21 13:36:13.017598676 +0000 2024-09-21T13:36:24.237 INFO:teuthology.orchestra.run.smithi149.stdout:Modify: 2024-09-21 13:30:58.904948592 +0000 2024-09-21T13:36:24.237 INFO:teuthology.orchestra.run.smithi149.stdout:Change: 2024-09-21 13:30:58.904948592 +0000 2024-09-21T13:36:24.237 INFO:teuthology.orchestra.run.smithi149.stdout: Birth: 2024-09-21 13:30:58.904948592 +0000 2024-09-21T13:36:24.237 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-21T13:36:24.301 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records in 2024-09-21T13:36:24.301 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records out 2024-09-21T13:36:24.301 INFO:teuthology.orchestra.run.smithi149.stderr:512 bytes copied, 0.000234717 s, 2.2 MB/s 2024-09-21T13:36:24.302 DEBUG:teuthology.orchestra.run.smithi149:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-21T13:36:24.359 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2024-09-21T13:36:24.359 DEBUG:teuthology.orchestra.run.smithi175:> dd if=/scratch_devs of=/dev/stdout 2024-09-21T13:36:24.379 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-21T13:36:24.379 DEBUG:teuthology.orchestra.run.smithi175:> stat /dev/vg_nvme/lv_1 2024-09-21T13:36:24.437 INFO:teuthology.orchestra.run.smithi175.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-21T13:36:24.437 INFO:teuthology.orchestra.run.smithi175.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T13:36:24.437 INFO:teuthology.orchestra.run.smithi175.stdout:Device: 5h/5d Inode: 972 Links: 1 2024-09-21T13:36:24.437 INFO:teuthology.orchestra.run.smithi175.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T13:36:24.437 INFO:teuthology.orchestra.run.smithi175.stdout:Context: system_u:object_r:device_t:s0 2024-09-21T13:36:24.437 INFO:teuthology.orchestra.run.smithi175.stdout:Access: 2024-09-21 13:36:03.769556395 +0000 2024-09-21T13:36:24.437 INFO:teuthology.orchestra.run.smithi175.stdout:Modify: 2024-09-21 13:30:59.258422973 +0000 2024-09-21T13:36:24.438 INFO:teuthology.orchestra.run.smithi175.stdout:Change: 2024-09-21 13:30:59.258422973 +0000 2024-09-21T13:36:24.438 INFO:teuthology.orchestra.run.smithi175.stdout: Birth: 2024-09-21 13:30:59.258422973 +0000 2024-09-21T13:36:24.438 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-21T13:36:24.506 INFO:teuthology.orchestra.run.smithi175.stderr:1+0 records in 2024-09-21T13:36:24.506 INFO:teuthology.orchestra.run.smithi175.stderr:1+0 records out 2024-09-21T13:36:24.506 INFO:teuthology.orchestra.run.smithi175.stderr:512 bytes copied, 0.000275775 s, 1.9 MB/s 2024-09-21T13:36:24.507 DEBUG:teuthology.orchestra.run.smithi175:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-21T13:36:24.566 DEBUG:teuthology.orchestra.run.smithi175:> stat /dev/vg_nvme/lv_2 2024-09-21T13:36:24.624 INFO:teuthology.orchestra.run.smithi175.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-21T13:36:24.625 INFO:teuthology.orchestra.run.smithi175.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T13:36:24.625 INFO:teuthology.orchestra.run.smithi175.stdout:Device: 5h/5d Inode: 971 Links: 1 2024-09-21T13:36:24.625 INFO:teuthology.orchestra.run.smithi175.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T13:36:24.625 INFO:teuthology.orchestra.run.smithi175.stdout:Context: system_u:object_r:device_t:s0 2024-09-21T13:36:24.625 INFO:teuthology.orchestra.run.smithi175.stdout:Access: 2024-09-21 13:36:03.769556395 +0000 2024-09-21T13:36:24.625 INFO:teuthology.orchestra.run.smithi175.stdout:Modify: 2024-09-21 13:30:59.258422973 +0000 2024-09-21T13:36:24.625 INFO:teuthology.orchestra.run.smithi175.stdout:Change: 2024-09-21 13:30:59.258422973 +0000 2024-09-21T13:36:24.625 INFO:teuthology.orchestra.run.smithi175.stdout: Birth: 2024-09-21 13:30:59.258422973 +0000 2024-09-21T13:36:24.625 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-21T13:36:24.691 INFO:teuthology.orchestra.run.smithi175.stderr:1+0 records in 2024-09-21T13:36:24.691 INFO:teuthology.orchestra.run.smithi175.stderr:1+0 records out 2024-09-21T13:36:24.691 INFO:teuthology.orchestra.run.smithi175.stderr:512 bytes copied, 0.000219074 s, 2.3 MB/s 2024-09-21T13:36:24.692 DEBUG:teuthology.orchestra.run.smithi175:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-21T13:36:24.749 DEBUG:teuthology.orchestra.run.smithi175:> stat /dev/vg_nvme/lv_3 2024-09-21T13:36:24.805 INFO:teuthology.orchestra.run.smithi175.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-21T13:36:24.805 INFO:teuthology.orchestra.run.smithi175.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T13:36:24.805 INFO:teuthology.orchestra.run.smithi175.stdout:Device: 5h/5d Inode: 981 Links: 1 2024-09-21T13:36:24.805 INFO:teuthology.orchestra.run.smithi175.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T13:36:24.805 INFO:teuthology.orchestra.run.smithi175.stdout:Context: system_u:object_r:device_t:s0 2024-09-21T13:36:24.805 INFO:teuthology.orchestra.run.smithi175.stdout:Access: 2024-09-21 13:36:03.769556395 +0000 2024-09-21T13:36:24.805 INFO:teuthology.orchestra.run.smithi175.stdout:Modify: 2024-09-21 13:30:59.259422913 +0000 2024-09-21T13:36:24.805 INFO:teuthology.orchestra.run.smithi175.stdout:Change: 2024-09-21 13:30:59.259422913 +0000 2024-09-21T13:36:24.805 INFO:teuthology.orchestra.run.smithi175.stdout: Birth: 2024-09-21 13:30:59.259422913 +0000 2024-09-21T13:36:24.806 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-21T13:36:24.869 INFO:teuthology.orchestra.run.smithi175.stderr:1+0 records in 2024-09-21T13:36:24.869 INFO:teuthology.orchestra.run.smithi175.stderr:1+0 records out 2024-09-21T13:36:24.869 INFO:teuthology.orchestra.run.smithi175.stderr:512 bytes copied, 0.000230935 s, 2.2 MB/s 2024-09-21T13:36:24.871 DEBUG:teuthology.orchestra.run.smithi175:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-21T13:36:24.927 DEBUG:teuthology.orchestra.run.smithi175:> stat /dev/vg_nvme/lv_4 2024-09-21T13:36:24.983 INFO:teuthology.orchestra.run.smithi175.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-21T13:36:24.983 INFO:teuthology.orchestra.run.smithi175.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T13:36:24.983 INFO:teuthology.orchestra.run.smithi175.stdout:Device: 5h/5d Inode: 973 Links: 1 2024-09-21T13:36:24.983 INFO:teuthology.orchestra.run.smithi175.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T13:36:24.983 INFO:teuthology.orchestra.run.smithi175.stdout:Context: system_u:object_r:device_t:s0 2024-09-21T13:36:24.984 INFO:teuthology.orchestra.run.smithi175.stdout:Access: 2024-09-21 13:36:03.770556380 +0000 2024-09-21T13:36:24.984 INFO:teuthology.orchestra.run.smithi175.stdout:Modify: 2024-09-21 13:30:59.258422973 +0000 2024-09-21T13:36:24.984 INFO:teuthology.orchestra.run.smithi175.stdout:Change: 2024-09-21 13:30:59.258422973 +0000 2024-09-21T13:36:24.984 INFO:teuthology.orchestra.run.smithi175.stdout: Birth: 2024-09-21 13:30:59.258422973 +0000 2024-09-21T13:36:24.984 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-21T13:36:25.047 INFO:teuthology.orchestra.run.smithi175.stderr:1+0 records in 2024-09-21T13:36:25.047 INFO:teuthology.orchestra.run.smithi175.stderr:1+0 records out 2024-09-21T13:36:25.047 INFO:teuthology.orchestra.run.smithi175.stderr:512 bytes copied, 0.000199986 s, 2.6 MB/s 2024-09-21T13:36:25.048 DEBUG:teuthology.orchestra.run.smithi175:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-21T13:36:25.105 INFO:tasks.cephadm:Deploying osd.0 on smithi118 with /dev/vg_nvme/lv_4... 2024-09-21T13:36:25.105 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2073d30c-781e-11ef-baf6-efdc52797490 -- lvm zap /dev/vg_nvme/lv_4 2024-09-21T13:36:25.136 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:24 smithi149 ceph-mon[33204]: Reconfiguring mon.b (monmap changed)... 2024-09-21T13:36:25.136 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:24 smithi149 ceph-mon[33204]: Reconfiguring daemon mon.b on smithi149 2024-09-21T13:36:25.137 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:24 smithi149 ceph-mon[33204]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:25.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:24 smithi175 ceph-mon[32623]: Reconfiguring mon.b (monmap changed)... 2024-09-21T13:36:25.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:24 smithi175 ceph-mon[32623]: Reconfiguring daemon mon.b on smithi149 2024-09-21T13:36:25.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:24 smithi175 ceph-mon[32623]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:25.376 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:36:25.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:24 smithi118 ceph-mon[30084]: Reconfiguring mon.b (monmap changed)... 2024-09-21T13:36:25.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:24 smithi118 ceph-mon[30084]: Reconfiguring daemon mon.b on smithi149 2024-09-21T13:36:25.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:24 smithi118 ceph-mon[30084]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:26.398 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:26 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:26.399 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:26 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:26.399 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:26 smithi175 ceph-mon[32623]: Reconfiguring mon.c (monmap changed)... 2024-09-21T13:36:26.399 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:26 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T13:36:26.399 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:26 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T13:36:26.399 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:26 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:36:26.399 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:26 smithi175 ceph-mon[32623]: Reconfiguring daemon mon.c on smithi175 2024-09-21T13:36:26.399 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:26 smithi175 ceph-mon[32623]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:26.465 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:26 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:26.466 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:26 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:26.466 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:26 smithi118 ceph-mon[30084]: Reconfiguring mon.c (monmap changed)... 2024-09-21T13:36:26.466 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:26 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T13:36:26.466 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:26 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T13:36:26.466 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:26 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:36:26.466 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:26 smithi118 ceph-mon[30084]: Reconfiguring daemon mon.c on smithi175 2024-09-21T13:36:26.466 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:26 smithi118 ceph-mon[30084]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:26.511 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:26 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:26.511 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:26 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:26.511 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:26 smithi149 ceph-mon[33204]: Reconfiguring mon.c (monmap changed)... 2024-09-21T13:36:26.512 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:26 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T13:36:26.512 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:26 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T13:36:26.512 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:26 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:36:26.512 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:26 smithi149 ceph-mon[33204]: Reconfiguring daemon mon.c on smithi175 2024-09-21T13:36:26.512 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:26 smithi149 ceph-mon[33204]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:27.762 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:27 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:27.762 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:27 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:27.762 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:27 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:36:27.762 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:27 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:36:27.762 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:27 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:36:27.762 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:27 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:27.762 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:27 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T13:36:27.762 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:27 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-21T13:36:27.762 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:27 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T13:36:27.763 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:27 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:36:27.763 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:27 smithi149 ceph-mon[33204]: Deploying daemon mgr.b on smithi149 2024-09-21T13:36:27.806 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:27 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:27.806 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:27 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:27.806 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:27 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:36:27.806 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:27 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:36:27.806 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:27 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:36:27.806 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:27 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:27.806 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:27 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T13:36:27.806 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:27 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-21T13:36:27.806 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:27 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T13:36:27.807 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:27 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:36:27.807 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:27 smithi118 ceph-mon[30084]: Deploying daemon mgr.b on smithi149 2024-09-21T13:36:27.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:27 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:27.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:27 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:27.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:27 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:36:27.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:27 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:36:27.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:27 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:36:27.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:27 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:27.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:27 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T13:36:27.909 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:27 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-21T13:36:27.909 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:27 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T13:36:27.909 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:27 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:36:27.909 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:27 smithi175 ceph-mon[32623]: Deploying daemon mgr.b on smithi149 2024-09-21T13:36:28.083 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:36:28.110 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2073d30c-781e-11ef-baf6-efdc52797490 -- ceph orch daemon add osd smithi118:vg_nvme/lv_4 2024-09-21T13:36:28.352 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:36:28.456 INFO:journalctl@ceph.mgr.b.smithi149.stdout:Sep 21 13:36:28 smithi149 systemd[1]: Starting Ceph mgr.b for 2073d30c-781e-11ef-baf6-efdc52797490... 2024-09-21T13:36:28.721 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:28 smithi149 ceph-mon[33204]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:28.721 INFO:journalctl@ceph.mgr.b.smithi149.stdout:Sep 21 13:36:28 smithi149 podman[34298]: 2024-09-21 13:36:28.501727089 +0000 UTC m=+0.108392168 container create dd8c7021f6cb26743d3d3ecee795a9a9f0e9939035f9b5a8eb18e335e277dd99 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5, name=ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-b, RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, GIT_BRANCH=HEAD) 2024-09-21T13:36:28.721 INFO:journalctl@ceph.mgr.b.smithi149.stdout:Sep 21 13:36:28 smithi149 podman[34298]: 2024-09-21 13:36:28.409262434 +0000 UTC m=+0.015927528 image pull b415816db8b41f544cdfdc71d193ff8b1ee008bf7b0ec4f64da8eb8f71b62e85 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5 2024-09-21T13:36:28.721 INFO:journalctl@ceph.mgr.b.smithi149.stdout:Sep 21 13:36:28 smithi149 podman[34298]: 2024-09-21 13:36:28.720579391 +0000 UTC m=+0.327244472 container init dd8c7021f6cb26743d3d3ecee795a9a9f0e9939035f9b5a8eb18e335e277dd99 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5, name=ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-b, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_CLEAN=True, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.build-date=20240731) 2024-09-21T13:36:28.726 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:28 smithi118 ceph-mon[30084]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:28.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:28 smithi175 ceph-mon[32623]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:29.011 INFO:journalctl@ceph.mgr.b.smithi149.stdout:Sep 21 13:36:28 smithi149 podman[34298]: 2024-09-21 13:36:28.725538846 +0000 UTC m=+0.332203925 container start dd8c7021f6cb26743d3d3ecee795a9a9f0e9939035f9b5a8eb18e335e277dd99 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5, name=ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-b, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, ceph=True, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux ) 2024-09-21T13:36:29.012 INFO:journalctl@ceph.mgr.b.smithi149.stdout:Sep 21 13:36:28 smithi149 ceph-mgr[34336]: -- 172.21.15.149:0/1597653201 <== mon.2 v2:172.21.15.149:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x564a466210e0 con 0x564a465ff400 2024-09-21T13:36:29.012 INFO:journalctl@ceph.mgr.b.smithi149.stdout:Sep 21 13:36:28 smithi149 bash[34298]: dd8c7021f6cb26743d3d3ecee795a9a9f0e9939035f9b5a8eb18e335e277dd99 2024-09-21T13:36:29.012 INFO:journalctl@ceph.mgr.b.smithi149.stdout:Sep 21 13:36:28 smithi149 systemd[1]: Started Ceph mgr.b for 2073d30c-781e-11ef-baf6-efdc52797490. 2024-09-21T13:36:30.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:29 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:30.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:29 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:30.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:29 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:30.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:29 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:30.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:29 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:36:30.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:29 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T13:36:30.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:29 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T13:36:30.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:29 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:36:30.261 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:29 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:30.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:29 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:30.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:29 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:30.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:29 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:30.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:29 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:36:30.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:29 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T13:36:30.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:29 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T13:36:30.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:29 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:36:30.382 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:29 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:30.382 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:29 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:30.382 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:29 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:30.382 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:29 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:30.382 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:29 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:36:30.382 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:29 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T13:36:30.382 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:29 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T13:36:30.382 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:29 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:36:30.978 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:30 smithi118 ceph-mon[30084]: from='client.14226 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi118:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:36:30.978 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:30 smithi118 ceph-mon[30084]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:30.978 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:30 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:30.978 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:30 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:30.978 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:30 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:36:30.979 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:30 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:36:30.979 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:30 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:30.979 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:30 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:36:30.979 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:30 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:36:30.979 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:30 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:36:30.979 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:30 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:30.979 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:30 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:31.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:30 smithi175 ceph-mon[32623]: from='client.14226 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi118:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:36:31.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:30 smithi175 ceph-mon[32623]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:31.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:30 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:31.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:30 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:31.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:30 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:36:31.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:30 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:36:31.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:30 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:31.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:30 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:36:31.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:30 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:36:31.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:30 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:36:31.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:30 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:31.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:30 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:31.261 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:30 smithi149 ceph-mon[33204]: from='client.14226 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi118:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:36:31.261 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:30 smithi149 ceph-mon[33204]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:31.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:30 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:31.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:30 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:31.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:30 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:36:31.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:30 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:36:31.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:30 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:31.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:30 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:36:31.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:30 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:36:31.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:30 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:36:31.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:30 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:31.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:30 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:32.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:31 smithi175 ceph-mon[32623]: from='client.? 172.21.15.118:0/340618350' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "38bba724-9153-4007-9685-c4843e353311"} : dispatch 2024-09-21T13:36:32.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:31 smithi175 ceph-mon[32623]: from='client.? 172.21.15.118:0/340618350' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "38bba724-9153-4007-9685-c4843e353311"}]': finished 2024-09-21T13:36:32.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:31 smithi175 ceph-mon[32623]: osdmap e5: 1 total, 0 up, 1 in 2024-09-21T13:36:32.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:31 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T13:36:32.261 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:31 smithi149 ceph-mon[33204]: from='client.? 172.21.15.118:0/340618350' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "38bba724-9153-4007-9685-c4843e353311"} : dispatch 2024-09-21T13:36:32.261 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:31 smithi149 ceph-mon[33204]: from='client.? 172.21.15.118:0/340618350' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "38bba724-9153-4007-9685-c4843e353311"}]': finished 2024-09-21T13:36:32.261 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:31 smithi149 ceph-mon[33204]: osdmap e5: 1 total, 0 up, 1 in 2024-09-21T13:36:32.261 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:31 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T13:36:32.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:31 smithi118 ceph-mon[30084]: from='client.? 172.21.15.118:0/340618350' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "38bba724-9153-4007-9685-c4843e353311"} : dispatch 2024-09-21T13:36:32.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:31 smithi118 ceph-mon[30084]: from='client.? 172.21.15.118:0/340618350' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "38bba724-9153-4007-9685-c4843e353311"}]': finished 2024-09-21T13:36:32.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:31 smithi118 ceph-mon[30084]: osdmap e5: 1 total, 0 up, 1 in 2024-09-21T13:36:32.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:31 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T13:36:33.261 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:32 smithi149 ceph-mon[33204]: from='client.? 172.21.15.118:0/323205151' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T13:36:33.261 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:32 smithi149 ceph-mon[33204]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:33.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:32 smithi118 ceph-mon[30084]: from='client.? 172.21.15.118:0/323205151' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T13:36:33.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:32 smithi118 ceph-mon[30084]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:33.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:32 smithi175 ceph-mon[32623]: from='client.? 172.21.15.118:0/323205151' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T13:36:33.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:32 smithi175 ceph-mon[32623]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:34.261 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:33 smithi149 ceph-mon[33204]: Standby manager daemon b started 2024-09-21T13:36:34.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:33 smithi149 ceph-mon[33204]: from='mgr.? 172.21.15.149:0/255672261' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-21T13:36:34.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:33 smithi149 ceph-mon[33204]: from='mgr.? 172.21.15.149:0/255672261' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-21T13:36:34.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:33 smithi149 ceph-mon[33204]: from='mgr.? 172.21.15.149:0/255672261' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-21T13:36:34.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:33 smithi149 ceph-mon[33204]: from='mgr.? 172.21.15.149:0/255672261' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-21T13:36:34.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:33 smithi118 ceph-mon[30084]: Standby manager daemon b started 2024-09-21T13:36:34.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:33 smithi118 ceph-mon[30084]: from='mgr.? 172.21.15.149:0/255672261' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-21T13:36:34.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:33 smithi118 ceph-mon[30084]: from='mgr.? 172.21.15.149:0/255672261' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-21T13:36:34.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:33 smithi118 ceph-mon[30084]: from='mgr.? 172.21.15.149:0/255672261' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-21T13:36:34.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:33 smithi118 ceph-mon[30084]: from='mgr.? 172.21.15.149:0/255672261' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-21T13:36:34.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:33 smithi175 ceph-mon[32623]: Standby manager daemon b started 2024-09-21T13:36:34.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:33 smithi175 ceph-mon[32623]: from='mgr.? 172.21.15.149:0/255672261' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-21T13:36:34.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:33 smithi175 ceph-mon[32623]: from='mgr.? 172.21.15.149:0/255672261' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-21T13:36:34.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:33 smithi175 ceph-mon[32623]: from='mgr.? 172.21.15.149:0/255672261' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-21T13:36:34.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:33 smithi175 ceph-mon[32623]: from='mgr.? 172.21.15.149:0/255672261' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-21T13:36:35.216 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:34 smithi118 ceph-mon[30084]: mgrmap e14: a(active, since 63s), standbys: b 2024-09-21T13:36:35.216 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:34 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-21T13:36:35.216 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:34 smithi118 ceph-mon[30084]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:35.261 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:34 smithi149 ceph-mon[33204]: mgrmap e14: a(active, since 63s), standbys: b 2024-09-21T13:36:35.261 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:34 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-21T13:36:35.261 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:34 smithi149 ceph-mon[33204]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:35.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:34 smithi175 ceph-mon[32623]: mgrmap e14: a(active, since 63s), standbys: b 2024-09-21T13:36:35.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:34 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-21T13:36:35.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:34 smithi175 ceph-mon[32623]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:36.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:36 smithi118 ceph-mon[30084]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:36.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:36 smithi175 ceph-mon[32623]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:36.511 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:36 smithi149 ceph-mon[33204]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:38.385 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:38 smithi118 ceph-mon[30084]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:38.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:38 smithi175 ceph-mon[32623]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:38.511 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:38 smithi149 ceph-mon[33204]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:39.363 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:39 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-21T13:36:39.363 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:39 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:36:39.363 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:39 smithi118 ceph-mon[30084]: Deploying daemon osd.0 on smithi118 2024-09-21T13:36:39.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:39 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-21T13:36:39.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:39 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:36:39.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:39 smithi175 ceph-mon[32623]: Deploying daemon osd.0 on smithi118 2024-09-21T13:36:39.511 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:39 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-21T13:36:39.511 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:39 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:36:39.511 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:39 smithi149 ceph-mon[33204]: Deploying daemon osd.0 on smithi118 2024-09-21T13:36:40.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:40 smithi118 ceph-mon[30084]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:40.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:40 smithi175 ceph-mon[32623]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:40.511 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:40 smithi149 ceph-mon[33204]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:42.210 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:42 smithi118 ceph-mon[30084]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:42.313 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:42 smithi149 ceph-mon[33204]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:42.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:42 smithi175 ceph-mon[32623]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:44.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:44 smithi118 ceph-mon[30084]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:44.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:44 smithi175 ceph-mon[32623]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:44.511 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:44 smithi149 ceph-mon[33204]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:47.285 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:47 smithi118 ceph-mon[30084]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:47.286 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:47 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:36:47.286 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:47 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:47.286 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:47 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:47.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:47 smithi175 ceph-mon[32623]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:47.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:47 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:36:47.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:47 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:47.409 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:47 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:47.511 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:47 smithi149 ceph-mon[33204]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:47.512 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:47 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:36:47.512 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:47 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:47.512 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:47 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:49.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:49 smithi118 ceph-mon[30084]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:49.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:49 smithi175 ceph-mon[32623]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:49.511 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:49 smithi149 ceph-mon[33204]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:50.511 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:50 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:50.511 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:50 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:50.512 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:50 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:36:50.512 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:50 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:36:50.512 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:50 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:50.544 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:50 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:50.544 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:50 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:50.544 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:50 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:36:50.544 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:50 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:36:50.545 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:50 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:50.658 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:50 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:50.658 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:50 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:50.658 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:50 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:36:50.658 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:50 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:36:50.658 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:50 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:51.781 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:51 smithi118 ceph-mon[30084]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:51.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:51 smithi175 ceph-mon[32623]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:52.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:51 smithi149 ceph-mon[33204]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:52.152 INFO:teuthology.orchestra.run.smithi118.stdout:Created osd(s) 0 on host 'smithi118' 2024-09-21T13:36:52.769 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:52 smithi118 ceph-mon[30084]: from='osd.0 [v2:172.21.15.118:6802/2918158412,v1:172.21.15.118:6803/2918158412]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-21T13:36:52.769 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:52 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:36:52.769 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:52 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:52.769 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:52 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:52.798 DEBUG:teuthology.orchestra.run.smithi118:osd.0> sudo journalctl -f -n 0 -u ceph-2073d30c-781e-11ef-baf6-efdc52797490@osd.0.service 2024-09-21T13:36:52.800 INFO:tasks.cephadm:Deploying osd.1 on smithi149 with /dev/vg_nvme/lv_4... 2024-09-21T13:36:52.801 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2073d30c-781e-11ef-baf6-efdc52797490 -- lvm zap /dev/vg_nvme/lv_4 2024-09-21T13:36:52.824 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:52 smithi149 ceph-mon[33204]: from='osd.0 [v2:172.21.15.118:6802/2918158412,v1:172.21.15.118:6803/2918158412]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-21T13:36:52.824 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:52 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:36:52.824 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:52 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:52.824 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:52 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:52.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:52 smithi175 ceph-mon[32623]: from='osd.0 [v2:172.21.15.118:6802/2918158412,v1:172.21.15.118:6803/2918158412]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-21T13:36:52.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:52 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:36:52.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:52 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:52.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:52 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:53.043 INFO:teuthology.orchestra.run.smithi149.stderr:Inferring config /var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/mon.b/config 2024-09-21T13:36:53.761 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:53 smithi149 ceph-mon[33204]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:53.761 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:53 smithi149 ceph-mon[33204]: from='osd.0 [v2:172.21.15.118:6802/2918158412,v1:172.21.15.118:6803/2918158412]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-21T13:36:53.761 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:53 smithi149 ceph-mon[33204]: osdmap e6: 1 total, 0 up, 1 in 2024-09-21T13:36:53.762 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:53 smithi149 ceph-mon[33204]: from='osd.0 [v2:172.21.15.118:6802/2918158412,v1:172.21.15.118:6803/2918158412]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi118", "root=default"]} : dispatch 2024-09-21T13:36:53.762 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:53 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T13:36:53.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:53 smithi118 ceph-mon[30084]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:53.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:53 smithi118 ceph-mon[30084]: from='osd.0 [v2:172.21.15.118:6802/2918158412,v1:172.21.15.118:6803/2918158412]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-21T13:36:53.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:53 smithi118 ceph-mon[30084]: osdmap e6: 1 total, 0 up, 1 in 2024-09-21T13:36:53.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:53 smithi118 ceph-mon[30084]: from='osd.0 [v2:172.21.15.118:6802/2918158412,v1:172.21.15.118:6803/2918158412]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi118", "root=default"]} : dispatch 2024-09-21T13:36:53.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:53 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T13:36:53.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:53 smithi175 ceph-mon[32623]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:53.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:53 smithi175 ceph-mon[32623]: from='osd.0 [v2:172.21.15.118:6802/2918158412,v1:172.21.15.118:6803/2918158412]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-21T13:36:53.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:53 smithi175 ceph-mon[32623]: osdmap e6: 1 total, 0 up, 1 in 2024-09-21T13:36:53.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:53 smithi175 ceph-mon[32623]: from='osd.0 [v2:172.21.15.118:6802/2918158412,v1:172.21.15.118:6803/2918158412]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi118", "root=default"]} : dispatch 2024-09-21T13:36:53.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:53 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T13:36:54.137 INFO:journalctl@ceph.osd.0.smithi118.stdout:Sep 21 13:36:53 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-osd-0[43729]: 2024-09-21T13:36:53.794+0000 7f1ea13b7640 -1 osd.0 0 waiting for initial osdmap 2024-09-21T13:36:54.137 INFO:journalctl@ceph.osd.0.smithi118.stdout:Sep 21 13:36:53 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-osd-0[43729]: 2024-09-21T13:36:53.796+0000 7f1e991d6640 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-21T13:36:54.761 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:54 smithi149 ceph-mon[33204]: from='osd.0 [v2:172.21.15.118:6802/2918158412,v1:172.21.15.118:6803/2918158412]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]': finished 2024-09-21T13:36:54.762 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:54 smithi149 ceph-mon[33204]: osdmap e7: 1 total, 0 up, 1 in 2024-09-21T13:36:54.762 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:54 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T13:36:54.762 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:54 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T13:36:54.762 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:54 smithi149 ceph-mon[33204]: from='osd.0 [v2:172.21.15.118:6802/2918158412,v1:172.21.15.118:6803/2918158412]' entity='osd.0' 2024-09-21T13:36:54.762 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:54 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T13:36:54.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:54 smithi118 ceph-mon[30084]: from='osd.0 [v2:172.21.15.118:6802/2918158412,v1:172.21.15.118:6803/2918158412]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]': finished 2024-09-21T13:36:54.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:54 smithi118 ceph-mon[30084]: osdmap e7: 1 total, 0 up, 1 in 2024-09-21T13:36:54.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:54 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T13:36:54.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:54 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T13:36:54.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:54 smithi118 ceph-mon[30084]: from='osd.0 [v2:172.21.15.118:6802/2918158412,v1:172.21.15.118:6803/2918158412]' entity='osd.0' 2024-09-21T13:36:54.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:54 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T13:36:54.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:54 smithi175 ceph-mon[32623]: from='osd.0 [v2:172.21.15.118:6802/2918158412,v1:172.21.15.118:6803/2918158412]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]': finished 2024-09-21T13:36:54.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:54 smithi175 ceph-mon[32623]: osdmap e7: 1 total, 0 up, 1 in 2024-09-21T13:36:54.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:54 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T13:36:54.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:54 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T13:36:54.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:54 smithi175 ceph-mon[32623]: from='osd.0 [v2:172.21.15.118:6802/2918158412,v1:172.21.15.118:6803/2918158412]' entity='osd.0' 2024-09-21T13:36:54.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:54 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T13:36:55.636 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:55 smithi118 ceph-mon[30084]: purged_snaps scrub starts 2024-09-21T13:36:55.637 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:55 smithi118 ceph-mon[30084]: purged_snaps scrub ok 2024-09-21T13:36:55.637 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:55 smithi118 ceph-mon[30084]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:55.637 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:55 smithi118 ceph-mon[30084]: osd.0 [v2:172.21.15.118:6802/2918158412,v1:172.21.15.118:6803/2918158412] boot 2024-09-21T13:36:55.637 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:55 smithi118 ceph-mon[30084]: osdmap e8: 1 total, 1 up, 1 in 2024-09-21T13:36:55.637 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:55 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T13:36:55.643 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:55 smithi149 ceph-mon[33204]: purged_snaps scrub starts 2024-09-21T13:36:55.643 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:55 smithi149 ceph-mon[33204]: purged_snaps scrub ok 2024-09-21T13:36:55.643 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:55 smithi149 ceph-mon[33204]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:55.643 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:55 smithi149 ceph-mon[33204]: osd.0 [v2:172.21.15.118:6802/2918158412,v1:172.21.15.118:6803/2918158412] boot 2024-09-21T13:36:55.643 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:55 smithi149 ceph-mon[33204]: osdmap e8: 1 total, 1 up, 1 in 2024-09-21T13:36:55.643 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:55 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T13:36:55.646 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-21T13:36:55.672 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2073d30c-781e-11ef-baf6-efdc52797490 -- ceph orch daemon add osd smithi149:vg_nvme/lv_4 2024-09-21T13:36:55.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:55 smithi175 ceph-mon[32623]: purged_snaps scrub starts 2024-09-21T13:36:55.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:55 smithi175 ceph-mon[32623]: purged_snaps scrub ok 2024-09-21T13:36:55.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:55 smithi175 ceph-mon[32623]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:36:55.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:55 smithi175 ceph-mon[32623]: osd.0 [v2:172.21.15.118:6802/2918158412,v1:172.21.15.118:6803/2918158412] boot 2024-09-21T13:36:55.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:55 smithi175 ceph-mon[32623]: osdmap e8: 1 total, 1 up, 1 in 2024-09-21T13:36:55.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:55 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T13:36:55.959 INFO:teuthology.orchestra.run.smithi149.stderr:Inferring config /var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/mon.b/config 2024-09-21T13:36:56.955 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:56 smithi149 ceph-mon[33204]: Detected new or changed devices on smithi118 2024-09-21T13:36:56.955 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:56 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:56.955 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:56 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:56.956 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:56 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-21T13:36:56.956 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:56 smithi149 ceph-mon[33204]: Adjusting osd_memory_target on smithi118 to 17088M 2024-09-21T13:36:56.956 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:56 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:56.956 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:56 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:36:56.956 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:56 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:36:56.956 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:56 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:56.956 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:56 smithi149 ceph-mon[33204]: osdmap e9: 1 total, 1 up, 1 in 2024-09-21T13:36:56.956 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:56 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T13:36:56.956 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:56 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T13:36:56.956 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:56 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:36:57.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:56 smithi118 ceph-mon[30084]: Detected new or changed devices on smithi118 2024-09-21T13:36:57.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:56 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:57.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:56 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:57.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:56 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-21T13:36:57.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:56 smithi118 ceph-mon[30084]: Adjusting osd_memory_target on smithi118 to 17088M 2024-09-21T13:36:57.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:56 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:57.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:56 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:36:57.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:56 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:36:57.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:56 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:57.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:56 smithi118 ceph-mon[30084]: osdmap e9: 1 total, 1 up, 1 in 2024-09-21T13:36:57.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:56 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T13:36:57.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:56 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T13:36:57.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:56 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:36:57.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:56 smithi175 ceph-mon[32623]: Detected new or changed devices on smithi118 2024-09-21T13:36:57.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:56 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:57.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:56 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:57.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:56 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-21T13:36:57.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:56 smithi175 ceph-mon[32623]: Adjusting osd_memory_target on smithi118 to 17088M 2024-09-21T13:36:57.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:56 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:57.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:56 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:36:57.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:56 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:36:57.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:56 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:36:57.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:56 smithi175 ceph-mon[32623]: osdmap e9: 1 total, 1 up, 1 in 2024-09-21T13:36:57.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:56 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T13:36:57.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:56 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T13:36:57.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:56 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:36:57.920 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:57 smithi149 ceph-mon[33204]: pgmap v42: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:36:57.920 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:57 smithi149 ceph-mon[33204]: from='client.24140 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi149:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:36:58.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:57 smithi118 ceph-mon[30084]: pgmap v42: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:36:58.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:57 smithi118 ceph-mon[30084]: from='client.24140 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi149:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:36:58.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:57 smithi175 ceph-mon[32623]: pgmap v42: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:36:58.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:57 smithi175 ceph-mon[32623]: from='client.24140 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi149:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:37:00.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:59 smithi118 ceph-mon[30084]: pgmap v43: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:37:00.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:59 smithi118 ceph-mon[30084]: from='client.? 172.21.15.149:0/2926877466' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "7cf31885-32ea-4bf4-94ff-19d04bba56df"} : dispatch 2024-09-21T13:37:00.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:59 smithi118 ceph-mon[30084]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "7cf31885-32ea-4bf4-94ff-19d04bba56df"} : dispatch 2024-09-21T13:37:00.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:59 smithi118 ceph-mon[30084]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7cf31885-32ea-4bf4-94ff-19d04bba56df"}]': finished 2024-09-21T13:37:00.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:59 smithi118 ceph-mon[30084]: osdmap e10: 2 total, 1 up, 2 in 2024-09-21T13:37:00.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:59 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T13:37:00.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:36:59 smithi118 ceph-mon[30084]: from='client.? 172.21.15.149:0/943210939' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T13:37:00.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:59 smithi175 ceph-mon[32623]: pgmap v43: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:37:00.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:59 smithi175 ceph-mon[32623]: from='client.? 172.21.15.149:0/2926877466' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "7cf31885-32ea-4bf4-94ff-19d04bba56df"} : dispatch 2024-09-21T13:37:00.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:59 smithi175 ceph-mon[32623]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "7cf31885-32ea-4bf4-94ff-19d04bba56df"} : dispatch 2024-09-21T13:37:00.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:59 smithi175 ceph-mon[32623]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7cf31885-32ea-4bf4-94ff-19d04bba56df"}]': finished 2024-09-21T13:37:00.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:59 smithi175 ceph-mon[32623]: osdmap e10: 2 total, 1 up, 2 in 2024-09-21T13:37:00.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:59 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T13:37:00.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:36:59 smithi175 ceph-mon[32623]: from='client.? 172.21.15.149:0/943210939' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T13:37:00.261 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:59 smithi149 ceph-mon[33204]: pgmap v43: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:37:00.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:59 smithi149 ceph-mon[33204]: from='client.? 172.21.15.149:0/2926877466' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "7cf31885-32ea-4bf4-94ff-19d04bba56df"} : dispatch 2024-09-21T13:37:00.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:59 smithi149 ceph-mon[33204]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "7cf31885-32ea-4bf4-94ff-19d04bba56df"} : dispatch 2024-09-21T13:37:00.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:59 smithi149 ceph-mon[33204]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7cf31885-32ea-4bf4-94ff-19d04bba56df"}]': finished 2024-09-21T13:37:00.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:59 smithi149 ceph-mon[33204]: osdmap e10: 2 total, 1 up, 2 in 2024-09-21T13:37:00.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:59 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T13:37:00.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:36:59 smithi149 ceph-mon[33204]: from='client.? 172.21.15.149:0/943210939' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T13:37:01.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:01 smithi118 ceph-mon[30084]: pgmap v45: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:37:02.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:01 smithi175 ceph-mon[32623]: pgmap v45: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:37:02.261 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:01 smithi149 ceph-mon[33204]: pgmap v45: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:37:04.094 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:03 smithi149 ceph-mon[33204]: pgmap v46: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:37:04.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:03 smithi118 ceph-mon[30084]: pgmap v46: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:37:04.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:03 smithi175 ceph-mon[32623]: pgmap v46: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:37:06.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:05 smithi149 ceph-mon[33204]: pgmap v47: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:37:06.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:05 smithi118 ceph-mon[30084]: pgmap v47: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:37:06.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:05 smithi175 ceph-mon[32623]: pgmap v47: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:37:07.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:06 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-21T13:37:07.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:06 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:37:07.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:06 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-21T13:37:07.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:06 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:37:07.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:06 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-21T13:37:07.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:06 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:37:08.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:07 smithi118 ceph-mon[30084]: pgmap v48: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:37:08.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:07 smithi118 ceph-mon[30084]: Deploying daemon osd.1 on smithi149 2024-09-21T13:37:08.143 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:07 smithi149 ceph-mon[33204]: pgmap v48: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:37:08.143 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:07 smithi149 ceph-mon[33204]: Deploying daemon osd.1 on smithi149 2024-09-21T13:37:08.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:07 smithi175 ceph-mon[32623]: pgmap v48: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:37:08.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:07 smithi175 ceph-mon[32623]: Deploying daemon osd.1 on smithi149 2024-09-21T13:37:10.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:09 smithi118 ceph-mon[30084]: pgmap v49: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:37:10.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:09 smithi175 ceph-mon[32623]: pgmap v49: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:37:10.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:09 smithi149 ceph-mon[33204]: pgmap v49: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:37:12.078 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:11 smithi149 ceph-mon[33204]: pgmap v50: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:37:12.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:11 smithi118 ceph-mon[30084]: pgmap v50: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:37:12.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:11 smithi175 ceph-mon[32623]: pgmap v50: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:37:14.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:13 smithi118 ceph-mon[30084]: pgmap v51: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:37:14.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:13 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:37:14.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:13 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:14.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:13 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:14.156 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:13 smithi149 ceph-mon[33204]: pgmap v51: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:37:14.156 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:13 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:37:14.156 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:13 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:14.156 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:13 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:14.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:13 smithi175 ceph-mon[32623]: pgmap v51: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:37:14.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:13 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:37:14.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:13 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:14.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:13 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:16.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:15 smithi149 ceph-mon[33204]: pgmap v52: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:37:16.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:15 smithi118 ceph-mon[30084]: pgmap v52: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:37:16.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:15 smithi175 ceph-mon[32623]: pgmap v52: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:37:17.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:17 smithi118 ceph-mon[30084]: pgmap v53: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:37:17.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:17 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:17.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:17 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:17.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:17 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:37:17.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:17 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:37:17.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:17 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:17.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:17 smithi175 ceph-mon[32623]: pgmap v53: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:37:17.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:17 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:17.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:17 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:17.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:17 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:37:17.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:17 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:37:17.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:17 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:17.511 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:17 smithi149 ceph-mon[33204]: pgmap v53: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:37:17.511 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:17 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:17.511 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:17 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:17.512 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:17 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:37:17.512 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:17 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:37:17.512 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:17 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:18.557 INFO:teuthology.orchestra.run.smithi149.stdout:Created osd(s) 1 on host 'smithi149' 2024-09-21T13:37:19.105 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:19 smithi149 ceph-mon[33204]: pgmap v54: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:37:19.106 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:19 smithi149 ceph-mon[33204]: from='osd.1 [v2:172.21.15.149:6800/374777702,v1:172.21.15.149:6801/374777702]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-21T13:37:19.106 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:19 smithi149 ceph-mon[33204]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-21T13:37:19.106 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:19 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:37:19.106 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:19 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:19.106 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:19 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:19.140 DEBUG:teuthology.orchestra.run.smithi149:osd.1> sudo journalctl -f -n 0 -u ceph-2073d30c-781e-11ef-baf6-efdc52797490@osd.1.service 2024-09-21T13:37:19.142 INFO:tasks.cephadm:Deploying osd.2 on smithi175 with /dev/vg_nvme/lv_4... 2024-09-21T13:37:19.142 DEBUG:teuthology.orchestra.run.smithi175:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2073d30c-781e-11ef-baf6-efdc52797490 -- lvm zap /dev/vg_nvme/lv_4 2024-09-21T13:37:19.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:19 smithi118 ceph-mon[30084]: pgmap v54: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:37:19.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:19 smithi118 ceph-mon[30084]: from='osd.1 [v2:172.21.15.149:6800/374777702,v1:172.21.15.149:6801/374777702]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-21T13:37:19.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:19 smithi118 ceph-mon[30084]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-21T13:37:19.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:19 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:37:19.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:19 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:19.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:19 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:19.394 INFO:teuthology.orchestra.run.smithi175.stderr:Inferring config /var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/mon.c/config 2024-09-21T13:37:19.410 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:19 smithi175 ceph-mon[32623]: pgmap v54: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:37:19.410 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:19 smithi175 ceph-mon[32623]: from='osd.1 [v2:172.21.15.149:6800/374777702,v1:172.21.15.149:6801/374777702]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-21T13:37:19.410 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:19 smithi175 ceph-mon[32623]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-21T13:37:19.410 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:19 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:37:19.410 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:19 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:19.410 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:19 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:20.226 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:20 smithi149 ceph-mon[33204]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-21T13:37:20.226 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:20 smithi149 ceph-mon[33204]: from='osd.1 [v2:172.21.15.149:6800/374777702,v1:172.21.15.149:6801/374777702]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi149", "root=default"]} : dispatch 2024-09-21T13:37:20.226 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:20 smithi149 ceph-mon[33204]: osdmap e11: 2 total, 1 up, 2 in 2024-09-21T13:37:20.226 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:20 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T13:37:20.226 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:20 smithi149 ceph-mon[33204]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi149", "root=default"]} : dispatch 2024-09-21T13:37:20.227 INFO:journalctl@ceph.osd.1.smithi149.stdout:Sep 21 13:37:20 smithi149 ceph-2073d30c-781e-11ef-baf6-efdc52797490-osd-1[37124]: 2024-09-21T13:37:20.078+0000 7ff14aed8640 -1 osd.1 0 waiting for initial osdmap 2024-09-21T13:37:20.227 INFO:journalctl@ceph.osd.1.smithi149.stdout:Sep 21 13:37:20 smithi149 ceph-2073d30c-781e-11ef-baf6-efdc52797490-osd-1[37124]: 2024-09-21T13:37:20.081+0000 7ff146cff640 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-21T13:37:20.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:20 smithi118 ceph-mon[30084]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-21T13:37:20.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:20 smithi118 ceph-mon[30084]: from='osd.1 [v2:172.21.15.149:6800/374777702,v1:172.21.15.149:6801/374777702]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi149", "root=default"]} : dispatch 2024-09-21T13:37:20.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:20 smithi118 ceph-mon[30084]: osdmap e11: 2 total, 1 up, 2 in 2024-09-21T13:37:20.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:20 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T13:37:20.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:20 smithi118 ceph-mon[30084]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi149", "root=default"]} : dispatch 2024-09-21T13:37:20.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:20 smithi175 ceph-mon[32623]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-21T13:37:20.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:20 smithi175 ceph-mon[32623]: from='osd.1 [v2:172.21.15.149:6800/374777702,v1:172.21.15.149:6801/374777702]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi149", "root=default"]} : dispatch 2024-09-21T13:37:20.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:20 smithi175 ceph-mon[32623]: osdmap e11: 2 total, 1 up, 2 in 2024-09-21T13:37:20.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:20 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T13:37:20.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:20 smithi175 ceph-mon[32623]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi149", "root=default"]} : dispatch 2024-09-21T13:37:21.350 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:21 smithi149 ceph-mon[33204]: pgmap v56: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:37:21.351 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:21 smithi149 ceph-mon[33204]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]': finished 2024-09-21T13:37:21.351 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:21 smithi149 ceph-mon[33204]: osdmap e12: 2 total, 1 up, 2 in 2024-09-21T13:37:21.351 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:21 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T13:37:21.351 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:21 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T13:37:21.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:21 smithi118 ceph-mon[30084]: pgmap v56: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:37:21.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:21 smithi118 ceph-mon[30084]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]': finished 2024-09-21T13:37:21.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:21 smithi118 ceph-mon[30084]: osdmap e12: 2 total, 1 up, 2 in 2024-09-21T13:37:21.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:21 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T13:37:21.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:21 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T13:37:21.400 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:21 smithi175 ceph-mon[32623]: pgmap v56: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:37:21.400 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:21 smithi175 ceph-mon[32623]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]': finished 2024-09-21T13:37:21.401 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:21 smithi175 ceph-mon[32623]: osdmap e12: 2 total, 1 up, 2 in 2024-09-21T13:37:21.401 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:21 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T13:37:21.401 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:21 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T13:37:22.008 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-21T13:37:22.034 DEBUG:teuthology.orchestra.run.smithi175:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2073d30c-781e-11ef-baf6-efdc52797490 -- ceph orch daemon add osd smithi175:vg_nvme/lv_4 2024-09-21T13:37:22.272 INFO:teuthology.orchestra.run.smithi175.stderr:Inferring config /var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/mon.c/config 2024-09-21T13:37:22.382 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:22 smithi175 ceph-mon[32623]: purged_snaps scrub starts 2024-09-21T13:37:22.382 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:22 smithi175 ceph-mon[32623]: purged_snaps scrub ok 2024-09-21T13:37:22.382 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:22 smithi175 ceph-mon[32623]: osd.1 [v2:172.21.15.149:6800/374777702,v1:172.21.15.149:6801/374777702] boot 2024-09-21T13:37:22.382 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:22 smithi175 ceph-mon[32623]: osdmap e13: 2 total, 2 up, 2 in 2024-09-21T13:37:22.382 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:22 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T13:37:22.382 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:22 smithi175 ceph-mon[32623]: Detected new or changed devices on smithi149 2024-09-21T13:37:22.382 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:22 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:22.383 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:22 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:22.383 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:22 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-21T13:37:22.383 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:22 smithi175 ceph-mon[32623]: Adjusting osd_memory_target on smithi149 to 5815M 2024-09-21T13:37:22.383 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:22 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:22.383 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:22 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:37:22.383 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:22 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:37:22.383 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:22 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:22.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:22 smithi118 ceph-mon[30084]: purged_snaps scrub starts 2024-09-21T13:37:22.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:22 smithi118 ceph-mon[30084]: purged_snaps scrub ok 2024-09-21T13:37:22.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:22 smithi118 ceph-mon[30084]: osd.1 [v2:172.21.15.149:6800/374777702,v1:172.21.15.149:6801/374777702] boot 2024-09-21T13:37:22.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:22 smithi118 ceph-mon[30084]: osdmap e13: 2 total, 2 up, 2 in 2024-09-21T13:37:22.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:22 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T13:37:22.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:22 smithi118 ceph-mon[30084]: Detected new or changed devices on smithi149 2024-09-21T13:37:22.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:22 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:22.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:22 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:22.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:22 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-21T13:37:22.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:22 smithi118 ceph-mon[30084]: Adjusting osd_memory_target on smithi149 to 5815M 2024-09-21T13:37:22.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:22 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:22.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:22 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:37:22.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:22 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:37:22.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:22 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:22.512 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:22 smithi149 ceph-mon[33204]: purged_snaps scrub starts 2024-09-21T13:37:22.512 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:22 smithi149 ceph-mon[33204]: purged_snaps scrub ok 2024-09-21T13:37:22.512 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:22 smithi149 ceph-mon[33204]: osd.1 [v2:172.21.15.149:6800/374777702,v1:172.21.15.149:6801/374777702] boot 2024-09-21T13:37:22.512 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:22 smithi149 ceph-mon[33204]: osdmap e13: 2 total, 2 up, 2 in 2024-09-21T13:37:22.512 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:22 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T13:37:22.512 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:22 smithi149 ceph-mon[33204]: Detected new or changed devices on smithi149 2024-09-21T13:37:22.512 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:22 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:22.512 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:22 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:22.512 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:22 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-21T13:37:22.512 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:22 smithi149 ceph-mon[33204]: Adjusting osd_memory_target on smithi149 to 5815M 2024-09-21T13:37:22.513 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:22 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:22.513 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:22 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:37:22.513 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:22 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:37:22.513 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:22 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:23.358 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:23 smithi175 ceph-mon[32623]: pgmap v59: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:37:23.358 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:23 smithi175 ceph-mon[32623]: osdmap e14: 2 total, 2 up, 2 in 2024-09-21T13:37:23.358 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:23 smithi175 ceph-mon[32623]: from='client.24124 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi175:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:37:23.358 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:23 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T13:37:23.358 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:23 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T13:37:23.358 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:23 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:37:23.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:23 smithi118 ceph-mon[30084]: pgmap v59: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:37:23.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:23 smithi118 ceph-mon[30084]: osdmap e14: 2 total, 2 up, 2 in 2024-09-21T13:37:23.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:23 smithi118 ceph-mon[30084]: from='client.24124 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi175:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:37:23.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:23 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T13:37:23.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:23 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T13:37:23.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:23 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:37:23.388 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:23 smithi149 ceph-mon[33204]: pgmap v59: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:37:23.388 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:23 smithi149 ceph-mon[33204]: osdmap e14: 2 total, 2 up, 2 in 2024-09-21T13:37:23.388 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:23 smithi149 ceph-mon[33204]: from='client.24124 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi175:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:37:23.389 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:23 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T13:37:23.389 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:23 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T13:37:23.389 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:23 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:37:25.361 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:25 smithi175 ceph-mon[32623]: pgmap v61: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:37:25.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:25 smithi118 ceph-mon[30084]: pgmap v61: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:37:25.511 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:25 smithi149 ceph-mon[33204]: pgmap v61: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:37:26.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:26 smithi118 ceph-mon[30084]: from='client.? 172.21.15.175:0/3638912497' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "5a4441a0-7495-492f-b39d-44236ad7f00d"} : dispatch 2024-09-21T13:37:26.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:26 smithi118 ceph-mon[30084]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "5a4441a0-7495-492f-b39d-44236ad7f00d"} : dispatch 2024-09-21T13:37:26.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:26 smithi118 ceph-mon[30084]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5a4441a0-7495-492f-b39d-44236ad7f00d"}]': finished 2024-09-21T13:37:26.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:26 smithi118 ceph-mon[30084]: osdmap e15: 3 total, 2 up, 3 in 2024-09-21T13:37:26.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:26 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T13:37:26.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:26 smithi118 ceph-mon[30084]: from='client.? 172.21.15.175:0/3035144279' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T13:37:26.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:26 smithi175 ceph-mon[32623]: from='client.? 172.21.15.175:0/3638912497' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "5a4441a0-7495-492f-b39d-44236ad7f00d"} : dispatch 2024-09-21T13:37:26.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:26 smithi175 ceph-mon[32623]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "5a4441a0-7495-492f-b39d-44236ad7f00d"} : dispatch 2024-09-21T13:37:26.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:26 smithi175 ceph-mon[32623]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5a4441a0-7495-492f-b39d-44236ad7f00d"}]': finished 2024-09-21T13:37:26.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:26 smithi175 ceph-mon[32623]: osdmap e15: 3 total, 2 up, 3 in 2024-09-21T13:37:26.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:26 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T13:37:26.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:26 smithi175 ceph-mon[32623]: from='client.? 172.21.15.175:0/3035144279' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T13:37:26.511 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:26 smithi149 ceph-mon[33204]: from='client.? 172.21.15.175:0/3638912497' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "5a4441a0-7495-492f-b39d-44236ad7f00d"} : dispatch 2024-09-21T13:37:26.511 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:26 smithi149 ceph-mon[33204]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "5a4441a0-7495-492f-b39d-44236ad7f00d"} : dispatch 2024-09-21T13:37:26.512 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:26 smithi149 ceph-mon[33204]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5a4441a0-7495-492f-b39d-44236ad7f00d"}]': finished 2024-09-21T13:37:26.512 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:26 smithi149 ceph-mon[33204]: osdmap e15: 3 total, 2 up, 3 in 2024-09-21T13:37:26.512 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:26 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T13:37:26.512 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:26 smithi149 ceph-mon[33204]: from='client.? 172.21.15.175:0/3035144279' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T13:37:27.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:27 smithi175 ceph-mon[32623]: pgmap v63: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:37:27.511 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:27 smithi149 ceph-mon[33204]: pgmap v63: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:37:27.636 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:27 smithi118 ceph-mon[30084]: pgmap v63: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:37:29.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:29 smithi175 ceph-mon[32623]: pgmap v64: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:37:29.511 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:29 smithi149 ceph-mon[33204]: pgmap v64: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:37:29.636 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:29 smithi118 ceph-mon[30084]: pgmap v64: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:37:31.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:31 smithi175 ceph-mon[32623]: pgmap v65: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:37:31.511 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:31 smithi149 ceph-mon[33204]: pgmap v65: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:37:31.636 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:31 smithi118 ceph-mon[30084]: pgmap v65: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:37:33.171 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:33 smithi175 ceph-mon[32623]: pgmap v66: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:37:33.171 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:33 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-21T13:37:33.171 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:33 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:37:33.171 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:33 smithi175 ceph-mon[32623]: Deploying daemon osd.2 on smithi175 2024-09-21T13:37:33.511 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:33 smithi149 ceph-mon[33204]: pgmap v66: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:37:33.512 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:33 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-21T13:37:33.512 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:33 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:37:33.512 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:33 smithi149 ceph-mon[33204]: Deploying daemon osd.2 on smithi175 2024-09-21T13:37:33.636 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:33 smithi118 ceph-mon[30084]: pgmap v66: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:37:33.637 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:33 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-21T13:37:33.637 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:33 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:37:33.637 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:33 smithi118 ceph-mon[30084]: Deploying daemon osd.2 on smithi175 2024-09-21T13:37:35.381 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:35 smithi175 ceph-mon[32623]: pgmap v67: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:37:35.511 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:35 smithi149 ceph-mon[33204]: pgmap v67: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:37:35.636 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:35 smithi118 ceph-mon[30084]: pgmap v67: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:37:37.511 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:37 smithi149 ceph-mon[33204]: pgmap v68: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:37:37.636 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:37 smithi118 ceph-mon[30084]: pgmap v68: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:37:37.658 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:37 smithi175 ceph-mon[32623]: pgmap v68: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:37:39.442 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:39 smithi175 ceph-mon[32623]: pgmap v69: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:37:39.511 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:39 smithi149 ceph-mon[33204]: pgmap v69: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:37:39.636 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:39 smithi118 ceph-mon[30084]: pgmap v69: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:37:40.261 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:40 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:37:40.261 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:40 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:40.261 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:40 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:40.511 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:40 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:37:40.512 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:40 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:40.512 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:40 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:40.636 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:40 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:37:40.636 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:40 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:40.637 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:40 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:41.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:41 smithi118 ceph-mon[30084]: pgmap v70: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:37:41.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:41 smithi175 ceph-mon[32623]: pgmap v70: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:37:42.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:41 smithi149 ceph-mon[33204]: pgmap v70: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:37:43.248 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:42 smithi149 ceph-mon[33204]: pgmap v71: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:37:43.248 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:42 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:43.248 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:42 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:43.248 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:42 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:37:43.248 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:42 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:37:43.248 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:42 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:43.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:42 smithi118 ceph-mon[30084]: pgmap v71: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:37:43.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:42 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:43.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:42 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:43.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:42 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:37:43.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:42 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:37:43.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:42 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:43.409 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:42 smithi175 ceph-mon[32623]: pgmap v71: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:37:43.409 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:42 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:43.409 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:42 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:43.409 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:42 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:37:43.409 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:42 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:37:43.410 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:42 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:44.621 INFO:teuthology.orchestra.run.smithi175.stdout:Created osd(s) 2 on host 'smithi175' 2024-09-21T13:37:45.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:44 smithi149 ceph-mon[33204]: pgmap v72: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:37:45.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:44 smithi149 ceph-mon[33204]: from='osd.2 [v2:172.21.15.175:6800/3726425489,v1:172.21.15.175:6801/3726425489]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-21T13:37:45.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:44 smithi149 ceph-mon[33204]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-21T13:37:45.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:44 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:37:45.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:44 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:45.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:44 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:45.279 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:44 smithi175 ceph-mon[32623]: pgmap v72: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:37:45.279 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:44 smithi175 ceph-mon[32623]: from='osd.2 [v2:172.21.15.175:6800/3726425489,v1:172.21.15.175:6801/3726425489]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-21T13:37:45.279 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:44 smithi175 ceph-mon[32623]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-21T13:37:45.279 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:44 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:37:45.279 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:44 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:45.279 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:44 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:45.280 DEBUG:teuthology.orchestra.run.smithi175:osd.2> sudo journalctl -f -n 0 -u ceph-2073d30c-781e-11ef-baf6-efdc52797490@osd.2.service 2024-09-21T13:37:45.282 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-09-21T13:37:45.282 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2073d30c-781e-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T13:37:45.311 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:44 smithi118 ceph-mon[30084]: pgmap v72: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:37:45.311 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:44 smithi118 ceph-mon[30084]: from='osd.2 [v2:172.21.15.175:6800/3726425489,v1:172.21.15.175:6801/3726425489]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-21T13:37:45.311 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:44 smithi118 ceph-mon[30084]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-21T13:37:45.312 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:44 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:37:45.312 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:44 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:45.312 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:44 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:45.551 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:37:46.261 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:46 smithi149 ceph-mon[33204]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-21T13:37:46.261 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:46 smithi149 ceph-mon[33204]: osdmap e16: 3 total, 2 up, 3 in 2024-09-21T13:37:46.261 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:46 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T13:37:46.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:46 smithi149 ceph-mon[33204]: from='osd.2 [v2:172.21.15.175:6800/3726425489,v1:172.21.15.175:6801/3726425489]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi175", "root=default"]} : dispatch 2024-09-21T13:37:46.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:46 smithi149 ceph-mon[33204]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi175", "root=default"]} : dispatch 2024-09-21T13:37:46.271 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:37:46.272 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:46 smithi118 ceph-mon[30084]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-21T13:37:46.272 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:46 smithi118 ceph-mon[30084]: osdmap e16: 3 total, 2 up, 3 in 2024-09-21T13:37:46.272 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:46 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T13:37:46.272 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:46 smithi118 ceph-mon[30084]: from='osd.2 [v2:172.21.15.175:6800/3726425489,v1:172.21.15.175:6801/3726425489]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi175", "root=default"]} : dispatch 2024-09-21T13:37:46.272 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:46 smithi118 ceph-mon[30084]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi175", "root=default"]} : dispatch 2024-09-21T13:37:46.283 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:46 smithi175 ceph-mon[32623]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-21T13:37:46.283 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:46 smithi175 ceph-mon[32623]: osdmap e16: 3 total, 2 up, 3 in 2024-09-21T13:37:46.283 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:46 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T13:37:46.283 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:46 smithi175 ceph-mon[32623]: from='osd.2 [v2:172.21.15.175:6800/3726425489,v1:172.21.15.175:6801/3726425489]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi175", "root=default"]} : dispatch 2024-09-21T13:37:46.283 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:46 smithi175 ceph-mon[32623]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi175", "root=default"]} : dispatch 2024-09-21T13:37:46.564 INFO:journalctl@ceph.osd.2.smithi175.stdout:Sep 21 13:37:46 smithi175 ceph-2073d30c-781e-11ef-baf6-efdc52797490-osd-2[36584]: 2024-09-21T13:37:46.455+0000 7f2b8b802640 -1 osd.2 0 waiting for initial osdmap 2024-09-21T13:37:46.564 INFO:journalctl@ceph.osd.2.smithi175.stdout:Sep 21 13:37:46 smithi175 ceph-2073d30c-781e-11ef-baf6-efdc52797490-osd-2[36584]: 2024-09-21T13:37:46.458+0000 7f2b82e0d640 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-21T13:37:46.896 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":17,"num_osds":3,"num_up_osds":2,"osd_up_since":1726925841,"num_in_osds":3,"osd_in_since":1726925845,"num_remapped_pgs":0} 2024-09-21T13:37:47.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:47 smithi118 ceph-mon[30084]: pgmap v74: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:37:47.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:47 smithi118 ceph-mon[30084]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]': finished 2024-09-21T13:37:47.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:47 smithi118 ceph-mon[30084]: osdmap e17: 3 total, 2 up, 3 in 2024-09-21T13:37:47.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:47 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T13:37:47.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:47 smithi118 ceph-mon[30084]: from='client.? 172.21.15.118:0/2357329655' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T13:37:47.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:47 smithi118 ceph-mon[30084]: from='osd.2 ' entity='osd.2' 2024-09-21T13:37:47.261 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:47 smithi149 ceph-mon[33204]: pgmap v74: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:37:47.261 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:47 smithi149 ceph-mon[33204]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]': finished 2024-09-21T13:37:47.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:47 smithi149 ceph-mon[33204]: osdmap e17: 3 total, 2 up, 3 in 2024-09-21T13:37:47.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:47 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T13:37:47.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:47 smithi149 ceph-mon[33204]: from='client.? 172.21.15.118:0/2357329655' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T13:37:47.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:47 smithi149 ceph-mon[33204]: from='osd.2 ' entity='osd.2' 2024-09-21T13:37:47.276 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:47 smithi175 ceph-mon[32623]: pgmap v74: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:37:47.276 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:47 smithi175 ceph-mon[32623]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]': finished 2024-09-21T13:37:47.276 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:47 smithi175 ceph-mon[32623]: osdmap e17: 3 total, 2 up, 3 in 2024-09-21T13:37:47.276 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:47 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T13:37:47.276 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:47 smithi175 ceph-mon[32623]: from='client.? 172.21.15.118:0/2357329655' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T13:37:47.276 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:47 smithi175 ceph-mon[32623]: from='osd.2 ' entity='osd.2' 2024-09-21T13:37:47.897 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2073d30c-781e-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T13:37:48.153 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:37:48.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:48 smithi175 ceph-mon[32623]: purged_snaps scrub starts 2024-09-21T13:37:48.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:48 smithi175 ceph-mon[32623]: purged_snaps scrub ok 2024-09-21T13:37:48.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:48 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T13:37:48.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:48 smithi175 ceph-mon[32623]: osd.2 [v2:172.21.15.175:6800/3726425489,v1:172.21.15.175:6801/3726425489] boot 2024-09-21T13:37:48.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:48 smithi175 ceph-mon[32623]: osdmap e18: 3 total, 3 up, 3 in 2024-09-21T13:37:48.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:48 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T13:37:48.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:48 smithi175 ceph-mon[32623]: Detected new or changed devices on smithi175 2024-09-21T13:37:48.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:48 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:48.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:48 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:48.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:48 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-21T13:37:48.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:48 smithi175 ceph-mon[32623]: Adjusting osd_memory_target on smithi175 to 21184M 2024-09-21T13:37:48.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:48 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:48.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:48 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:37:48.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:48 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:37:48.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:48 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:48.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:48 smithi149 ceph-mon[33204]: purged_snaps scrub starts 2024-09-21T13:37:48.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:48 smithi149 ceph-mon[33204]: purged_snaps scrub ok 2024-09-21T13:37:48.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:48 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T13:37:48.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:48 smithi149 ceph-mon[33204]: osd.2 [v2:172.21.15.175:6800/3726425489,v1:172.21.15.175:6801/3726425489] boot 2024-09-21T13:37:48.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:48 smithi149 ceph-mon[33204]: osdmap e18: 3 total, 3 up, 3 in 2024-09-21T13:37:48.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:48 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T13:37:48.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:48 smithi149 ceph-mon[33204]: Detected new or changed devices on smithi175 2024-09-21T13:37:48.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:48 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:48.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:48 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:48.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:48 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-21T13:37:48.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:48 smithi149 ceph-mon[33204]: Adjusting osd_memory_target on smithi175 to 21184M 2024-09-21T13:37:48.263 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:48 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:48.263 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:48 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:37:48.263 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:48 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:37:48.263 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:48 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:48.274 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:48 smithi118 ceph-mon[30084]: purged_snaps scrub starts 2024-09-21T13:37:48.274 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:48 smithi118 ceph-mon[30084]: purged_snaps scrub ok 2024-09-21T13:37:48.274 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:48 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T13:37:48.274 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:48 smithi118 ceph-mon[30084]: osd.2 [v2:172.21.15.175:6800/3726425489,v1:172.21.15.175:6801/3726425489] boot 2024-09-21T13:37:48.274 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:48 smithi118 ceph-mon[30084]: osdmap e18: 3 total, 3 up, 3 in 2024-09-21T13:37:48.274 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:48 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T13:37:48.274 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:48 smithi118 ceph-mon[30084]: Detected new or changed devices on smithi175 2024-09-21T13:37:48.274 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:48 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:48.274 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:48 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:48.274 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:48 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-21T13:37:48.274 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:48 smithi118 ceph-mon[30084]: Adjusting osd_memory_target on smithi175 to 21184M 2024-09-21T13:37:48.275 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:48 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:48.275 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:48 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:37:48.275 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:48 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:37:48.275 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:48 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:48.838 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:37:49.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:49 smithi118 ceph-mon[30084]: pgmap v77: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:37:49.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:49 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' 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-21T13:37:49.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:49 smithi118 ceph-mon[30084]: from='client.? 172.21.15.118:0/280489355' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T13:37:49.261 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:49 smithi149 ceph-mon[33204]: pgmap v77: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:37:49.261 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:49 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' 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-21T13:37:49.261 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:49 smithi149 ceph-mon[33204]: from='client.? 172.21.15.118:0/280489355' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T13:37:49.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:49 smithi175 ceph-mon[32623]: pgmap v77: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:37:49.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:49 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' 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-21T13:37:49.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:49 smithi175 ceph-mon[32623]: from='client.? 172.21.15.118:0/280489355' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T13:37:49.417 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":18,"num_osds":3,"num_up_osds":3,"osd_up_since":1726925867,"num_in_osds":3,"osd_in_since":1726925845,"num_remapped_pgs":0} 2024-09-21T13:37:49.417 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell --fsid 2073d30c-781e-11ef-baf6-efdc52797490 -- ceph osd dump --format=json 2024-09-21T13:37:49.656 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:37:50.075 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:50 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' 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-21T13:37:50.075 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:50 smithi118 ceph-mon[30084]: osdmap e19: 3 total, 3 up, 3 in 2024-09-21T13:37:50.075 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:50 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-21T13:37:50.311 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:50 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' 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-21T13:37:50.311 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:50 smithi175 ceph-mon[32623]: osdmap e19: 3 total, 3 up, 3 in 2024-09-21T13:37:50.311 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:50 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-21T13:37:50.311 INFO:journalctl@ceph.osd.2.smithi175.stdout:Sep 21 13:37:50 smithi175 sudo[40065]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-21T13:37:50.311 INFO:journalctl@ceph.osd.2.smithi175.stdout:Sep 21 13:37:50 smithi175 sudo[40065]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-21T13:37:50.311 INFO:journalctl@ceph.osd.2.smithi175.stdout:Sep 21 13:37:50 smithi175 sudo[40065]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-21T13:37:50.312 INFO:journalctl@ceph.osd.2.smithi175.stdout:Sep 21 13:37:50 smithi175 sudo[40065]: pam_unix(sudo:session): session closed for user root 2024-09-21T13:37:50.312 INFO:journalctl@ceph.osd.2.smithi175.stdout:Sep 21 13:37:50 smithi175 sudo[40068]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-21T13:37:50.312 INFO:journalctl@ceph.osd.2.smithi175.stdout:Sep 21 13:37:50 smithi175 sudo[40068]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-21T13:37:50.312 INFO:journalctl@ceph.osd.2.smithi175.stdout:Sep 21 13:37:50 smithi175 sudo[40068]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-21T13:37:50.312 INFO:journalctl@ceph.osd.2.smithi175.stdout:Sep 21 13:37:50 smithi175 sudo[40068]: pam_unix(sudo:session): session closed for user root 2024-09-21T13:37:50.351 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:50 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' 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-21T13:37:50.351 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:50 smithi149 ceph-mon[33204]: osdmap e19: 3 total, 3 up, 3 in 2024-09-21T13:37:50.351 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:50 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-21T13:37:50.352 INFO:journalctl@ceph.osd.1.smithi149.stdout:Sep 21 13:37:50 smithi149 sudo[40437]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-21T13:37:50.352 INFO:journalctl@ceph.osd.1.smithi149.stdout:Sep 21 13:37:50 smithi149 sudo[40437]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-21T13:37:50.352 INFO:journalctl@ceph.osd.1.smithi149.stdout:Sep 21 13:37:50 smithi149 sudo[40437]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-21T13:37:50.352 INFO:journalctl@ceph.osd.1.smithi149.stdout:Sep 21 13:37:50 smithi149 sudo[40437]: pam_unix(sudo:session): session closed for user root 2024-09-21T13:37:50.352 INFO:journalctl@ceph.osd.1.smithi149.stdout:Sep 21 13:37:50 smithi149 sudo[40440]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-21T13:37:50.352 INFO:journalctl@ceph.osd.1.smithi149.stdout:Sep 21 13:37:50 smithi149 sudo[40440]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-21T13:37:50.352 INFO:journalctl@ceph.osd.1.smithi149.stdout:Sep 21 13:37:50 smithi149 sudo[40440]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-21T13:37:50.352 INFO:journalctl@ceph.osd.1.smithi149.stdout:Sep 21 13:37:50 smithi149 sudo[40440]: pam_unix(sudo:session): session closed for user root 2024-09-21T13:37:50.361 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:50 smithi118 sudo[47944]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-21T13:37:50.361 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:50 smithi118 sudo[47944]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-21T13:37:50.361 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:50 smithi118 sudo[47944]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-21T13:37:50.361 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:50 smithi118 sudo[47944]: pam_unix(sudo:session): session closed for user root 2024-09-21T13:37:50.361 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:50 smithi118 sudo[47947]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-21T13:37:50.361 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:50 smithi118 sudo[47947]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-21T13:37:50.361 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:50 smithi118 sudo[47947]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-21T13:37:50.361 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:50 smithi118 sudo[47947]: pam_unix(sudo:session): session closed for user root 2024-09-21T13:37:50.362 INFO:journalctl@ceph.osd.0.smithi118.stdout:Sep 21 13:37:50 smithi118 sudo[47911]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-21T13:37:50.362 INFO:journalctl@ceph.osd.0.smithi118.stdout:Sep 21 13:37:50 smithi118 sudo[47911]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-21T13:37:50.362 INFO:journalctl@ceph.osd.0.smithi118.stdout:Sep 21 13:37:50 smithi118 sudo[47911]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-21T13:37:50.362 INFO:journalctl@ceph.osd.0.smithi118.stdout:Sep 21 13:37:50 smithi118 sudo[47911]: pam_unix(sudo:session): session closed for user root 2024-09-21T13:37:50.362 INFO:journalctl@ceph.osd.0.smithi118.stdout:Sep 21 13:37:50 smithi118 sudo[47921]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-21T13:37:50.362 INFO:journalctl@ceph.osd.0.smithi118.stdout:Sep 21 13:37:50 smithi118 sudo[47921]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-21T13:37:50.362 INFO:journalctl@ceph.osd.0.smithi118.stdout:Sep 21 13:37:50 smithi118 sudo[47921]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-21T13:37:50.362 INFO:journalctl@ceph.osd.0.smithi118.stdout:Sep 21 13:37:50 smithi118 sudo[47921]: pam_unix(sudo:session): session closed for user root 2024-09-21T13:37:50.379 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:37:50.379 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":20,"fsid":"2073d30c-781e-11ef-baf6-efdc52797490","created":"2024-09-21T13:34:31.505519+0000","modified":"2024-09-21T13:37:50.013503+0000","last_up_change":"2024-09-21T13:37:47.458723+0000","last_in_change":"2024-09-21T13:37:25.143504+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-21T13:37:48.265117+0000","flags":32769,"flags_names":"hashpspool,creating","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":"20","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":"38bba724-9153-4007-9685-c4843e353311","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.118:6802","nonce":2918158412},{"type":"v1","addr":"172.21.15.118:6803","nonce":2918158412}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6804","nonce":2918158412},{"type":"v1","addr":"172.21.15.118:6805","nonce":2918158412}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6808","nonce":2918158412},{"type":"v1","addr":"172.21.15.118:6809","nonce":2918158412}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6806","nonce":2918158412},{"type":"v1","addr":"172.21.15.118:6807","nonce":2918158412}]},"public_addr":"172.21.15.118:6803/2918158412","cluster_addr":"172.21.15.118:6805/2918158412","heartbeat_back_addr":"172.21.15.118:6809/2918158412","heartbeat_front_addr":"172.21.15.118:6807/2918158412","state":["exists","up"]},{"osd":1,"uuid":"7cf31885-32ea-4bf4-94ff-19d04bba56df","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.149:6800","nonce":374777702},{"type":"v1","addr":"172.21.15.149:6801","nonce":374777702}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6802","nonce":374777702},{"type":"v1","addr":"172.21.15.149:6803","nonce":374777702}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6806","nonce":374777702},{"type":"v1","addr":"172.21.15.149:6807","nonce":374777702}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6804","nonce":374777702},{"type":"v1","addr":"172.21.15.149:6805","nonce":374777702}]},"public_addr":"172.21.15.149:6801/374777702","cluster_addr":"172.21.15.149:6803/374777702","heartbeat_back_addr":"172.21.15.149:6807/374777702","heartbeat_front_addr":"172.21.15.149:6805/374777702","state":["exists","up"]},{"osd":2,"uuid":"5a4441a0-7495-492f-b39d-44236ad7f00d","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.175:6800","nonce":3726425489},{"type":"v1","addr":"172.21.15.175:6801","nonce":3726425489}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6802","nonce":3726425489},{"type":"v1","addr":"172.21.15.175:6803","nonce":3726425489}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6806","nonce":3726425489},{"type":"v1","addr":"172.21.15.175:6807","nonce":3726425489}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6804","nonce":3726425489},{"type":"v1","addr":"172.21.15.175:6805","nonce":3726425489}]},"public_addr":"172.21.15.175:6801/3726425489","cluster_addr":"172.21.15.175:6803/3726425489","heartbeat_back_addr":"172.21.15.175:6807/3726425489","heartbeat_front_addr":"172.21.15.175:6805/3726425489","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T13:36:52.786620+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T13:37:19.498218+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T13:37:45.298556+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.118:0/2158928241":"2024-09-22T13:35:29.964065+0000","172.21.15.118:6800/3984730461":"2024-09-22T13:35:29.964065+0000","172.21.15.118:0/2295156014":"2024-09-22T13:35:29.964065+0000","172.21.15.118:0/2164036501":"2024-09-22T13:35:29.964065+0000","172.21.15.118:0/1438286306":"2024-09-22T13:35:05.002350+0000","172.21.15.118:6801/3984730461":"2024-09-22T13:35:29.964065+0000","172.21.15.118:0/4022761982":"2024-09-22T13:35:05.002350+0000","172.21.15.118:0/2065331625":"2024-09-22T13:35:05.002350+0000","172.21.15.118:6801/565948569":"2024-09-22T13:35:05.002350+0000","172.21.15.118:6800/565948569":"2024-09-22T13:35:05.002350+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-21T13:37:50.658 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:50 smithi175 sudo[40071]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-21T13:37:50.658 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:50 smithi175 sudo[40071]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-21T13:37:50.658 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:50 smithi175 sudo[40071]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-21T13:37:50.658 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:50 smithi175 sudo[40071]: pam_unix(sudo:session): session closed for user root 2024-09-21T13:37:50.659 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:50 smithi175 sudo[40074]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-21T13:37:50.659 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:50 smithi175 sudo[40074]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-21T13:37:50.659 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:50 smithi175 sudo[40074]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-21T13:37:50.659 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:50 smithi175 sudo[40074]: pam_unix(sudo:session): session closed for user root 2024-09-21T13:37:50.761 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:50 smithi149 sudo[40443]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-21T13:37:50.761 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:50 smithi149 sudo[40443]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-21T13:37:50.762 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:50 smithi149 sudo[40443]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-21T13:37:50.762 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:50 smithi149 sudo[40443]: pam_unix(sudo:session): session closed for user root 2024-09-21T13:37:50.762 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:50 smithi149 sudo[40446]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-21T13:37:50.762 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:50 smithi149 sudo[40446]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-21T13:37:50.762 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:50 smithi149 sudo[40446]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-21T13:37:50.762 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:50 smithi149 sudo[40446]: pam_unix(sudo:session): session closed for user root 2024-09-21T13:37:50.976 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-09-21T13:37:48.265117+0000', 'flags': 32769, 'flags_names': 'hashpspool,creating', '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': '20', '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-21T13:37:50.976 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell --fsid 2073d30c-781e-11ef-baf6-efdc52797490 -- ceph osd pool get .mgr pg_num 2024-09-21T13:37:51.233 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:37:51.340 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:51 smithi118 ceph-mon[30084]: pgmap v79: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:37:51.340 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:51 smithi118 ceph-mon[30084]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-21T13:37:51.340 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:51 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-21T13:37:51.340 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:51 smithi118 ceph-mon[30084]: osdmap e20: 3 total, 3 up, 3 in 2024-09-21T13:37:51.340 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:51 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:51.340 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:51 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:51.340 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:51 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:51.340 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:51 smithi118 ceph-mon[30084]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T13:37:51.340 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:51 smithi118 ceph-mon[30084]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T13:37:51.340 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:51 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T13:37:51.340 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:51 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T13:37:51.340 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:51 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T13:37:51.341 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:51 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T13:37:51.341 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:51 smithi118 ceph-mon[30084]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T13:37:51.341 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:51 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T13:37:51.341 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:51 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T13:37:51.341 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:51 smithi118 ceph-mon[30084]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T13:37:51.341 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:51 smithi118 ceph-mon[30084]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T13:37:51.341 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:51 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T13:37:51.341 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:51 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T13:37:51.341 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:51 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T13:37:51.341 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:51 smithi118 ceph-mon[30084]: from='client.? 172.21.15.118:0/1420231433' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T13:37:51.341 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:51 smithi118 ceph-mon[30084]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T13:37:51.409 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:51 smithi175 ceph-mon[32623]: pgmap v79: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:37:51.409 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:51 smithi175 ceph-mon[32623]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-21T13:37:51.409 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:51 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-21T13:37:51.409 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:51 smithi175 ceph-mon[32623]: osdmap e20: 3 total, 3 up, 3 in 2024-09-21T13:37:51.409 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:51 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:51.409 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:51 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:51.409 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:51 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:51.409 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:51 smithi175 ceph-mon[32623]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T13:37:51.409 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:51 smithi175 ceph-mon[32623]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T13:37:51.409 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:51 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T13:37:51.409 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:51 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T13:37:51.410 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:51 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T13:37:51.410 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:51 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T13:37:51.410 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:51 smithi175 ceph-mon[32623]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T13:37:51.410 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:51 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T13:37:51.410 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:51 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T13:37:51.410 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:51 smithi175 ceph-mon[32623]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T13:37:51.410 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:51 smithi175 ceph-mon[32623]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T13:37:51.410 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:51 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T13:37:51.410 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:51 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T13:37:51.410 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:51 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T13:37:51.410 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:51 smithi175 ceph-mon[32623]: from='client.? 172.21.15.118:0/1420231433' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T13:37:51.411 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:51 smithi175 ceph-mon[32623]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T13:37:51.512 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:51 smithi149 ceph-mon[33204]: pgmap v79: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:37:51.512 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:51 smithi149 ceph-mon[33204]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-21T13:37:51.512 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:51 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-21T13:37:51.512 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:51 smithi149 ceph-mon[33204]: osdmap e20: 3 total, 3 up, 3 in 2024-09-21T13:37:51.512 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:51 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:51.512 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:51 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:51.512 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:51 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:37:51.513 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:51 smithi149 ceph-mon[33204]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T13:37:51.513 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:51 smithi149 ceph-mon[33204]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T13:37:51.513 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:51 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T13:37:51.513 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:51 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T13:37:51.513 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:51 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T13:37:51.513 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:51 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T13:37:51.513 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:51 smithi149 ceph-mon[33204]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T13:37:51.513 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:51 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T13:37:51.513 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:51 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T13:37:51.513 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:51 smithi149 ceph-mon[33204]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T13:37:51.513 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:51 smithi149 ceph-mon[33204]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T13:37:51.513 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:51 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T13:37:51.513 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:51 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T13:37:51.513 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:51 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T13:37:51.514 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:51 smithi149 ceph-mon[33204]: from='client.? 172.21.15.118:0/1420231433' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T13:37:51.514 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:51 smithi149 ceph-mon[33204]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T13:37:51.904 INFO:teuthology.orchestra.run.smithi118.stdout:pg_num: 1 2024-09-21T13:37:52.253 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:52 smithi118 ceph-mon[30084]: osdmap e21: 3 total, 3 up, 3 in 2024-09-21T13:37:52.253 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:52 smithi118 ceph-mon[30084]: from='client.? 172.21.15.118:0/3392405444' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-21T13:37:52.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:52 smithi175 ceph-mon[32623]: osdmap e21: 3 total, 3 up, 3 in 2024-09-21T13:37:52.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:52 smithi175 ceph-mon[32623]: from='client.? 172.21.15.118:0/3392405444' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-21T13:37:52.511 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:52 smithi149 ceph-mon[33204]: osdmap e21: 3 total, 3 up, 3 in 2024-09-21T13:37:52.511 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:52 smithi149 ceph-mon[33204]: from='client.? 172.21.15.118:0/3392405444' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-21T13:37:52.519 INFO:tasks.cephadm:Setting up client nodes... 2024-09-21T13:37:52.519 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell --fsid 2073d30c-781e-11ef-baf6-efdc52797490 -- ceph config log 1 --format=json 2024-09-21T13:37:52.764 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:37:53.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:53 smithi118 ceph-mon[30084]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:37:53.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:53 smithi118 ceph-mon[30084]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-21T13:37:53.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:53 smithi118 ceph-mon[30084]: Cluster is now healthy 2024-09-21T13:37:53.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:53 smithi118 ceph-mon[30084]: mgrmap e15: a(active, since 2m), standbys: b 2024-09-21T13:37:53.316 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:53 smithi149 ceph-mon[33204]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:37:53.316 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:53 smithi149 ceph-mon[33204]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-21T13:37:53.317 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:53 smithi149 ceph-mon[33204]: Cluster is now healthy 2024-09-21T13:37:53.317 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:53 smithi149 ceph-mon[33204]: mgrmap e15: a(active, since 2m), standbys: b 2024-09-21T13:37:53.382 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:37:53.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:53 smithi175 ceph-mon[32623]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:37:53.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:53 smithi175 ceph-mon[32623]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-21T13:37:53.409 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:53 smithi175 ceph-mon[32623]: Cluster is now healthy 2024-09-21T13:37:53.409 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:53 smithi175 ceph-mon[32623]: mgrmap e15: a(active, since 2m), standbys: b 2024-09-21T13:37:53.994 INFO:teuthology.orchestra.run.smithi118.stdout:[{"version":15,"timestamp":"2024-09-21T13:37:47.914915+0000","name":"","changes":[{"name":"osd/host:smithi175/osd_memory_target","new_value":"22213088870"}]}] 2024-09-21T13:37:53.995 INFO:tasks.ceph_manager:config epoch is 15 2024-09-21T13:37:53.995 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-09-21T13:37:53.995 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-09-21T13:37:53.995 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell --fsid 2073d30c-781e-11ef-baf6-efdc52797490 -- ceph mgr dump --format=json 2024-09-21T13:37:54.233 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:37:54.354 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:54 smithi118 ceph-mon[30084]: from='client.? 172.21.15.118:0/1396257877' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-21T13:37:54.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:54 smithi175 ceph-mon[32623]: from='client.? 172.21.15.118:0/1396257877' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-21T13:37:54.511 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:54 smithi149 ceph-mon[33204]: from='client.? 172.21.15.118:0/1396257877' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-21T13:37:54.889 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:37:55.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:55 smithi118 ceph-mon[30084]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:37:55.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:55 smithi118 ceph-mon[30084]: from='client.? 172.21.15.118:0/3097898859' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-21T13:37:55.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:55 smithi175 ceph-mon[32623]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:37:55.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:55 smithi175 ceph-mon[32623]: from='client.? 172.21.15.118:0/3097898859' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-21T13:37:55.511 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:55 smithi149 ceph-mon[33204]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:37:55.519 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:55 smithi149 ceph-mon[33204]: from='client.? 172.21.15.118:0/3097898859' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-21T13:37:55.543 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":15,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6800","nonce":3269918896},{"type":"v1","addr":"172.21.15.118:6801","nonce":3269918896}]},"active_addr":"172.21.15.118:6801/3269918896","active_change":"2024-09-21T13:35:29.964172+0000","active_mgr_features":4540719139924082687,"available":true,"standbys":[{"gid":24107,"name":"b","mgr_features":4540719139924082687,"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, use commas to separate multiple","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.27.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:10.4.8","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_nginx":{"name":"container_image_nginx","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nginx:sclorg-nginx-126","min":"","max":"","enum_allowed":[],"desc":"Nginx container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.7.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.17","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_oauth2_proxy":{"name":"container_image_oauth2_proxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/oauth2-proxy/oauth2-proxy:v7.6.0","min":"","max":"","enum_allowed":[],"desc":"oauth2-proxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.51.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail: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_samba_metrics":{"name":"container_image_samba_metrics","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-metrics:latest","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB metrics exporter 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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"ssh_keepalive_count_max":{"name":"ssh_keepalive_count_max","type":"int","level":"advanced","flags":0,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"How many times ssh connections can fail liveness checks before the host is marked offline","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_interval":{"name":"ssh_keepalive_interval","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"How often ssh connections are checked for liveness","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sso_oauth2":{"name":"sso_oauth2","type":"bool","level":"advanced","flags":0,"default_value":"False","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"max_requests":{"name":"max_requests","type":"int","level":"advanced","flags":0,"default_value":"500","min":"","max":"","enum_allowed":[],"desc":"Maximum number of requests to keep in memory. When new request comes in, the oldest request will be removed if the number of requests exceeds the max request number.if un-finished request is removed, error message will be logged in the ceph-mgr log.","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","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":"smb","can_run":true,"error_string":"","module_options":{"internal_store_backend":{"name":"internal_store_backend","type":"str","level":"dev","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"set internal store backend. for develoment and testing only","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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, use commas to separate multiple","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.27.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:10.4.8","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_nginx":{"name":"container_image_nginx","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nginx:sclorg-nginx-126","min":"","max":"","enum_allowed":[],"desc":"Nginx container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.7.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.17","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_oauth2_proxy":{"name":"container_image_oauth2_proxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/oauth2-proxy/oauth2-proxy:v7.6.0","min":"","max":"","enum_allowed":[],"desc":"oauth2-proxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.51.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail: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_samba_metrics":{"name":"container_image_samba_metrics","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-metrics:latest","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB metrics exporter 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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"ssh_keepalive_count_max":{"name":"ssh_keepalive_count_max","type":"int","level":"advanced","flags":0,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"How many times ssh connections can fail liveness checks before the host is marked offline","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_interval":{"name":"ssh_keepalive_interval","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"How often ssh connections are checked for liveness","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sso_oauth2":{"name":"sso_oauth2","type":"bool","level":"advanced","flags":0,"default_value":"False","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"max_requests":{"name":"max_requests","type":"int","level":"advanced","flags":0,"default_value":"500","min":"","max":"","enum_allowed":[],"desc":"Maximum number of requests to keep in memory. When new request comes in, the oldest request will be removed if the number of requests exceeds the max request number.if un-finished request is removed, error message will be logged in the ceph-mgr log.","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","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":"smb","can_run":true,"error_string":"","module_options":{"internal_store_backend":{"name":"internal_store_backend","type":"str","level":"dev","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"set internal store backend. for develoment and testing only","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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.118: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.118:0","nonce":2457788284}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.118:0","nonce":102852009}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.118:0","nonce":1013778912}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.118:0","nonce":866958299}]}]} 2024-09-21T13:37:55.547 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-09-21T13:37:55.548 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-09-21T13:37:55.548 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell --fsid 2073d30c-781e-11ef-baf6-efdc52797490 -- ceph osd dump --format=json 2024-09-21T13:37:55.789 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:37:56.436 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:37:56.436 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":21,"fsid":"2073d30c-781e-11ef-baf6-efdc52797490","created":"2024-09-21T13:34:31.505519+0000","modified":"2024-09-21T13:37:51.018203+0000","last_up_change":"2024-09-21T13:37:47.458723+0000","last_in_change":"2024-09-21T13:37:25.143504+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-21T13:37:48.265117+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":"38bba724-9153-4007-9685-c4843e353311","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.118:6802","nonce":2918158412},{"type":"v1","addr":"172.21.15.118:6803","nonce":2918158412}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6804","nonce":2918158412},{"type":"v1","addr":"172.21.15.118:6805","nonce":2918158412}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6808","nonce":2918158412},{"type":"v1","addr":"172.21.15.118:6809","nonce":2918158412}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6806","nonce":2918158412},{"type":"v1","addr":"172.21.15.118:6807","nonce":2918158412}]},"public_addr":"172.21.15.118:6803/2918158412","cluster_addr":"172.21.15.118:6805/2918158412","heartbeat_back_addr":"172.21.15.118:6809/2918158412","heartbeat_front_addr":"172.21.15.118:6807/2918158412","state":["exists","up"]},{"osd":1,"uuid":"7cf31885-32ea-4bf4-94ff-19d04bba56df","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.149:6800","nonce":374777702},{"type":"v1","addr":"172.21.15.149:6801","nonce":374777702}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6802","nonce":374777702},{"type":"v1","addr":"172.21.15.149:6803","nonce":374777702}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6806","nonce":374777702},{"type":"v1","addr":"172.21.15.149:6807","nonce":374777702}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6804","nonce":374777702},{"type":"v1","addr":"172.21.15.149:6805","nonce":374777702}]},"public_addr":"172.21.15.149:6801/374777702","cluster_addr":"172.21.15.149:6803/374777702","heartbeat_back_addr":"172.21.15.149:6807/374777702","heartbeat_front_addr":"172.21.15.149:6805/374777702","state":["exists","up"]},{"osd":2,"uuid":"5a4441a0-7495-492f-b39d-44236ad7f00d","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.175:6800","nonce":3726425489},{"type":"v1","addr":"172.21.15.175:6801","nonce":3726425489}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6802","nonce":3726425489},{"type":"v1","addr":"172.21.15.175:6803","nonce":3726425489}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6806","nonce":3726425489},{"type":"v1","addr":"172.21.15.175:6807","nonce":3726425489}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6804","nonce":3726425489},{"type":"v1","addr":"172.21.15.175:6805","nonce":3726425489}]},"public_addr":"172.21.15.175:6801/3726425489","cluster_addr":"172.21.15.175:6803/3726425489","heartbeat_back_addr":"172.21.15.175:6807/3726425489","heartbeat_front_addr":"172.21.15.175:6805/3726425489","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T13:36:52.786620+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T13:37:19.498218+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T13:37:45.298556+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.118:0/2158928241":"2024-09-22T13:35:29.964065+0000","172.21.15.118:6800/3984730461":"2024-09-22T13:35:29.964065+0000","172.21.15.118:0/2295156014":"2024-09-22T13:35:29.964065+0000","172.21.15.118:0/2164036501":"2024-09-22T13:35:29.964065+0000","172.21.15.118:0/1438286306":"2024-09-22T13:35:05.002350+0000","172.21.15.118:6801/3984730461":"2024-09-22T13:35:29.964065+0000","172.21.15.118:0/4022761982":"2024-09-22T13:35:05.002350+0000","172.21.15.118:0/2065331625":"2024-09-22T13:35:05.002350+0000","172.21.15.118:6801/565948569":"2024-09-22T13:35:05.002350+0000","172.21.15.118:6800/565948569":"2024-09-22T13:35:05.002350+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-21T13:37:57.059 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-09-21T13:37:57.059 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell --fsid 2073d30c-781e-11ef-baf6-efdc52797490 -- ceph osd dump --format=json 2024-09-21T13:37:57.298 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:37:57.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:57 smithi118 ceph-mon[30084]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:37:57.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:57 smithi118 ceph-mon[30084]: from='client.? 172.21.15.118:0/3323178752' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T13:37:57.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:57 smithi175 ceph-mon[32623]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:37:57.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:57 smithi175 ceph-mon[32623]: from='client.? 172.21.15.118:0/3323178752' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T13:37:57.511 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:57 smithi149 ceph-mon[33204]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:37:57.511 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:57 smithi149 ceph-mon[33204]: from='client.? 172.21.15.118:0/3323178752' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T13:37:57.940 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:37:57.940 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":21,"fsid":"2073d30c-781e-11ef-baf6-efdc52797490","created":"2024-09-21T13:34:31.505519+0000","modified":"2024-09-21T13:37:51.018203+0000","last_up_change":"2024-09-21T13:37:47.458723+0000","last_in_change":"2024-09-21T13:37:25.143504+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-21T13:37:48.265117+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":"38bba724-9153-4007-9685-c4843e353311","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.118:6802","nonce":2918158412},{"type":"v1","addr":"172.21.15.118:6803","nonce":2918158412}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6804","nonce":2918158412},{"type":"v1","addr":"172.21.15.118:6805","nonce":2918158412}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6808","nonce":2918158412},{"type":"v1","addr":"172.21.15.118:6809","nonce":2918158412}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6806","nonce":2918158412},{"type":"v1","addr":"172.21.15.118:6807","nonce":2918158412}]},"public_addr":"172.21.15.118:6803/2918158412","cluster_addr":"172.21.15.118:6805/2918158412","heartbeat_back_addr":"172.21.15.118:6809/2918158412","heartbeat_front_addr":"172.21.15.118:6807/2918158412","state":["exists","up"]},{"osd":1,"uuid":"7cf31885-32ea-4bf4-94ff-19d04bba56df","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.149:6800","nonce":374777702},{"type":"v1","addr":"172.21.15.149:6801","nonce":374777702}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6802","nonce":374777702},{"type":"v1","addr":"172.21.15.149:6803","nonce":374777702}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6806","nonce":374777702},{"type":"v1","addr":"172.21.15.149:6807","nonce":374777702}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6804","nonce":374777702},{"type":"v1","addr":"172.21.15.149:6805","nonce":374777702}]},"public_addr":"172.21.15.149:6801/374777702","cluster_addr":"172.21.15.149:6803/374777702","heartbeat_back_addr":"172.21.15.149:6807/374777702","heartbeat_front_addr":"172.21.15.149:6805/374777702","state":["exists","up"]},{"osd":2,"uuid":"5a4441a0-7495-492f-b39d-44236ad7f00d","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.175:6800","nonce":3726425489},{"type":"v1","addr":"172.21.15.175:6801","nonce":3726425489}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6802","nonce":3726425489},{"type":"v1","addr":"172.21.15.175:6803","nonce":3726425489}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6806","nonce":3726425489},{"type":"v1","addr":"172.21.15.175:6807","nonce":3726425489}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6804","nonce":3726425489},{"type":"v1","addr":"172.21.15.175:6805","nonce":3726425489}]},"public_addr":"172.21.15.175:6801/3726425489","cluster_addr":"172.21.15.175:6803/3726425489","heartbeat_back_addr":"172.21.15.175:6807/3726425489","heartbeat_front_addr":"172.21.15.175:6805/3726425489","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T13:36:52.786620+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T13:37:19.498218+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T13:37:45.298556+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.118:0/2158928241":"2024-09-22T13:35:29.964065+0000","172.21.15.118:6800/3984730461":"2024-09-22T13:35:29.964065+0000","172.21.15.118:0/2295156014":"2024-09-22T13:35:29.964065+0000","172.21.15.118:0/2164036501":"2024-09-22T13:35:29.964065+0000","172.21.15.118:0/1438286306":"2024-09-22T13:35:05.002350+0000","172.21.15.118:6801/3984730461":"2024-09-22T13:35:29.964065+0000","172.21.15.118:0/4022761982":"2024-09-22T13:35:05.002350+0000","172.21.15.118:0/2065331625":"2024-09-22T13:35:05.002350+0000","172.21.15.118:6801/565948569":"2024-09-22T13:35:05.002350+0000","172.21.15.118:6800/565948569":"2024-09-22T13:35:05.002350+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-21T13:37:58.243 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:58 smithi118 ceph-mon[30084]: from='client.? 172.21.15.118:0/3413760222' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T13:37:58.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:58 smithi175 ceph-mon[32623]: from='client.? 172.21.15.118:0/3413760222' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T13:37:58.511 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:58 smithi149 ceph-mon[33204]: from='client.? 172.21.15.118:0/3413760222' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T13:37:58.558 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell --fsid 2073d30c-781e-11ef-baf6-efdc52797490 -- ceph tell osd.0 flush_pg_stats 2024-09-21T13:37:58.558 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell --fsid 2073d30c-781e-11ef-baf6-efdc52797490 -- ceph tell osd.1 flush_pg_stats 2024-09-21T13:37:58.559 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell --fsid 2073d30c-781e-11ef-baf6-efdc52797490 -- ceph tell osd.2 flush_pg_stats 2024-09-21T13:37:58.828 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:37:58.829 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:37:58.829 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:37:59.222 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:37:59 smithi118 ceph-mon[30084]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:37:59.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:37:59 smithi175 ceph-mon[32623]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:37:59.511 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:37:59 smithi149 ceph-mon[33204]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:00.199 INFO:teuthology.orchestra.run.smithi118.stdout:55834574857 2024-09-21T13:38:00.199 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell --fsid 2073d30c-781e-11ef-baf6-efdc52797490 -- ceph osd last-stat-seq osd.1 2024-09-21T13:38:01.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:01 smithi118 ceph-mon[30084]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:01.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:01 smithi175 ceph-mon[32623]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:01.511 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:01 smithi149 ceph-mon[33204]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:01.587 INFO:teuthology.orchestra.run.smithi118.stdout:34359738385 2024-09-21T13:38:01.587 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell --fsid 2073d30c-781e-11ef-baf6-efdc52797490 -- ceph osd last-stat-seq osd.0 2024-09-21T13:38:02.058 INFO:teuthology.orchestra.run.smithi118.stdout:77309411334 2024-09-21T13:38:02.059 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell --fsid 2073d30c-781e-11ef-baf6-efdc52797490 -- ceph osd last-stat-seq osd.2 2024-09-21T13:38:02.115 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:38:02.581 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:38:02.776 INFO:teuthology.orchestra.run.smithi118.stdout:55834574858 2024-09-21T13:38:03.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:03 smithi118 ceph-mon[30084]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:03.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:03 smithi118 ceph-mon[30084]: from='client.? 172.21.15.118:0/993894526' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-21T13:38:03.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:03 smithi175 ceph-mon[32623]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:03.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:03 smithi175 ceph-mon[32623]: from='client.? 172.21.15.118:0/993894526' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-21T13:38:03.511 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:03 smithi149 ceph-mon[33204]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:03.511 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:03 smithi149 ceph-mon[33204]: from='client.? 172.21.15.118:0/993894526' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-21T13:38:03.520 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:38:03.561 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574857 got 55834574858 for osd.1 2024-09-21T13:38:03.562 DEBUG:teuthology.parallel:result is None 2024-09-21T13:38:04.170 INFO:teuthology.orchestra.run.smithi118.stdout:34359738385 2024-09-21T13:38:04.369 INFO:teuthology.orchestra.run.smithi118.stdout:77309411335 2024-09-21T13:38:05.047 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411334 got 77309411335 for osd.2 2024-09-21T13:38:05.047 DEBUG:teuthology.parallel:result is None 2024-09-21T13:38:05.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:05 smithi118 ceph-mon[30084]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:05.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:05 smithi118 ceph-mon[30084]: from='client.? 172.21.15.118:0/74419239' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-21T13:38:05.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:05 smithi118 ceph-mon[30084]: from='client.? 172.21.15.118:0/3180328048' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-21T13:38:05.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:05 smithi175 ceph-mon[32623]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:05.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:05 smithi175 ceph-mon[32623]: from='client.? 172.21.15.118:0/74419239' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-21T13:38:05.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:05 smithi175 ceph-mon[32623]: from='client.? 172.21.15.118:0/3180328048' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-21T13:38:05.476 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738385 got 34359738385 for osd.0 2024-09-21T13:38:05.476 DEBUG:teuthology.parallel:result is None 2024-09-21T13:38:05.476 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-09-21T13:38:05.476 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell --fsid 2073d30c-781e-11ef-baf6-efdc52797490 -- ceph pg dump --format=json 2024-09-21T13:38:05.511 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:05 smithi149 ceph-mon[33204]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:05.511 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:05 smithi149 ceph-mon[33204]: from='client.? 172.21.15.118:0/74419239' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-21T13:38:05.511 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:05 smithi149 ceph-mon[33204]: from='client.? 172.21.15.118:0/3180328048' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-21T13:38:05.719 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:38:06.421 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:38:06.421 INFO:teuthology.orchestra.run.smithi118.stderr:dumped all 2024-09-21T13:38:07.056 INFO:teuthology.orchestra.run.smithi118.stdout:{"pg_ready":true,"pg_map":{"version":89,"stamp":"2024-09-21T13:38:05.993527+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":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"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":92,"ondisk_log_size":92,"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":88076,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":85179,"kb_avail":281147380,"statfs":{"total":287985106944,"available":287894917120,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4783,"internal_metadata":87223633},"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.002162"},"pg_stats":[{"pgid":"1.0","version":"20'92","reported_seq":127,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-09-21T13:37:51.026806+0000","last_change":"2024-09-21T13:37:50.026556+0000","last_active":"2024-09-21T13:37:51.026806+0000","last_peered":"2024-09-21T13:37:51.026806+0000","last_clean":"2024-09-21T13:37:51.026806+0000","last_became_active":"2024-09-21T13:37:50.025483+0000","last_became_peered":"2024-09-21T13:37:50.025483+0000","last_unstale":"2024-09-21T13:37:51.026806+0000","last_undegraded":"2024-09-21T13:37:51.026806+0000","last_fullsized":"2024-09-21T13:37:51.026806+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-21T13:37:49.007240+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-21T13:37:49.007240+0000","last_clean_scrub_stamp":"2024-09-21T13:37:49.007240+0000","objects_scrubbed":0,"log_size":92,"log_dups_size":0,"ondisk_log_size":92,"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-22T13:58:12.222392+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":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"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":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"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":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411335,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27972,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717180,"statfs":{"total":95995035648,"available":95966392320,"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,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":55834574858,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27972,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717180,"statfs":{"total":95995035648,"available":95966392320,"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,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":34359738386,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32132,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713020,"statfs":{"total":95995035648,"available":95962132480,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31914438},"hb_peers":[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-21T13:38:07.056 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell --fsid 2073d30c-781e-11ef-baf6-efdc52797490 -- ceph pg dump --format=json 2024-09-21T13:38:07.294 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:38:07.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:07 smithi118 ceph-mon[30084]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:07.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:07 smithi118 ceph-mon[30084]: from='client.14370 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T13:38:07.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:07 smithi175 ceph-mon[32623]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:07.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:07 smithi175 ceph-mon[32623]: from='client.14370 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T13:38:07.511 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:07 smithi149 ceph-mon[33204]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:07.511 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:07 smithi149 ceph-mon[33204]: from='client.14370 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T13:38:07.927 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:38:07.928 INFO:teuthology.orchestra.run.smithi118.stderr:dumped all 2024-09-21T13:38:08.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:08 smithi118 ceph-mon[30084]: from='client.14376 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T13:38:08.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:08 smithi175 ceph-mon[32623]: from='client.14376 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T13:38:08.511 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:08 smithi149 ceph-mon[33204]: from='client.14376 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T13:38:08.598 INFO:teuthology.orchestra.run.smithi118.stdout:{"pg_ready":true,"pg_map":{"version":89,"stamp":"2024-09-21T13:38:05.993527+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":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"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":92,"ondisk_log_size":92,"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":88076,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":85179,"kb_avail":281147380,"statfs":{"total":287985106944,"available":287894917120,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4783,"internal_metadata":87223633},"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.002162"},"pg_stats":[{"pgid":"1.0","version":"20'92","reported_seq":127,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-09-21T13:37:51.026806+0000","last_change":"2024-09-21T13:37:50.026556+0000","last_active":"2024-09-21T13:37:51.026806+0000","last_peered":"2024-09-21T13:37:51.026806+0000","last_clean":"2024-09-21T13:37:51.026806+0000","last_became_active":"2024-09-21T13:37:50.025483+0000","last_became_peered":"2024-09-21T13:37:50.025483+0000","last_unstale":"2024-09-21T13:37:51.026806+0000","last_undegraded":"2024-09-21T13:37:51.026806+0000","last_fullsized":"2024-09-21T13:37:51.026806+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-21T13:37:49.007240+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-21T13:37:49.007240+0000","last_clean_scrub_stamp":"2024-09-21T13:37:49.007240+0000","objects_scrubbed":0,"log_size":92,"log_dups_size":0,"ondisk_log_size":92,"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-22T13:58:12.222392+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":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"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":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"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":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411335,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27972,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717180,"statfs":{"total":95995035648,"available":95966392320,"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,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":55834574858,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27972,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717180,"statfs":{"total":95995035648,"available":95966392320,"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,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":34359738386,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32132,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713020,"statfs":{"total":95995035648,"available":95962132480,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31914438},"hb_peers":[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-21T13:38:08.599 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-09-21T13:38:08.599 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-09-21T13:38:08.599 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-09-21T13:38:08.599 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell --fsid 2073d30c-781e-11ef-baf6-efdc52797490 -- ceph health --format=json 2024-09-21T13:38:08.840 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:38:09.263 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:09 smithi118 ceph-mon[30084]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:09.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:09 smithi175 ceph-mon[32623]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:09.511 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:09 smithi149 ceph-mon[33204]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:09.564 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:38:09.565 INFO:teuthology.orchestra.run.smithi118.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-21T13:38:10.200 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:10 smithi118 ceph-mon[30084]: from='client.? 172.21.15.118:0/1098010000' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-21T13:38:10.227 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-09-21T13:38:10.227 INFO:tasks.cephadm:Setup complete, yielding 2024-09-21T13:38:10.227 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-21T13:38:10.236 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi118.front.sepia.ceph.com 2024-09-21T13:38:10.236 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2073d30c-781e-11ef-baf6-efdc52797490 -- bash -c 'set -e 2024-09-21T13:38:10.236 DEBUG:teuthology.orchestra.run.smithi118:> set -x 2024-09-21T13:38:10.236 DEBUG:teuthology.orchestra.run.smithi118:> ceph orch apply node-exporter 2024-09-21T13:38:10.237 DEBUG:teuthology.orchestra.run.smithi118:> ceph orch apply grafana 2024-09-21T13:38:10.237 DEBUG:teuthology.orchestra.run.smithi118:> ceph orch apply alertmanager 2024-09-21T13:38:10.237 DEBUG:teuthology.orchestra.run.smithi118:> ceph orch apply prometheus 2024-09-21T13:38:10.237 DEBUG:teuthology.orchestra.run.smithi118:> sleep 240 2024-09-21T13:38:10.237 DEBUG:teuthology.orchestra.run.smithi118:> ceph orch ls 2024-09-21T13:38:10.237 DEBUG:teuthology.orchestra.run.smithi118:> ceph orch ps 2024-09-21T13:38:10.237 DEBUG:teuthology.orchestra.run.smithi118:> ceph orch host ls 2024-09-21T13:38:10.237 DEBUG:teuthology.orchestra.run.smithi118:> MON_DAEMON=$(ceph orch ps --daemon-type mon -f json | jq -r '"'"'last | .daemon_name'"'"') 2024-09-21T13:38:10.237 DEBUG:teuthology.orchestra.run.smithi118:> GRAFANA_HOST=$(ceph orch ps --daemon-type grafana -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-09-21T13:38:10.237 DEBUG:teuthology.orchestra.run.smithi118:> PROM_HOST=$(ceph orch ps --daemon-type prometheus -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-09-21T13:38:10.237 DEBUG:teuthology.orchestra.run.smithi118:> ALERTM_HOST=$(ceph orch ps --daemon-type alertmanager -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-09-21T13:38:10.237 DEBUG:teuthology.orchestra.run.smithi118:> GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST "$GRAFANA_HOST" '"'"'.[] | select(.hostname==$GRAFANA_HOST) | .addr'"'"') 2024-09-21T13:38:10.237 DEBUG:teuthology.orchestra.run.smithi118:> PROM_IP=$(ceph orch host ls -f json | jq -r --arg PROM_HOST "$PROM_HOST" '"'"'.[] | select(.hostname==$PROM_HOST) | .addr'"'"') 2024-09-21T13:38:10.237 DEBUG:teuthology.orchestra.run.smithi118:> ALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST "$ALERTM_HOST" '"'"'.[] | select(.hostname==$ALERTM_HOST) | .addr'"'"') 2024-09-21T13:38:10.238 DEBUG:teuthology.orchestra.run.smithi118:> # check each host node-exporter metrics endpoint is responsive 2024-09-21T13:38:10.238 DEBUG:teuthology.orchestra.run.smithi118:> ALL_HOST_IPS=$(ceph orch host ls -f json | jq -r '"'"'.[] | .addr'"'"') 2024-09-21T13:38:10.238 DEBUG:teuthology.orchestra.run.smithi118:> for ip in $ALL_HOST_IPS; do 2024-09-21T13:38:10.238 DEBUG:teuthology.orchestra.run.smithi118:> curl -s http://${ip}:9100/metric 2024-09-21T13:38:10.238 DEBUG:teuthology.orchestra.run.smithi118:> done 2024-09-21T13:38:10.238 DEBUG:teuthology.orchestra.run.smithi118:> # check grafana endpoints are responsive and database health is okay 2024-09-21T13:38:10.238 DEBUG:teuthology.orchestra.run.smithi118:> curl -k -s https://${GRAFANA_IP}:3000/api/health 2024-09-21T13:38:10.238 DEBUG:teuthology.orchestra.run.smithi118:> curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '"'"'.database == "ok"'"'"' 2024-09-21T13:38:10.238 DEBUG:teuthology.orchestra.run.smithi118:> # stop mon daemon in order to trigger an alert 2024-09-21T13:38:10.238 DEBUG:teuthology.orchestra.run.smithi118:> ceph orch daemon stop $MON_DAEMON 2024-09-21T13:38:10.238 DEBUG:teuthology.orchestra.run.smithi118:> sleep 120 2024-09-21T13:38:10.238 DEBUG:teuthology.orchestra.run.smithi118:> # check prometheus endpoints are responsive and mon down alert is firing 2024-09-21T13:38:10.239 DEBUG:teuthology.orchestra.run.smithi118:> curl -s http://${PROM_IP}:9095/api/v1/status/config 2024-09-21T13:38:10.239 DEBUG:teuthology.orchestra.run.smithi118:> curl -s http://${PROM_IP}:9095/api/v1/status/config | jq -e '"'"'.status == "success"'"'"' 2024-09-21T13:38:10.239 DEBUG:teuthology.orchestra.run.smithi118:> curl -s http://${PROM_IP}:9095/api/v1/alerts 2024-09-21T13:38:10.239 DEBUG:teuthology.orchestra.run.smithi118:> curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '"'"'.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"'"'"' 2024-09-21T13:38:10.239 DEBUG:teuthology.orchestra.run.smithi118:> # check alertmanager endpoints are responsive and mon down alert is active 2024-09-21T13:38:10.239 DEBUG:teuthology.orchestra.run.smithi118:> curl -s http://${ALERTM_IP}:9093/api/v2/status 2024-09-21T13:38:10.239 DEBUG:teuthology.orchestra.run.smithi118:> curl -s http://${ALERTM_IP}:9093/api/v2/alerts 2024-09-21T13:38:10.239 DEBUG:teuthology.orchestra.run.smithi118:> curl -s http://${ALERTM_IP}:9093/api/v2/alerts | jq -e '"'"'.[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"'"'"' 2024-09-21T13:38:10.239 DEBUG:teuthology.orchestra.run.smithi118:> ' 2024-09-21T13:38:10.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:10 smithi175 ceph-mon[32623]: from='client.? 172.21.15.118:0/1098010000' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-21T13:38:10.477 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:38:10.511 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:10 smithi149 ceph-mon[33204]: from='client.? 172.21.15.118:0/1098010000' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-21T13:38:10.953 INFO:teuthology.orchestra.run.smithi118.stderr:+ ceph orch apply node-exporter 2024-09-21T13:38:11.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:11 smithi118 ceph-mon[30084]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:11.149 INFO:teuthology.orchestra.run.smithi118.stdout:Scheduled node-exporter update... 2024-09-21T13:38:11.162 INFO:teuthology.orchestra.run.smithi118.stderr:+ ceph orch apply grafana 2024-09-21T13:38:11.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:11 smithi175 ceph-mon[32623]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:11.464 INFO:teuthology.orchestra.run.smithi118.stdout:Scheduled grafana update... 2024-09-21T13:38:11.475 INFO:teuthology.orchestra.run.smithi118.stderr:+ ceph orch apply alertmanager 2024-09-21T13:38:11.511 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:11 smithi149 ceph-mon[33204]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:11.761 INFO:teuthology.orchestra.run.smithi118.stdout:Scheduled alertmanager update... 2024-09-21T13:38:11.776 INFO:teuthology.orchestra.run.smithi118.stderr:+ ceph orch apply prometheus 2024-09-21T13:38:12.079 INFO:teuthology.orchestra.run.smithi118.stdout:Scheduled prometheus update... 2024-09-21T13:38:12.090 INFO:teuthology.orchestra.run.smithi118.stderr:+ sleep 240 2024-09-21T13:38:12.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:12 smithi118 ceph-mon[30084]: from='client.14388 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:38:12.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:12 smithi118 ceph-mon[30084]: Saving service node-exporter spec with placement * 2024-09-21T13:38:12.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:12 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:12.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:12 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:38:12.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:12 smithi118 ceph-mon[30084]: from='client.14394 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:38:12.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:12 smithi118 ceph-mon[30084]: Saving service grafana spec with placement count:1 2024-09-21T13:38:12.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:12 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:12.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:12 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:38:12.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:12 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:38:12.388 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:12 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:12.388 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:12 smithi118 ceph-mon[30084]: Deploying daemon node-exporter.smithi118 on smithi118 2024-09-21T13:38:12.388 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:12 smithi118 ceph-mon[30084]: from='client.14400 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:38:12.388 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:12 smithi118 ceph-mon[30084]: Saving service alertmanager spec with placement count:1 2024-09-21T13:38:12.388 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:12 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:12.388 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:12 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:12.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:12 smithi175 ceph-mon[32623]: from='client.14388 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:38:12.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:12 smithi175 ceph-mon[32623]: Saving service node-exporter spec with placement * 2024-09-21T13:38:12.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:12 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:12.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:12 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:38:12.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:12 smithi175 ceph-mon[32623]: from='client.14394 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:38:12.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:12 smithi175 ceph-mon[32623]: Saving service grafana spec with placement count:1 2024-09-21T13:38:12.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:12 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:12.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:12 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:38:12.409 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:12 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:38:12.409 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:12 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:12.409 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:12 smithi175 ceph-mon[32623]: Deploying daemon node-exporter.smithi118 on smithi118 2024-09-21T13:38:12.409 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:12 smithi175 ceph-mon[32623]: from='client.14400 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:38:12.409 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:12 smithi175 ceph-mon[32623]: Saving service alertmanager spec with placement count:1 2024-09-21T13:38:12.409 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:12 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:12.409 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:12 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:12.413 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:12 smithi149 ceph-mon[33204]: from='client.14388 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:38:12.413 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:12 smithi149 ceph-mon[33204]: Saving service node-exporter spec with placement * 2024-09-21T13:38:12.413 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:12 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:12.413 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:12 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:38:12.413 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:12 smithi149 ceph-mon[33204]: from='client.14394 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:38:12.413 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:12 smithi149 ceph-mon[33204]: Saving service grafana spec with placement count:1 2024-09-21T13:38:12.413 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:12 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:12.413 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:12 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:38:12.413 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:12 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:38:12.414 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:12 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:12.414 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:12 smithi149 ceph-mon[33204]: Deploying daemon node-exporter.smithi118 on smithi118 2024-09-21T13:38:12.414 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:12 smithi149 ceph-mon[33204]: from='client.14400 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:38:12.414 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:12 smithi149 ceph-mon[33204]: Saving service alertmanager spec with placement count:1 2024-09-21T13:38:12.414 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:12 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:12.414 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:12 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:14.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:13 smithi118 ceph-mon[30084]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:14.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:13 smithi118 ceph-mon[30084]: from='client.14406 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:38:14.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:13 smithi118 ceph-mon[30084]: Saving service prometheus spec with placement count:1 2024-09-21T13:38:14.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:13 smithi175 ceph-mon[32623]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:14.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:13 smithi175 ceph-mon[32623]: from='client.14406 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:38:14.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:13 smithi175 ceph-mon[32623]: Saving service prometheus spec with placement count:1 2024-09-21T13:38:14.261 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:13 smithi149 ceph-mon[33204]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:14.261 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:13 smithi149 ceph-mon[33204]: from='client.14406 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:38:14.261 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:13 smithi149 ceph-mon[33204]: Saving service prometheus spec with placement count:1 2024-09-21T13:38:15.876 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:15 smithi149 ceph-mon[33204]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:15.876 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:15 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:15.876 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:15 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:15.876 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:15 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:16.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:15 smithi118 ceph-mon[30084]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:16.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:15 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:16.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:15 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:16.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:15 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:16.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:15 smithi175 ceph-mon[32623]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:16.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:15 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:16.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:15 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:16.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:15 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:17.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:16 smithi118 ceph-mon[30084]: Deploying daemon node-exporter.smithi149 on smithi149 2024-09-21T13:38:17.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:16 smithi175 ceph-mon[32623]: Deploying daemon node-exporter.smithi149 on smithi149 2024-09-21T13:38:17.261 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:16 smithi149 ceph-mon[33204]: Deploying daemon node-exporter.smithi149 on smithi149 2024-09-21T13:38:18.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:17 smithi149 ceph-mon[33204]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:18.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:17 smithi118 ceph-mon[30084]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:18.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:17 smithi175 ceph-mon[32623]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:19.836 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:19 smithi175 ceph-mon[32623]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:19.836 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:19 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:19.836 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:19 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:19.836 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:19 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:19.836 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:19 smithi175 ceph-mon[32623]: Deploying daemon node-exporter.smithi175 on smithi175 2024-09-21T13:38:19.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:19 smithi118 ceph-mon[30084]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:19.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:19 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:19.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:19 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:19.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:19 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:19.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:19 smithi118 ceph-mon[30084]: Deploying daemon node-exporter.smithi175 on smithi175 2024-09-21T13:38:20.016 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:19 smithi149 ceph-mon[33204]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:20.016 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:19 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:20.016 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:19 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:20.017 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:19 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:20.017 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:19 smithi149 ceph-mon[33204]: Deploying daemon node-exporter.smithi175 on smithi175 2024-09-21T13:38:21.840 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:21 smithi175 ceph-mon[32623]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:21.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:21 smithi118 ceph-mon[30084]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:22.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:21 smithi149 ceph-mon[33204]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:23.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:23 smithi118 ceph-mon[30084]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:23.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:23 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:23.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:23 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:23.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:23 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:23.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:23 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:23.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:23 smithi118 ceph-mon[30084]: Regenerating cephadm self-signed grafana TLS certificates 2024-09-21T13:38:23.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:23 smithi175 ceph-mon[32623]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:23.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:23 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:23.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:23 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:23.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:23 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:23.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:23 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:23.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:23 smithi175 ceph-mon[32623]: Regenerating cephadm self-signed grafana TLS certificates 2024-09-21T13:38:23.511 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:23 smithi149 ceph-mon[33204]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:23.512 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:23 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:23.512 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:23 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:23.512 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:23 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:23.512 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:23 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:23.512 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:23 smithi149 ceph-mon[33204]: Regenerating cephadm self-signed grafana TLS certificates 2024-09-21T13:38:24.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:24 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:24.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:24 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:24.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:24 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2024-09-21T13:38:24.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:24 smithi118 ceph-mon[30084]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-21T13:38:24.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:24 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:24.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:24 smithi118 ceph-mon[30084]: Deploying daemon grafana.smithi118 on smithi118 2024-09-21T13:38:24.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:24 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:24.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:24 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:24.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:24 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2024-09-21T13:38:24.409 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:24 smithi175 ceph-mon[32623]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-21T13:38:24.409 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:24 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:24.409 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:24 smithi175 ceph-mon[32623]: Deploying daemon grafana.smithi118 on smithi118 2024-09-21T13:38:24.511 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:24 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:24.511 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:24 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:24.511 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:24 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2024-09-21T13:38:24.512 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:24 smithi149 ceph-mon[33204]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-21T13:38:24.512 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:24 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:24.512 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:24 smithi149 ceph-mon[33204]: Deploying daemon grafana.smithi118 on smithi118 2024-09-21T13:38:25.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:25 smithi175 ceph-mon[32623]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:25.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:25 smithi118 ceph-mon[30084]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:25.511 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:25 smithi149 ceph-mon[33204]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:26.511 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:26 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:26.636 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:26 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:26.658 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:26 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:27.511 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:27 smithi149 ceph-mon[33204]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:27.636 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:27 smithi118 ceph-mon[30084]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:27.658 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:27 smithi175 ceph-mon[32623]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:29.512 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:29 smithi149 ceph-mon[33204]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:29.636 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:29 smithi118 ceph-mon[30084]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:29.658 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:29 smithi175 ceph-mon[32623]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:31.511 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:31 smithi149 ceph-mon[33204]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:31.616 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:31 smithi118 ceph-mon[30084]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:31.658 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:31 smithi175 ceph-mon[32623]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:34.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:33 smithi118 ceph-mon[30084]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:34.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:33 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:34.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:33 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:34.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:33 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:34.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:33 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:34.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:33 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:38:34.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:33 smithi175 ceph-mon[32623]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:34.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:33 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:34.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:33 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:34.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:33 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:34.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:33 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:34.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:33 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:38:34.261 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:33 smithi149 ceph-mon[33204]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:34.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:33 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:34.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:33 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:34.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:33 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:34.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:33 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:34.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:33 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:38:35.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:35 smithi118 ceph-mon[30084]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:35.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:35 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:35.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:35 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:35.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:35 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:35.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:35 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:35.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:35 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:35.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:35 smithi175 ceph-mon[32623]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:35.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:35 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:35.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:35 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:35.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:35 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:35.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:35 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:35.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:35 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:36.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:35 smithi149 ceph-mon[33204]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:36.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:35 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:36.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:35 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:36.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:35 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:36.012 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:35 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:36.012 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:35 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:37.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:37 smithi175 ceph-mon[32623]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:37.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:37 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:37.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:37 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:37.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:37 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:38:37.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:37 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:38:37.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:37 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:38.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:37 smithi149 ceph-mon[33204]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:38.012 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:37 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:38.012 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:37 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:38.012 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:37 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:38:38.012 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:37 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:38:38.012 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:37 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:38.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:37 smithi118 ceph-mon[30084]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:38.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:37 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:38.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:37 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:38.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:37 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:38:38.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:37 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:38:38.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:37 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:38.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:38 smithi175 ceph-mon[32623]: Deploying daemon alertmanager.smithi175 on smithi175 2024-09-21T13:38:39.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:38 smithi149 ceph-mon[33204]: Deploying daemon alertmanager.smithi175 on smithi175 2024-09-21T13:38:39.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:38 smithi118 ceph-mon[30084]: Deploying daemon alertmanager.smithi175 on smithi175 2024-09-21T13:38:39.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:39 smithi175 ceph-mon[32623]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:40.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:39 smithi149 ceph-mon[33204]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:40.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:39 smithi118 ceph-mon[30084]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:41.655 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:41 smithi175 ceph-mon[32623]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:42.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:41 smithi149 ceph-mon[33204]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:42.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:41 smithi118 ceph-mon[30084]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:43.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:43 smithi175 ceph-mon[32623]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:44.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:43 smithi149 ceph-mon[33204]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:44.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:43 smithi118 ceph-mon[30084]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:45.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:45 smithi175 ceph-mon[32623]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:45.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:45 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:45.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:45 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:45.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:45 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:45.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:45 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:45.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:45 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:46.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:45 smithi149 ceph-mon[33204]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:46.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:45 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:46.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:45 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:46.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:45 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:46.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:45 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:46.012 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:45 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:46.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:45 smithi118 ceph-mon[30084]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:46.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:45 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:46.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:45 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:46.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:45 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:46.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:45 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:46.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:45 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:47.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:46 smithi149 ceph-mon[33204]: Deploying daemon prometheus.smithi149 on smithi149 2024-09-21T13:38:47.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:46 smithi118 ceph-mon[30084]: Deploying daemon prometheus.smithi149 on smithi149 2024-09-21T13:38:47.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:46 smithi175 ceph-mon[32623]: Deploying daemon prometheus.smithi149 on smithi149 2024-09-21T13:38:47.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:47 smithi118 ceph-mon[30084]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:48.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:47 smithi149 ceph-mon[33204]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:48.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:47 smithi175 ceph-mon[32623]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:50.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:49 smithi149 ceph-mon[33204]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:50.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:49 smithi118 ceph-mon[30084]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:50.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:49 smithi175 ceph-mon[32623]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:51.939 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:51 smithi118 ceph-mon[30084]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:51.976 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:51 smithi149 ceph-mon[33204]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:52.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:51 smithi175 ceph-mon[32623]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:53.756 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:53 smithi149 ceph-mon[33204]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:54.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:53 smithi118 ceph-mon[30084]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:54.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:53 smithi175 ceph-mon[32623]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:56.012 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:55 smithi149 ceph-mon[33204]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:56.012 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:55 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:56.012 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:55 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:56.012 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:55 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:56.012 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:55 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2024-09-21T13:38:56.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:55 smithi118 ceph-mon[30084]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:56.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:55 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:56.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:55 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:56.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:55 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:56.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:55 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2024-09-21T13:38:56.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:55 smithi175 ceph-mon[32623]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:38:56.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:55 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:56.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:55 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:56.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:55 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' 2024-09-21T13:38:56.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:55 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2024-09-21T13:38:56.886 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:38:56 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: ignoring --setuser ceph since I am not root 2024-09-21T13:38:56.886 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:38:56 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: ignoring --setgroup ceph since I am not root 2024-09-21T13:38:57.011 INFO:journalctl@ceph.mgr.b.smithi149.stdout:Sep 21 13:38:56 smithi149 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-b[34313]: ignoring --setuser ceph since I am not root 2024-09-21T13:38:57.012 INFO:journalctl@ceph.mgr.b.smithi149.stdout:Sep 21 13:38:56 smithi149 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-b[34313]: ignoring --setgroup ceph since I am not root 2024-09-21T13:38:57.012 INFO:journalctl@ceph.mgr.b.smithi149.stdout:Sep 21 13:38:56 smithi149 ceph-mgr[34336]: -- 172.21.15.149:0/643756164 <== mon.2 v2:172.21.15.149:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x5653e42690e0 con 0x5653e4247400 2024-09-21T13:38:57.658 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:57 smithi175 ceph-mon[32623]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-21T13:38:57.658 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:38:57 smithi175 ceph-mon[32623]: mgrmap e16: a(active, since 3m), standbys: b 2024-09-21T13:38:57.761 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:57 smithi149 ceph-mon[33204]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-21T13:38:57.761 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:38:57 smithi149 ceph-mon[33204]: mgrmap e16: a(active, since 3m), standbys: b 2024-09-21T13:38:57.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:57 smithi118 ceph-mon[30084]: from='mgr.14152 172.21.15.118:0/1249721072' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-21T13:38:57.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:38:57 smithi118 ceph-mon[30084]: mgrmap e16: a(active, since 3m), standbys: b 2024-09-21T13:39:01.762 INFO:journalctl@ceph.mgr.b.smithi149.stdout:Sep 21 13:39:01 smithi149 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-b[34313]: [21/Sep/2024:13:39:01] ENGINE Bus STARTING 2024-09-21T13:39:01.762 INFO:journalctl@ceph.mgr.b.smithi149.stdout:Sep 21 13:39:01 smithi149 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-b[34313]: CherryPy Checker: 2024-09-21T13:39:01.762 INFO:journalctl@ceph.mgr.b.smithi149.stdout:Sep 21 13:39:01 smithi149 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-b[34313]: The Application mounted at '' has an empty config. 2024-09-21T13:39:01.762 INFO:journalctl@ceph.mgr.b.smithi149.stdout:Sep 21 13:39:01 smithi149 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-b[34313]: 2024-09-21T13:39:01.762 INFO:journalctl@ceph.mgr.b.smithi149.stdout:Sep 21 13:39:01 smithi149 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-b[34313]: [21/Sep/2024:13:39:01] ENGINE Serving on http://:::9283 2024-09-21T13:39:01.762 INFO:journalctl@ceph.mgr.b.smithi149.stdout:Sep 21 13:39:01 smithi149 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-b[34313]: [21/Sep/2024:13:39:01] ENGINE Bus STARTED 2024-09-21T13:39:01.762 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:01 smithi149 ceph-mon[33204]: Standby manager daemon b restarted 2024-09-21T13:39:01.762 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:01 smithi149 ceph-mon[33204]: Standby manager daemon b started 2024-09-21T13:39:01.762 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:01 smithi149 ceph-mon[33204]: from='mgr.? 172.21.15.149:0/2487227228' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-21T13:39:01.763 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:01 smithi149 ceph-mon[33204]: from='mgr.? 172.21.15.149:0/2487227228' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-21T13:39:01.763 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:01 smithi149 ceph-mon[33204]: from='mgr.? 172.21.15.149:0/2487227228' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-21T13:39:01.763 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:01 smithi149 ceph-mon[33204]: from='mgr.? 172.21.15.149:0/2487227228' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-21T13:39:01.763 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:01 smithi149 ceph-mon[33204]: Active manager daemon a restarted 2024-09-21T13:39:01.763 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:01 smithi149 ceph-mon[33204]: Activating manager daemon a 2024-09-21T13:39:01.763 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:01 smithi149 ceph-mon[33204]: osdmap e22: 3 total, 3 up, 3 in 2024-09-21T13:39:01.763 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:01 smithi149 ceph-mon[33204]: mgrmap e17: a(active, starting, since 0.00673785s), standbys: b 2024-09-21T13:39:01.763 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:01 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T13:39:01.763 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:01 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T13:39:01.763 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:01 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T13:39:01.763 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:01 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-21T13:39:01.763 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:01 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-21T13:39:01.764 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:01 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T13:39:01.764 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:01 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T13:39:01.764 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:01 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T13:39:01.764 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:01 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-21T13:39:01.764 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:01 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-21T13:39:01.764 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:01 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-21T13:39:01.764 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:01 smithi149 ceph-mon[33204]: Manager daemon a is now available 2024-09-21T13:39:01.841 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:01 smithi175 ceph-mon[32623]: Standby manager daemon b restarted 2024-09-21T13:39:01.842 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:01 smithi175 ceph-mon[32623]: Standby manager daemon b started 2024-09-21T13:39:01.842 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:01 smithi175 ceph-mon[32623]: from='mgr.? 172.21.15.149:0/2487227228' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-21T13:39:01.842 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:01 smithi175 ceph-mon[32623]: from='mgr.? 172.21.15.149:0/2487227228' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-21T13:39:01.842 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:01 smithi175 ceph-mon[32623]: from='mgr.? 172.21.15.149:0/2487227228' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-21T13:39:01.842 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:01 smithi175 ceph-mon[32623]: from='mgr.? 172.21.15.149:0/2487227228' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-21T13:39:01.842 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:01 smithi175 ceph-mon[32623]: Active manager daemon a restarted 2024-09-21T13:39:01.842 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:01 smithi175 ceph-mon[32623]: Activating manager daemon a 2024-09-21T13:39:01.842 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:01 smithi175 ceph-mon[32623]: osdmap e22: 3 total, 3 up, 3 in 2024-09-21T13:39:01.842 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:01 smithi175 ceph-mon[32623]: mgrmap e17: a(active, starting, since 0.00673785s), standbys: b 2024-09-21T13:39:01.842 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:01 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T13:39:01.842 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:01 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T13:39:01.842 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:01 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T13:39:01.842 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:01 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-21T13:39:01.843 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:01 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-21T13:39:01.843 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:01 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T13:39:01.843 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:01 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T13:39:01.843 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:01 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T13:39:01.843 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:01 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-21T13:39:01.843 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:01 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-21T13:39:01.843 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:01 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-21T13:39:01.843 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:01 smithi175 ceph-mon[32623]: Manager daemon a is now available 2024-09-21T13:39:01.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:01 smithi118 ceph-mon[30084]: Standby manager daemon b restarted 2024-09-21T13:39:01.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:01 smithi118 ceph-mon[30084]: Standby manager daemon b started 2024-09-21T13:39:01.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:01 smithi118 ceph-mon[30084]: from='mgr.? 172.21.15.149:0/2487227228' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-21T13:39:01.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:01 smithi118 ceph-mon[30084]: from='mgr.? 172.21.15.149:0/2487227228' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-21T13:39:01.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:01 smithi118 ceph-mon[30084]: from='mgr.? 172.21.15.149:0/2487227228' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-21T13:39:01.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:01 smithi118 ceph-mon[30084]: from='mgr.? 172.21.15.149:0/2487227228' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-21T13:39:01.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:01 smithi118 ceph-mon[30084]: Active manager daemon a restarted 2024-09-21T13:39:01.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:01 smithi118 ceph-mon[30084]: Activating manager daemon a 2024-09-21T13:39:01.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:01 smithi118 ceph-mon[30084]: osdmap e22: 3 total, 3 up, 3 in 2024-09-21T13:39:01.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:01 smithi118 ceph-mon[30084]: mgrmap e17: a(active, starting, since 0.00673785s), standbys: b 2024-09-21T13:39:01.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:01 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T13:39:01.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:01 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T13:39:01.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:01 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T13:39:01.888 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:01 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-21T13:39:01.888 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:01 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-21T13:39:01.888 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:01 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T13:39:01.888 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:01 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T13:39:01.888 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:01 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T13:39:01.888 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:01 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-21T13:39:01.888 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:01 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-21T13:39:01.888 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:01 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-21T13:39:01.888 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:01 smithi118 ceph-mon[30084]: Manager daemon a is now available 2024-09-21T13:39:02.742 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:02 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:39:02.742 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:02 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:02.742 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:02 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:39:02.742 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:02 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T13:39:02.742 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:02 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-21T13:39:02.742 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:02 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-21T13:39:02.742 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:02 smithi149 ceph-mon[33204]: mgrmap e18: a(active, since 1.01222s), standbys: b 2024-09-21T13:39:02.886 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:39:02 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: [21/Sep/2024:13:39:02] ENGINE Bus STARTING 2024-09-21T13:39:02.887 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:39:02 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: CherryPy Checker: 2024-09-21T13:39:02.887 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:39:02 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: The Application mounted at '' has an empty config. 2024-09-21T13:39:02.887 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:39:02 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: 2024-09-21T13:39:02.887 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:39:02 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: [21/Sep/2024:13:39:02] ENGINE Serving on http://:::9283 2024-09-21T13:39:02.887 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:39:02 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: [21/Sep/2024:13:39:02] ENGINE Bus STARTED 2024-09-21T13:39:02.888 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:02 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:39:02.888 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:02 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:02.888 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:02 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:39:02.888 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:02 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T13:39:02.888 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:02 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-21T13:39:02.888 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:02 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-21T13:39:02.888 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:02 smithi118 ceph-mon[30084]: mgrmap e18: a(active, since 1.01222s), standbys: b 2024-09-21T13:39:02.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:02 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:39:02.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:02 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:02.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:02 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:39:02.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:02 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T13:39:02.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:02 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-21T13:39:02.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:02 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-21T13:39:02.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:02 smithi175 ceph-mon[32623]: mgrmap e18: a(active, since 1.01222s), standbys: b 2024-09-21T13:39:03.154 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:39:02 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: 2024-09-21T13:39:02.895+0000 7f5fb7857640 -1 log_channel(cephadm) log [ERR] : [21/Sep/2024:13:39:02] ENGINE Error in HTTPServer.serve 2024-09-21T13:39:03.154 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:39:02 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: Traceback (most recent call last): 2024-09-21T13:39:03.154 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:39:02 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T13:39:03.154 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:39:02 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: self._connections.run(self.expiration_interval) 2024-09-21T13:39:03.154 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:39:02 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T13:39:03.154 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:39:02 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: self._run(expiration_interval) 2024-09-21T13:39:03.155 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:39:02 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T13:39:03.155 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:39:02 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T13:39:03.155 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:39:02 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T13:39:03.155 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:39:02 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T13:39:03.155 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:39:02 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T13:39:03.155 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:39:02 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: s = self.context.wrap_socket( 2024-09-21T13:39:03.155 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:39:02 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T13:39:03.155 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:39:02 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: return self.sslsocket_class._create( 2024-09-21T13:39:03.155 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:39:02 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T13:39:03.155 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:39:02 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: self.do_handshake() 2024-09-21T13:39:03.155 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:39:02 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T13:39:03.155 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:39:02 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: self._sslobj.do_handshake() 2024-09-21T13:39:03.155 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:39:02 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T13:39:03.155 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:39:02 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: 2024-09-21T13:39:03.658 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:03 smithi175 ceph-mon[32623]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:03.658 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:03 smithi175 ceph-mon[32623]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T13:39:03.761 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:03 smithi149 ceph-mon[33204]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:03.761 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:03 smithi149 ceph-mon[33204]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T13:39:03.790 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:03 smithi118 ceph-mon[30084]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:03.790 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:03 smithi118 ceph-mon[30084]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T13:39:04.762 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:04 smithi149 ceph-mon[33204]: [21/Sep/2024:13:39:02] ENGINE Bus STARTING 2024-09-21T13:39:04.762 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:04 smithi149 ceph-mon[33204]: [21/Sep/2024:13:39:02] ENGINE Serving on https://172.21.15.118:7150 2024-09-21T13:39:04.762 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:04 smithi149 ceph-mon[33204]: [21/Sep/2024:13:39:02] ENGINE Error in HTTPServer.serve 2024-09-21T13:39:04.762 INFO:journalctl@ceph.mon.b.smithi149.stdout: Traceback (most recent call last): 2024-09-21T13:39:04.762 INFO:journalctl@ceph.mon.b.smithi149.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T13:39:04.762 INFO:journalctl@ceph.mon.b.smithi149.stdout: self._connections.run(self.expiration_interval) 2024-09-21T13:39:04.762 INFO:journalctl@ceph.mon.b.smithi149.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T13:39:04.762 INFO:journalctl@ceph.mon.b.smithi149.stdout: self._run(expiration_interval) 2024-09-21T13:39:04.762 INFO:journalctl@ceph.mon.b.smithi149.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T13:39:04.763 INFO:journalctl@ceph.mon.b.smithi149.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T13:39:04.763 INFO:journalctl@ceph.mon.b.smithi149.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T13:39:04.763 INFO:journalctl@ceph.mon.b.smithi149.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T13:39:04.763 INFO:journalctl@ceph.mon.b.smithi149.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T13:39:04.763 INFO:journalctl@ceph.mon.b.smithi149.stdout: s = self.context.wrap_socket( 2024-09-21T13:39:04.763 INFO:journalctl@ceph.mon.b.smithi149.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T13:39:04.763 INFO:journalctl@ceph.mon.b.smithi149.stdout: return self.sslsocket_class._create( 2024-09-21T13:39:04.763 INFO:journalctl@ceph.mon.b.smithi149.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T13:39:04.763 INFO:journalctl@ceph.mon.b.smithi149.stdout: self.do_handshake() 2024-09-21T13:39:04.763 INFO:journalctl@ceph.mon.b.smithi149.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T13:39:04.763 INFO:journalctl@ceph.mon.b.smithi149.stdout: self._sslobj.do_handshake() 2024-09-21T13:39:04.763 INFO:journalctl@ceph.mon.b.smithi149.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T13:39:04.763 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:04 smithi149 ceph-mon[33204]: [21/Sep/2024:13:39:02] ENGINE Serving on http://172.21.15.118:8765 2024-09-21T13:39:04.763 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:04 smithi149 ceph-mon[33204]: [21/Sep/2024:13:39:02] ENGINE Bus STARTED 2024-09-21T13:39:04.763 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:04 smithi149 ceph-mon[33204]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:04.764 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:04 smithi149 ceph-mon[33204]: mgrmap e19: a(active, since 2s), standbys: b 2024-09-21T13:39:04.764 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:04 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:04.764 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:04 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:04.764 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:04 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:04.764 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:04 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:04.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:04 smithi118 ceph-mon[30084]: [21/Sep/2024:13:39:02] ENGINE Bus STARTING 2024-09-21T13:39:04.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:04 smithi118 ceph-mon[30084]: [21/Sep/2024:13:39:02] ENGINE Serving on https://172.21.15.118:7150 2024-09-21T13:39:04.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:04 smithi118 ceph-mon[30084]: [21/Sep/2024:13:39:02] ENGINE Error in HTTPServer.serve 2024-09-21T13:39:04.887 INFO:journalctl@ceph.mon.a.smithi118.stdout: Traceback (most recent call last): 2024-09-21T13:39:04.887 INFO:journalctl@ceph.mon.a.smithi118.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T13:39:04.887 INFO:journalctl@ceph.mon.a.smithi118.stdout: self._connections.run(self.expiration_interval) 2024-09-21T13:39:04.887 INFO:journalctl@ceph.mon.a.smithi118.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T13:39:04.887 INFO:journalctl@ceph.mon.a.smithi118.stdout: self._run(expiration_interval) 2024-09-21T13:39:04.887 INFO:journalctl@ceph.mon.a.smithi118.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T13:39:04.887 INFO:journalctl@ceph.mon.a.smithi118.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T13:39:04.887 INFO:journalctl@ceph.mon.a.smithi118.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T13:39:04.887 INFO:journalctl@ceph.mon.a.smithi118.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T13:39:04.887 INFO:journalctl@ceph.mon.a.smithi118.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T13:39:04.887 INFO:journalctl@ceph.mon.a.smithi118.stdout: s = self.context.wrap_socket( 2024-09-21T13:39:04.888 INFO:journalctl@ceph.mon.a.smithi118.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T13:39:04.888 INFO:journalctl@ceph.mon.a.smithi118.stdout: return self.sslsocket_class._create( 2024-09-21T13:39:04.888 INFO:journalctl@ceph.mon.a.smithi118.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T13:39:04.888 INFO:journalctl@ceph.mon.a.smithi118.stdout: self.do_handshake() 2024-09-21T13:39:04.888 INFO:journalctl@ceph.mon.a.smithi118.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T13:39:04.888 INFO:journalctl@ceph.mon.a.smithi118.stdout: self._sslobj.do_handshake() 2024-09-21T13:39:04.888 INFO:journalctl@ceph.mon.a.smithi118.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T13:39:04.888 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:04 smithi118 ceph-mon[30084]: [21/Sep/2024:13:39:02] ENGINE Serving on http://172.21.15.118:8765 2024-09-21T13:39:04.888 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:04 smithi118 ceph-mon[30084]: [21/Sep/2024:13:39:02] ENGINE Bus STARTED 2024-09-21T13:39:04.888 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:04 smithi118 ceph-mon[30084]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:04.888 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:04 smithi118 ceph-mon[30084]: mgrmap e19: a(active, since 2s), standbys: b 2024-09-21T13:39:04.888 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:04 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:04.888 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:04 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:04.888 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:04 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:04.888 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:04 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:04.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:04 smithi175 ceph-mon[32623]: [21/Sep/2024:13:39:02] ENGINE Bus STARTING 2024-09-21T13:39:04.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:04 smithi175 ceph-mon[32623]: [21/Sep/2024:13:39:02] ENGINE Serving on https://172.21.15.118:7150 2024-09-21T13:39:04.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:04 smithi175 ceph-mon[32623]: [21/Sep/2024:13:39:02] ENGINE Error in HTTPServer.serve 2024-09-21T13:39:04.908 INFO:journalctl@ceph.mon.c.smithi175.stdout: Traceback (most recent call last): 2024-09-21T13:39:04.908 INFO:journalctl@ceph.mon.c.smithi175.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T13:39:04.908 INFO:journalctl@ceph.mon.c.smithi175.stdout: self._connections.run(self.expiration_interval) 2024-09-21T13:39:04.908 INFO:journalctl@ceph.mon.c.smithi175.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T13:39:04.908 INFO:journalctl@ceph.mon.c.smithi175.stdout: self._run(expiration_interval) 2024-09-21T13:39:04.909 INFO:journalctl@ceph.mon.c.smithi175.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T13:39:04.909 INFO:journalctl@ceph.mon.c.smithi175.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T13:39:04.909 INFO:journalctl@ceph.mon.c.smithi175.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T13:39:04.909 INFO:journalctl@ceph.mon.c.smithi175.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T13:39:04.909 INFO:journalctl@ceph.mon.c.smithi175.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T13:39:04.909 INFO:journalctl@ceph.mon.c.smithi175.stdout: s = self.context.wrap_socket( 2024-09-21T13:39:04.909 INFO:journalctl@ceph.mon.c.smithi175.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T13:39:04.909 INFO:journalctl@ceph.mon.c.smithi175.stdout: return self.sslsocket_class._create( 2024-09-21T13:39:04.909 INFO:journalctl@ceph.mon.c.smithi175.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T13:39:04.909 INFO:journalctl@ceph.mon.c.smithi175.stdout: self.do_handshake() 2024-09-21T13:39:04.909 INFO:journalctl@ceph.mon.c.smithi175.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T13:39:04.909 INFO:journalctl@ceph.mon.c.smithi175.stdout: self._sslobj.do_handshake() 2024-09-21T13:39:04.909 INFO:journalctl@ceph.mon.c.smithi175.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T13:39:04.909 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:04 smithi175 ceph-mon[32623]: [21/Sep/2024:13:39:02] ENGINE Serving on http://172.21.15.118:8765 2024-09-21T13:39:04.909 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:04 smithi175 ceph-mon[32623]: [21/Sep/2024:13:39:02] ENGINE Bus STARTED 2024-09-21T13:39:04.909 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:04 smithi175 ceph-mon[32623]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:04.910 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:04 smithi175 ceph-mon[32623]: mgrmap e19: a(active, since 2s), standbys: b 2024-09-21T13:39:04.910 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:04 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:04.910 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:04 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:04.910 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:04 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:04.910 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:04 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:06.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:05 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:06.158 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:05 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:06.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:05 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:06.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:05 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:06.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:05 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:06.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:05 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-21T13:39:06.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:05 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:06.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:05 smithi175 ceph-mon[32623]: Adjusting osd_memory_target on smithi175 to 19136M 2024-09-21T13:39:06.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:05 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-21T13:39:06.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:05 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:06.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:05 smithi175 ceph-mon[32623]: Adjusting osd_memory_target on smithi149 to 3767M 2024-09-21T13:39:06.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:05 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:06.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:05 smithi175 ceph-mon[32623]: pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:06.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:05 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:06.159 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:05 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:06.160 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:05 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-21T13:39:06.160 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:05 smithi175 ceph-mon[32623]: Adjusting osd_memory_target on smithi118 to 15040M 2024-09-21T13:39:06.160 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:05 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:06.160 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:05 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:39:06.160 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:05 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:39:06.160 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:05 smithi175 ceph-mon[32623]: Updating smithi118:/etc/ceph/ceph.conf 2024-09-21T13:39:06.160 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:05 smithi175 ceph-mon[32623]: Updating smithi149:/etc/ceph/ceph.conf 2024-09-21T13:39:06.160 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:05 smithi175 ceph-mon[32623]: Updating smithi175:/etc/ceph/ceph.conf 2024-09-21T13:39:06.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:05 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:06.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:05 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:06.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:05 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:06.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:05 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:06.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:05 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:06.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:05 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-21T13:39:06.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:05 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:06.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:05 smithi149 ceph-mon[33204]: Adjusting osd_memory_target on smithi175 to 19136M 2024-09-21T13:39:06.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:05 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-21T13:39:06.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:05 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:06.263 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:05 smithi149 ceph-mon[33204]: Adjusting osd_memory_target on smithi149 to 3767M 2024-09-21T13:39:06.263 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:05 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:06.263 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:05 smithi149 ceph-mon[33204]: pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:06.263 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:05 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:06.263 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:05 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:06.263 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:05 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-21T13:39:06.263 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:05 smithi149 ceph-mon[33204]: Adjusting osd_memory_target on smithi118 to 15040M 2024-09-21T13:39:06.263 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:05 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:06.263 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:05 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:39:06.263 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:05 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:39:06.263 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:05 smithi149 ceph-mon[33204]: Updating smithi118:/etc/ceph/ceph.conf 2024-09-21T13:39:06.263 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:05 smithi149 ceph-mon[33204]: Updating smithi149:/etc/ceph/ceph.conf 2024-09-21T13:39:06.263 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:05 smithi149 ceph-mon[33204]: Updating smithi175:/etc/ceph/ceph.conf 2024-09-21T13:39:06.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:05 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:06.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:05 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:06.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:05 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:06.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:05 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:06.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:05 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:06.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:05 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-21T13:39:06.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:05 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:06.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:05 smithi118 ceph-mon[30084]: Adjusting osd_memory_target on smithi175 to 19136M 2024-09-21T13:39:06.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:05 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-21T13:39:06.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:05 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:06.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:05 smithi118 ceph-mon[30084]: Adjusting osd_memory_target on smithi149 to 3767M 2024-09-21T13:39:06.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:05 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:06.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:05 smithi118 ceph-mon[30084]: pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:06.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:05 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:06.388 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:05 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:06.388 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:05 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-21T13:39:06.388 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:05 smithi118 ceph-mon[30084]: Adjusting osd_memory_target on smithi118 to 15040M 2024-09-21T13:39:06.388 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:05 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:06.388 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:05 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:39:06.388 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:05 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:39:06.388 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:05 smithi118 ceph-mon[30084]: Updating smithi118:/etc/ceph/ceph.conf 2024-09-21T13:39:06.388 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:05 smithi118 ceph-mon[30084]: Updating smithi149:/etc/ceph/ceph.conf 2024-09-21T13:39:06.388 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:05 smithi118 ceph-mon[30084]: Updating smithi175:/etc/ceph/ceph.conf 2024-09-21T13:39:07.117 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:06 smithi118 ceph-mon[30084]: Updating smithi118:/var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T13:39:07.117 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:06 smithi118 ceph-mon[30084]: Updating smithi175:/var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T13:39:07.117 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:06 smithi118 ceph-mon[30084]: Updating smithi149:/var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T13:39:07.118 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:06 smithi118 ceph-mon[30084]: Updating smithi118:/etc/ceph/ceph.client.admin.keyring 2024-09-21T13:39:07.118 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:06 smithi118 ceph-mon[30084]: Updating smithi175:/etc/ceph/ceph.client.admin.keyring 2024-09-21T13:39:07.118 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:06 smithi118 ceph-mon[30084]: Updating smithi149:/etc/ceph/ceph.client.admin.keyring 2024-09-21T13:39:07.118 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:06 smithi118 ceph-mon[30084]: Updating smithi118:/var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T13:39:07.118 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:06 smithi118 ceph-mon[30084]: Updating smithi175:/var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T13:39:07.118 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:06 smithi118 ceph-mon[30084]: Updating smithi149:/var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T13:39:07.118 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:06 smithi118 ceph-mon[30084]: mgrmap e20: a(active, since 4s), standbys: b 2024-09-21T13:39:07.118 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:06 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:07.118 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:06 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:07.118 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:06 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:07.118 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:06 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:07.118 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:06 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:07.118 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:06 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:07.119 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:06 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:07.119 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:06 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:07.119 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:06 smithi118 ceph-mon[30084]: Reconfiguring grafana.smithi118 (dependencies changed)... 2024-09-21T13:39:07.119 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:06 smithi118 ceph-mon[30084]: Reconfiguring daemon grafana.smithi118 on smithi118 2024-09-21T13:39:07.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:06 smithi149 ceph-mon[33204]: Updating smithi118:/var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T13:39:07.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:06 smithi149 ceph-mon[33204]: Updating smithi175:/var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T13:39:07.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:06 smithi149 ceph-mon[33204]: Updating smithi149:/var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T13:39:07.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:06 smithi149 ceph-mon[33204]: Updating smithi118:/etc/ceph/ceph.client.admin.keyring 2024-09-21T13:39:07.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:06 smithi149 ceph-mon[33204]: Updating smithi175:/etc/ceph/ceph.client.admin.keyring 2024-09-21T13:39:07.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:06 smithi149 ceph-mon[33204]: Updating smithi149:/etc/ceph/ceph.client.admin.keyring 2024-09-21T13:39:07.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:06 smithi149 ceph-mon[33204]: Updating smithi118:/var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T13:39:07.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:06 smithi149 ceph-mon[33204]: Updating smithi175:/var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T13:39:07.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:06 smithi149 ceph-mon[33204]: Updating smithi149:/var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T13:39:07.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:06 smithi149 ceph-mon[33204]: mgrmap e20: a(active, since 4s), standbys: b 2024-09-21T13:39:07.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:06 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:07.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:06 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:07.263 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:06 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:07.263 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:06 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:07.263 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:06 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:07.263 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:06 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:07.263 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:06 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:07.263 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:06 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:07.263 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:06 smithi149 ceph-mon[33204]: Reconfiguring grafana.smithi118 (dependencies changed)... 2024-09-21T13:39:07.263 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:06 smithi149 ceph-mon[33204]: Reconfiguring daemon grafana.smithi118 on smithi118 2024-09-21T13:39:07.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:06 smithi175 ceph-mon[32623]: Updating smithi118:/var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T13:39:07.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:06 smithi175 ceph-mon[32623]: Updating smithi175:/var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T13:39:07.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:06 smithi175 ceph-mon[32623]: Updating smithi149:/var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T13:39:07.409 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:06 smithi175 ceph-mon[32623]: Updating smithi118:/etc/ceph/ceph.client.admin.keyring 2024-09-21T13:39:07.409 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:06 smithi175 ceph-mon[32623]: Updating smithi175:/etc/ceph/ceph.client.admin.keyring 2024-09-21T13:39:07.409 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:06 smithi175 ceph-mon[32623]: Updating smithi149:/etc/ceph/ceph.client.admin.keyring 2024-09-21T13:39:07.409 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:06 smithi175 ceph-mon[32623]: Updating smithi118:/var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T13:39:07.409 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:06 smithi175 ceph-mon[32623]: Updating smithi175:/var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T13:39:07.409 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:06 smithi175 ceph-mon[32623]: Updating smithi149:/var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T13:39:07.409 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:06 smithi175 ceph-mon[32623]: mgrmap e20: a(active, since 4s), standbys: b 2024-09-21T13:39:07.409 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:06 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:07.409 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:06 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:07.409 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:06 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:07.409 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:06 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:07.409 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:06 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:07.409 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:06 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:07.409 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:06 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:07.409 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:06 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:07.410 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:06 smithi175 ceph-mon[32623]: Reconfiguring grafana.smithi118 (dependencies changed)... 2024-09-21T13:39:07.410 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:06 smithi175 ceph-mon[32623]: Reconfiguring daemon grafana.smithi118 on smithi118 2024-09-21T13:39:08.147 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:07 smithi118 ceph-mon[30084]: pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:08.261 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:07 smithi149 ceph-mon[33204]: pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:08.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:07 smithi175 ceph-mon[32623]: pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:09.636 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:39:09 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: ::ffff:172.21.15.149 - - [21/Sep/2024:13:39:09] "GET /metrics HTTP/1.1" 200 20275 "" "Prometheus/2.51.0" 2024-09-21T13:39:10.636 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:10 smithi118 ceph-mon[30084]: pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-21T13:39:10.761 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:10 smithi149 ceph-mon[33204]: pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-21T13:39:10.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:10 smithi175 ceph-mon[32623]: pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-21T13:39:12.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:11 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:12.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:11 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:12.012 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:11 smithi149 ceph-mon[33204]: Reconfiguring alertmanager.smithi175 (dependencies changed)... 2024-09-21T13:39:12.012 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:11 smithi149 ceph-mon[33204]: Reconfiguring daemon alertmanager.smithi175 on smithi175 2024-09-21T13:39:12.012 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:11 smithi149 ceph-mon[33204]: pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-21T13:39:12.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:11 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:12.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:11 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:12.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:11 smithi118 ceph-mon[30084]: Reconfiguring alertmanager.smithi175 (dependencies changed)... 2024-09-21T13:39:12.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:11 smithi118 ceph-mon[30084]: Reconfiguring daemon alertmanager.smithi175 on smithi175 2024-09-21T13:39:12.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:11 smithi118 ceph-mon[30084]: pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-21T13:39:12.148 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:11 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:12.148 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:11 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:12.148 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:11 smithi175 ceph-mon[32623]: Reconfiguring alertmanager.smithi175 (dependencies changed)... 2024-09-21T13:39:12.148 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:11 smithi175 ceph-mon[32623]: Reconfiguring daemon alertmanager.smithi175 on smithi175 2024-09-21T13:39:12.148 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:11 smithi175 ceph-mon[32623]: pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-21T13:39:14.648 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:14 smithi175 ceph-mon[32623]: pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-21T13:39:14.761 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:14 smithi149 ceph-mon[33204]: pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-21T13:39:14.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:14 smithi118 ceph-mon[30084]: pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-21T13:39:15.886 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:39:15 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: [21/Sep/2024:13:39:15] ENGINE Bus STOPPING 2024-09-21T13:39:16.287 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:39:15 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: [21/Sep/2024:13:39:15] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-21T13:39:16.287 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:39:15 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: [21/Sep/2024:13:39:15] ENGINE Bus STOPPED 2024-09-21T13:39:16.288 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:39:15 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: [21/Sep/2024:13:39:15] ENGINE Bus STARTING 2024-09-21T13:39:16.288 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:39:16 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: [21/Sep/2024:13:39:16] ENGINE Serving on http://:::9283 2024-09-21T13:39:16.288 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:39:16 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: [21/Sep/2024:13:39:16] ENGINE Bus STARTED 2024-09-21T13:39:16.288 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:39:16 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: [21/Sep/2024:13:39:16] ENGINE Bus STOPPING 2024-09-21T13:39:16.565 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:16 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:16.565 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:16 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:16.565 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:16 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-09-21T13:39:16.565 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:16 smithi118 ceph-mon[30084]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-21T13:39:16.565 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:16 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi118.front.sepia.ceph.com:3000"} : dispatch 2024-09-21T13:39:16.566 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:16 smithi118 ceph-mon[30084]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi118.front.sepia.ceph.com:3000"}]: dispatch 2024-09-21T13:39:16.566 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:16 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:16.566 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:16 smithi118 ceph-mon[30084]: pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T13:39:16.566 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:16 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-09-21T13:39:16.566 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:16 smithi118 ceph-mon[30084]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-21T13:39:16.566 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:16 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi175.front.sepia.ceph.com:9093"} : dispatch 2024-09-21T13:39:16.566 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:16 smithi118 ceph-mon[30084]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi175.front.sepia.ceph.com:9093"}]: dispatch 2024-09-21T13:39:16.566 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:16 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:16.566 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:16 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:39:16.566 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:16 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T13:39:16.659 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:16 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:16.659 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:16 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:16.659 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:16 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-09-21T13:39:16.659 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:16 smithi175 ceph-mon[32623]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-21T13:39:16.659 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:16 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi118.front.sepia.ceph.com:3000"} : dispatch 2024-09-21T13:39:16.659 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:16 smithi175 ceph-mon[32623]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi118.front.sepia.ceph.com:3000"}]: dispatch 2024-09-21T13:39:16.659 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:16 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:16.659 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:16 smithi175 ceph-mon[32623]: pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T13:39:16.659 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:16 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-09-21T13:39:16.659 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:16 smithi175 ceph-mon[32623]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-21T13:39:16.659 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:16 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi175.front.sepia.ceph.com:9093"} : dispatch 2024-09-21T13:39:16.659 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:16 smithi175 ceph-mon[32623]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi175.front.sepia.ceph.com:9093"}]: dispatch 2024-09-21T13:39:16.659 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:16 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:16.660 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:16 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:39:16.660 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:16 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T13:39:16.762 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:16 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:16.762 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:16 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:16.762 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:16 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-09-21T13:39:16.762 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:16 smithi149 ceph-mon[33204]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-21T13:39:16.762 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:16 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi118.front.sepia.ceph.com:3000"} : dispatch 2024-09-21T13:39:16.762 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:16 smithi149 ceph-mon[33204]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi118.front.sepia.ceph.com:3000"}]: dispatch 2024-09-21T13:39:16.762 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:16 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:16.762 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:16 smithi149 ceph-mon[33204]: pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T13:39:16.762 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:16 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-09-21T13:39:16.762 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:16 smithi149 ceph-mon[33204]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-21T13:39:16.762 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:16 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi175.front.sepia.ceph.com:9093"} : dispatch 2024-09-21T13:39:16.763 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:16 smithi149 ceph-mon[33204]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi175.front.sepia.ceph.com:9093"}]: dispatch 2024-09-21T13:39:16.763 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:16 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:16.763 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:16 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:39:16.763 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:16 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T13:39:16.886 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:39:16 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: [21/Sep/2024:13:39:16] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-21T13:39:16.886 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:39:16 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: [21/Sep/2024:13:39:16] ENGINE Bus STOPPED 2024-09-21T13:39:16.887 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:39:16 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: [21/Sep/2024:13:39:16] ENGINE Bus STARTING 2024-09-21T13:39:16.887 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:39:16 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: [21/Sep/2024:13:39:16] ENGINE Serving on http://:::9283 2024-09-21T13:39:16.887 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:39:16 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: [21/Sep/2024:13:39:16] ENGINE Bus STARTED 2024-09-21T13:39:17.658 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:17 smithi175 ceph-mon[32623]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T13:39:17.658 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:17 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T13:39:17.658 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:17 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:39:17.761 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:17 smithi149 ceph-mon[33204]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T13:39:17.761 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:17 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T13:39:17.761 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:17 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:39:17.836 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:17 smithi118 ceph-mon[30084]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T13:39:17.836 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:17 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T13:39:17.836 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:17 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:39:18.761 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:18 smithi149 ceph-mon[33204]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T13:39:18.762 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:18 smithi149 ceph-mon[33204]: pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T13:39:18.762 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:18 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:18.762 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:18 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:18.762 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:18 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:18.762 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:18 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:18.762 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:18 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:39:18.762 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:18 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:39:18.762 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:18 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:18.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:18 smithi118 ceph-mon[30084]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T13:39:18.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:18 smithi118 ceph-mon[30084]: pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T13:39:18.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:18 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:18.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:18 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:18.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:18 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:18.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:18 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:18.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:18 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:39:18.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:18 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:39:18.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:18 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:18.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:18 smithi175 ceph-mon[32623]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T13:39:18.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:18 smithi175 ceph-mon[32623]: pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T13:39:18.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:18 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:18.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:18 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:18.909 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:18 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:18.909 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:18 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:18.909 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:18 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:39:18.909 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:18 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:39:18.909 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:18 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:39:19.886 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:39:19 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: ::ffff:172.21.15.149 - - [21/Sep/2024:13:39:19] "GET /metrics HTTP/1.1" 200 21541 "" "Prometheus/2.51.0" 2024-09-21T13:39:20.761 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:20 smithi149 ceph-mon[33204]: pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T13:39:20.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:20 smithi118 ceph-mon[30084]: pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T13:39:20.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:20 smithi175 ceph-mon[32623]: pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T13:39:22.761 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:22 smithi149 ceph-mon[33204]: pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:22.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:22 smithi118 ceph-mon[30084]: pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:22.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:22 smithi175 ceph-mon[32623]: pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:24.761 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:24 smithi149 ceph-mon[33204]: pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:24.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:24 smithi118 ceph-mon[30084]: pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:24.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:24 smithi175 ceph-mon[32623]: pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:26.761 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:26 smithi149 ceph-mon[33204]: pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:26.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:26 smithi118 ceph-mon[30084]: pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:26.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:26 smithi175 ceph-mon[32623]: pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:28.761 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:28 smithi149 ceph-mon[33204]: pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:28.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:28 smithi118 ceph-mon[30084]: pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:28.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:28 smithi175 ceph-mon[32623]: pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:29.886 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:39:29 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: ::ffff:172.21.15.149 - - [21/Sep/2024:13:39:29] "GET /metrics HTTP/1.1" 200 21541 "" "Prometheus/2.51.0" 2024-09-21T13:39:30.761 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:30 smithi149 ceph-mon[33204]: pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:30.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:30 smithi118 ceph-mon[30084]: pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:30.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:30 smithi175 ceph-mon[32623]: pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:32.761 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:32 smithi149 ceph-mon[33204]: pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:32.762 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:32 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:39:32.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:32 smithi118 ceph-mon[30084]: pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:32.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:32 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:39:32.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:32 smithi175 ceph-mon[32623]: pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:32.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:32 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:39:34.761 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:34 smithi149 ceph-mon[33204]: pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:34.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:34 smithi118 ceph-mon[30084]: pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:34.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:34 smithi175 ceph-mon[32623]: pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:36.761 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:36 smithi149 ceph-mon[33204]: pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:36.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:36 smithi118 ceph-mon[30084]: pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:36.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:36 smithi175 ceph-mon[32623]: pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:38.761 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:38 smithi149 ceph-mon[33204]: pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:38.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:38 smithi118 ceph-mon[30084]: pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:38.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:38 smithi175 ceph-mon[32623]: pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:39.886 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:39:39 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: ::ffff:172.21.15.149 - - [21/Sep/2024:13:39:39] "GET /metrics HTTP/1.1" 200 21536 "" "Prometheus/2.51.0" 2024-09-21T13:39:40.761 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:40 smithi149 ceph-mon[33204]: pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:40.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:40 smithi118 ceph-mon[30084]: pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:40.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:40 smithi175 ceph-mon[32623]: pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:42.761 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:42 smithi149 ceph-mon[33204]: pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:42.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:42 smithi118 ceph-mon[30084]: pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:42.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:42 smithi175 ceph-mon[32623]: pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:44.762 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:44 smithi149 ceph-mon[33204]: pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:44.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:44 smithi118 ceph-mon[30084]: pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:44.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:44 smithi175 ceph-mon[32623]: pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:46.761 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:46 smithi149 ceph-mon[33204]: pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:46.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:46 smithi118 ceph-mon[30084]: pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:46.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:46 smithi175 ceph-mon[32623]: pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:47.761 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:47 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:39:47.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:47 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:39:47.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:47 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:39:48.761 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:48 smithi149 ceph-mon[33204]: pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:48.835 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:48 smithi118 ceph-mon[30084]: pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:48.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:48 smithi175 ceph-mon[32623]: pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:49.886 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:39:49 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: ::ffff:172.21.15.149 - - [21/Sep/2024:13:39:49] "GET /metrics HTTP/1.1" 200 21538 "" "Prometheus/2.51.0" 2024-09-21T13:39:50.761 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:50 smithi149 ceph-mon[33204]: pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:50.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:50 smithi118 ceph-mon[30084]: pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:50.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:50 smithi175 ceph-mon[32623]: pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:52.761 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:52 smithi149 ceph-mon[33204]: pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:52.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:52 smithi118 ceph-mon[30084]: pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:52.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:52 smithi175 ceph-mon[32623]: pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:54.761 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:54 smithi149 ceph-mon[33204]: pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:54.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:54 smithi118 ceph-mon[30084]: pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:54.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:54 smithi175 ceph-mon[32623]: pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:56.761 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:56 smithi149 ceph-mon[33204]: pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:56.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:56 smithi118 ceph-mon[30084]: pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:56.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:56 smithi175 ceph-mon[32623]: pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:58.761 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:39:58 smithi149 ceph-mon[33204]: pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:58.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:39:58 smithi118 ceph-mon[30084]: pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:58.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:39:58 smithi175 ceph-mon[32623]: pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:39:59.886 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:39:59 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: ::ffff:172.21.15.149 - - [21/Sep/2024:13:39:59] "GET /metrics HTTP/1.1" 200 21538 "" "Prometheus/2.51.0" 2024-09-21T13:40:00.637 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:40:00 smithi118 ceph-mon[30084]: pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:00.637 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:40:00 smithi118 ceph-mon[30084]: overall HEALTH_OK 2024-09-21T13:40:00.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:40:00 smithi175 ceph-mon[32623]: pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:00.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:40:00 smithi175 ceph-mon[32623]: overall HEALTH_OK 2024-09-21T13:40:01.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:40:00 smithi149 ceph-mon[33204]: pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:01.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:40:00 smithi149 ceph-mon[33204]: overall HEALTH_OK 2024-09-21T13:40:02.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:40:02 smithi118 ceph-mon[30084]: pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:02.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:40:02 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:40:02.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:40:02 smithi175 ceph-mon[32623]: pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:02.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:40:02 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:40:03.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:40:02 smithi149 ceph-mon[33204]: pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:03.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:40:02 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:40:04.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:40:04 smithi118 ceph-mon[30084]: pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:04.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:40:04 smithi175 ceph-mon[32623]: pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:05.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:40:04 smithi149 ceph-mon[33204]: pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:06.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:40:06 smithi118 ceph-mon[30084]: pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:06.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:40:06 smithi175 ceph-mon[32623]: pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:07.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:40:06 smithi149 ceph-mon[33204]: pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:08.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:40:08 smithi118 ceph-mon[30084]: pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:08.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:40:08 smithi175 ceph-mon[32623]: pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:09.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:40:08 smithi149 ceph-mon[33204]: pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:09.886 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:40:09 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: ::ffff:172.21.15.149 - - [21/Sep/2024:13:40:09] "GET /metrics HTTP/1.1" 200 21539 "" "Prometheus/2.51.0" 2024-09-21T13:40:10.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:40:10 smithi118 ceph-mon[30084]: pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:10.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:40:10 smithi175 ceph-mon[32623]: pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:11.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:40:10 smithi149 ceph-mon[33204]: pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:12.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:40:12 smithi118 ceph-mon[30084]: pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:12.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:40:12 smithi175 ceph-mon[32623]: pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:13.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:40:12 smithi149 ceph-mon[33204]: pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:14.813 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:40:14 smithi149 ceph-mon[33204]: pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:14.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:40:14 smithi118 ceph-mon[30084]: pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:14.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:40:14 smithi175 ceph-mon[32623]: pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:16.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:40:16 smithi118 ceph-mon[30084]: pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:16.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:40:16 smithi175 ceph-mon[32623]: pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:17.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:40:16 smithi149 ceph-mon[33204]: pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:17.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:40:17 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:40:17.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:40:17 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:40:18.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:40:17 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:40:18.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:40:18 smithi118 ceph-mon[30084]: pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:18.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:40:18 smithi175 ceph-mon[32623]: pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:19.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:40:18 smithi149 ceph-mon[33204]: pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:19.886 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:40:19 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: ::ffff:172.21.15.149 - - [21/Sep/2024:13:40:19] "GET /metrics HTTP/1.1" 200 21537 "" "Prometheus/2.51.0" 2024-09-21T13:40:19.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:40:19 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:40:19.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:40:19 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:40:19.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:40:19 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:40:19.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:40:19 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:40:19.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:40:19 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:40:19.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:40:19 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:40:19.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:40:19 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:40:19.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:40:19 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:40:20.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:40:19 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:40:20.012 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:40:19 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:40:20.012 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:40:19 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:40:20.012 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:40:19 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:40:20.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:40:20 smithi118 ceph-mon[30084]: pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:20.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:40:20 smithi175 ceph-mon[32623]: pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:21.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:40:20 smithi149 ceph-mon[33204]: pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:22.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:40:22 smithi118 ceph-mon[30084]: pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:22.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:40:22 smithi175 ceph-mon[32623]: pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:23.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:40:22 smithi149 ceph-mon[33204]: pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:24.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:40:24 smithi118 ceph-mon[30084]: pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:24.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:40:24 smithi175 ceph-mon[32623]: pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:25.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:40:24 smithi149 ceph-mon[33204]: pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:26.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:40:26 smithi118 ceph-mon[30084]: pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:26.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:40:26 smithi175 ceph-mon[32623]: pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:27.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:40:26 smithi149 ceph-mon[33204]: pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:28.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:40:28 smithi118 ceph-mon[30084]: pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:28.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:40:28 smithi175 ceph-mon[32623]: pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:29.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:40:28 smithi149 ceph-mon[33204]: pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:29.886 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:40:29 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: ::ffff:172.21.15.149 - - [21/Sep/2024:13:40:29] "GET /metrics HTTP/1.1" 200 21537 "" "Prometheus/2.51.0" 2024-09-21T13:40:30.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:40:30 smithi118 ceph-mon[30084]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:30.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:40:30 smithi175 ceph-mon[32623]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:31.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:40:30 smithi149 ceph-mon[33204]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:31.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:40:31 smithi118 ceph-mon[30084]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:31.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:40:31 smithi175 ceph-mon[32623]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:32.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:40:31 smithi149 ceph-mon[33204]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:32.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:40:32 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:40:32.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:40:32 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:40:33.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:40:32 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:40:33.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:40:33 smithi118 ceph-mon[30084]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:33.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:40:33 smithi175 ceph-mon[32623]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:34.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:40:33 smithi149 ceph-mon[33204]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:36.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:40:36 smithi118 ceph-mon[30084]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:36.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:40:36 smithi175 ceph-mon[32623]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:37.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:40:36 smithi149 ceph-mon[33204]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:38.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:40:38 smithi118 ceph-mon[30084]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:38.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:40:38 smithi175 ceph-mon[32623]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:39.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:40:38 smithi149 ceph-mon[33204]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:39.886 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:40:39 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: ::ffff:172.21.15.149 - - [21/Sep/2024:13:40:39] "GET /metrics HTTP/1.1" 200 21540 "" "Prometheus/2.51.0" 2024-09-21T13:40:40.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:40:40 smithi118 ceph-mon[30084]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:40.909 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:40:40 smithi175 ceph-mon[32623]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:41.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:40:40 smithi149 ceph-mon[33204]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:42.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:40:42 smithi118 ceph-mon[30084]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:42.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:40:42 smithi175 ceph-mon[32623]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:43.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:40:42 smithi149 ceph-mon[33204]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:44.814 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:40:44 smithi149 ceph-mon[33204]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:44.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:40:44 smithi118 ceph-mon[30084]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:44.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:40:44 smithi175 ceph-mon[32623]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:46.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:40:46 smithi118 ceph-mon[30084]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:46.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:40:46 smithi175 ceph-mon[32623]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:47.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:40:46 smithi149 ceph-mon[33204]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:47.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:40:47 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:40:47.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:40:47 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:40:48.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:40:47 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:40:48.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:40:48 smithi118 ceph-mon[30084]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:48.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:40:48 smithi175 ceph-mon[32623]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:49.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:40:48 smithi149 ceph-mon[33204]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:49.886 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:40:49 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: ::ffff:172.21.15.149 - - [21/Sep/2024:13:40:49] "GET /metrics HTTP/1.1" 200 21534 "" "Prometheus/2.51.0" 2024-09-21T13:40:50.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:40:50 smithi118 ceph-mon[30084]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:50.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:40:50 smithi175 ceph-mon[32623]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:51.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:40:50 smithi149 ceph-mon[33204]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:52.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:40:52 smithi118 ceph-mon[30084]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:52.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:40:52 smithi175 ceph-mon[32623]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:53.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:40:52 smithi149 ceph-mon[33204]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:54.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:40:54 smithi118 ceph-mon[30084]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:54.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:40:54 smithi175 ceph-mon[32623]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:55.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:40:54 smithi149 ceph-mon[33204]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:56.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:40:56 smithi118 ceph-mon[30084]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:56.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:40:56 smithi175 ceph-mon[32623]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:57.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:40:56 smithi149 ceph-mon[33204]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:58.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:40:58 smithi118 ceph-mon[30084]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:58.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:40:58 smithi175 ceph-mon[32623]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:59.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:40:58 smithi149 ceph-mon[33204]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:40:59.886 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:40:59 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: ::ffff:172.21.15.149 - - [21/Sep/2024:13:40:59] "GET /metrics HTTP/1.1" 200 21534 "" "Prometheus/2.51.0" 2024-09-21T13:41:00.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:41:00 smithi118 ceph-mon[30084]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:00.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:41:00 smithi175 ceph-mon[32623]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:01.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:41:00 smithi149 ceph-mon[33204]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:02.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:41:02 smithi118 ceph-mon[30084]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:02.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:41:02 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:41:02.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:41:02 smithi175 ceph-mon[32623]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:02.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:41:02 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:41:03.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:41:02 smithi149 ceph-mon[33204]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:03.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:41:02 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:41:04.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:41:04 smithi118 ceph-mon[30084]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:04.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:41:04 smithi175 ceph-mon[32623]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:05.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:41:04 smithi149 ceph-mon[33204]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:06.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:41:06 smithi118 ceph-mon[30084]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:06.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:41:06 smithi175 ceph-mon[32623]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:07.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:41:06 smithi149 ceph-mon[33204]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:07.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:41:07 smithi118 ceph-mon[30084]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:07.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:41:07 smithi175 ceph-mon[32623]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:08.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:41:07 smithi149 ceph-mon[33204]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:09.886 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:41:09 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: ::ffff:172.21.15.149 - - [21/Sep/2024:13:41:09] "GET /metrics HTTP/1.1" 200 21534 "" "Prometheus/2.51.0" 2024-09-21T13:41:10.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:41:10 smithi118 ceph-mon[30084]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:10.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:41:10 smithi175 ceph-mon[32623]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:11.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:41:10 smithi149 ceph-mon[33204]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:12.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:41:12 smithi118 ceph-mon[30084]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:12.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:41:12 smithi175 ceph-mon[32623]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:13.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:41:12 smithi149 ceph-mon[33204]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:14.814 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:41:14 smithi149 ceph-mon[33204]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:14.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:41:14 smithi118 ceph-mon[30084]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:14.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:41:14 smithi175 ceph-mon[32623]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:16.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:41:16 smithi118 ceph-mon[30084]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:16.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:41:16 smithi175 ceph-mon[32623]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:17.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:41:16 smithi149 ceph-mon[33204]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:17.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:41:17 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:41:17.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:41:17 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:41:18.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:41:17 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:41:18.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:41:18 smithi118 ceph-mon[30084]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:18.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:41:18 smithi175 ceph-mon[32623]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:19.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:41:18 smithi149 ceph-mon[33204]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:19.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:41:19 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:41:19.886 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:41:19 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: ::ffff:172.21.15.149 - - [21/Sep/2024:13:41:19] "GET /metrics HTTP/1.1" 200 21544 "" "Prometheus/2.51.0" 2024-09-21T13:41:19.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:41:19 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:41:20.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:41:19 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:41:20.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:41:20 smithi118 ceph-mon[30084]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:20.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:41:20 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:41:20.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:41:20 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:41:20.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:41:20 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:41:20.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:41:20 smithi175 ceph-mon[32623]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:20.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:41:20 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:41:20.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:41:20 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:41:20.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:41:20 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:41:21.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:41:20 smithi149 ceph-mon[33204]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:21.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:41:20 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:41:21.012 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:41:20 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:41:21.012 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:41:20 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:41:22.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:41:22 smithi118 ceph-mon[30084]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:22.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:41:22 smithi175 ceph-mon[32623]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:23.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:41:22 smithi149 ceph-mon[33204]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:24.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:41:24 smithi118 ceph-mon[30084]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:24.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:41:24 smithi175 ceph-mon[32623]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:25.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:41:24 smithi149 ceph-mon[33204]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:26.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:41:26 smithi118 ceph-mon[30084]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:26.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:41:26 smithi175 ceph-mon[32623]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:27.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:41:26 smithi149 ceph-mon[33204]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:28.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:41:28 smithi118 ceph-mon[30084]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:28.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:41:28 smithi175 ceph-mon[32623]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:29.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:41:28 smithi149 ceph-mon[33204]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:29.886 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:41:29 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: ::ffff:172.21.15.149 - - [21/Sep/2024:13:41:29] "GET /metrics HTTP/1.1" 200 21544 "" "Prometheus/2.51.0" 2024-09-21T13:41:30.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:41:30 smithi118 ceph-mon[30084]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:30.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:41:30 smithi175 ceph-mon[32623]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:31.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:41:30 smithi149 ceph-mon[33204]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:32.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:41:32 smithi118 ceph-mon[30084]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:32.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:41:32 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:41:32.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:41:32 smithi175 ceph-mon[32623]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:32.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:41:32 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:41:33.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:41:32 smithi149 ceph-mon[33204]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:33.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:41:32 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:41:34.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:41:34 smithi118 ceph-mon[30084]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:34.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:41:34 smithi175 ceph-mon[32623]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:35.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:41:34 smithi149 ceph-mon[33204]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:36.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:41:36 smithi118 ceph-mon[30084]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:36.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:41:36 smithi175 ceph-mon[32623]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:37.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:41:36 smithi149 ceph-mon[33204]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:37.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:41:37 smithi118 ceph-mon[30084]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:37.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:41:37 smithi175 ceph-mon[32623]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:38.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:41:37 smithi149 ceph-mon[33204]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:39.886 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:41:39 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: ::ffff:172.21.15.149 - - [21/Sep/2024:13:41:39] "GET /metrics HTTP/1.1" 200 21547 "" "Prometheus/2.51.0" 2024-09-21T13:41:40.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:41:40 smithi118 ceph-mon[30084]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:40.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:41:40 smithi175 ceph-mon[32623]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:41.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:41:40 smithi149 ceph-mon[33204]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:42.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:41:42 smithi118 ceph-mon[30084]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:42.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:41:42 smithi175 ceph-mon[32623]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:43.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:41:42 smithi149 ceph-mon[33204]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:44.813 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:41:44 smithi149 ceph-mon[33204]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:44.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:41:44 smithi118 ceph-mon[30084]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:44.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:41:44 smithi175 ceph-mon[32623]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:46.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:41:46 smithi118 ceph-mon[30084]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:46.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:41:46 smithi175 ceph-mon[32623]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:47.012 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:41:46 smithi149 ceph-mon[33204]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:47.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:41:47 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:41:47.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:41:47 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:41:48.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:41:47 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:41:48.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:41:48 smithi118 ceph-mon[30084]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:48.907 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:41:48 smithi175 ceph-mon[32623]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:49.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:41:48 smithi149 ceph-mon[33204]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:49.886 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:41:49 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: ::ffff:172.21.15.149 - - [21/Sep/2024:13:41:49] "GET /metrics HTTP/1.1" 200 21549 "" "Prometheus/2.51.0" 2024-09-21T13:41:50.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:41:50 smithi118 ceph-mon[30084]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:50.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:41:50 smithi175 ceph-mon[32623]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:51.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:41:50 smithi149 ceph-mon[33204]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:52.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:41:52 smithi118 ceph-mon[30084]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:52.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:41:52 smithi175 ceph-mon[32623]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:53.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:41:52 smithi149 ceph-mon[33204]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:54.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:41:54 smithi118 ceph-mon[30084]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:54.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:41:54 smithi175 ceph-mon[32623]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:55.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:41:54 smithi149 ceph-mon[33204]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:56.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:41:56 smithi118 ceph-mon[30084]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:56.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:41:56 smithi175 ceph-mon[32623]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:57.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:41:56 smithi149 ceph-mon[33204]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:58.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:41:58 smithi118 ceph-mon[30084]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:58.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:41:58 smithi175 ceph-mon[32623]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:59.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:41:58 smithi149 ceph-mon[33204]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:41:59.886 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:41:59 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: ::ffff:172.21.15.149 - - [21/Sep/2024:13:41:59] "GET /metrics HTTP/1.1" 200 21549 "" "Prometheus/2.51.0" 2024-09-21T13:42:00.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:00 smithi118 ceph-mon[30084]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:00.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:42:00 smithi175 ceph-mon[32623]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:01.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:00 smithi149 ceph-mon[33204]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:02.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:02 smithi118 ceph-mon[30084]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:02.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:02 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:42:02.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:42:02 smithi175 ceph-mon[32623]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:02.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:42:02 smithi175 ceph-mon[32623]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:42:03.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:02 smithi149 ceph-mon[33204]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:03.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:02 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:42:04.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:04 smithi118 ceph-mon[30084]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:04.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:42:04 smithi175 ceph-mon[32623]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:05.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:04 smithi149 ceph-mon[33204]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:06.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:06 smithi118 ceph-mon[30084]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:06.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:42:06 smithi175 ceph-mon[32623]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:07.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:06 smithi149 ceph-mon[33204]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:08.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:08 smithi118 ceph-mon[30084]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:08.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:42:08 smithi175 ceph-mon[32623]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:09.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:08 smithi149 ceph-mon[33204]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:09.886 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:42:09 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: ::ffff:172.21.15.149 - - [21/Sep/2024:13:42:09] "GET /metrics HTTP/1.1" 200 21546 "" "Prometheus/2.51.0" 2024-09-21T13:42:10.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:10 smithi118 ceph-mon[30084]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:10.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:42:10 smithi175 ceph-mon[32623]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:11.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:10 smithi149 ceph-mon[33204]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:11.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:11 smithi118 ceph-mon[30084]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:11.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:42:11 smithi175 ceph-mon[32623]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:12.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:11 smithi149 ceph-mon[33204]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:12.093 INFO:teuthology.orchestra.run.smithi118.stderr:+ ceph orch ls 2024-09-21T13:42:12.375 INFO:teuthology.orchestra.run.smithi118.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-09-21T13:42:12.375 INFO:teuthology.orchestra.run.smithi118.stdout:alertmanager ?:9093,9094 1/1 2m ago 4m count:1 2024-09-21T13:42:12.375 INFO:teuthology.orchestra.run.smithi118.stdout:grafana ?:3000 1/1 2m ago 4m count:1 2024-09-21T13:42:12.375 INFO:teuthology.orchestra.run.smithi118.stdout:mgr 2/2 3m ago 5m smithi118=a;smithi149=b;count:2 2024-09-21T13:42:12.376 INFO:teuthology.orchestra.run.smithi118.stdout:mon 3/3 3m ago 6m smithi118:172.21.15.118=a;smithi149:172.21.15.149=b;smithi175:172.21.15.175=c;count:3 2024-09-21T13:42:12.376 INFO:teuthology.orchestra.run.smithi118.stdout:node-exporter ?:9100 3/3 3m ago 4m * 2024-09-21T13:42:12.376 INFO:teuthology.orchestra.run.smithi118.stdout:osd 3 3m ago - 2024-09-21T13:42:12.376 INFO:teuthology.orchestra.run.smithi118.stdout:prometheus ?:9095 1/1 3m ago 4m count:1 2024-09-21T13:42:12.386 INFO:teuthology.orchestra.run.smithi118.stderr:+ ceph orch ps 2024-09-21T13:42:12.636 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:12 smithi118 ceph-mon[30084]: from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:42:12.660 INFO:teuthology.orchestra.run.smithi118.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-21T13:42:12.660 INFO:teuthology.orchestra.run.smithi118.stdout:alertmanager.smithi175 smithi175 *:9093,9094 running (2m) 2m ago 3m 17.7M - 0.27.0 11f11916f8cd 58c35d14120b 2024-09-21T13:42:12.660 INFO:teuthology.orchestra.run.smithi118.stdout:grafana.smithi118 smithi118 *:3000 running (3m) 2m ago 3m 54.5M - 10.4.8 5aad1d7cf004 e42be64e32d7 2024-09-21T13:42:12.660 INFO:teuthology.orchestra.run.smithi118.stdout:mgr.a smithi118 *:9283,8765 running (7m) 2m ago 7m 506M - 19.3.0-5104-g44178494 b415816db8b4 0346fc2d1fef 2024-09-21T13:42:12.660 INFO:teuthology.orchestra.run.smithi118.stdout:mgr.b smithi149 *:8443,8765 running (5m) 3m ago 5m 451M - 19.3.0-5104-g44178494 b415816db8b4 dd8c7021f6cb 2024-09-21T13:42:12.660 INFO:teuthology.orchestra.run.smithi118.stdout:mon.a smithi118 running (7m) 2m ago 7m 46.2M 2048M 19.3.0-5104-g44178494 b415816db8b4 51f2ded933a9 2024-09-21T13:42:12.660 INFO:teuthology.orchestra.run.smithi118.stdout:mon.b smithi149 running (5m) 3m ago 5m 41.3M 2048M 19.3.0-5104-g44178494 b415816db8b4 2d2d6335d469 2024-09-21T13:42:12.660 INFO:teuthology.orchestra.run.smithi118.stdout:mon.c smithi175 running (6m) 2m ago 6m 41.9M 2048M 19.3.0-5104-g44178494 b415816db8b4 90ccda3fbc4d 2024-09-21T13:42:12.661 INFO:teuthology.orchestra.run.smithi118.stdout:node-exporter.smithi118 smithi118 *:9100 running (3m) 2m ago 3m 8426k - 1.7.0 72c9c2088986 db91821acd45 2024-09-21T13:42:12.661 INFO:teuthology.orchestra.run.smithi118.stdout:node-exporter.smithi149 smithi149 *:9100 running (3m) 3m ago 3m 3225k - 1.7.0 72c9c2088986 8482a2ba43cb 2024-09-21T13:42:12.661 INFO:teuthology.orchestra.run.smithi118.stdout:node-exporter.smithi175 smithi175 *:9100 running (3m) 2m ago 3m 8648k - 1.7.0 72c9c2088986 839f26e361fb 2024-09-21T13:42:12.661 INFO:teuthology.orchestra.run.smithi118.stdout:osd.0 smithi118 running (5m) 2m ago 5m 43.3M 14.6G 19.3.0-5104-g44178494 b415816db8b4 a8461b24f28c 2024-09-21T13:42:12.661 INFO:teuthology.orchestra.run.smithi118.stdout:osd.1 smithi149 running (4m) 3m ago 4m 37.8M 3767M 19.3.0-5104-g44178494 b415816db8b4 8adcfc09015b 2024-09-21T13:42:12.661 INFO:teuthology.orchestra.run.smithi118.stdout:osd.2 smithi175 running (4m) 2m ago 4m 43.8M 18.6G 19.3.0-5104-g44178494 b415816db8b4 fe639a307842 2024-09-21T13:42:12.661 INFO:teuthology.orchestra.run.smithi118.stdout:prometheus.smithi149 smithi149 *:9095 running (3m) 3m ago 3m 28.6M - 2.51.0 1d3b7f56885b 651bfabad9bc 2024-09-21T13:42:12.671 INFO:teuthology.orchestra.run.smithi118.stderr:+ ceph orch host ls 2024-09-21T13:42:12.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:42:12 smithi175 ceph-mon[32623]: from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:42:12.935 INFO:teuthology.orchestra.run.smithi118.stdout:HOST ADDR LABELS STATUS 2024-09-21T13:42:12.935 INFO:teuthology.orchestra.run.smithi118.stdout:smithi118 172.21.15.118 2024-09-21T13:42:12.935 INFO:teuthology.orchestra.run.smithi118.stdout:smithi149 172.21.15.149 2024-09-21T13:42:12.935 INFO:teuthology.orchestra.run.smithi118.stdout:smithi175 172.21.15.175 2024-09-21T13:42:12.935 INFO:teuthology.orchestra.run.smithi118.stdout:3 hosts in cluster 2024-09-21T13:42:12.946 INFO:teuthology.orchestra.run.smithi118.stderr:++ ceph orch ps --daemon-type mon -f json 2024-09-21T13:42:12.946 INFO:teuthology.orchestra.run.smithi118.stderr:++ jq -r 'last | .daemon_name' 2024-09-21T13:42:13.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:12 smithi149 ceph-mon[33204]: from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:42:13.233 INFO:teuthology.orchestra.run.smithi118.stderr:+ MON_DAEMON=mon.c 2024-09-21T13:42:13.233 INFO:teuthology.orchestra.run.smithi118.stderr:++ ceph orch ps --daemon-type grafana -f json 2024-09-21T13:42:13.233 INFO:teuthology.orchestra.run.smithi118.stderr:++ jq -e '.[]' 2024-09-21T13:42:13.233 INFO:teuthology.orchestra.run.smithi118.stderr:++ jq -r .hostname 2024-09-21T13:42:13.513 INFO:teuthology.orchestra.run.smithi118.stderr:+ GRAFANA_HOST=smithi118 2024-09-21T13:42:13.513 INFO:teuthology.orchestra.run.smithi118.stderr:++ ceph orch ps --daemon-type prometheus -f json 2024-09-21T13:42:13.513 INFO:teuthology.orchestra.run.smithi118.stderr:++ jq -e '.[]' 2024-09-21T13:42:13.513 INFO:teuthology.orchestra.run.smithi118.stderr:++ jq -r .hostname 2024-09-21T13:42:13.796 INFO:teuthology.orchestra.run.smithi118.stderr:+ PROM_HOST=smithi149 2024-09-21T13:42:13.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:13 smithi118 ceph-mon[30084]: from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:42:13.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:13 smithi118 ceph-mon[30084]: from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:42:13.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:13 smithi118 ceph-mon[30084]: from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T13:42:13.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:13 smithi118 ceph-mon[30084]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:13.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:13 smithi118 ceph-mon[30084]: from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T13:42:13.797 INFO:teuthology.orchestra.run.smithi118.stderr:++ ceph orch ps --daemon-type alertmanager -f json 2024-09-21T13:42:13.797 INFO:teuthology.orchestra.run.smithi118.stderr:++ jq -e '.[]' 2024-09-21T13:42:13.797 INFO:teuthology.orchestra.run.smithi118.stderr:++ jq -r .hostname 2024-09-21T13:42:13.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:42:13 smithi175 ceph-mon[32623]: from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:42:13.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:42:13 smithi175 ceph-mon[32623]: from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:42:13.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:42:13 smithi175 ceph-mon[32623]: from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T13:42:13.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:42:13 smithi175 ceph-mon[32623]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:13.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:42:13 smithi175 ceph-mon[32623]: from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T13:42:14.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:13 smithi149 ceph-mon[33204]: from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:42:14.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:13 smithi149 ceph-mon[33204]: from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:42:14.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:13 smithi149 ceph-mon[33204]: from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T13:42:14.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:13 smithi149 ceph-mon[33204]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:14.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:13 smithi149 ceph-mon[33204]: from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T13:42:14.084 INFO:teuthology.orchestra.run.smithi118.stderr:+ ALERTM_HOST=smithi175 2024-09-21T13:42:14.084 INFO:teuthology.orchestra.run.smithi118.stderr:++ ceph orch host ls -f json 2024-09-21T13:42:14.084 INFO:teuthology.orchestra.run.smithi118.stderr:++ jq -r --arg GRAFANA_HOST smithi118 '.[] | select(.hostname==$GRAFANA_HOST) | .addr' 2024-09-21T13:42:14.357 INFO:teuthology.orchestra.run.smithi118.stderr:+ GRAFANA_IP=172.21.15.118 2024-09-21T13:42:14.357 INFO:teuthology.orchestra.run.smithi118.stderr:++ ceph orch host ls -f json 2024-09-21T13:42:14.357 INFO:teuthology.orchestra.run.smithi118.stderr:++ jq -r --arg PROM_HOST smithi149 '.[] | select(.hostname==$PROM_HOST) | .addr' 2024-09-21T13:42:14.633 INFO:teuthology.orchestra.run.smithi118.stderr:+ PROM_IP=172.21.15.149 2024-09-21T13:42:14.633 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:14 smithi118 ceph-mon[30084]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T13:42:14.633 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:14 smithi118 ceph-mon[30084]: from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T13:42:14.633 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:14 smithi118 ceph-mon[30084]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T13:42:14.633 INFO:teuthology.orchestra.run.smithi118.stderr:++ ceph orch host ls -f json 2024-09-21T13:42:14.634 INFO:teuthology.orchestra.run.smithi118.stderr:++ jq -r --arg ALERTM_HOST smithi175 '.[] | select(.hostname==$ALERTM_HOST) | .addr' 2024-09-21T13:42:14.907 INFO:teuthology.orchestra.run.smithi118.stderr:+ ALERTM_IP=172.21.15.175 2024-09-21T13:42:14.907 INFO:teuthology.orchestra.run.smithi118.stderr:++ ceph orch host ls -f json 2024-09-21T13:42:14.907 INFO:teuthology.orchestra.run.smithi118.stderr:++ jq -r '.[] | .addr' 2024-09-21T13:42:14.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:42:14 smithi175 ceph-mon[32623]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T13:42:14.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:42:14 smithi175 ceph-mon[32623]: from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T13:42:14.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:42:14 smithi175 ceph-mon[32623]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T13:42:14.912 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:14 smithi149 ceph-mon[33204]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T13:42:14.912 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:14 smithi149 ceph-mon[33204]: from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T13:42:14.912 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:14 smithi149 ceph-mon[33204]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T13:42:15.184 INFO:teuthology.orchestra.run.smithi118.stderr:+ ALL_HOST_IPS='172.21.15.118 2024-09-21T13:42:15.184 INFO:teuthology.orchestra.run.smithi118.stderr:172.21.15.149 2024-09-21T13:42:15.184 INFO:teuthology.orchestra.run.smithi118.stderr:172.21.15.175' 2024-09-21T13:42:15.184 INFO:teuthology.orchestra.run.smithi118.stderr:+ for ip in $ALL_HOST_IPS 2024-09-21T13:42:15.184 INFO:teuthology.orchestra.run.smithi118.stderr:+ curl -s http://172.21.15.118:9100/metric 2024-09-21T13:42:15.187 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:42:15.187 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:42:15.187 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:42:15.187 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:42:15.187 INFO:teuthology.orchestra.run.smithi118.stdout: Node Exporter 2024-09-21T13:42:15.187 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:42:15.189 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:42:15.189 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:42:15.189 INFO:teuthology.orchestra.run.smithi118.stdout:
2024-09-21T13:42:15.189 INFO:teuthology.orchestra.run.smithi118.stdout:

Node Exporter

2024-09-21T13:42:15.189 INFO:teuthology.orchestra.run.smithi118.stdout:
2024-09-21T13:42:15.189 INFO:teuthology.orchestra.run.smithi118.stdout:
2024-09-21T13:42:15.189 INFO:teuthology.orchestra.run.smithi118.stdout:

Prometheus Node Exporter

2024-09-21T13:42:15.189 INFO:teuthology.orchestra.run.smithi118.stdout:
Version: (version=1.7.0, branch=HEAD, revision=7333465abf9efba81876303bb57e6fadb946041b)
2024-09-21T13:42:15.189 INFO:teuthology.orchestra.run.smithi118.stdout:
2024-09-21T13:42:15.189 INFO:teuthology.orchestra.run.smithi118.stdout:
    2024-09-21T13:42:15.189 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:42:15.189 INFO:teuthology.orchestra.run.smithi118.stdout:
  • Metrics
  • 2024-09-21T13:42:15.189 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:42:15.189 INFO:teuthology.orchestra.run.smithi118.stdout:
2024-09-21T13:42:15.189 INFO:teuthology.orchestra.run.smithi118.stdout:
2024-09-21T13:42:15.190 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:42:15.190 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:42:15.190 INFO:teuthology.orchestra.run.smithi118.stdout:
2024-09-21T13:42:15.190 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:42:15.190 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:42:15.190 INFO:teuthology.orchestra.run.smithi118.stderr:+ for ip in $ALL_HOST_IPS 2024-09-21T13:42:15.190 INFO:teuthology.orchestra.run.smithi118.stderr:+ curl -s http://172.21.15.149:9100/metric 2024-09-21T13:42:15.191 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:42:15.191 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:42:15.191 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:42:15.191 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:42:15.191 INFO:teuthology.orchestra.run.smithi118.stdout: Node Exporter 2024-09-21T13:42:15.191 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:42:15.193 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:42:15.193 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:42:15.193 INFO:teuthology.orchestra.run.smithi118.stdout:
2024-09-21T13:42:15.193 INFO:teuthology.orchestra.run.smithi118.stdout:

Node Exporter

2024-09-21T13:42:15.193 INFO:teuthology.orchestra.run.smithi118.stdout:
2024-09-21T13:42:15.193 INFO:teuthology.orchestra.run.smithi118.stdout:
2024-09-21T13:42:15.193 INFO:teuthology.orchestra.run.smithi118.stdout:

Prometheus Node Exporter

2024-09-21T13:42:15.193 INFO:teuthology.orchestra.run.smithi118.stdout:
Version: (version=1.7.0, branch=HEAD, revision=7333465abf9efba81876303bb57e6fadb946041b)
2024-09-21T13:42:15.193 INFO:teuthology.orchestra.run.smithi118.stdout:
2024-09-21T13:42:15.193 INFO:teuthology.orchestra.run.smithi118.stdout:
    2024-09-21T13:42:15.193 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:42:15.193 INFO:teuthology.orchestra.run.smithi118.stdout:
  • Metrics
  • 2024-09-21T13:42:15.193 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:42:15.193 INFO:teuthology.orchestra.run.smithi118.stdout:
2024-09-21T13:42:15.194 INFO:teuthology.orchestra.run.smithi118.stdout:
2024-09-21T13:42:15.194 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:42:15.194 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:42:15.194 INFO:teuthology.orchestra.run.smithi118.stdout:
2024-09-21T13:42:15.194 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:42:15.194 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:42:15.194 INFO:teuthology.orchestra.run.smithi118.stderr:+ for ip in $ALL_HOST_IPS 2024-09-21T13:42:15.194 INFO:teuthology.orchestra.run.smithi118.stderr:+ curl -s http://172.21.15.175:9100/metric 2024-09-21T13:42:15.194 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:42:15.195 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:42:15.195 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:42:15.195 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:42:15.195 INFO:teuthology.orchestra.run.smithi118.stdout: Node Exporter 2024-09-21T13:42:15.195 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:42:15.196 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:42:15.196 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:42:15.196 INFO:teuthology.orchestra.run.smithi118.stdout:
2024-09-21T13:42:15.196 INFO:teuthology.orchestra.run.smithi118.stdout:

Node Exporter

2024-09-21T13:42:15.196 INFO:teuthology.orchestra.run.smithi118.stdout:
2024-09-21T13:42:15.196 INFO:teuthology.orchestra.run.smithi118.stdout:
2024-09-21T13:42:15.196 INFO:teuthology.orchestra.run.smithi118.stdout:

Prometheus Node Exporter

2024-09-21T13:42:15.196 INFO:teuthology.orchestra.run.smithi118.stdout:
Version: (version=1.7.0, branch=HEAD, revision=7333465abf9efba81876303bb57e6fadb946041b)
2024-09-21T13:42:15.196 INFO:teuthology.orchestra.run.smithi118.stdout:
2024-09-21T13:42:15.197 INFO:teuthology.orchestra.run.smithi118.stdout:
    2024-09-21T13:42:15.197 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:42:15.197 INFO:teuthology.orchestra.run.smithi118.stdout:
  • Metrics
  • 2024-09-21T13:42:15.197 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:42:15.197 INFO:teuthology.orchestra.run.smithi118.stdout:
2024-09-21T13:42:15.197 INFO:teuthology.orchestra.run.smithi118.stdout:
2024-09-21T13:42:15.197 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:42:15.197 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:42:15.197 INFO:teuthology.orchestra.run.smithi118.stdout:
2024-09-21T13:42:15.197 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:42:15.197 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-09-21T13:42:15.197 INFO:teuthology.orchestra.run.smithi118.stderr:+ curl -k -s https://172.21.15.118:3000/api/health 2024-09-21T13:42:15.214 INFO:teuthology.orchestra.run.smithi118.stdout:{ 2024-09-21T13:42:15.214 INFO:teuthology.orchestra.run.smithi118.stdout: "commit": "8c384b71bde142a25ddc01ed5a183ca572b2b7f7", 2024-09-21T13:42:15.214 INFO:teuthology.orchestra.run.smithi118.stdout: "database": "ok", 2024-09-21T13:42:15.214 INFO:teuthology.orchestra.run.smithi118.stdout: "version": "10.4.8" 2024-09-21T13:42:15.215 INFO:teuthology.orchestra.run.smithi118.stderr:+ curl -k -s https://172.21.15.118:3000/api/health 2024-09-21T13:42:15.215 INFO:teuthology.orchestra.run.smithi118.stderr:+ jq -e '.database == "ok"' 2024-09-21T13:42:15.236 INFO:teuthology.orchestra.run.smithi118.stdout:}true 2024-09-21T13:42:15.236 INFO:teuthology.orchestra.run.smithi118.stderr:+ ceph orch daemon stop mon.c 2024-09-21T13:42:15.516 INFO:teuthology.orchestra.run.smithi118.stdout:Scheduled to stop mon.c on host 'smithi175' 2024-09-21T13:42:15.529 INFO:teuthology.orchestra.run.smithi118.stderr:+ sleep 120 2024-09-21T13:42:16.135 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:42:15 smithi175 systemd[1]: Stopping Ceph mon.c for 2073d30c-781e-11ef-baf6-efdc52797490... 2024-09-21T13:42:16.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:42:16 smithi175 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mon-c[32600]: 2024-09-21T13:42:16.134+0000 7f5542883640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-09-21T13:42:16.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:42:16 smithi175 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mon-c[32600]: 2024-09-21T13:42:16.134+0000 7f5542883640 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-09-21T13:42:16.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:42:16 smithi175 podman[43184]: 2024-09-21 13:42:16.318726157 +0000 UTC m=+0.306970400 container died 90ccda3fbc4dfaff8f1643f30095bb4f22f1349c354168d48c00c7ab66603881 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5, name=ceph-2073d30c-781e-11ef-baf6-efdc52797490-mon-c, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_CLEAN=True, RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, maintainer=Guillaume Abrioux ) 2024-09-21T13:42:16.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:42:16 smithi175 podman[43184]: 2024-09-21 13:42:16.774623077 +0000 UTC m=+0.762867320 container cleanup 90ccda3fbc4dfaff8f1643f30095bb4f22f1349c354168d48c00c7ab66603881 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5, name=ceph-2073d30c-781e-11ef-baf6-efdc52797490-mon-c, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.license=GPLv2, GIT_CLEAN=True, io.buildah.version=1.37.2, RELEASE=wip-guits-main-2024-09-21-0842-4417849) 2024-09-21T13:42:16.908 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:42:16 smithi175 bash[43184]: ceph-2073d30c-781e-11ef-baf6-efdc52797490-mon-c 2024-09-21T13:42:17.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:42:17 smithi175 podman[43201]: 2024-09-21 13:42:17.042537012 +0000 UTC m=+0.726267727 container remove 90ccda3fbc4dfaff8f1643f30095bb4f22f1349c354168d48c00c7ab66603881 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5, name=ceph-2073d30c-781e-11ef-baf6-efdc52797490-mon-c, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_CLEAN=True, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, RELEASE=wip-guits-main-2024-09-21-0842-4417849) 2024-09-21T13:42:17.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:42:17 smithi175 systemd[1]: ceph-2073d30c-781e-11ef-baf6-efdc52797490@mon.c.service: Deactivated successfully. 2024-09-21T13:42:17.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:42:17 smithi175 systemd[1]: Stopped Ceph mon.c for 2073d30c-781e-11ef-baf6-efdc52797490. 2024-09-21T13:42:17.408 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 21 13:42:17 smithi175 systemd[1]: ceph-2073d30c-781e-11ef-baf6-efdc52797490@mon.c.service: Consumed 3.352s CPU time. 2024-09-21T13:42:19.886 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:42:19 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: ::ffff:172.21.15.149 - - [21/Sep/2024:13:42:19] "GET /metrics HTTP/1.1" 200 21545 "" "Prometheus/2.51.0" 2024-09-21T13:42:29.798 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:42:29 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: ::ffff:172.21.15.149 - - [21/Sep/2024:13:42:29] "GET /metrics HTTP/1.1" 200 21545 "" "Prometheus/2.51.0" 2024-09-21T13:42:30.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:30 smithi118 ceph-mon[30084]: from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T13:42:30.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:30 smithi118 ceph-mon[30084]: from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T13:42:30.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:30 smithi118 ceph-mon[30084]: from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T13:42:30.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:30 smithi118 ceph-mon[30084]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:30.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:30 smithi118 ceph-mon[30084]: from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:42:30.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:30 smithi118 ceph-mon[30084]: Schedule stop daemon mon.c 2024-09-21T13:42:30.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:30 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:42:30.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:30 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:42:30.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:30 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:42:30.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:30 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:42:30.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:30 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:42:30.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:30 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:42:31.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:30 smithi149 ceph-mon[33204]: from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T13:42:31.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:30 smithi149 ceph-mon[33204]: from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T13:42:31.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:30 smithi149 ceph-mon[33204]: from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T13:42:31.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:30 smithi149 ceph-mon[33204]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:31.012 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:30 smithi149 ceph-mon[33204]: from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:42:31.012 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:30 smithi149 ceph-mon[33204]: Schedule stop daemon mon.c 2024-09-21T13:42:31.012 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:30 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:42:31.012 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:30 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:42:31.012 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:30 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:42:31.012 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:30 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:42:31.012 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:30 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:42:31.012 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:30 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:42:31.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:31 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:42:31.889 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:31 smithi118 ceph-mon[30084]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:31.889 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:31 smithi118 ceph-mon[30084]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:31.890 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:31 smithi118 ceph-mon[30084]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:31.890 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:31 smithi118 ceph-mon[30084]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:31.890 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:31 smithi118 ceph-mon[30084]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:31.890 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:31 smithi118 ceph-mon[30084]: mon.b calling monitor election 2024-09-21T13:42:31.890 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:31 smithi118 ceph-mon[30084]: mon.a calling monitor election 2024-09-21T13:42:31.890 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:31 smithi118 ceph-mon[30084]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:31.890 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:31 smithi118 ceph-mon[30084]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:31.890 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:31 smithi118 ceph-mon[30084]: mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-09-21T13:42:31.890 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:31 smithi118 ceph-mon[30084]: monmap epoch 3 2024-09-21T13:42:31.890 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:31 smithi118 ceph-mon[30084]: fsid 2073d30c-781e-11ef-baf6-efdc52797490 2024-09-21T13:42:31.890 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:31 smithi118 ceph-mon[30084]: last_changed 2024-09-21T13:36:13.549940+0000 2024-09-21T13:42:31.891 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:31 smithi118 ceph-mon[30084]: created 2024-09-21T13:34:28.605277+0000 2024-09-21T13:42:31.891 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:31 smithi118 ceph-mon[30084]: min_mon_release 19 (squid) 2024-09-21T13:42:31.891 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:31 smithi118 ceph-mon[30084]: election_strategy: 1 2024-09-21T13:42:31.891 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:31 smithi118 ceph-mon[30084]: 0: [v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0] mon.a 2024-09-21T13:42:31.891 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:31 smithi118 ceph-mon[30084]: 1: [v2:172.21.15.175:3300/0,v1:172.21.15.175:6789/0] mon.c 2024-09-21T13:42:31.891 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:31 smithi118 ceph-mon[30084]: 2: [v2:172.21.15.149:3300/0,v1:172.21.15.149:6789/0] mon.b 2024-09-21T13:42:31.891 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:31 smithi118 ceph-mon[30084]: fsmap 2024-09-21T13:42:31.891 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:31 smithi118 ceph-mon[30084]: osdmap e22: 3 total, 3 up, 3 in 2024-09-21T13:42:31.891 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:31 smithi118 ceph-mon[30084]: mgrmap e20: a(active, since 3m), standbys: b 2024-09-21T13:42:31.891 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:31 smithi118 ceph-mon[30084]: Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-09-21T13:42:31.891 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:31 smithi118 ceph-mon[30084]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-09-21T13:42:31.891 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:31 smithi118 ceph-mon[30084]: [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-09-21T13:42:31.891 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:31 smithi118 ceph-mon[30084]: mon.c (rank 1) addr [v2:172.21.15.175:3300/0,v1:172.21.15.175:6789/0] is down (out of quorum) 2024-09-21T13:42:31.891 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:31 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:42:31.891 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:31 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:42:31.892 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:31 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:42:31.892 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:31 smithi118 ceph-mon[30084]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:32.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:31 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:42:32.012 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:31 smithi149 ceph-mon[33204]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:32.012 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:31 smithi149 ceph-mon[33204]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:32.012 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:31 smithi149 ceph-mon[33204]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:32.012 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:31 smithi149 ceph-mon[33204]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:32.012 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:31 smithi149 ceph-mon[33204]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:32.012 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:31 smithi149 ceph-mon[33204]: mon.b calling monitor election 2024-09-21T13:42:32.012 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:31 smithi149 ceph-mon[33204]: mon.a calling monitor election 2024-09-21T13:42:32.012 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:31 smithi149 ceph-mon[33204]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:32.012 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:31 smithi149 ceph-mon[33204]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:32.012 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:31 smithi149 ceph-mon[33204]: mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-09-21T13:42:32.012 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:31 smithi149 ceph-mon[33204]: monmap epoch 3 2024-09-21T13:42:32.012 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:31 smithi149 ceph-mon[33204]: fsid 2073d30c-781e-11ef-baf6-efdc52797490 2024-09-21T13:42:32.013 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:31 smithi149 ceph-mon[33204]: last_changed 2024-09-21T13:36:13.549940+0000 2024-09-21T13:42:32.013 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:31 smithi149 ceph-mon[33204]: created 2024-09-21T13:34:28.605277+0000 2024-09-21T13:42:32.013 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:31 smithi149 ceph-mon[33204]: min_mon_release 19 (squid) 2024-09-21T13:42:32.013 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:31 smithi149 ceph-mon[33204]: election_strategy: 1 2024-09-21T13:42:32.013 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:31 smithi149 ceph-mon[33204]: 0: [v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0] mon.a 2024-09-21T13:42:32.013 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:31 smithi149 ceph-mon[33204]: 1: [v2:172.21.15.175:3300/0,v1:172.21.15.175:6789/0] mon.c 2024-09-21T13:42:32.013 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:31 smithi149 ceph-mon[33204]: 2: [v2:172.21.15.149:3300/0,v1:172.21.15.149:6789/0] mon.b 2024-09-21T13:42:32.013 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:31 smithi149 ceph-mon[33204]: fsmap 2024-09-21T13:42:32.013 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:31 smithi149 ceph-mon[33204]: osdmap e22: 3 total, 3 up, 3 in 2024-09-21T13:42:32.013 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:31 smithi149 ceph-mon[33204]: mgrmap e20: a(active, since 3m), standbys: b 2024-09-21T13:42:32.013 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:31 smithi149 ceph-mon[33204]: Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-09-21T13:42:32.013 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:31 smithi149 ceph-mon[33204]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-09-21T13:42:32.013 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:31 smithi149 ceph-mon[33204]: [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-09-21T13:42:32.013 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:31 smithi149 ceph-mon[33204]: mon.c (rank 1) addr [v2:172.21.15.175:3300/0,v1:172.21.15.175:6789/0] is down (out of quorum) 2024-09-21T13:42:32.014 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:31 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:42:32.014 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:31 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:42:32.014 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:31 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:42:32.014 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:31 smithi149 ceph-mon[33204]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:33.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:32 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:42:33.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:32 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:42:33.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:32 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:42:33.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:32 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:42:34.761 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:34 smithi149 ceph-mon[33204]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:34.762 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:34 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:42:34.762 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:34 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:42:34.762 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:34 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:42:34.762 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:34 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:42:34.762 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:34 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:42:34.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:34 smithi118 ceph-mon[30084]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:34.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:34 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:42:34.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:34 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:42:34.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:34 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:42:34.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:34 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:42:34.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:34 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:42:36.761 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:36 smithi149 ceph-mon[33204]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:36.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:36 smithi118 ceph-mon[30084]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:38.761 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:38 smithi149 ceph-mon[33204]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:38.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:38 smithi118 ceph-mon[30084]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:39.886 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:42:39 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: ::ffff:172.21.15.149 - - [21/Sep/2024:13:42:39] "GET /metrics HTTP/1.1" 200 21605 "" "Prometheus/2.51.0" 2024-09-21T13:42:40.761 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:40 smithi149 ceph-mon[33204]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:40.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:40 smithi118 ceph-mon[30084]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:42.761 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:42 smithi149 ceph-mon[33204]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:42.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:42 smithi118 ceph-mon[30084]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:44.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:44 smithi118 ceph-mon[30084]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:45.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:44 smithi149 ceph-mon[33204]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:46.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:46 smithi118 ceph-mon[30084]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:47.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:46 smithi149 ceph-mon[33204]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:47.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:47 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:42:48.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:47 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:42:48.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:48 smithi118 ceph-mon[30084]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:49.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:48 smithi149 ceph-mon[33204]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:49.886 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:42:49 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: ::ffff:172.21.15.149 - - [21/Sep/2024:13:42:49] "GET /metrics HTTP/1.1" 200 21608 "" "Prometheus/2.51.0" 2024-09-21T13:42:50.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:50 smithi118 ceph-mon[30084]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:51.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:50 smithi149 ceph-mon[33204]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:52.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:52 smithi118 ceph-mon[30084]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:53.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:52 smithi149 ceph-mon[33204]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:54.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:54 smithi118 ceph-mon[30084]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:55.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:54 smithi149 ceph-mon[33204]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:56.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:56 smithi118 ceph-mon[30084]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:57.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:56 smithi149 ceph-mon[33204]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:58.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:42:58 smithi118 ceph-mon[30084]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:59.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:42:58 smithi149 ceph-mon[33204]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:42:59.787 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:42:59 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: ::ffff:172.21.15.149 - - [21/Sep/2024:13:42:59] "GET /metrics HTTP/1.1" 200 21608 "" "Prometheus/2.51.0" 2024-09-21T13:43:00.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:43:00 smithi118 ceph-mon[30084]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:43:01.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:43:00 smithi149 ceph-mon[33204]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:43:02.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:43:02 smithi118 ceph-mon[30084]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:43:02.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:43:02 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:43:03.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:43:02 smithi149 ceph-mon[33204]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:43:03.012 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:43:02 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:43:04.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:43:04 smithi118 ceph-mon[30084]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:43:05.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:43:04 smithi149 ceph-mon[33204]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:43:06.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:43:06 smithi118 ceph-mon[30084]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:43:07.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:43:06 smithi149 ceph-mon[33204]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:43:08.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:43:08 smithi118 ceph-mon[30084]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:43:09.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:43:08 smithi149 ceph-mon[33204]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:43:09.886 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:43:09 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: ::ffff:172.21.15.149 - - [21/Sep/2024:13:43:09] "GET /metrics HTTP/1.1" 200 21609 "" "Prometheus/2.51.0" 2024-09-21T13:43:10.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:43:10 smithi118 ceph-mon[30084]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:43:11.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:43:10 smithi149 ceph-mon[33204]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:43:12.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:43:12 smithi118 ceph-mon[30084]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:43:13.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:43:12 smithi149 ceph-mon[33204]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:43:14.813 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:43:14 smithi149 ceph-mon[33204]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:43:14.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:43:14 smithi118 ceph-mon[30084]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:43:16.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:43:16 smithi118 ceph-mon[30084]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:43:17.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:43:16 smithi149 ceph-mon[33204]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:43:17.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:43:17 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:43:18.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:43:17 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:43:18.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:43:18 smithi118 ceph-mon[30084]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:43:19.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:43:18 smithi149 ceph-mon[33204]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:43:19.886 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:43:19 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: ::ffff:172.21.15.149 - - [21/Sep/2024:13:43:19] "GET /metrics HTTP/1.1" 200 21608 "" "Prometheus/2.51.0" 2024-09-21T13:43:20.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:43:20 smithi118 ceph-mon[30084]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:43:21.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:43:20 smithi149 ceph-mon[33204]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:43:22.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:43:22 smithi118 ceph-mon[30084]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:43:23.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:43:22 smithi149 ceph-mon[33204]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:43:24.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:43:24 smithi118 ceph-mon[30084]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:43:25.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:43:24 smithi149 ceph-mon[33204]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:43:26.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:43:26 smithi118 ceph-mon[30084]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:43:27.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:43:26 smithi149 ceph-mon[33204]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:43:28.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:43:28 smithi118 ceph-mon[30084]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:43:29.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:43:28 smithi149 ceph-mon[33204]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:43:29.787 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:43:29 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: ::ffff:172.21.15.149 - - [21/Sep/2024:13:43:29] "GET /metrics HTTP/1.1" 200 21608 "" "Prometheus/2.51.0" 2024-09-21T13:43:30.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:43:30 smithi118 ceph-mon[30084]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:43:31.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:43:30 smithi149 ceph-mon[33204]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:43:32.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:43:32 smithi118 ceph-mon[30084]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:43:32.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:43:32 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:43:33.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:43:32 smithi149 ceph-mon[33204]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:43:33.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:43:32 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:43:34.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:43:33 smithi149 ceph-mon[33204]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:43:34.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:43:33 smithi118 ceph-mon[30084]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:43:35.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:43:34 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:43:35.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:43:34 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:43:35.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:43:34 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:43:35.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:43:34 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:43:35.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:43:34 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:43:35.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:43:34 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:43:35.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:43:34 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:43:35.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:43:34 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' 2024-09-21T13:43:36.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:43:35 smithi149 ceph-mon[33204]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:43:36.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:43:35 smithi118 ceph-mon[30084]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:43:38.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:43:38 smithi118 ceph-mon[30084]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:43:39.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:43:38 smithi149 ceph-mon[33204]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:43:39.886 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:43:39 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: ::ffff:172.21.15.149 - - [21/Sep/2024:13:43:39] "GET /metrics HTTP/1.1" 200 21603 "" "Prometheus/2.51.0" 2024-09-21T13:43:40.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:43:40 smithi118 ceph-mon[30084]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:43:41.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:43:40 smithi149 ceph-mon[33204]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:43:42.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:43:42 smithi118 ceph-mon[30084]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:43:43.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:43:42 smithi149 ceph-mon[33204]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:43:44.813 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:43:44 smithi149 ceph-mon[33204]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:43:44.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:43:44 smithi118 ceph-mon[30084]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:43:46.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:43:46 smithi118 ceph-mon[30084]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:43:47.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:43:46 smithi149 ceph-mon[33204]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:43:47.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:43:47 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:43:48.014 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:43:47 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:43:48.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:43:48 smithi118 ceph-mon[30084]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:43:49.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:43:48 smithi149 ceph-mon[33204]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:43:49.886 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:43:49 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: ::ffff:172.21.15.149 - - [21/Sep/2024:13:43:49] "GET /metrics HTTP/1.1" 200 21608 "" "Prometheus/2.51.0" 2024-09-21T13:43:50.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:43:50 smithi118 ceph-mon[30084]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:43:51.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:43:50 smithi149 ceph-mon[33204]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:43:52.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:43:52 smithi118 ceph-mon[30084]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:43:53.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:43:52 smithi149 ceph-mon[33204]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:43:54.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:43:54 smithi118 ceph-mon[30084]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:43:55.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:43:54 smithi149 ceph-mon[33204]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:43:56.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:43:56 smithi118 ceph-mon[30084]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:43:57.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:43:56 smithi149 ceph-mon[33204]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:43:58.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:43:58 smithi118 ceph-mon[30084]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:43:59.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:43:58 smithi149 ceph-mon[33204]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:43:59.787 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:43:59 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: ::ffff:172.21.15.149 - - [21/Sep/2024:13:43:59] "GET /metrics HTTP/1.1" 200 21608 "" "Prometheus/2.51.0" 2024-09-21T13:44:00.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:44:00 smithi118 ceph-mon[30084]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:44:01.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:44:00 smithi149 ceph-mon[33204]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:44:02.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:44:02 smithi118 ceph-mon[30084]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:44:02.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:44:02 smithi118 ceph-mon[30084]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:44:03.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:44:02 smithi149 ceph-mon[33204]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:44:03.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:44:02 smithi149 ceph-mon[33204]: from='mgr.14418 172.21.15.118:0/1112038628' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:44:04.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:44:04 smithi118 ceph-mon[30084]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:44:05.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:44:04 smithi149 ceph-mon[33204]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:44:05.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:44:05 smithi118 ceph-mon[30084]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:44:06.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:44:05 smithi149 ceph-mon[33204]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:44:08.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:44:08 smithi118 ceph-mon[30084]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:44:09.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:44:08 smithi149 ceph-mon[33204]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:44:09.886 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:44:09 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: ::ffff:172.21.15.149 - - [21/Sep/2024:13:44:09] "GET /metrics HTTP/1.1" 200 21608 "" "Prometheus/2.51.0" 2024-09-21T13:44:10.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:44:10 smithi118 ceph-mon[30084]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:44:11.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:44:10 smithi149 ceph-mon[33204]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:44:12.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:44:12 smithi118 ceph-mon[30084]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:44:13.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:44:12 smithi149 ceph-mon[33204]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:44:14.886 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:44:14 smithi118 ceph-mon[30084]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:44:15.011 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:44:14 smithi149 ceph-mon[33204]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:44:15.531 INFO:teuthology.orchestra.run.smithi118.stderr:+ curl -s http://172.21.15.149:9095/api/v1/status/config 2024-09-21T13:44:15.537 INFO:teuthology.orchestra.run.smithi118.stderr:+ curl -s http://172.21.15.149:9095/api/v1/status/config 2024-09-21T13:44:15.537 INFO:teuthology.orchestra.run.smithi118.stderr:+ jq -e '.status == "success"' 2024-09-21T13:44:15.542 INFO:teuthology.orchestra.run.smithi118.stdout:{"status":"success","data":{"yaml":"global:\n scrape_interval: 10s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - PrometheusText0.0.4\n evaluation_interval: 10s\n external_labels:\n cluster: 2073d30c-781e-11ef-baf6-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.118:8765/sd/prometheus/sd-config?service=alertmanager\nrule_files:\n- /etc/prometheus/alerting/*\nscrape_configs:\n- job_name: ceph\n honor_labels: true\n honor_timestamps: true\n track_timestamps_staleness: false\n scrape_interval: 10s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - PrometheusText0.0.4\n metrics_path: /metrics\n scheme: http\n enable_compression: true\n follow_redirects: true\n enable_http2: true\n relabel_configs:\n - source_labels: [__address__]\n separator: ;\n regex: (.*)\n target_label: cluster\n replacement: 2073d30c-781e-11ef-baf6-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.118:8765/sd/prometheus/sd-config?service=mgr-prometheus\n- job_name: node\n honor_timestamps: true\n track_timestamps_staleness: false\n scrape_interval: 10s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - PrometheusText0.0.4\n metrics_path: /metrics\n scheme: http\n enable_compression: true\n follow_redirects: true\n enable_http2: true\n relabel_configs:\n - source_labels: [__address__]\n separator: ;\n regex: (.*)\n target_label: cluster\n replacement: 2073d30c-781e-11ef-baf6-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.118:8765/sd/prometheus/sd-config?service=node-exporter\n- job_name: ceph-exporter\n honor_labels: true\n honor_timestamps: true\n track_timestamps_staleness: false\n scrape_interval: 10s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - PrometheusText0.0.4\n metrics_path: /metrics\n scheme: http\n enable_compression: true\n follow_redirects: true\n enable_http2: true\n relabel_configs:\n - source_labels: [__address__]\n separator: ;\n regex: (.*)\n target_label: cluster\n replacement: 2073d30c-781e-11ef-baf6-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.118:8765/sd/prometheus/sd-config?service=ceph-exporter\n- job_name: nvmeof\n honor_timestamps: true\n track_timestamps_staleness: false\n scrape_interval: 10s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - PrometheusText0.0.4\n metrics_path: /metrics\n scheme: http\n enable_compression: true\n follow_redirects: true\n enable_http2: true\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.118:8765/sd/prometheus/sd-config?service=nvmeof\n- job_name: nfs\n honor_timestamps: true\n track_timestamps_staleness: false\n scrape_interval: 10s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - PrometheusText0.0.4\n metrics_path: /metrics\n scheme: http\n enable_compression: true\n follow_redirects: true\n enable_http2: true\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.118:8765/sd/prometheus/sd-config?service=nfs\n- job_name: smb\n honor_timestamps: true\n track_timestamps_staleness: false\n scrape_interval: 10s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - PrometheusText0.0.4\n metrics_path: /metrics\n scheme: http\n enable_compression: true\n follow_redirects: true\n enable_http2: true\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.118:8765/sd/prometheus/sd-config?service=smb\n- job_name: federate\n honor_labels: true\n honor_timestamps: true\n track_timestamps_staleness: false\n params:\n match[]:\n - '{job=\"ceph\"}'\n - '{job=\"node\"}'\n - '{job=\"haproxy\"}'\n - '{job=\"ceph-exporter\"}'\n scrape_interval: 15s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - PrometheusText0.0.4\n metrics_path: /federate\n scheme: http\n enable_compression: true\n follow_redirects: true\n enable_http2: true\n static_configs:\n - targets: []\n"}}true 2024-09-21T13:44:15.542 INFO:teuthology.orchestra.run.smithi118.stderr:+ curl -s http://172.21.15.149:9095/api/v1/alerts 2024-09-21T13:44:15.546 INFO:teuthology.orchestra.run.smithi118.stderr:+ curl -s http://172.21.15.149:9095/api/v1/alerts 2024-09-21T13:44:15.546 INFO:teuthology.orchestra.run.smithi118.stderr:+ jq -e '.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"' 2024-09-21T13:44:15.550 INFO:teuthology.orchestra.run.smithi118.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 smithi175","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"state":"firing","activeAt":"2024-09-21T13:42:42.639590217Z","value":"1e+00"},{"labels":{"alertname":"CephMonDown","severity":"warning","type":"ceph_default"},"annotations":{"description":"You have 1 monitor down. Quorum is still intact, but the loss of an additional monitor will make your cluster inoperable. The following monitors are down: - mon.c on smithi175\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-21T13:42:42.639590217Z","value":"1e+00"},{"labels":{"alertname":"CephHealthWarning","cluster":"2073d30c-781e-11ef-baf6-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-21T13:42:43.558815712Z","value":"1e+00"}]}}true 2024-09-21T13:44:15.551 INFO:teuthology.orchestra.run.smithi118.stderr:+ curl -s http://172.21.15.175:9093/api/v2/status 2024-09-21T13:44:15.555 INFO:teuthology.orchestra.run.smithi118.stdout:{"cluster":{"name":"01J8ACXR7FZFAX5CYQ0EJH94D8","peers":[{"address":"172.21.15.175:9094","name":"01J8ACXR7FZFAX5CYQ0EJH94D8"}],"status":"ready"},"config":{"original":"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: \n url_file: \"\"\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: \n url_file: \"\"\n max_alerts: 0\ntemplates: []\n"},"uptime":"2024-09-21T13:39:15.312Z","versionInfo":{"branch":"HEAD","buildDate":"20240228-11:51:20","buildUser":"root@22cd11f671e9","goVersion":"go1.21.7","revision":"0aa3c2aad14cff039931923ab16b26b7481783b5","version":"0.27.0"}} 2024-09-21T13:44:15.555 INFO:teuthology.orchestra.run.smithi118.stderr:+ curl -s http://172.21.15.175:9093/api/v2/alerts 2024-09-21T13:44:15.559 INFO:teuthology.orchestra.run.smithi118.stdout:[{"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 smithi175","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"endsAt":"2024-09-21T13:47:12.639Z","fingerprint":"1549e27e43c131fa","receivers":[{"name":"ceph-dashboard"}],"startsAt":"2024-09-21T13:43:12.639Z","status":{"inhibitedBy":[],"silencedBy":[],"state":"active"},"updatedAt":"2024-09-21T13:43:12.643Z","generatorURL":"http://smithi149.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","labels":{"alertname":"CephMonDownQuorumAtRisk","cluster":"2073d30c-781e-11ef-baf6-efdc52797490","oid":"1.3.6.1.4.1.50495.1.2.1.3.1","severity":"critical","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 smithi175\n","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"One or more monitors down"},"endsAt":"2024-09-21T13:47:12.639Z","fingerprint":"3311f2aff75c9093","receivers":[{"name":"ceph-dashboard"}],"startsAt":"2024-09-21T13:43:12.639Z","status":{"inhibitedBy":[],"silencedBy":[],"state":"active"},"updatedAt":"2024-09-21T13:43:12.644Z","generatorURL":"http://smithi149.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","labels":{"alertname":"CephMonDown","cluster":"2073d30c-781e-11ef-baf6-efdc52797490","severity":"warning","type":"ceph_default"}}] 2024-09-21T13:44:15.559 INFO:teuthology.orchestra.run.smithi118.stderr:+ curl -s http://172.21.15.175:9093/api/v2/alerts 2024-09-21T13:44:15.560 INFO:teuthology.orchestra.run.smithi118.stderr:+ jq -e '.[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"' 2024-09-21T13:44:15.563 INFO:teuthology.orchestra.run.smithi118.stdout:true 2024-09-21T13:44:16.318 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-21T13:44:16.330 INFO:tasks.cephadm:Teardown begin 2024-09-21T13:44:16.330 DEBUG:teuthology.orchestra.run.smithi118:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-21T13:44:16.359 DEBUG:teuthology.orchestra.run.smithi149:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-21T13:44:16.392 DEBUG:teuthology.orchestra.run.smithi175:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-21T13:44:16.426 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-21T13:44:16.427 DEBUG:teuthology.orchestra.run.smithi118:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-21T13:44:16.443 DEBUG:teuthology.orchestra.run.smithi149:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-21T13:44:16.462 DEBUG:teuthology.orchestra.run.smithi175:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-21T13:44:16.485 INFO:tasks.cephadm:Stopping all daemons... 2024-09-21T13:44:16.485 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-09-21T13:44:16.485 DEBUG:teuthology.orchestra.run.smithi118:> sudo systemctl stop ceph-2073d30c-781e-11ef-baf6-efdc52797490@mon.a 2024-09-21T13:44:16.570 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:44:16 smithi118 systemd[1]: Stopping Ceph mon.a for 2073d30c-781e-11ef-baf6-efdc52797490... 2024-09-21T13:44:16.761 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:44:16 smithi149 ceph-mon[33204]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:44:16.886 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:44:16 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: [21/Sep/2024:13:44:16] ENGINE Bus STOPPING 2024-09-21T13:44:16.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:44:16 smithi118 ceph-mon[30084]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:44:16.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:44:16 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mon-a[30061]: 2024-09-21T13:44:16.773+0000 7f0959118640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-09-21T13:44:16.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:44:16 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mon-a[30061]: 2024-09-21T13:44:16.773+0000 7f0959118640 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-09-21T13:44:16.887 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:44:16 smithi118 podman[54078]: 2024-09-21 13:44:16.816297153 +0000 UTC m=+0.136517222 container died 51f2ded933a9b6866ad06566f7dad34c5135f00cfb063fcb85b8a7adb2f58482 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-2073d30c-781e-11ef-baf6-efdc52797490-mon-a, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.build-date=20240731, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, io.buildah.version=1.37.2, GIT_BRANCH=HEAD) 2024-09-21T13:44:17.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:44:17 smithi118 podman[54078]: 2024-09-21 13:44:17.156417503 +0000 UTC m=+0.476637566 container cleanup 51f2ded933a9b6866ad06566f7dad34c5135f00cfb063fcb85b8a7adb2f58482 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-2073d30c-781e-11ef-baf6-efdc52797490-mon-a, org.label-schema.build-date=20240731, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.schema-version=1.0, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2) 2024-09-21T13:44:17.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 21 13:44:17 smithi118 bash[54078]: ceph-2073d30c-781e-11ef-baf6-efdc52797490-mon-a 2024-09-21T13:44:17.387 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:44:16 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: [21/Sep/2024:13:44:16] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-21T13:44:17.387 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:44:16 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: [21/Sep/2024:13:44:16] ENGINE Bus STOPPED 2024-09-21T13:44:17.387 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:44:16 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: [21/Sep/2024:13:44:16] ENGINE Bus STARTING 2024-09-21T13:44:17.387 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:44:17 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: [21/Sep/2024:13:44:17] ENGINE Serving on http://:::9283 2024-09-21T13:44:17.387 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:44:17 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: [21/Sep/2024:13:44:17] ENGINE Bus STARTED 2024-09-21T13:44:17.583 DEBUG:teuthology.orchestra.run.smithi118:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2073d30c-781e-11ef-baf6-efdc52797490@mon.a.service' 2024-09-21T13:44:17.624 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T13:44:17.625 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-09-21T13:44:17.625 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-09-21T13:44:17.625 DEBUG:teuthology.orchestra.run.smithi149:> sudo systemctl stop ceph-2073d30c-781e-11ef-baf6-efdc52797490@mon.b 2024-09-21T13:44:17.918 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:44:17 smithi149 systemd[1]: Stopping Ceph mon.b for 2073d30c-781e-11ef-baf6-efdc52797490... 2024-09-21T13:44:18.261 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:44:17 smithi149 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mon-b[33178]: 2024-09-21T13:44:17.915+0000 7fad1670d640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-09-21T13:44:18.261 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:44:17 smithi149 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mon-b[33178]: 2024-09-21T13:44:17.915+0000 7fad1670d640 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-09-21T13:44:18.262 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:44:18 smithi149 podman[43176]: 2024-09-21 13:44:18.009106341 +0000 UTC m=+0.184452444 container died 2d2d6335d4694738a3b543399c4cb055c48da07a9ef170a2715e9ba2dfd49c08 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5, name=ceph-2073d30c-781e-11ef-baf6-efdc52797490-mon-b, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0) 2024-09-21T13:44:18.649 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:44:18 smithi149 podman[43176]: 2024-09-21 13:44:18.422599823 +0000 UTC m=+0.597945922 container cleanup 2d2d6335d4694738a3b543399c4cb055c48da07a9ef170a2715e9ba2dfd49c08 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5, name=ceph-2073d30c-781e-11ef-baf6-efdc52797490-mon-b, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, ceph=True, RELEASE=wip-guits-main-2024-09-21-0842-4417849, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True) 2024-09-21T13:44:18.649 INFO:journalctl@ceph.mon.b.smithi149.stdout:Sep 21 13:44:18 smithi149 bash[43176]: ceph-2073d30c-781e-11ef-baf6-efdc52797490-mon-b 2024-09-21T13:44:18.784 DEBUG:teuthology.orchestra.run.smithi149:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2073d30c-781e-11ef-baf6-efdc52797490@mon.b.service' 2024-09-21T13:44:18.829 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T13:44:18.829 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-09-21T13:44:18.829 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-09-21T13:44:18.829 DEBUG:teuthology.orchestra.run.smithi175:> sudo systemctl stop ceph-2073d30c-781e-11ef-baf6-efdc52797490@mon.c 2024-09-21T13:44:18.864 DEBUG:teuthology.orchestra.run.smithi175:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2073d30c-781e-11ef-baf6-efdc52797490@mon.c.service' 2024-09-21T13:44:19.013 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T13:44:19.014 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-09-21T13:44:19.014 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-09-21T13:44:19.014 DEBUG:teuthology.orchestra.run.smithi118:> sudo systemctl stop ceph-2073d30c-781e-11ef-baf6-efdc52797490@mgr.a 2024-09-21T13:44:19.313 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:44:19 smithi118 systemd[1]: Stopping Ceph mgr.a for 2073d30c-781e-11ef-baf6-efdc52797490... 2024-09-21T13:44:19.629 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:44:19 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: 2024-09-21T13:44:19.311+0000 7f60587c2640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mgr -n mgr.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-09-21T13:44:19.629 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:44:19 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a[30337]: 2024-09-21T13:44:19.311+0000 7f60587c2640 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-09-21T13:44:19.629 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:44:19 smithi118 podman[54222]: 2024-09-21 13:44:19.343903576 +0000 UTC m=+0.135442464 container died 0346fc2d1fef1beca54208b0722a000b370e1879176614c7bef22c89003c00b7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, ceph=True, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-21T13:44:19.886 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:44:19 smithi118 podman[54222]: 2024-09-21 13:44:19.710917523 +0000 UTC m=+0.502456455 container cleanup 0346fc2d1fef1beca54208b0722a000b370e1879176614c7bef22c89003c00b7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_CLEAN=True, RELEASE=wip-guits-main-2024-09-21-0842-4417849, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, io.buildah.version=1.37.2, ceph=True, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=) 2024-09-21T13:44:19.886 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:44:19 smithi118 bash[54222]: ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a 2024-09-21T13:44:19.886 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Sep 21 13:44:19 smithi118 podman[54239]: 2024-09-21 13:44:19.862383706 +0000 UTC m=+0.516131181 container remove 0346fc2d1fef1beca54208b0722a000b370e1879176614c7bef22c89003c00b7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-a, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_CLEAN=True, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.build-date=20240731, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, ceph=True) 2024-09-21T13:44:20.095 DEBUG:teuthology.orchestra.run.smithi118:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2073d30c-781e-11ef-baf6-efdc52797490@mgr.a.service' 2024-09-21T13:44:20.128 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T13:44:20.129 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-09-21T13:44:20.129 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-09-21T13:44:20.129 DEBUG:teuthology.orchestra.run.smithi149:> sudo systemctl stop ceph-2073d30c-781e-11ef-baf6-efdc52797490@mgr.b 2024-09-21T13:44:20.460 INFO:journalctl@ceph.mgr.b.smithi149.stdout:Sep 21 13:44:20 smithi149 systemd[1]: Stopping Ceph mgr.b for 2073d30c-781e-11ef-baf6-efdc52797490... 2024-09-21T13:44:20.761 INFO:journalctl@ceph.mgr.b.smithi149.stdout:Sep 21 13:44:20 smithi149 podman[43308]: 2024-09-21 13:44:20.460053374 +0000 UTC m=+0.141855712 container died dd8c7021f6cb26743d3d3ecee795a9a9f0e9939035f9b5a8eb18e335e277dd99 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5, name=ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-b, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-21-0842-4417849, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS) 2024-09-21T13:44:21.169 INFO:journalctl@ceph.mgr.b.smithi149.stdout:Sep 21 13:44:20 smithi149 podman[43308]: 2024-09-21 13:44:20.984919639 +0000 UTC m=+0.666721979 container cleanup dd8c7021f6cb26743d3d3ecee795a9a9f0e9939035f9b5a8eb18e335e277dd99 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5, name=ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-b, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, ceph=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_CLEAN=True, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.build-date=20240731) 2024-09-21T13:44:21.169 INFO:journalctl@ceph.mgr.b.smithi149.stdout:Sep 21 13:44:20 smithi149 bash[43308]: ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-b 2024-09-21T13:44:21.406 DEBUG:teuthology.orchestra.run.smithi149:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2073d30c-781e-11ef-baf6-efdc52797490@mgr.b.service' 2024-09-21T13:44:21.427 INFO:journalctl@ceph.mgr.b.smithi149.stdout:Sep 21 13:44:21 smithi149 podman[43325]: 2024-09-21 13:44:21.169467924 +0000 UTC m=+0.713620951 container remove dd8c7021f6cb26743d3d3ecee795a9a9f0e9939035f9b5a8eb18e335e277dd99 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5, name=ceph-2073d30c-781e-11ef-baf6-efdc52797490-mgr-b, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.build-date=20240731, RELEASE=wip-guits-main-2024-09-21-0842-4417849, ceph=True, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-21T13:44:21.427 INFO:journalctl@ceph.mgr.b.smithi149.stdout:Sep 21 13:44:21 smithi149 systemd[1]: ceph-2073d30c-781e-11ef-baf6-efdc52797490@mgr.b.service: Main process exited, code=exited, status=143/n/a 2024-09-21T13:44:21.427 INFO:journalctl@ceph.mgr.b.smithi149.stdout:Sep 21 13:44:21 smithi149 systemd[1]: ceph-2073d30c-781e-11ef-baf6-efdc52797490@mgr.b.service: Failed with result 'exit-code'. 2024-09-21T13:44:21.428 INFO:journalctl@ceph.mgr.b.smithi149.stdout:Sep 21 13:44:21 smithi149 systemd[1]: Stopped Ceph mgr.b for 2073d30c-781e-11ef-baf6-efdc52797490. 2024-09-21T13:44:21.428 INFO:journalctl@ceph.mgr.b.smithi149.stdout:Sep 21 13:44:21 smithi149 systemd[1]: ceph-2073d30c-781e-11ef-baf6-efdc52797490@mgr.b.service: Consumed 11.733s CPU time. 2024-09-21T13:44:21.439 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T13:44:21.440 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-09-21T13:44:21.440 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-09-21T13:44:21.440 DEBUG:teuthology.orchestra.run.smithi118:> sudo systemctl stop ceph-2073d30c-781e-11ef-baf6-efdc52797490@osd.0 2024-09-21T13:44:21.767 INFO:journalctl@ceph.osd.0.smithi118.stdout:Sep 21 13:44:21 smithi118 systemd[1]: Stopping Ceph osd.0 for 2073d30c-781e-11ef-baf6-efdc52797490... 2024-09-21T13:44:22.136 INFO:journalctl@ceph.osd.0.smithi118.stdout:Sep 21 13:44:21 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-osd-0[43729]: 2024-09-21T13:44:21.766+0000 7f1ea23cc640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-09-21T13:44:22.136 INFO:journalctl@ceph.osd.0.smithi118.stdout:Sep 21 13:44:21 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-osd-0[43729]: 2024-09-21T13:44:21.766+0000 7f1ea23cc640 -1 osd.0 22 *** Got signal Terminated *** 2024-09-21T13:44:22.136 INFO:journalctl@ceph.osd.0.smithi118.stdout:Sep 21 13:44:21 smithi118 ceph-2073d30c-781e-11ef-baf6-efdc52797490-osd-0[43729]: 2024-09-21T13:44:21.766+0000 7f1ea23cc640 -1 osd.0 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-21T13:44:27.549 INFO:journalctl@ceph.osd.0.smithi118.stdout:Sep 21 13:44:27 smithi118 podman[54354]: 2024-09-21 13:44:27.252247221 +0000 UTC m=+5.613178423 container died a8461b24f28ca334c3832262bada665fcadbe49a5b88727833f3ca32169d77e1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5, name=ceph-2073d30c-781e-11ef-baf6-efdc52797490-osd-0, GIT_CLEAN=True, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23) 2024-09-21T13:44:27.874 INFO:journalctl@ceph.osd.0.smithi118.stdout:Sep 21 13:44:27 smithi118 podman[54354]: 2024-09-21 13:44:27.61486997 +0000 UTC m=+5.975801159 container cleanup a8461b24f28ca334c3832262bada665fcadbe49a5b88727833f3ca32169d77e1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5, name=ceph-2073d30c-781e-11ef-baf6-efdc52797490-osd-0, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.build-date=20240731, GIT_CLEAN=True, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-21-0842-4417849, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, io.buildah.version=1.37.2) 2024-09-21T13:44:27.874 INFO:journalctl@ceph.osd.0.smithi118.stdout:Sep 21 13:44:27 smithi118 bash[54354]: ceph-2073d30c-781e-11ef-baf6-efdc52797490-osd-0 2024-09-21T13:44:28.136 INFO:journalctl@ceph.osd.0.smithi118.stdout:Sep 21 13:44:27 smithi118 podman[54374]: 2024-09-21 13:44:27.87445926 +0000 UTC m=+0.617984263 container remove a8461b24f28ca334c3832262bada665fcadbe49a5b88727833f3ca32169d77e1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5, name=ceph-2073d30c-781e-11ef-baf6-efdc52797490-osd-0, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, ceph=True, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_CLEAN=True) 2024-09-21T13:44:28.511 INFO:journalctl@ceph.osd.0.smithi118.stdout:Sep 21 13:44:28 smithi118 podman[54469]: 2024-09-21 13:44:28.20860423 +0000 UTC m=+0.093702611 container create 7cd51cafa7aba87c6e641eb8d0f4909951446d0185f71fdafc6e2791ff763278 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5, name=ceph-2073d30c-781e-11ef-baf6-efdc52797490-osd-0-deactivate, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.build-date=20240731, RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-21T13:44:28.511 INFO:journalctl@ceph.osd.0.smithi118.stdout:Sep 21 13:44:28 smithi118 podman[54469]: 2024-09-21 13:44:28.130613467 +0000 UTC m=+0.015711849 image pull b415816db8b41f544cdfdc71d193ff8b1ee008bf7b0ec4f64da8eb8f71b62e85 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5 2024-09-21T13:44:28.511 INFO:journalctl@ceph.osd.0.smithi118.stdout:Sep 21 13:44:28 smithi118 podman[54469]: 2024-09-21 13:44:28.419239688 +0000 UTC m=+0.304338070 container init 7cd51cafa7aba87c6e641eb8d0f4909951446d0185f71fdafc6e2791ff763278 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5, name=ceph-2073d30c-781e-11ef-baf6-efdc52797490-osd-0-deactivate, org.label-schema.vendor=CentOS, RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, maintainer=Guillaume Abrioux , ceph=True, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD) 2024-09-21T13:44:28.511 INFO:journalctl@ceph.osd.0.smithi118.stdout:Sep 21 13:44:28 smithi118 podman[54469]: 2024-09-21 13:44:28.424019832 +0000 UTC m=+0.309118228 container start 7cd51cafa7aba87c6e641eb8d0f4909951446d0185f71fdafc6e2791ff763278 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5, name=ceph-2073d30c-781e-11ef-baf6-efdc52797490-osd-0-deactivate, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.build-date=20240731, GIT_CLEAN=True, GIT_BRANCH=HEAD, RELEASE=wip-guits-main-2024-09-21-0842-4417849, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-21T13:44:28.511 INFO:journalctl@ceph.osd.0.smithi118.stdout:Sep 21 13:44:28 smithi118 podman[54469]: 2024-09-21 13:44:28.510738274 +0000 UTC m=+0.395836670 container attach 7cd51cafa7aba87c6e641eb8d0f4909951446d0185f71fdafc6e2791ff763278 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5, name=ceph-2073d30c-781e-11ef-baf6-efdc52797490-osd-0-deactivate, RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_CLEAN=True, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, ceph=True, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-21T13:44:28.886 INFO:journalctl@ceph.osd.0.smithi118.stdout:Sep 21 13:44:28 smithi118 podman[54469]: 2024-09-21 13:44:28.610037132 +0000 UTC m=+0.495135515 container died 7cd51cafa7aba87c6e641eb8d0f4909951446d0185f71fdafc6e2791ff763278 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5, name=ceph-2073d30c-781e-11ef-baf6-efdc52797490-osd-0-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.schema-version=1.0, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , ceph=True, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.build-date=20240731) 2024-09-21T13:44:29.192 DEBUG:teuthology.orchestra.run.smithi118:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2073d30c-781e-11ef-baf6-efdc52797490@osd.0.service' 2024-09-21T13:44:29.229 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T13:44:29.229 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-09-21T13:44:29.229 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-09-21T13:44:29.229 DEBUG:teuthology.orchestra.run.smithi149:> sudo systemctl stop ceph-2073d30c-781e-11ef-baf6-efdc52797490@osd.1 2024-09-21T13:44:29.511 INFO:journalctl@ceph.osd.1.smithi149.stdout:Sep 21 13:44:29 smithi149 systemd[1]: Stopping Ceph osd.1 for 2073d30c-781e-11ef-baf6-efdc52797490... 2024-09-21T13:44:30.011 INFO:journalctl@ceph.osd.1.smithi149.stdout:Sep 21 13:44:29 smithi149 ceph-2073d30c-781e-11ef-baf6-efdc52797490-osd-1[37124]: 2024-09-21T13:44:29.631+0000 7ff14beed640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-09-21T13:44:30.011 INFO:journalctl@ceph.osd.1.smithi149.stdout:Sep 21 13:44:29 smithi149 ceph-2073d30c-781e-11ef-baf6-efdc52797490-osd-1[37124]: 2024-09-21T13:44:29.631+0000 7ff14beed640 -1 osd.1 22 *** Got signal Terminated *** 2024-09-21T13:44:30.011 INFO:journalctl@ceph.osd.1.smithi149.stdout:Sep 21 13:44:29 smithi149 ceph-2073d30c-781e-11ef-baf6-efdc52797490-osd-1[37124]: 2024-09-21T13:44:29.631+0000 7ff14beed640 -1 osd.1 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-21T13:44:35.405 INFO:journalctl@ceph.osd.1.smithi149.stdout:Sep 21 13:44:35 smithi149 podman[43438]: 2024-09-21 13:44:35.131940364 +0000 UTC m=+5.715095162 container died 8adcfc09015b1d5dc223be3c73b71a3db69edc291ba5d2ad284fd9a485d32db7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5, name=ceph-2073d30c-781e-11ef-baf6-efdc52797490-osd-1, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, RELEASE=wip-guits-main-2024-09-21-0842-4417849) 2024-09-21T13:44:35.761 INFO:journalctl@ceph.osd.1.smithi149.stdout:Sep 21 13:44:35 smithi149 podman[43438]: 2024-09-21 13:44:35.504065085 +0000 UTC m=+6.087219873 container cleanup 8adcfc09015b1d5dc223be3c73b71a3db69edc291ba5d2ad284fd9a485d32db7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5, name=ceph-2073d30c-781e-11ef-baf6-efdc52797490-osd-1, RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-21T13:44:35.761 INFO:journalctl@ceph.osd.1.smithi149.stdout:Sep 21 13:44:35 smithi149 bash[43438]: ceph-2073d30c-781e-11ef-baf6-efdc52797490-osd-1 2024-09-21T13:44:36.097 INFO:journalctl@ceph.osd.1.smithi149.stdout:Sep 21 13:44:35 smithi149 podman[43463]: 2024-09-21 13:44:35.76350184 +0000 UTC m=+0.627800556 container remove 8adcfc09015b1d5dc223be3c73b71a3db69edc291ba5d2ad284fd9a485d32db7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5, name=ceph-2073d30c-781e-11ef-baf6-efdc52797490-osd-1, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, ceph=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, RELEASE=wip-guits-main-2024-09-21-0842-4417849) 2024-09-21T13:44:36.391 INFO:journalctl@ceph.osd.1.smithi149.stdout:Sep 21 13:44:36 smithi149 podman[43558]: 2024-09-21 13:44:36.097589833 +0000 UTC m=+0.089075548 container create 760f497403e79f82e03aab5bbb1eff1c6408039070ea4c2f17823b20dd11d49d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5, name=ceph-2073d30c-781e-11ef-baf6-efdc52797490-osd-1-deactivate, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_CLEAN=True, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , ceph=True) 2024-09-21T13:44:36.391 INFO:journalctl@ceph.osd.1.smithi149.stdout:Sep 21 13:44:36 smithi149 podman[43558]: 2024-09-21 13:44:36.024444219 +0000 UTC m=+0.015929949 image pull b415816db8b41f544cdfdc71d193ff8b1ee008bf7b0ec4f64da8eb8f71b62e85 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5 2024-09-21T13:44:36.392 INFO:journalctl@ceph.osd.1.smithi149.stdout:Sep 21 13:44:36 smithi149 podman[43558]: 2024-09-21 13:44:36.30800939 +0000 UTC m=+0.299495116 container init 760f497403e79f82e03aab5bbb1eff1c6408039070ea4c2f17823b20dd11d49d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5, name=ceph-2073d30c-781e-11ef-baf6-efdc52797490-osd-1-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, ceph=True, GIT_BRANCH=HEAD, GIT_CLEAN=True, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0) 2024-09-21T13:44:36.392 INFO:journalctl@ceph.osd.1.smithi149.stdout:Sep 21 13:44:36 smithi149 podman[43558]: 2024-09-21 13:44:36.312851755 +0000 UTC m=+0.304337471 container start 760f497403e79f82e03aab5bbb1eff1c6408039070ea4c2f17823b20dd11d49d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5, name=ceph-2073d30c-781e-11ef-baf6-efdc52797490-osd-1-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_CLEAN=True, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0) 2024-09-21T13:44:36.392 INFO:journalctl@ceph.osd.1.smithi149.stdout:Sep 21 13:44:36 smithi149 podman[43558]: 2024-09-21 13:44:36.391208895 +0000 UTC m=+0.382694617 container attach 760f497403e79f82e03aab5bbb1eff1c6408039070ea4c2f17823b20dd11d49d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5, name=ceph-2073d30c-781e-11ef-baf6-efdc52797490-osd-1-deactivate, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, RELEASE=wip-guits-main-2024-09-21-0842-4417849, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23) 2024-09-21T13:44:36.761 INFO:journalctl@ceph.osd.1.smithi149.stdout:Sep 21 13:44:36 smithi149 podman[43558]: 2024-09-21 13:44:36.503828102 +0000 UTC m=+0.495313819 container died 760f497403e79f82e03aab5bbb1eff1c6408039070ea4c2f17823b20dd11d49d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5, name=ceph-2073d30c-781e-11ef-baf6-efdc52797490-osd-1-deactivate, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.license=GPLv2, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-21T13:44:37.038 INFO:journalctl@ceph.osd.1.smithi149.stdout:Sep 21 13:44:37 smithi149 podman[43601]: 2024-09-21 13:44:37.035640307 +0000 UTC m=+0.525862397 container remove 760f497403e79f82e03aab5bbb1eff1c6408039070ea4c2f17823b20dd11d49d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5, name=ceph-2073d30c-781e-11ef-baf6-efdc52797490-osd-1-deactivate, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-main-2024-09-21-0842-4417849, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, GIT_CLEAN=True) 2024-09-21T13:44:37.056 DEBUG:teuthology.orchestra.run.smithi149:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2073d30c-781e-11ef-baf6-efdc52797490@osd.1.service' 2024-09-21T13:44:37.093 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T13:44:37.093 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-09-21T13:44:37.093 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-09-21T13:44:37.093 DEBUG:teuthology.orchestra.run.smithi175:> sudo systemctl stop ceph-2073d30c-781e-11ef-baf6-efdc52797490@osd.2 2024-09-21T13:44:37.408 INFO:journalctl@ceph.osd.2.smithi175.stdout:Sep 21 13:44:37 smithi175 systemd[1]: Stopping Ceph osd.2 for 2073d30c-781e-11ef-baf6-efdc52797490... 2024-09-21T13:44:37.908 INFO:journalctl@ceph.osd.2.smithi175.stdout:Sep 21 13:44:37 smithi175 ceph-2073d30c-781e-11ef-baf6-efdc52797490-osd-2[36584]: 2024-09-21T13:44:37.617+0000 7f2b8c003640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-09-21T13:44:37.908 INFO:journalctl@ceph.osd.2.smithi175.stdout:Sep 21 13:44:37 smithi175 ceph-2073d30c-781e-11ef-baf6-efdc52797490-osd-2[36584]: 2024-09-21T13:44:37.617+0000 7f2b8c003640 -1 osd.2 22 *** Got signal Terminated *** 2024-09-21T13:44:37.908 INFO:journalctl@ceph.osd.2.smithi175.stdout:Sep 21 13:44:37 smithi175 ceph-2073d30c-781e-11ef-baf6-efdc52797490-osd-2[36584]: 2024-09-21T13:44:37.617+0000 7f2b8c003640 -1 osd.2 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-21T13:44:43.215 INFO:journalctl@ceph.osd.2.smithi175.stdout:Sep 21 13:44:42 smithi175 podman[43894]: 2024-09-21 13:44:42.936814787 +0000 UTC m=+5.645503599 container died fe639a3078429c561ceabf565bd865867b7e7219b437ccd600127ab6505c5365 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5, name=ceph-2073d30c-781e-11ef-baf6-efdc52797490-osd-2, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, ceph=True, RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux ) 2024-09-21T13:44:43.548 INFO:journalctl@ceph.osd.2.smithi175.stdout:Sep 21 13:44:43 smithi175 podman[43894]: 2024-09-21 13:44:43.364417193 +0000 UTC m=+6.073106037 container cleanup fe639a3078429c561ceabf565bd865867b7e7219b437ccd600127ab6505c5365 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5, name=ceph-2073d30c-781e-11ef-baf6-efdc52797490-osd-2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23) 2024-09-21T13:44:43.549 INFO:journalctl@ceph.osd.2.smithi175.stdout:Sep 21 13:44:43 smithi175 bash[43894]: ceph-2073d30c-781e-11ef-baf6-efdc52797490-osd-2 2024-09-21T13:44:43.908 INFO:journalctl@ceph.osd.2.smithi175.stdout:Sep 21 13:44:43 smithi175 podman[43914]: 2024-09-21 13:44:43.548816616 +0000 UTC m=+0.604783181 container remove fe639a3078429c561ceabf565bd865867b7e7219b437ccd600127ab6505c5365 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5, name=ceph-2073d30c-781e-11ef-baf6-efdc52797490-osd-2, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.license=GPLv2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-21T13:44:44.301 INFO:journalctl@ceph.osd.2.smithi175.stdout:Sep 21 13:44:43 smithi175 podman[44012]: 2024-09-21 13:44:43.888674736 +0000 UTC m=+0.015917403 image pull b415816db8b41f544cdfdc71d193ff8b1ee008bf7b0ec4f64da8eb8f71b62e85 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5 2024-09-21T13:44:44.302 INFO:journalctl@ceph.osd.2.smithi175.stdout:Sep 21 13:44:44 smithi175 podman[44012]: 2024-09-21 13:44:44.007965555 +0000 UTC m=+0.135208206 container create 7861a8e73d922e91944b854dbaacea1008d5b32dd941c16d32ce0325bdf6b59a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5, name=ceph-2073d30c-781e-11ef-baf6-efdc52797490-osd-2-deactivate, GIT_BRANCH=HEAD, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.build-date=20240731, GIT_CLEAN=True) 2024-09-21T13:44:44.302 INFO:journalctl@ceph.osd.2.smithi175.stdout:Sep 21 13:44:44 smithi175 podman[44012]: 2024-09-21 13:44:44.210788443 +0000 UTC m=+0.338031109 container init 7861a8e73d922e91944b854dbaacea1008d5b32dd941c16d32ce0325bdf6b59a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5, name=ceph-2073d30c-781e-11ef-baf6-efdc52797490-osd-2-deactivate, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, RELEASE=wip-guits-main-2024-09-21-0842-4417849, io.buildah.version=1.37.2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731) 2024-09-21T13:44:44.302 INFO:journalctl@ceph.osd.2.smithi175.stdout:Sep 21 13:44:44 smithi175 podman[44012]: 2024-09-21 13:44:44.215552583 +0000 UTC m=+0.342795238 container start 7861a8e73d922e91944b854dbaacea1008d5b32dd941c16d32ce0325bdf6b59a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5, name=ceph-2073d30c-781e-11ef-baf6-efdc52797490-osd-2-deactivate, RELEASE=wip-guits-main-2024-09-21-0842-4417849, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731) 2024-09-21T13:44:44.302 INFO:journalctl@ceph.osd.2.smithi175.stdout:Sep 21 13:44:44 smithi175 podman[44012]: 2024-09-21 13:44:44.301774448 +0000 UTC m=+0.429017122 container attach 7861a8e73d922e91944b854dbaacea1008d5b32dd941c16d32ce0325bdf6b59a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5, name=ceph-2073d30c-781e-11ef-baf6-efdc52797490-osd-2-deactivate, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-main-2024-09-21-0842-4417849, io.buildah.version=1.37.2, GIT_BRANCH=HEAD) 2024-09-21T13:44:44.657 INFO:journalctl@ceph.osd.2.smithi175.stdout:Sep 21 13:44:44 smithi175 podman[44012]: 2024-09-21 13:44:44.403313131 +0000 UTC m=+0.530555785 container died 7861a8e73d922e91944b854dbaacea1008d5b32dd941c16d32ce0325bdf6b59a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5, name=ceph-2073d30c-781e-11ef-baf6-efdc52797490-osd-2-deactivate, RELEASE=wip-guits-main-2024-09-21-0842-4417849, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-21T13:44:44.989 DEBUG:teuthology.orchestra.run.smithi175:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2073d30c-781e-11ef-baf6-efdc52797490@osd.2.service' 2024-09-21T13:44:45.026 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T13:44:45.026 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-09-21T13:44:45.026 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 2073d30c-781e-11ef-baf6-efdc52797490 --force --keep-logs 2024-09-21T13:44:45.231 INFO:teuthology.orchestra.run.smithi118.stdout:Deleting cluster with fsid: 2073d30c-781e-11ef-baf6-efdc52797490 2024-09-21T13:44:48.652 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 2073d30c-781e-11ef-baf6-efdc52797490 --force --keep-logs 2024-09-21T13:44:48.851 INFO:teuthology.orchestra.run.smithi149.stdout:Deleting cluster with fsid: 2073d30c-781e-11ef-baf6-efdc52797490 2024-09-21T13:44:52.552 DEBUG:teuthology.orchestra.run.smithi175:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 2073d30c-781e-11ef-baf6-efdc52797490 --force --keep-logs 2024-09-21T13:44:52.763 INFO:teuthology.orchestra.run.smithi175.stdout:Deleting cluster with fsid: 2073d30c-781e-11ef-baf6-efdc52797490 2024-09-21T13:44:56.129 DEBUG:teuthology.orchestra.run.smithi118:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-21T13:44:56.163 DEBUG:teuthology.orchestra.run.smithi149:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-21T13:44:56.197 DEBUG:teuthology.orchestra.run.smithi175:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-21T13:44:56.225 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-21T13:44:56.227 DEBUG:teuthology.misc:Transferring archived files from smithi118:/var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/crash to /home/teuthworker/archive/gabrioux-2024-09-21_11:23:40-orch:cephadm-wip-guits-main-2024-09-21-0842-distro-default-smithi/7914022/remote/smithi118/crash 2024-09-21T13:44:56.228 DEBUG:teuthology.orchestra.run.smithi118:> sudo tar c -f - -C /var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/crash -- . 2024-09-21T13:44:56.278 INFO:teuthology.orchestra.run.smithi118.stderr:tar: /var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/crash: Cannot open: No such file or directory 2024-09-21T13:44:56.279 INFO:teuthology.orchestra.run.smithi118.stderr:tar: Error is not recoverable: exiting now 2024-09-21T13:44:56.281 DEBUG:teuthology.misc:Transferring archived files from smithi149:/var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/crash to /home/teuthworker/archive/gabrioux-2024-09-21_11:23:40-orch:cephadm-wip-guits-main-2024-09-21-0842-distro-default-smithi/7914022/remote/smithi149/crash 2024-09-21T13:44:56.282 DEBUG:teuthology.orchestra.run.smithi149:> sudo tar c -f - -C /var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/crash -- . 2024-09-21T13:44:56.324 INFO:teuthology.orchestra.run.smithi149.stderr:tar: /var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/crash: Cannot open: No such file or directory 2024-09-21T13:44:56.325 INFO:teuthology.orchestra.run.smithi149.stderr:tar: Error is not recoverable: exiting now 2024-09-21T13:44:56.327 DEBUG:teuthology.misc:Transferring archived files from smithi175:/var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/crash to /home/teuthworker/archive/gabrioux-2024-09-21_11:23:40-orch:cephadm-wip-guits-main-2024-09-21-0842-distro-default-smithi/7914022/remote/smithi175/crash 2024-09-21T13:44:56.328 DEBUG:teuthology.orchestra.run.smithi175:> sudo tar c -f - -C /var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/crash -- . 2024-09-21T13:44:56.365 INFO:teuthology.orchestra.run.smithi175.stderr:tar: /var/lib/ceph/2073d30c-781e-11ef-baf6-efdc52797490/crash: Cannot open: No such file or directory 2024-09-21T13:44:56.365 INFO:teuthology.orchestra.run.smithi175.stderr:tar: Error is not recoverable: exiting now 2024-09-21T13:44:56.366 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-21T13:44:56.367 DEBUG:teuthology.orchestra.run.smithi118:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/2073d30c-781e-11ef-baf6-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-21T13:44:56.399 INFO:tasks.cephadm:Compressing logs... 2024-09-21T13:44:56.399 DEBUG:teuthology.orchestra.run.smithi118:> 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-21T13:44:56.442 DEBUG:teuthology.orchestra.run.smithi149:> 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-21T13:44:56.445 DEBUG:teuthology.orchestra.run.smithi175:> 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-21T13:44:56.469 INFO:teuthology.orchestra.run.smithi118.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/2073d30c-781e-11ef-baf6-efdc52797490/ceph-osd.0.log 2024-09-21T13:44:56.469 INFO:teuthology.orchestra.run.smithi118.stderr:: No such file or directory 2024-09-21T13:44:56.469 INFO:teuthology.orchestra.run.smithi118.stderr:gzip -5 --verbose -- /var/log/ceph/2073d30c-781e-11ef-baf6-efdc52797490/ceph-mgr.a.log 2024-09-21T13:44:56.469 INFO:teuthology.orchestra.run.smithi118.stderr:gzip -5 --verbose -- /var/log/ceph/2073d30c-781e-11ef-baf6-efdc52797490/ceph-volume.log 2024-09-21T13:44:56.469 INFO:teuthology.orchestra.run.smithi118.stderr:/var/log/ceph/2073d30c-781e-11ef-baf6-efdc52797490/ceph-osd.0.log: /var/log/ceph/2073d30c-781e-11ef-baf6-efdc52797490/ceph-mgr.a.log: gzip -5 --verbose -- /var/log/ceph/2073d30c-781e-11ef-baf6-efdc52797490/ceph.audit.log 2024-09-21T13:44:56.470 INFO:teuthology.orchestra.run.smithi118.stderr:/var/log/ceph/2073d30c-781e-11ef-baf6-efdc52797490/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/2073d30c-781e-11ef-baf6-efdc52797490/ceph.cephadm.log 2024-09-21T13:44:56.470 INFO:teuthology.orchestra.run.smithi118.stderr:/var/log/ceph/2073d30c-781e-11ef-baf6-efdc52797490/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/2073d30c-781e-11ef-baf6-efdc52797490/ceph-mon.a.log 2024-09-21T13:44:56.470 INFO:teuthology.orchestra.run.smithi118.stderr:/var/log/ceph/2073d30c-781e-11ef-baf6-efdc52797490/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/2073d30c-781e-11ef-baf6-efdc52797490/ceph.log 2024-09-21T13:44:56.472 INFO:teuthology.orchestra.run.smithi118.stderr:/var/log/ceph/2073d30c-781e-11ef-baf6-efdc52797490/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-21T13:44:56.472 INFO:teuthology.orchestra.run.smithi118.stderr: 84.1% -- replaced with /var/log/ceph/2073d30c-781e-11ef-baf6-efdc52797490/ceph.cephadm.log.gz 2024-09-21T13:44:56.472 INFO:teuthology.orchestra.run.smithi118.stderr:/var/log/ceph/2073d30c-781e-11ef-baf6-efdc52797490/ceph.log: 89.8% -- replaced with /var/log/ceph/2073d30c-781e-11ef-baf6-efdc52797490/ceph.audit.log.gz 2024-09-21T13:44:56.472 INFO:teuthology.orchestra.run.smithi118.stderr:/var/log/ceph/cephadm.log: 87.4% -- replaced with /var/log/ceph/2073d30c-781e-11ef-baf6-efdc52797490/ceph.log.gz 2024-09-21T13:44:56.472 INFO:teuthology.orchestra.run.smithi118.stderr: 91.1% -- replaced with /var/log/ceph/2073d30c-781e-11ef-baf6-efdc52797490/ceph-volume.log.gz 2024-09-21T13:44:56.476 INFO:teuthology.orchestra.run.smithi175.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/2073d30c-781e-11ef-baf6-efdc52797490/ceph-volume.log 2024-09-21T13:44:56.476 INFO:teuthology.orchestra.run.smithi175.stderr:: No such file or directory 2024-09-21T13:44:56.476 INFO:teuthology.orchestra.run.smithi175.stderr:gzip -5 --verbose -- /var/log/ceph/2073d30c-781e-11ef-baf6-efdc52797490/ceph.audit.log 2024-09-21T13:44:56.476 INFO:teuthology.orchestra.run.smithi175.stderr:gzip -5 --verbose -- /var/log/ceph/2073d30c-781e-11ef-baf6-efdc52797490/ceph-mon.c.log 2024-09-21T13:44:56.476 INFO:teuthology.orchestra.run.smithi175.stderr:/var/log/ceph/2073d30c-781e-11ef-baf6-efdc52797490/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/2073d30c-781e-11ef-baf6-efdc52797490/ceph.cephadm.log 2024-09-21T13:44:56.476 INFO:teuthology.orchestra.run.smithi175.stderr:/var/log/ceph/2073d30c-781e-11ef-baf6-efdc52797490/ceph.audit.log: /var/log/ceph/2073d30c-781e-11ef-baf6-efdc52797490/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/2073d30c-781e-11ef-baf6-efdc52797490/ceph-osd.2.log 2024-09-21T13:44:56.476 INFO:teuthology.orchestra.run.smithi175.stderr:/var/log/ceph/2073d30c-781e-11ef-baf6-efdc52797490/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/2073d30c-781e-11ef-baf6-efdc52797490/ceph.log 2024-09-21T13:44:56.477 INFO:teuthology.orchestra.run.smithi175.stderr: 79.8% -- replaced with /var/log/ceph/2073d30c-781e-11ef-baf6-efdc52797490/ceph.cephadm.log.gz 2024-09-21T13:44:56.477 INFO:teuthology.orchestra.run.smithi175.stderr: 89.9% -- replaced with /var/log/ceph/2073d30c-781e-11ef-baf6-efdc52797490/ceph.audit.log.gz 2024-09-21T13:44:56.477 INFO:teuthology.orchestra.run.smithi175.stderr:/var/log/ceph/2073d30c-781e-11ef-baf6-efdc52797490/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-21T13:44:56.477 INFO:teuthology.orchestra.run.smithi175.stderr:/var/log/ceph/2073d30c-781e-11ef-baf6-efdc52797490/ceph.log: /var/log/ceph/cephadm.log: 87.3% -- replaced with /var/log/ceph/2073d30c-781e-11ef-baf6-efdc52797490/ceph.log.gz 2024-09-21T13:44:56.477 INFO:teuthology.orchestra.run.smithi175.stderr: 89.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-21T13:44:56.477 INFO:teuthology.orchestra.run.smithi175.stderr: 91.0% -- replaced with /var/log/ceph/2073d30c-781e-11ef-baf6-efdc52797490/ceph-volume.log.gz 2024-09-21T13:44:56.482 INFO:teuthology.orchestra.run.smithi149.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/2073d30c-781e-11ef-baf6-efdc52797490/ceph-osd.1.log 2024-09-21T13:44:56.482 INFO:teuthology.orchestra.run.smithi149.stderr:: No such file or directory 2024-09-21T13:44:56.482 INFO:teuthology.orchestra.run.smithi149.stderr:gzip -5 --verbose -- /var/log/ceph/2073d30c-781e-11ef-baf6-efdc52797490/ceph-volume.log 2024-09-21T13:44:56.482 INFO:teuthology.orchestra.run.smithi149.stderr:/var/log/ceph/2073d30c-781e-11ef-baf6-efdc52797490/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/2073d30c-781e-11ef-baf6-efdc52797490/ceph-mgr.b.log 2024-09-21T13:44:56.482 INFO:teuthology.orchestra.run.smithi149.stderr:/var/log/ceph/2073d30c-781e-11ef-baf6-efdc52797490/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/2073d30c-781e-11ef-baf6-efdc52797490/ceph.audit.log 2024-09-21T13:44:56.482 INFO:teuthology.orchestra.run.smithi149.stderr:/var/log/ceph/2073d30c-781e-11ef-baf6-efdc52797490/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/2073d30c-781e-11ef-baf6-efdc52797490/ceph.cephadm.log 2024-09-21T13:44:56.482 INFO:teuthology.orchestra.run.smithi149.stderr:gzip -5 --verbose -- /var/log/ceph/2073d30c-781e-11ef-baf6-efdc52797490/ceph.log 2024-09-21T13:44:56.483 INFO:teuthology.orchestra.run.smithi149.stderr:/var/log/ceph/2073d30c-781e-11ef-baf6-efdc52797490/ceph.audit.log: /var/log/ceph/2073d30c-781e-11ef-baf6-efdc52797490/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/2073d30c-781e-11ef-baf6-efdc52797490/ceph-mon.b.log 2024-09-21T13:44:56.483 INFO:teuthology.orchestra.run.smithi149.stderr: 79.7% -- replaced with /var/log/ceph/2073d30c-781e-11ef-baf6-efdc52797490/ceph.cephadm.log.gz 2024-09-21T13:44:56.483 INFO:teuthology.orchestra.run.smithi149.stderr:/var/log/ceph/2073d30c-781e-11ef-baf6-efdc52797490/ceph.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-21T13:44:56.483 INFO:teuthology.orchestra.run.smithi149.stderr:/var/log/ceph/2073d30c-781e-11ef-baf6-efdc52797490/ceph-mon.b.log: 90.0% -- replaced with /var/log/ceph/2073d30c-781e-11ef-baf6-efdc52797490/ceph.audit.log.gz 2024-09-21T13:44:56.483 INFO:teuthology.orchestra.run.smithi149.stderr:/var/log/ceph/cephadm.log: 87.5% -- replaced with /var/log/ceph/2073d30c-781e-11ef-baf6-efdc52797490/ceph.log.gz 2024-09-21T13:44:56.483 INFO:teuthology.orchestra.run.smithi149.stderr: 83.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-21T13:44:56.484 INFO:teuthology.orchestra.run.smithi149.stderr: 91.0% -- replaced with /var/log/ceph/2073d30c-781e-11ef-baf6-efdc52797490/ceph-volume.log.gz 2024-09-21T13:44:56.484 INFO:teuthology.orchestra.run.smithi149.stderr: 90.0% -- replaced with /var/log/ceph/2073d30c-781e-11ef-baf6-efdc52797490/ceph-mgr.b.log.gz 2024-09-21T13:44:56.493 INFO:teuthology.orchestra.run.smithi118.stderr: 92.2% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-21T13:44:56.508 INFO:teuthology.orchestra.run.smithi175.stderr: 93.5% -- replaced with /var/log/ceph/2073d30c-781e-11ef-baf6-efdc52797490/ceph-osd.2.log.gz 2024-09-21T13:44:56.511 INFO:teuthology.orchestra.run.smithi118.stderr: 93.5% -- replaced with /var/log/ceph/2073d30c-781e-11ef-baf6-efdc52797490/ceph-osd.0.log.gz 2024-09-21T13:44:56.528 INFO:teuthology.orchestra.run.smithi175.stderr: 93.0% -- replaced with /var/log/ceph/2073d30c-781e-11ef-baf6-efdc52797490/ceph-mon.c.log.gz 2024-09-21T13:44:56.530 INFO:teuthology.orchestra.run.smithi175.stderr: 2024-09-21T13:44:56.531 INFO:teuthology.orchestra.run.smithi175.stderr:real 0m0.070s 2024-09-21T13:44:56.531 INFO:teuthology.orchestra.run.smithi175.stderr:user 0m0.108s 2024-09-21T13:44:56.531 INFO:teuthology.orchestra.run.smithi175.stderr:sys 0m0.018s 2024-09-21T13:44:56.532 INFO:teuthology.orchestra.run.smithi149.stderr: 93.8% -- replaced with /var/log/ceph/2073d30c-781e-11ef-baf6-efdc52797490/ceph-osd.1.log.gz 2024-09-21T13:44:56.553 INFO:teuthology.orchestra.run.smithi149.stderr: 92.9% -- replaced with /var/log/ceph/2073d30c-781e-11ef-baf6-efdc52797490/ceph-mon.b.log.gz 2024-09-21T13:44:56.558 INFO:teuthology.orchestra.run.smithi149.stderr: 2024-09-21T13:44:56.559 INFO:teuthology.orchestra.run.smithi149.stderr:real 0m0.096s 2024-09-21T13:44:56.559 INFO:teuthology.orchestra.run.smithi149.stderr:user 0m0.157s 2024-09-21T13:44:56.559 INFO:teuthology.orchestra.run.smithi149.stderr:sys 0m0.028s 2024-09-21T13:44:56.559 INFO:teuthology.orchestra.run.smithi118.stderr: 90.2% -- replaced with /var/log/ceph/2073d30c-781e-11ef-baf6-efdc52797490/ceph-mgr.a.log.gz 2024-09-21T13:44:56.711 INFO:teuthology.orchestra.run.smithi118.stderr: 91.0% -- replaced with /var/log/ceph/2073d30c-781e-11ef-baf6-efdc52797490/ceph-mon.a.log.gz 2024-09-21T13:44:56.713 INFO:teuthology.orchestra.run.smithi118.stderr: 2024-09-21T13:44:56.713 INFO:teuthology.orchestra.run.smithi118.stderr:real 0m0.257s 2024-09-21T13:44:56.713 INFO:teuthology.orchestra.run.smithi118.stderr:user 0m0.398s 2024-09-21T13:44:56.713 INFO:teuthology.orchestra.run.smithi118.stderr:sys 0m0.040s 2024-09-21T13:44:56.713 INFO:tasks.cephadm:Archiving logs... 2024-09-21T13:44:56.713 DEBUG:teuthology.misc:Transferring archived files from smithi118:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-21_11:23:40-orch:cephadm-wip-guits-main-2024-09-21-0842-distro-default-smithi/7914022/remote/smithi118/log 2024-09-21T13:44:56.714 DEBUG:teuthology.orchestra.run.smithi118:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-21T13:44:56.866 DEBUG:teuthology.misc:Transferring archived files from smithi149:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-21_11:23:40-orch:cephadm-wip-guits-main-2024-09-21-0842-distro-default-smithi/7914022/remote/smithi149/log 2024-09-21T13:44:56.867 DEBUG:teuthology.orchestra.run.smithi149:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-21T13:44:56.926 DEBUG:teuthology.misc:Transferring archived files from smithi175:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-21_11:23:40-orch:cephadm-wip-guits-main-2024-09-21-0842-distro-default-smithi/7914022/remote/smithi175/log 2024-09-21T13:44:56.926 DEBUG:teuthology.orchestra.run.smithi175:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-21T13:44:56.976 INFO:tasks.cephadm:Removing cluster... 2024-09-21T13:44:56.976 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 2073d30c-781e-11ef-baf6-efdc52797490 --force 2024-09-21T13:44:57.166 INFO:teuthology.orchestra.run.smithi118.stdout:Deleting cluster with fsid: 2073d30c-781e-11ef-baf6-efdc52797490 2024-09-21T13:44:57.417 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 2073d30c-781e-11ef-baf6-efdc52797490 --force 2024-09-21T13:44:57.622 INFO:teuthology.orchestra.run.smithi149.stdout:Deleting cluster with fsid: 2073d30c-781e-11ef-baf6-efdc52797490 2024-09-21T13:44:57.884 DEBUG:teuthology.orchestra.run.smithi175:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 2073d30c-781e-11ef-baf6-efdc52797490 --force 2024-09-21T13:44:58.086 INFO:teuthology.orchestra.run.smithi175.stdout:Deleting cluster with fsid: 2073d30c-781e-11ef-baf6-efdc52797490 2024-09-21T13:44:58.369 INFO:tasks.cephadm:Removing cephadm ... 2024-09-21T13:44:58.370 DEBUG:teuthology.orchestra.run.smithi118:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-21T13:44:58.389 DEBUG:teuthology.orchestra.run.smithi149:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-21T13:44:58.405 DEBUG:teuthology.orchestra.run.smithi175:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-21T13:44:58.421 INFO:tasks.cephadm:Teardown complete 2024-09-21T13:44:58.421 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-09-21T13:44:58.430 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-21T13:44:58.430 DEBUG:teuthology.orchestra.run.smithi118:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-21T13:44:58.433 DEBUG:teuthology.orchestra.run.smithi149:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-21T13:44:58.448 DEBUG:teuthology.orchestra.run.smithi175:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-21T13:44:58.549 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-21T13:44:58.559 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-21T13:44:58.560 DEBUG:teuthology.orchestra.run.smithi118:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-21T13:44:58.562 DEBUG:teuthology.orchestra.run.smithi149:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-21T13:44:58.565 DEBUG:teuthology.orchestra.run.smithi175:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-21T13:44:58.577 INFO:teuthology.orchestra.run.smithi118.stderr:bash: line 1: ntpq: command not found 2024-09-21T13:44:58.577 INFO:teuthology.orchestra.run.smithi149.stderr:bash: line 1: ntpq: command not found 2024-09-21T13:44:58.579 INFO:teuthology.orchestra.run.smithi175.stderr:bash: line 1: ntpq: command not found 2024-09-21T13:44:58.581 INFO:teuthology.orchestra.run.smithi118.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-21T13:44:58.582 INFO:teuthology.orchestra.run.smithi118.stdout:=============================================================================== 2024-09-21T13:44:58.582 INFO:teuthology.orchestra.run.smithi118.stdout:^* hv01.front.sepia.ceph.com 3 6 377 60 +632us[ +642us] +/- 45ms 2024-09-21T13:44:58.582 INFO:teuthology.orchestra.run.smithi118.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 62 -1976us[-1966us] +/- 63ms 2024-09-21T13:44:58.582 INFO:teuthology.orchestra.run.smithi118.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 61 +1297us[+1307us] +/- 75ms 2024-09-21T13:44:58.582 INFO:teuthology.orchestra.run.smithi118.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T13:44:58.583 INFO:teuthology.orchestra.run.smithi149.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-21T13:44:58.583 INFO:teuthology.orchestra.run.smithi149.stdout:=============================================================================== 2024-09-21T13:44:58.583 INFO:teuthology.orchestra.run.smithi149.stdout:^* hv01.front.sepia.ceph.com 3 6 377 63 +628us[ +628us] +/- 45ms 2024-09-21T13:44:58.583 INFO:teuthology.orchestra.run.smithi149.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 58 -1976us[-1976us] +/- 63ms 2024-09-21T13:44:58.583 INFO:teuthology.orchestra.run.smithi149.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 63 +1295us[+1294us] +/- 75ms 2024-09-21T13:44:58.583 INFO:teuthology.orchestra.run.smithi149.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T13:44:58.584 INFO:teuthology.orchestra.run.smithi175.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-21T13:44:58.584 INFO:teuthology.orchestra.run.smithi175.stdout:=============================================================================== 2024-09-21T13:44:58.584 INFO:teuthology.orchestra.run.smithi175.stdout:^* hv01.front.sepia.ceph.com 3 6 377 63 +631us[ +652us] +/- 45ms 2024-09-21T13:44:58.584 INFO:teuthology.orchestra.run.smithi175.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 1 -1985us[-1985us] +/- 64ms 2024-09-21T13:44:58.584 INFO:teuthology.orchestra.run.smithi175.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 61 +1312us[+1312us] +/- 75ms 2024-09-21T13:44:58.584 INFO:teuthology.orchestra.run.smithi175.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T13:44:58.585 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-21T13:44:58.595 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-21T13:44:58.597 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-21T13:44:58.608 DEBUG:teuthology.orchestra.run.smithi118:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-09-21T13:44:58.695 DEBUG:teuthology.orchestra.run.smithi149:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-09-21T13:44:58.761 DEBUG:teuthology.orchestra.run.smithi175:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-09-21T13:44:58.824 DEBUG:teuthology.orchestra.run.smithi118:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-21T13:44:58.853 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T13:44:58.854 DEBUG:teuthology.orchestra.run.smithi149:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-21T13:44:58.882 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T13:44:58.882 DEBUG:teuthology.orchestra.run.smithi175:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-21T13:44:58.909 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T13:44:58.910 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-21T13:44:58.920 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-21T13:44:58.931 INFO:teuthology.task.internal:Duration was 1075.121275 seconds 2024-09-21T13:44:58.931 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-21T13:44:58.943 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-21T13:44:58.943 DEBUG:teuthology.orchestra.run.smithi118:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-21T13:44:58.945 DEBUG:teuthology.orchestra.run.smithi149:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-21T13:44:58.948 DEBUG:teuthology.orchestra.run.smithi175:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-21T13:44:58.983 INFO:teuthology.orchestra.run.smithi118.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-21T13:44:58.984 INFO:teuthology.orchestra.run.smithi149.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-21T13:44:58.989 INFO:teuthology.orchestra.run.smithi175.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-21T13:44:59.302 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-21T13:44:59.302 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi118.front.sepia.ceph.com 2024-09-21T13:44:59.303 DEBUG:teuthology.orchestra.run.smithi118:> 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-21T13:44:59.324 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi149.front.sepia.ceph.com 2024-09-21T13:44:59.325 DEBUG:teuthology.orchestra.run.smithi149:> 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-21T13:44:59.371 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi175.front.sepia.ceph.com 2024-09-21T13:44:59.371 DEBUG:teuthology.orchestra.run.smithi175:> 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-21T13:44:59.395 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-21T13:44:59.395 DEBUG:teuthology.orchestra.run.smithi118:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-21T13:44:59.397 DEBUG:teuthology.orchestra.run.smithi149:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-21T13:44:59.415 DEBUG:teuthology.orchestra.run.smithi175:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-21T13:44:59.461 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-21T13:44:59.462 DEBUG:teuthology.orchestra.run.smithi118:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-21T13:44:59.464 DEBUG:teuthology.orchestra.run.smithi149:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-21T13:44:59.482 DEBUG:teuthology.orchestra.run.smithi175:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-21T13:44:59.656 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-21T13:44:59.668 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-21T13:44:59.668 DEBUG:teuthology.orchestra.run.smithi118:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-21T13:44:59.692 DEBUG:teuthology.orchestra.run.smithi149:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-21T13:44:59.717 DEBUG:teuthology.orchestra.run.smithi175:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-21T13:44:59.742 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-21T13:44:59.751 DEBUG:teuthology.orchestra.run.smithi118:> 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-21T13:44:59.754 DEBUG:teuthology.orchestra.run.smithi149:> 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-21T13:44:59.759 DEBUG:teuthology.orchestra.run.smithi175:> 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-21T13:44:59.774 INFO:teuthology.orchestra.run.smithi118.stdout:kernel.core_pattern = core 2024-09-21T13:44:59.780 INFO:teuthology.orchestra.run.smithi149.stdout:kernel.core_pattern = core 2024-09-21T13:44:59.806 INFO:teuthology.orchestra.run.smithi175.stdout:kernel.core_pattern = core 2024-09-21T13:44:59.836 DEBUG:teuthology.orchestra.run.smithi118:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-21T13:44:59.869 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T13:44:59.870 DEBUG:teuthology.orchestra.run.smithi149:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-21T13:44:59.884 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T13:44:59.884 DEBUG:teuthology.orchestra.run.smithi175:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-21T13:44:59.898 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T13:44:59.899 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-21T13:44:59.908 INFO:teuthology.task.internal:Transferring archived files... 2024-09-21T13:44:59.909 DEBUG:teuthology.misc:Transferring archived files from smithi118:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-21_11:23:40-orch:cephadm-wip-guits-main-2024-09-21-0842-distro-default-smithi/7914022/remote/smithi118 2024-09-21T13:44:59.909 DEBUG:teuthology.orchestra.run.smithi118:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-21T13:44:59.946 DEBUG:teuthology.misc:Transferring archived files from smithi149:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-21_11:23:40-orch:cephadm-wip-guits-main-2024-09-21-0842-distro-default-smithi/7914022/remote/smithi149 2024-09-21T13:44:59.946 DEBUG:teuthology.orchestra.run.smithi149:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-21T13:44:59.980 DEBUG:teuthology.misc:Transferring archived files from smithi175:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-21_11:23:40-orch:cephadm-wip-guits-main-2024-09-21-0842-distro-default-smithi/7914022/remote/smithi175 2024-09-21T13:44:59.980 DEBUG:teuthology.orchestra.run.smithi175:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-21T13:45:00.013 INFO:teuthology.task.internal:Removing archive directory... 2024-09-21T13:45:00.013 DEBUG:teuthology.orchestra.run.smithi118:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-21T13:45:00.016 DEBUG:teuthology.orchestra.run.smithi149:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-21T13:45:00.018 DEBUG:teuthology.orchestra.run.smithi175:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-21T13:45:00.064 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-21T13:45:00.077 INFO:teuthology.task.internal:Not uploading archives. 2024-09-21T13:45:00.077 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-21T13:45:00.087 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-21T13:45:00.087 DEBUG:teuthology.orchestra.run.smithi118:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-21T13:45:00.089 DEBUG:teuthology.orchestra.run.smithi149:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-21T13:45:00.092 DEBUG:teuthology.orchestra.run.smithi175:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-21T13:45:00.102 INFO:teuthology.orchestra.run.smithi118.stdout: 265324 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 21 13:45 /home/ubuntu/cephtest 2024-09-21T13:45:00.104 INFO:teuthology.orchestra.run.smithi149.stdout: 262169 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 21 13:45 /home/ubuntu/cephtest 2024-09-21T13:45:00.119 INFO:teuthology.orchestra.run.smithi175.stdout: 262169 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 21 13:45 /home/ubuntu/cephtest 2024-09-21T13:45:00.120 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-21T13:45:00.132 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-21T13:45:00.155 INFO:teuthology.run:Summary data: description: orch:cephadm/workunits/{0-distro/centos_9.stream_runc agent/off mon_election/classic task/test_monitoring_stack_basic} duration: 1075.1212751865387 flavor: default owner: scheduled_gabrioux@teuthology success: true 2024-09-21T13:45:00.156 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-21T13:45:00.224 INFO:teuthology.run:pass