2024-03-21T13:04:20.426 INFO:root:teuthology version: 0.0.1.dev262+ge691533 2024-03-21T13:04:20.426 DEBUG:teuthology.run:Teuthology command: teuthology --description orch:cephadm/workunits/{0-distro/centos_9.stream_runc agent/off mon_election/classic task/test_monitoring_stack_basic} --archive /home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614990 --name gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi --owner scheduled_gabrioux@teuthology --verbose -- /home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614990/orig.config.yaml 2024-03-21T13:04:20.457 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-21T13:04:20.541 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614990 branch: wip-guits-testing-2024-03-21-0818 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: '7614990' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-guits-testing-2024-03-21-0818 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 sha1: 960fbbe4645c2becc8084669be194c95183c7753 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 960fbbe4645c2becc8084669be194c95183c7753 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-guits-testing-2024-03-21-0818 sha1: 960fbbe4645c2becc8084669be194c95183c7753 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: 187 sha1: 960fbbe4645c2becc8084669be194c95183c7753 sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-guits-testing-2024-03-21-0818 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_960fbbe4645c2becc8084669be194c95183c7753/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 960fbbe4645c2becc8084669be194c95183c7753 targets: smithi029.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEvLVGb6UiXp5WCsjwtkZwVjLZpogNNvWpE4nzoZkTjFcYG/ZW1VYiOzrYaiXgCjXL5DaJajizn6iS+M2YhJiz4= smithi052.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOWFVid4nIVBRSMUDAypFF09Tm9cl5JCxyrOACrSvLjNNm9PZBoKnrzxkfRYq12jdvJHvr6ORGpVi64VI6+ek44= smithi116.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBK1Hvox0izu0UdceOxiZF97zOC+N+OKUnPzobdhh1zKVgk/G7EccTOf8v+p+wfcaF+eo64fnX4i0vXxm9zNq+1U= tasks: - pexec: all: - sudo dnf install runc -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/v1/status\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts\n\ curl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e '.data | .[] | select(.labels\ \ | .alertname == \"CephMonDown\") | .status | .state == \"active\"'\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: e691533f9cbb33d85b2187bba20d7102f098636d timestamp: 2024-03-21_12:04:17 tube: smithi user: gabrioux verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-03-21T13:04:20.542 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_960fbbe4645c2becc8084669be194c95183c7753/qa; will attempt to use it 2024-03-21T13:04:20.542 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_960fbbe4645c2becc8084669be194c95183c7753/qa/tasks 2024-03-21T13:04:20.542 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-03-21T13:04:20.544 INFO:teuthology.task.internal:Checking packages... 2024-03-21T13:04:20.566 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '960fbbe4645c2becc8084669be194c95183c7753' 2024-03-21T13:04:20.567 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-03-21T13:04:20.567 INFO:teuthology.packaging:ref: None 2024-03-21T13:04:20.567 INFO:teuthology.packaging:tag: None 2024-03-21T13:04:20.567 INFO:teuthology.packaging:branch: wip-guits-testing-2024-03-21-0818 2024-03-21T13:04:20.567 INFO:teuthology.packaging:sha1: 960fbbe4645c2becc8084669be194c95183c7753 2024-03-21T13:04:20.567 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-guits-testing-2024-03-21-0818 2024-03-21T13:04:20.853 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2267.g960fbbe4 2024-03-21T13:04:20.856 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-03-21T13:04:20.867 INFO:teuthology.task.internal:no buildpackages task found 2024-03-21T13:04:20.867 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-03-21T13:04:20.890 INFO:teuthology.task.internal:Saving configuration 2024-03-21T13:04:20.904 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-03-21T13:04:20.915 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-21T13:04:20.940 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi029.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614990', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-21 12:58:11.781044', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEvLVGb6UiXp5WCsjwtkZwVjLZpogNNvWpE4nzoZkTjFcYG/ZW1VYiOzrYaiXgCjXL5DaJajizn6iS+M2YhJiz4='} 2024-03-21T13:04:20.966 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi052.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614990', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-21 12:58:11.782263', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOWFVid4nIVBRSMUDAypFF09Tm9cl5JCxyrOACrSvLjNNm9PZBoKnrzxkfRYq12jdvJHvr6ORGpVi64VI6+ek44='} 2024-03-21T13:04:20.990 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi116.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614990', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-21 12:58:11.783316', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBK1Hvox0izu0UdceOxiZF97zOC+N+OKUnPzobdhh1zKVgk/G7EccTOf8v+p+wfcaF+eo64fnX4i0vXxm9zNq+1U='} 2024-03-21T13:04:20.990 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-03-21T13:04:21.001 INFO:teuthology.task.internal:roles: ubuntu@smithi029.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-03-21T13:04:21.001 INFO:teuthology.task.internal:roles: ubuntu@smithi052.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-03-21T13:04:21.001 INFO:teuthology.task.internal:roles: ubuntu@smithi116.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-03-21T13:04:21.001 INFO:teuthology.run_tasks:Running task console_log... 2024-03-21T13:04:21.113 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fceeb54cf70>, signals=[15]) 2024-03-21T13:04:21.114 INFO:teuthology.run_tasks:Running task internal.connect... 2024-03-21T13:04:21.124 INFO:teuthology.task.internal:Opening connections... 2024-03-21T13:04:21.125 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi029.front.sepia.ceph.com 2024-03-21T13:04:21.127 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi029.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:04:21.234 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi052.front.sepia.ceph.com 2024-03-21T13:04:21.235 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi052.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:04:21.341 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi116.front.sepia.ceph.com 2024-03-21T13:04:21.341 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi116.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:04:21.431 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-03-21T13:04:21.443 DEBUG:teuthology.orchestra.run.smithi029:> uname -m 2024-03-21T13:04:21.461 INFO:teuthology.orchestra.run.smithi029.stdout:x86_64 2024-03-21T13:04:21.462 DEBUG:teuthology.orchestra.run.smithi029:> cat /etc/os-release 2024-03-21T13:04:21.520 INFO:teuthology.orchestra.run.smithi029.stdout:NAME="CentOS Stream" 2024-03-21T13:04:21.520 INFO:teuthology.orchestra.run.smithi029.stdout:VERSION="9" 2024-03-21T13:04:21.520 INFO:teuthology.orchestra.run.smithi029.stdout:ID="centos" 2024-03-21T13:04:21.520 INFO:teuthology.orchestra.run.smithi029.stdout:ID_LIKE="rhel fedora" 2024-03-21T13:04:21.520 INFO:teuthology.orchestra.run.smithi029.stdout:VERSION_ID="9" 2024-03-21T13:04:21.520 INFO:teuthology.orchestra.run.smithi029.stdout:PLATFORM_ID="platform:el9" 2024-03-21T13:04:21.520 INFO:teuthology.orchestra.run.smithi029.stdout:PRETTY_NAME="CentOS Stream 9" 2024-03-21T13:04:21.520 INFO:teuthology.orchestra.run.smithi029.stdout:ANSI_COLOR="0;31" 2024-03-21T13:04:21.520 INFO:teuthology.orchestra.run.smithi029.stdout:LOGO="fedora-logo-icon" 2024-03-21T13:04:21.520 INFO:teuthology.orchestra.run.smithi029.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-03-21T13:04:21.520 INFO:teuthology.orchestra.run.smithi029.stdout:HOME_URL="https://centos.org/" 2024-03-21T13:04:21.521 INFO:teuthology.orchestra.run.smithi029.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-03-21T13:04:21.521 INFO:teuthology.orchestra.run.smithi029.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-03-21T13:04:21.521 INFO:teuthology.orchestra.run.smithi029.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-03-21T13:04:21.521 INFO:teuthology.lock.ops:Updating smithi029.front.sepia.ceph.com on lock server 2024-03-21T13:04:21.544 DEBUG:teuthology.orchestra.run.smithi052:> uname -m 2024-03-21T13:04:21.563 INFO:teuthology.orchestra.run.smithi052.stdout:x86_64 2024-03-21T13:04:21.563 DEBUG:teuthology.orchestra.run.smithi052:> cat /etc/os-release 2024-03-21T13:04:21.621 INFO:teuthology.orchestra.run.smithi052.stdout:NAME="CentOS Stream" 2024-03-21T13:04:21.621 INFO:teuthology.orchestra.run.smithi052.stdout:VERSION="9" 2024-03-21T13:04:21.621 INFO:teuthology.orchestra.run.smithi052.stdout:ID="centos" 2024-03-21T13:04:21.622 INFO:teuthology.orchestra.run.smithi052.stdout:ID_LIKE="rhel fedora" 2024-03-21T13:04:21.622 INFO:teuthology.orchestra.run.smithi052.stdout:VERSION_ID="9" 2024-03-21T13:04:21.622 INFO:teuthology.orchestra.run.smithi052.stdout:PLATFORM_ID="platform:el9" 2024-03-21T13:04:21.622 INFO:teuthology.orchestra.run.smithi052.stdout:PRETTY_NAME="CentOS Stream 9" 2024-03-21T13:04:21.622 INFO:teuthology.orchestra.run.smithi052.stdout:ANSI_COLOR="0;31" 2024-03-21T13:04:21.622 INFO:teuthology.orchestra.run.smithi052.stdout:LOGO="fedora-logo-icon" 2024-03-21T13:04:21.622 INFO:teuthology.orchestra.run.smithi052.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-03-21T13:04:21.622 INFO:teuthology.orchestra.run.smithi052.stdout:HOME_URL="https://centos.org/" 2024-03-21T13:04:21.622 INFO:teuthology.orchestra.run.smithi052.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-03-21T13:04:21.622 INFO:teuthology.orchestra.run.smithi052.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-03-21T13:04:21.622 INFO:teuthology.orchestra.run.smithi052.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-03-21T13:04:21.623 INFO:teuthology.lock.ops:Updating smithi052.front.sepia.ceph.com on lock server 2024-03-21T13:04:21.644 DEBUG:teuthology.orchestra.run.smithi116:> uname -m 2024-03-21T13:04:21.662 INFO:teuthology.orchestra.run.smithi116.stdout:x86_64 2024-03-21T13:04:21.662 DEBUG:teuthology.orchestra.run.smithi116:> cat /etc/os-release 2024-03-21T13:04:21.720 INFO:teuthology.orchestra.run.smithi116.stdout:NAME="CentOS Stream" 2024-03-21T13:04:21.720 INFO:teuthology.orchestra.run.smithi116.stdout:VERSION="9" 2024-03-21T13:04:21.720 INFO:teuthology.orchestra.run.smithi116.stdout:ID="centos" 2024-03-21T13:04:21.720 INFO:teuthology.orchestra.run.smithi116.stdout:ID_LIKE="rhel fedora" 2024-03-21T13:04:21.720 INFO:teuthology.orchestra.run.smithi116.stdout:VERSION_ID="9" 2024-03-21T13:04:21.720 INFO:teuthology.orchestra.run.smithi116.stdout:PLATFORM_ID="platform:el9" 2024-03-21T13:04:21.720 INFO:teuthology.orchestra.run.smithi116.stdout:PRETTY_NAME="CentOS Stream 9" 2024-03-21T13:04:21.720 INFO:teuthology.orchestra.run.smithi116.stdout:ANSI_COLOR="0;31" 2024-03-21T13:04:21.720 INFO:teuthology.orchestra.run.smithi116.stdout:LOGO="fedora-logo-icon" 2024-03-21T13:04:21.720 INFO:teuthology.orchestra.run.smithi116.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-03-21T13:04:21.721 INFO:teuthology.orchestra.run.smithi116.stdout:HOME_URL="https://centos.org/" 2024-03-21T13:04:21.721 INFO:teuthology.orchestra.run.smithi116.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-03-21T13:04:21.721 INFO:teuthology.orchestra.run.smithi116.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-03-21T13:04:21.721 INFO:teuthology.orchestra.run.smithi116.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-03-21T13:04:21.721 INFO:teuthology.lock.ops:Updating smithi116.front.sepia.ceph.com on lock server 2024-03-21T13:04:21.744 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-03-21T13:04:21.754 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-03-21T13:04:21.764 INFO:teuthology.task.internal:Checking for old test directory... 2024-03-21T13:04:21.764 DEBUG:teuthology.orchestra.run.smithi029:> test '!' -e /home/ubuntu/cephtest 2024-03-21T13:04:21.766 DEBUG:teuthology.orchestra.run.smithi052:> test '!' -e /home/ubuntu/cephtest 2024-03-21T13:04:21.769 DEBUG:teuthology.orchestra.run.smithi116:> test '!' -e /home/ubuntu/cephtest 2024-03-21T13:04:21.785 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-03-21T13:04:21.798 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-03-21T13:04:21.799 DEBUG:teuthology.orchestra.run.smithi029:> test -z $(ls -A /var/lib/ceph) 2024-03-21T13:04:21.823 DEBUG:teuthology.orchestra.run.smithi052:> test -z $(ls -A /var/lib/ceph) 2024-03-21T13:04:21.826 DEBUG:teuthology.orchestra.run.smithi116:> test -z $(ls -A /var/lib/ceph) 2024-03-21T13:04:21.849 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-03-21T13:04:21.926 INFO:teuthology.run_tasks:Running task kernel... 2024-03-21T13:04:21.941 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-03-21T13:04:21.941 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}, 'host.c': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-03-21T13:04:21.942 DEBUG:teuthology.orchestra.run.smithi029:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-21T13:04:21.942 DEBUG:teuthology.orchestra.run.smithi052:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-21T13:04:21.943 DEBUG:teuthology.orchestra.run.smithi116:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-21T13:04:21.959 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:04:21.960 DEBUG:teuthology.orchestra.run.smithi116:> uname -r 2024-03-21T13:04:21.961 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:04:21.961 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:04:21.961 DEBUG:teuthology.orchestra.run.smithi029:> uname -r 2024-03-21T13:04:21.962 DEBUG:teuthology.orchestra.run.smithi052:> uname -r 2024-03-21T13:04:22.017 INFO:teuthology.orchestra.run.smithi116.stdout:5.14.0-361.el9.x86_64 2024-03-21T13:04:22.017 INFO:teuthology.task.kernel:Running kernel on smithi116: 5.14.0-361.el9.x86_64 2024-03-21T13:04:22.017 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum install -y kernel 2024-03-21T13:04:22.019 INFO:teuthology.orchestra.run.smithi052.stdout:5.14.0-361.el9.x86_64 2024-03-21T13:04:22.019 INFO:teuthology.task.kernel:Running kernel on smithi052: 5.14.0-361.el9.x86_64 2024-03-21T13:04:22.019 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum install -y kernel 2024-03-21T13:04:22.020 INFO:teuthology.orchestra.run.smithi029.stdout:5.14.0-361.el9.x86_64 2024-03-21T13:04:22.020 INFO:teuthology.task.kernel:Running kernel on smithi029: 5.14.0-361.el9.x86_64 2024-03-21T13:04:22.021 DEBUG:teuthology.orchestra.run.smithi029:> sudo yum install -y kernel 2024-03-21T13:04:24.139 INFO:teuthology.orchestra.run.smithi116.stdout:CentOS-9 - AppStream 14 MB/s | 6.7 MB 00:00 2024-03-21T13:04:24.191 INFO:teuthology.orchestra.run.smithi052.stdout:CentOS-9 - AppStream 14 MB/s | 6.7 MB 00:00 2024-03-21T13:04:25.186 INFO:teuthology.orchestra.run.smithi029.stdout:CentOS-9 - AppStream 13 MB/s | 6.7 MB 00:00 2024-03-21T13:04:25.556 INFO:teuthology.orchestra.run.smithi116.stdout:CentOS-9 - BaseOS 7.3 MB/s | 2.0 MB 00:00 2024-03-21T13:04:25.650 INFO:teuthology.orchestra.run.smithi052.stdout:CentOS-9 - BaseOS 7.1 MB/s | 2.0 MB 00:00 2024-03-21T13:04:26.655 INFO:teuthology.orchestra.run.smithi029.stdout:CentOS-9 - BaseOS 6.1 MB/s | 2.0 MB 00:00 2024-03-21T13:04:26.889 INFO:teuthology.orchestra.run.smithi116.stdout:CentOS Stream 9 - BaseOS 8.0 MB/s | 8.0 MB 00:01 2024-03-21T13:04:28.230 INFO:teuthology.orchestra.run.smithi029.stdout:CentOS Stream 9 - BaseOS 6.5 MB/s | 8.0 MB 00:01 2024-03-21T13:04:29.648 INFO:teuthology.orchestra.run.smithi052.stdout:CentOS Stream 9 - BaseOS 2.2 MB/s | 8.0 MB 00:03 2024-03-21T13:04:30.340 INFO:teuthology.orchestra.run.smithi029.stdout:CentOS Stream 9 - AppStream 19 MB/s | 19 MB 00:00 2024-03-21T13:04:31.665 INFO:teuthology.orchestra.run.smithi052.stdout:CentOS Stream 9 - AppStream 20 MB/s | 19 MB 00:00 2024-03-21T13:04:39.141 INFO:teuthology.orchestra.run.smithi052.stdout:CentOS Stream 9 - CRB 1.6 MB/s | 6.1 MB 00:03 2024-03-21T13:04:40.768 INFO:teuthology.orchestra.run.smithi052.stdout:CentOS Stream 9 - Extras packages 40 kB/s | 16 kB 00:00 2024-03-21T13:04:42.204 INFO:teuthology.orchestra.run.smithi052.stdout:Extra Packages for Enterprise Linux 16 MB/s | 21 MB 00:01 2024-03-21T13:04:42.258 INFO:teuthology.orchestra.run.smithi029.stdout:CentOS Stream 9 - CRB 758 kB/s | 6.1 MB 00:08 2024-03-21T13:04:43.661 INFO:teuthology.orchestra.run.smithi029.stdout:CentOS Stream 9 - Extras packages 79 kB/s | 16 kB 00:00 2024-03-21T13:04:45.290 INFO:teuthology.orchestra.run.smithi029.stdout:Extra Packages for Enterprise Linux 14 MB/s | 21 MB 00:01 2024-03-21T13:04:47.344 INFO:teuthology.orchestra.run.smithi052.stdout:lab-extras 29 kB/s | 1.7 kB 00:00 2024-03-21T13:04:49.542 INFO:teuthology.orchestra.run.smithi052.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-03-21T13:04:49.543 INFO:teuthology.orchestra.run.smithi052.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-03-21T13:04:49.649 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-03-21T13:04:49.657 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-21T13:04:49.657 INFO:teuthology.orchestra.run.smithi052.stdout: Package Architecture Version Repository Size 2024-03-21T13:04:49.657 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-21T13:04:49.657 INFO:teuthology.orchestra.run.smithi052.stdout:Installing: 2024-03-21T13:04:49.657 INFO:teuthology.orchestra.run.smithi052.stdout: kernel x86_64 5.14.0-430.el9 baseos 44 k 2024-03-21T13:04:49.657 INFO:teuthology.orchestra.run.smithi052.stdout:Installing dependencies: 2024-03-21T13:04:49.657 INFO:teuthology.orchestra.run.smithi052.stdout: kernel-core x86_64 5.14.0-430.el9 baseos 15 M 2024-03-21T13:04:49.657 INFO:teuthology.orchestra.run.smithi052.stdout: kernel-modules x86_64 5.14.0-430.el9 baseos 33 M 2024-03-21T13:04:49.657 INFO:teuthology.orchestra.run.smithi052.stdout: kernel-modules-core x86_64 5.14.0-430.el9 baseos 27 M 2024-03-21T13:04:49.658 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:04:49.658 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction Summary 2024-03-21T13:04:49.658 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-21T13:04:49.658 INFO:teuthology.orchestra.run.smithi052.stdout:Install 4 Packages 2024-03-21T13:04:49.658 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:04:49.658 INFO:teuthology.orchestra.run.smithi052.stdout:Total download size: 76 M 2024-03-21T13:04:49.658 INFO:teuthology.orchestra.run.smithi052.stdout:Installed size: 123 M 2024-03-21T13:04:49.659 INFO:teuthology.orchestra.run.smithi052.stdout:Downloading Packages: 2024-03-21T13:04:49.853 INFO:teuthology.orchestra.run.smithi052.stdout:(1/4): kernel-5.14.0-430.el9.x86_64.rpm 370 kB/s | 44 kB 00:00 2024-03-21T13:04:50.421 INFO:teuthology.orchestra.run.smithi052.stdout:(2/4): kernel-core-5.14.0-430.el9.x86_64.rpm 22 MB/s | 15 MB 00:00 2024-03-21T13:04:50.532 INFO:teuthology.orchestra.run.smithi029.stdout:lab-extras 28 kB/s | 1.7 kB 00:00 2024-03-21T13:04:50.896 INFO:teuthology.orchestra.run.smithi052.stdout:(3/4): kernel-modules-5.14.0-430.el9.x86_64.rpm 29 MB/s | 33 MB 00:01 2024-03-21T13:04:52.750 INFO:teuthology.orchestra.run.smithi029.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-03-21T13:04:52.750 INFO:teuthology.orchestra.run.smithi029.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-03-21T13:04:52.852 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2024-03-21T13:04:52.867 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-03-21T13:04:52.867 INFO:teuthology.orchestra.run.smithi029.stdout: Package Architecture Version Repository Size 2024-03-21T13:04:52.867 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-03-21T13:04:52.867 INFO:teuthology.orchestra.run.smithi029.stdout:Installing: 2024-03-21T13:04:52.867 INFO:teuthology.orchestra.run.smithi029.stdout: kernel x86_64 5.14.0-430.el9 baseos 44 k 2024-03-21T13:04:52.867 INFO:teuthology.orchestra.run.smithi029.stdout:Installing dependencies: 2024-03-21T13:04:52.867 INFO:teuthology.orchestra.run.smithi029.stdout: kernel-core x86_64 5.14.0-430.el9 baseos 15 M 2024-03-21T13:04:52.868 INFO:teuthology.orchestra.run.smithi029.stdout: kernel-modules x86_64 5.14.0-430.el9 baseos 33 M 2024-03-21T13:04:52.868 INFO:teuthology.orchestra.run.smithi029.stdout: kernel-modules-core x86_64 5.14.0-430.el9 baseos 27 M 2024-03-21T13:04:52.868 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:04:52.868 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction Summary 2024-03-21T13:04:52.868 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-03-21T13:04:52.868 INFO:teuthology.orchestra.run.smithi029.stdout:Install 4 Packages 2024-03-21T13:04:52.868 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:04:52.869 INFO:teuthology.orchestra.run.smithi029.stdout:Total download size: 76 M 2024-03-21T13:04:52.869 INFO:teuthology.orchestra.run.smithi029.stdout:Installed size: 123 M 2024-03-21T13:04:52.869 INFO:teuthology.orchestra.run.smithi029.stdout:Downloading Packages: 2024-03-21T13:04:53.211 INFO:teuthology.orchestra.run.smithi029.stdout:(1/4): kernel-5.14.0-430.el9.x86_64.rpm 210 kB/s | 44 kB 00:00 2024-03-21T13:04:54.321 INFO:teuthology.orchestra.run.smithi052.stdout:(4/4): kernel-modules-core-5.14.0-430.el9.x86_6 6.1 MB/s | 27 MB 00:04 2024-03-21T13:04:54.321 INFO:teuthology.orchestra.run.smithi052.stdout:-------------------------------------------------------------------------------- 2024-03-21T13:04:54.321 INFO:teuthology.orchestra.run.smithi052.stdout:Total 16 MB/s | 76 MB 00:04 2024-03-21T13:04:55.014 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction check 2024-03-21T13:04:55.423 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction check succeeded. 2024-03-21T13:04:55.423 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction test 2024-03-21T13:04:55.461 INFO:teuthology.orchestra.run.smithi116.stdout:CentOS Stream 9 - AppStream 710 kB/s | 19 MB 00:27 2024-03-21T13:04:56.459 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction test succeeded. 2024-03-21T13:04:56.459 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction 2024-03-21T13:04:57.512 INFO:teuthology.orchestra.run.smithi029.stdout:(2/4): kernel-core-5.14.0-430.el9.x86_64.rpm 3.3 MB/s | 15 MB 00:04 2024-03-21T13:04:58.979 INFO:teuthology.orchestra.run.smithi029.stdout:(3/4): kernel-modules-core-5.14.0-430.el9.x86_6 4.8 MB/s | 27 MB 00:05 2024-03-21T13:04:59.076 INFO:teuthology.orchestra.run.smithi052.stdout: Preparing : 1/1 2024-03-21T13:04:59.570 INFO:teuthology.orchestra.run.smithi116.stdout:CentOS Stream 9 - CRB 9.4 MB/s | 6.1 MB 00:00 2024-03-21T13:04:59.708 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : kernel-modules-core-5.14.0-430.el9.x86_64 1/4 2024-03-21T13:04:59.796 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : kernel-core-5.14.0-430.el9.x86_64 2/4 2024-03-21T13:04:59.946 INFO:teuthology.orchestra.run.smithi029.stdout:(4/4): kernel-modules-5.14.0-430.el9.x86_64.rpm 4.8 MB/s | 33 MB 00:06 2024-03-21T13:04:59.946 INFO:teuthology.orchestra.run.smithi029.stdout:-------------------------------------------------------------------------------- 2024-03-21T13:04:59.947 INFO:teuthology.orchestra.run.smithi029.stdout:Total 11 MB/s | 76 MB 00:07 2024-03-21T13:05:00.642 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction check 2024-03-21T13:05:01.004 INFO:teuthology.orchestra.run.smithi116.stdout:CentOS Stream 9 - Extras packages 53 kB/s | 16 kB 00:00 2024-03-21T13:05:01.138 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction check succeeded. 2024-03-21T13:05:01.138 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction test 2024-03-21T13:05:02.175 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction test succeeded. 2024-03-21T13:05:02.176 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction 2024-03-21T13:05:02.697 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: kernel-core-5.14.0-430.el9.x86_64 2/4 2024-03-21T13:05:02.731 INFO:teuthology.orchestra.run.smithi116.stdout:Extra Packages for Enterprise Linux 13 MB/s | 21 MB 00:01 2024-03-21T13:05:02.917 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : kernel-modules-5.14.0-430.el9.x86_64 3/4 2024-03-21T13:05:04.791 INFO:teuthology.orchestra.run.smithi029.stdout: Preparing : 1/1 2024-03-21T13:05:05.506 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : kernel-modules-core-5.14.0-430.el9.x86_64 1/4 2024-03-21T13:05:05.610 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : kernel-core-5.14.0-430.el9.x86_64 2/4 2024-03-21T13:05:07.522 INFO:teuthology.orchestra.run.smithi116.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-03-21T13:05:07.988 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: kernel-modules-5.14.0-430.el9.x86_64 3/4 2024-03-21T13:05:08.017 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : kernel-5.14.0-430.el9.x86_64 4/4 2024-03-21T13:05:08.527 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: kernel-core-5.14.0-430.el9.x86_64 2/4 2024-03-21T13:05:08.728 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : kernel-modules-5.14.0-430.el9.x86_64 3/4 2024-03-21T13:05:09.595 INFO:teuthology.orchestra.run.smithi116.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-03-21T13:05:09.595 INFO:teuthology.orchestra.run.smithi116.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-03-21T13:05:09.681 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-03-21T13:05:09.693 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-03-21T13:05:09.693 INFO:teuthology.orchestra.run.smithi116.stdout: Package Architecture Version Repository Size 2024-03-21T13:05:09.693 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-03-21T13:05:09.693 INFO:teuthology.orchestra.run.smithi116.stdout:Installing: 2024-03-21T13:05:09.693 INFO:teuthology.orchestra.run.smithi116.stdout: kernel x86_64 5.14.0-430.el9 baseos 44 k 2024-03-21T13:05:09.693 INFO:teuthology.orchestra.run.smithi116.stdout:Installing dependencies: 2024-03-21T13:05:09.693 INFO:teuthology.orchestra.run.smithi116.stdout: kernel-core x86_64 5.14.0-430.el9 baseos 15 M 2024-03-21T13:05:09.694 INFO:teuthology.orchestra.run.smithi116.stdout: kernel-modules x86_64 5.14.0-430.el9 baseos 33 M 2024-03-21T13:05:09.694 INFO:teuthology.orchestra.run.smithi116.stdout: kernel-modules-core x86_64 5.14.0-430.el9 baseos 27 M 2024-03-21T13:05:09.694 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:05:09.694 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2024-03-21T13:05:09.694 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-03-21T13:05:09.694 INFO:teuthology.orchestra.run.smithi116.stdout:Install 4 Packages 2024-03-21T13:05:09.694 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:05:09.695 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 76 M 2024-03-21T13:05:09.695 INFO:teuthology.orchestra.run.smithi116.stdout:Installed size: 123 M 2024-03-21T13:05:09.695 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2024-03-21T13:05:09.982 INFO:teuthology.orchestra.run.smithi116.stdout:(1/4): kernel-5.14.0-430.el9.x86_64.rpm 386 kB/s | 44 kB 00:00 2024-03-21T13:05:11.432 INFO:teuthology.orchestra.run.smithi116.stdout:(2/4): kernel-core-5.14.0-430.el9.x86_64.rpm 9.5 MB/s | 15 MB 00:01 2024-03-21T13:05:12.074 INFO:teuthology.orchestra.run.smithi116.stdout:(3/4): kernel-modules-5.14.0-430.el9.x86_64.rpm 15 MB/s | 33 MB 00:02 2024-03-21T13:05:12.791 INFO:teuthology.orchestra.run.smithi116.stdout:(4/4): kernel-modules-core-5.14.0-430.el9.x86_6 9.8 MB/s | 27 MB 00:02 2024-03-21T13:05:12.791 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2024-03-21T13:05:12.791 INFO:teuthology.orchestra.run.smithi116.stdout:Total 24 MB/s | 76 MB 00:03 2024-03-21T13:05:13.109 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: kernel-modules-core-5.14.0-430.el9.x86_64 4/4 2024-03-21T13:05:13.460 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2024-03-21T13:05:13.798 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: kernel-modules-5.14.0-430.el9.x86_64 3/4 2024-03-21T13:05:13.823 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2024-03-21T13:05:13.823 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2024-03-21T13:05:13.842 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : kernel-5.14.0-430.el9.x86_64 4/4 2024-03-21T13:05:14.804 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2024-03-21T13:05:14.804 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2024-03-21T13:05:17.247 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2024-03-21T13:05:17.901 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : kernel-modules-core-5.14.0-430.el9.x86_64 1/4 2024-03-21T13:05:17.982 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : kernel-core-5.14.0-430.el9.x86_64 2/4 2024-03-21T13:05:18.945 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: kernel-modules-core-5.14.0-430.el9.x86_64 4/4 2024-03-21T13:05:20.710 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: kernel-core-5.14.0-430.el9.x86_64 2/4 2024-03-21T13:05:20.835 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : kernel-modules-5.14.0-430.el9.x86_64 3/4 2024-03-21T13:05:25.568 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: kernel-modules-5.14.0-430.el9.x86_64 3/4 2024-03-21T13:05:25.601 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : kernel-5.14.0-430.el9.x86_64 4/4 2024-03-21T13:05:30.307 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: kernel-modules-core-5.14.0-430.el9.x86_64 4/4 2024-03-21T13:05:43.920 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: kernel-core-5.14.0-430.el9.x86_64 4/4 2024-03-21T13:05:43.921 INFO:teuthology.orchestra.run.smithi052.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-03-21T13:05:43.921 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:05:43.966 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: kernel-modules-5.14.0-430.el9.x86_64 4/4 2024-03-21T13:05:44.321 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: kernel-5.14.0-430.el9.x86_64 4/4 2024-03-21T13:05:44.321 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : kernel-5.14.0-430.el9.x86_64 1/4 2024-03-21T13:05:44.321 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : kernel-core-5.14.0-430.el9.x86_64 2/4 2024-03-21T13:05:44.321 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : kernel-modules-5.14.0-430.el9.x86_64 3/4 2024-03-21T13:05:44.695 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : kernel-modules-core-5.14.0-430.el9.x86_64 4/4 2024-03-21T13:05:44.695 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:05:44.695 INFO:teuthology.orchestra.run.smithi052.stdout:Installed: 2024-03-21T13:05:44.695 INFO:teuthology.orchestra.run.smithi052.stdout: kernel-5.14.0-430.el9.x86_64 2024-03-21T13:05:44.695 INFO:teuthology.orchestra.run.smithi052.stdout: kernel-core-5.14.0-430.el9.x86_64 2024-03-21T13:05:44.696 INFO:teuthology.orchestra.run.smithi052.stdout: kernel-modules-5.14.0-430.el9.x86_64 2024-03-21T13:05:44.696 INFO:teuthology.orchestra.run.smithi052.stdout: kernel-modules-core-5.14.0-430.el9.x86_64 2024-03-21T13:05:44.696 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:05:44.696 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-03-21T13:05:45.018 DEBUG:teuthology.orchestra.run.smithi052:> rpm -q kernel | sort -rV | head -n 1 2024-03-21T13:05:45.124 INFO:teuthology.orchestra.run.smithi052.stdout:kernel-5.14.0-430.el9.x86_64 2024-03-21T13:05:45.125 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-430.el9.x86_64 2024-03-21T13:05:45.125 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-430.el9.x86_64 2024-03-21T13:05:45.125 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-21T13:05:45.125 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-21T13:05:45.126 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-03-21T13:05:45.126 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi052.front.sepia.ceph.com, path=None, version=distro) 2024-03-21T13:05:45.126 DEBUG:teuthology.orchestra.run.smithi052:> rpm -q kernel | sort -rV | head -n 1 2024-03-21T13:05:45.207 INFO:teuthology.orchestra.run.smithi052.stdout:kernel-5.14.0-430.el9.x86_64 2024-03-21T13:05:45.208 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-430.el9.x86_64 2024-03-21T13:05:45.208 DEBUG:teuthology.orchestra.run.smithi052:> sudo rpm -qi grub2-tools 2024-03-21T13:05:45.245 INFO:teuthology.orchestra.run.smithi052.stdout:Name : grub2-tools 2024-03-21T13:05:45.245 INFO:teuthology.orchestra.run.smithi052.stdout:Epoch : 1 2024-03-21T13:05:45.245 INFO:teuthology.orchestra.run.smithi052.stdout:Version : 2.06 2024-03-21T13:05:45.245 INFO:teuthology.orchestra.run.smithi052.stdout:Release : 68.el9 2024-03-21T13:05:45.246 INFO:teuthology.orchestra.run.smithi052.stdout:Architecture: x86_64 2024-03-21T13:05:45.246 INFO:teuthology.orchestra.run.smithi052.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-03-21T13:05:45.246 INFO:teuthology.orchestra.run.smithi052.stdout:Group : Unspecified 2024-03-21T13:05:45.246 INFO:teuthology.orchestra.run.smithi052.stdout:Size : 8264254 2024-03-21T13:05:45.246 INFO:teuthology.orchestra.run.smithi052.stdout:License : GPLv3+ 2024-03-21T13:05:45.246 INFO:teuthology.orchestra.run.smithi052.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-03-21T13:05:45.246 INFO:teuthology.orchestra.run.smithi052.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-03-21T13:05:45.246 INFO:teuthology.orchestra.run.smithi052.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-03-21T13:05:45.246 INFO:teuthology.orchestra.run.smithi052.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-03-21T13:05:45.246 INFO:teuthology.orchestra.run.smithi052.stdout:Packager : builder@centos.org 2024-03-21T13:05:45.246 INFO:teuthology.orchestra.run.smithi052.stdout:Vendor : CentOS 2024-03-21T13:05:45.246 INFO:teuthology.orchestra.run.smithi052.stdout:URL : http://www.gnu.org/software/grub/ 2024-03-21T13:05:45.246 INFO:teuthology.orchestra.run.smithi052.stdout:Summary : Support tools for GRUB. 2024-03-21T13:05:45.246 INFO:teuthology.orchestra.run.smithi052.stdout:Description : 2024-03-21T13:05:45.247 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:05:45.247 INFO:teuthology.orchestra.run.smithi052.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-03-21T13:05:45.247 INFO:teuthology.orchestra.run.smithi052.stdout:customizable bootloader with modular architecture. It supports a rich 2024-03-21T13:05:45.247 INFO:teuthology.orchestra.run.smithi052.stdout:variety of kernel formats, file systems, computer architectures and 2024-03-21T13:05:45.247 INFO:teuthology.orchestra.run.smithi052.stdout:hardware devices. 2024-03-21T13:05:45.247 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:05:45.247 INFO:teuthology.orchestra.run.smithi052.stdout:This subpackage provides tools for support of all platforms. 2024-03-21T13:05:45.248 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-03-21T13:05:45.248 INFO:teuthology.task.kernel:Updating grub on smithi052 to boot 5.14.0-430.el9.x86_64 2024-03-21T13:05:45.248 DEBUG:teuthology.orchestra.run.smithi052:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-03-21T13:05:45.805 INFO:teuthology.orchestra.run.smithi052.stderr:Generating grub configuration file ... 2024-03-21T13:05:47.213 INFO:teuthology.orchestra.run.smithi052.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-03-21T13:05:47.229 INFO:teuthology.orchestra.run.smithi052.stderr:done 2024-03-21T13:05:47.240 DEBUG:teuthology.orchestra.run.smithi052:> mktemp 2024-03-21T13:05:47.256 INFO:teuthology.orchestra.run.smithi052.stdout:/tmp/tmp.3gekLIhWdZ 2024-03-21T13:05:47.257 DEBUG:teuthology.orchestra.run.smithi052:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.3gekLIhWdZ 2024-03-21T13:05:47.340 DEBUG:teuthology.orchestra.run.smithi052:> sudo chmod 0666 /tmp/tmp.3gekLIhWdZ 2024-03-21T13:05:47.498 DEBUG:teuthology.orchestra.remote:smithi052:/tmp/tmp.3gekLIhWdZ is 6KB 2024-03-21T13:05:47.524 DEBUG:teuthology.orchestra.run.smithi052:> rm -fr /tmp/tmp.3gekLIhWdZ 2024-03-21T13:05:47.539 DEBUG:teuthology.orchestra.run.smithi052:> sudo /bin/ls /boot/loader/entries || true 2024-03-21T13:05:47.619 INFO:teuthology.orchestra.run.smithi052.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-03-21T13:05:47.619 INFO:teuthology.orchestra.run.smithi052.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-03-21T13:05:47.620 INFO:teuthology.orchestra.run.smithi052.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-03-21T13:05:47.620 INFO:teuthology.orchestra.run.smithi052.stdout:15949e3c88704300882482eddfd7baae-5.14.0-430.el9.x86_64.conf 2024-03-21T13:05:47.621 DEBUG:teuthology.orchestra.run.smithi052:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-430.el9.x86_64 2024-03-21T13:05:47.765 DEBUG:teuthology.orchestra.run.smithi052:> sudo shutdown -r now 2024-03-21T13:05:47.868 ERROR:paramiko.transport:Socket exception: Connection reset by peer (104) 2024-03-21T13:05:52.222 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: kernel-core-5.14.0-430.el9.x86_64 4/4 2024-03-21T13:05:52.222 INFO:teuthology.orchestra.run.smithi029.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-03-21T13:05:52.222 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:05:52.269 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: kernel-modules-5.14.0-430.el9.x86_64 4/4 2024-03-21T13:05:52.737 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: kernel-5.14.0-430.el9.x86_64 4/4 2024-03-21T13:05:52.737 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : kernel-5.14.0-430.el9.x86_64 1/4 2024-03-21T13:05:52.737 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : kernel-core-5.14.0-430.el9.x86_64 2/4 2024-03-21T13:05:52.738 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : kernel-modules-5.14.0-430.el9.x86_64 3/4 2024-03-21T13:05:53.185 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : kernel-modules-core-5.14.0-430.el9.x86_64 4/4 2024-03-21T13:05:53.185 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:05:53.185 INFO:teuthology.orchestra.run.smithi029.stdout:Installed: 2024-03-21T13:05:53.185 INFO:teuthology.orchestra.run.smithi029.stdout: kernel-5.14.0-430.el9.x86_64 2024-03-21T13:05:53.186 INFO:teuthology.orchestra.run.smithi029.stdout: kernel-core-5.14.0-430.el9.x86_64 2024-03-21T13:05:53.186 INFO:teuthology.orchestra.run.smithi029.stdout: kernel-modules-5.14.0-430.el9.x86_64 2024-03-21T13:05:53.186 INFO:teuthology.orchestra.run.smithi029.stdout: kernel-modules-core-5.14.0-430.el9.x86_64 2024-03-21T13:05:53.186 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:05:53.186 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2024-03-21T13:05:53.649 DEBUG:teuthology.orchestra.run.smithi029:> rpm -q kernel | sort -rV | head -n 1 2024-03-21T13:05:53.763 INFO:teuthology.orchestra.run.smithi029.stdout:kernel-5.14.0-430.el9.x86_64 2024-03-21T13:05:53.764 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-430.el9.x86_64 2024-03-21T13:05:53.764 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-430.el9.x86_64 2024-03-21T13:05:53.764 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-21T13:05:53.764 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-21T13:05:53.764 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-03-21T13:05:53.764 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi029.front.sepia.ceph.com, path=None, version=distro) 2024-03-21T13:05:53.764 DEBUG:teuthology.orchestra.run.smithi029:> rpm -q kernel | sort -rV | head -n 1 2024-03-21T13:05:53.845 INFO:teuthology.orchestra.run.smithi029.stdout:kernel-5.14.0-430.el9.x86_64 2024-03-21T13:05:53.846 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-430.el9.x86_64 2024-03-21T13:05:53.846 DEBUG:teuthology.orchestra.run.smithi029:> sudo rpm -qi grub2-tools 2024-03-21T13:05:53.884 INFO:teuthology.orchestra.run.smithi029.stdout:Name : grub2-tools 2024-03-21T13:05:53.884 INFO:teuthology.orchestra.run.smithi029.stdout:Epoch : 1 2024-03-21T13:05:53.884 INFO:teuthology.orchestra.run.smithi029.stdout:Version : 2.06 2024-03-21T13:05:53.884 INFO:teuthology.orchestra.run.smithi029.stdout:Release : 68.el9 2024-03-21T13:05:53.884 INFO:teuthology.orchestra.run.smithi029.stdout:Architecture: x86_64 2024-03-21T13:05:53.884 INFO:teuthology.orchestra.run.smithi029.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-03-21T13:05:53.884 INFO:teuthology.orchestra.run.smithi029.stdout:Group : Unspecified 2024-03-21T13:05:53.884 INFO:teuthology.orchestra.run.smithi029.stdout:Size : 8264254 2024-03-21T13:05:53.884 INFO:teuthology.orchestra.run.smithi029.stdout:License : GPLv3+ 2024-03-21T13:05:53.884 INFO:teuthology.orchestra.run.smithi029.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-03-21T13:05:53.885 INFO:teuthology.orchestra.run.smithi029.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-03-21T13:05:53.885 INFO:teuthology.orchestra.run.smithi029.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-03-21T13:05:53.885 INFO:teuthology.orchestra.run.smithi029.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-03-21T13:05:53.885 INFO:teuthology.orchestra.run.smithi029.stdout:Packager : builder@centos.org 2024-03-21T13:05:53.885 INFO:teuthology.orchestra.run.smithi029.stdout:Vendor : CentOS 2024-03-21T13:05:53.885 INFO:teuthology.orchestra.run.smithi029.stdout:URL : http://www.gnu.org/software/grub/ 2024-03-21T13:05:53.885 INFO:teuthology.orchestra.run.smithi029.stdout:Summary : Support tools for GRUB. 2024-03-21T13:05:53.885 INFO:teuthology.orchestra.run.smithi029.stdout:Description : 2024-03-21T13:05:53.885 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:05:53.885 INFO:teuthology.orchestra.run.smithi029.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-03-21T13:05:53.885 INFO:teuthology.orchestra.run.smithi029.stdout:customizable bootloader with modular architecture. It supports a rich 2024-03-21T13:05:53.885 INFO:teuthology.orchestra.run.smithi029.stdout:variety of kernel formats, file systems, computer architectures and 2024-03-21T13:05:53.885 INFO:teuthology.orchestra.run.smithi029.stdout:hardware devices. 2024-03-21T13:05:53.885 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:05:53.886 INFO:teuthology.orchestra.run.smithi029.stdout:This subpackage provides tools for support of all platforms. 2024-03-21T13:05:53.886 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-03-21T13:05:53.887 INFO:teuthology.task.kernel:Updating grub on smithi029 to boot 5.14.0-430.el9.x86_64 2024-03-21T13:05:53.887 DEBUG:teuthology.orchestra.run.smithi029:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-03-21T13:05:54.641 INFO:teuthology.orchestra.run.smithi029.stderr:Generating grub configuration file ... 2024-03-21T13:05:56.193 INFO:teuthology.orchestra.run.smithi029.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-03-21T13:05:56.218 INFO:teuthology.orchestra.run.smithi029.stderr:done 2024-03-21T13:05:56.220 DEBUG:teuthology.orchestra.run.smithi029:> mktemp 2024-03-21T13:05:56.235 INFO:teuthology.orchestra.run.smithi029.stdout:/tmp/tmp.XpM53JO2C9 2024-03-21T13:05:56.235 DEBUG:teuthology.orchestra.run.smithi029:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.XpM53JO2C9 2024-03-21T13:05:56.329 DEBUG:teuthology.orchestra.run.smithi029:> sudo chmod 0666 /tmp/tmp.XpM53JO2C9 2024-03-21T13:05:56.432 DEBUG:teuthology.orchestra.remote:smithi029:/tmp/tmp.XpM53JO2C9 is 6KB 2024-03-21T13:05:56.481 DEBUG:teuthology.orchestra.run.smithi029:> rm -fr /tmp/tmp.XpM53JO2C9 2024-03-21T13:05:56.495 DEBUG:teuthology.orchestra.run.smithi029:> sudo /bin/ls /boot/loader/entries || true 2024-03-21T13:05:56.567 INFO:teuthology.orchestra.run.smithi029.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-03-21T13:05:56.567 INFO:teuthology.orchestra.run.smithi029.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-03-21T13:05:56.567 INFO:teuthology.orchestra.run.smithi029.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-03-21T13:05:56.567 INFO:teuthology.orchestra.run.smithi029.stdout:15949e3c88704300882482eddfd7baae-5.14.0-430.el9.x86_64.conf 2024-03-21T13:05:56.568 DEBUG:teuthology.orchestra.run.smithi029:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-430.el9.x86_64 2024-03-21T13:05:56.731 DEBUG:teuthology.orchestra.run.smithi029:> sudo shutdown -r now 2024-03-21T13:05:59.389 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: kernel-core-5.14.0-430.el9.x86_64 4/4 2024-03-21T13:05:59.389 INFO:teuthology.orchestra.run.smithi116.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-03-21T13:05:59.389 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:05:59.433 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: kernel-modules-5.14.0-430.el9.x86_64 4/4 2024-03-21T13:05:59.790 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: kernel-5.14.0-430.el9.x86_64 4/4 2024-03-21T13:05:59.790 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : kernel-5.14.0-430.el9.x86_64 1/4 2024-03-21T13:05:59.790 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : kernel-core-5.14.0-430.el9.x86_64 2/4 2024-03-21T13:05:59.790 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : kernel-modules-5.14.0-430.el9.x86_64 3/4 2024-03-21T13:06:00.208 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : kernel-modules-core-5.14.0-430.el9.x86_64 4/4 2024-03-21T13:06:00.208 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:06:00.209 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2024-03-21T13:06:00.209 INFO:teuthology.orchestra.run.smithi116.stdout: kernel-5.14.0-430.el9.x86_64 2024-03-21T13:06:00.209 INFO:teuthology.orchestra.run.smithi116.stdout: kernel-core-5.14.0-430.el9.x86_64 2024-03-21T13:06:00.209 INFO:teuthology.orchestra.run.smithi116.stdout: kernel-modules-5.14.0-430.el9.x86_64 2024-03-21T13:06:00.209 INFO:teuthology.orchestra.run.smithi116.stdout: kernel-modules-core-5.14.0-430.el9.x86_64 2024-03-21T13:06:00.209 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:06:00.209 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-03-21T13:06:00.515 DEBUG:teuthology.orchestra.run.smithi116:> rpm -q kernel | sort -rV | head -n 1 2024-03-21T13:06:00.631 INFO:teuthology.orchestra.run.smithi116.stdout:kernel-5.14.0-430.el9.x86_64 2024-03-21T13:06:00.632 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-430.el9.x86_64 2024-03-21T13:06:00.632 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-430.el9.x86_64 2024-03-21T13:06:00.632 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-21T13:06:00.632 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-21T13:06:00.632 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-03-21T13:06:00.632 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi116.front.sepia.ceph.com, path=None, version=distro) 2024-03-21T13:06:00.632 DEBUG:teuthology.orchestra.run.smithi116:> rpm -q kernel | sort -rV | head -n 1 2024-03-21T13:06:00.711 INFO:teuthology.orchestra.run.smithi116.stdout:kernel-5.14.0-430.el9.x86_64 2024-03-21T13:06:00.711 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-430.el9.x86_64 2024-03-21T13:06:00.712 DEBUG:teuthology.orchestra.run.smithi116:> sudo rpm -qi grub2-tools 2024-03-21T13:06:00.754 INFO:teuthology.orchestra.run.smithi116.stdout:Name : grub2-tools 2024-03-21T13:06:00.754 INFO:teuthology.orchestra.run.smithi116.stdout:Epoch : 1 2024-03-21T13:06:00.754 INFO:teuthology.orchestra.run.smithi116.stdout:Version : 2.06 2024-03-21T13:06:00.754 INFO:teuthology.orchestra.run.smithi116.stdout:Release : 68.el9 2024-03-21T13:06:00.754 INFO:teuthology.orchestra.run.smithi116.stdout:Architecture: x86_64 2024-03-21T13:06:00.754 INFO:teuthology.orchestra.run.smithi116.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-03-21T13:06:00.754 INFO:teuthology.orchestra.run.smithi116.stdout:Group : Unspecified 2024-03-21T13:06:00.754 INFO:teuthology.orchestra.run.smithi116.stdout:Size : 8264254 2024-03-21T13:06:00.754 INFO:teuthology.orchestra.run.smithi116.stdout:License : GPLv3+ 2024-03-21T13:06:00.754 INFO:teuthology.orchestra.run.smithi116.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-03-21T13:06:00.754 INFO:teuthology.orchestra.run.smithi116.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-03-21T13:06:00.754 INFO:teuthology.orchestra.run.smithi116.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-03-21T13:06:00.755 INFO:teuthology.orchestra.run.smithi116.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-03-21T13:06:00.755 INFO:teuthology.orchestra.run.smithi116.stdout:Packager : builder@centos.org 2024-03-21T13:06:00.755 INFO:teuthology.orchestra.run.smithi116.stdout:Vendor : CentOS 2024-03-21T13:06:00.755 INFO:teuthology.orchestra.run.smithi116.stdout:URL : http://www.gnu.org/software/grub/ 2024-03-21T13:06:00.755 INFO:teuthology.orchestra.run.smithi116.stdout:Summary : Support tools for GRUB. 2024-03-21T13:06:00.755 INFO:teuthology.orchestra.run.smithi116.stdout:Description : 2024-03-21T13:06:00.755 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:06:00.755 INFO:teuthology.orchestra.run.smithi116.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-03-21T13:06:00.755 INFO:teuthology.orchestra.run.smithi116.stdout:customizable bootloader with modular architecture. It supports a rich 2024-03-21T13:06:00.755 INFO:teuthology.orchestra.run.smithi116.stdout:variety of kernel formats, file systems, computer architectures and 2024-03-21T13:06:00.755 INFO:teuthology.orchestra.run.smithi116.stdout:hardware devices. 2024-03-21T13:06:00.755 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:06:00.755 INFO:teuthology.orchestra.run.smithi116.stdout:This subpackage provides tools for support of all platforms. 2024-03-21T13:06:00.756 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-03-21T13:06:00.756 INFO:teuthology.task.kernel:Updating grub on smithi116 to boot 5.14.0-430.el9.x86_64 2024-03-21T13:06:00.756 DEBUG:teuthology.orchestra.run.smithi116:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-03-21T13:06:01.376 INFO:teuthology.orchestra.run.smithi116.stderr:Generating grub configuration file ... 2024-03-21T13:06:02.765 INFO:teuthology.orchestra.run.smithi116.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-03-21T13:06:02.801 INFO:teuthology.orchestra.run.smithi116.stderr:done 2024-03-21T13:06:02.812 DEBUG:teuthology.orchestra.run.smithi116:> mktemp 2024-03-21T13:06:02.827 INFO:teuthology.orchestra.run.smithi116.stdout:/tmp/tmp.KjvSOikBNK 2024-03-21T13:06:02.827 DEBUG:teuthology.orchestra.run.smithi116:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.KjvSOikBNK 2024-03-21T13:06:02.896 DEBUG:teuthology.orchestra.run.smithi116:> sudo chmod 0666 /tmp/tmp.KjvSOikBNK 2024-03-21T13:06:03.038 DEBUG:teuthology.orchestra.remote:smithi116:/tmp/tmp.KjvSOikBNK is 6KB 2024-03-21T13:06:03.086 DEBUG:teuthology.orchestra.run.smithi116:> rm -fr /tmp/tmp.KjvSOikBNK 2024-03-21T13:06:03.100 DEBUG:teuthology.orchestra.run.smithi116:> sudo /bin/ls /boot/loader/entries || true 2024-03-21T13:06:03.164 INFO:teuthology.orchestra.run.smithi116.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-03-21T13:06:03.165 INFO:teuthology.orchestra.run.smithi116.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-03-21T13:06:03.165 INFO:teuthology.orchestra.run.smithi116.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-03-21T13:06:03.165 INFO:teuthology.orchestra.run.smithi116.stdout:15949e3c88704300882482eddfd7baae-5.14.0-430.el9.x86_64.conf 2024-03-21T13:06:03.166 DEBUG:teuthology.orchestra.run.smithi116:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-430.el9.x86_64 2024-03-21T13:06:03.324 DEBUG:teuthology.orchestra.run.smithi116:> sudo shutdown -r now 2024-03-21T13:06:17.775 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-03-21T13:06:17.776 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi052.front.sepia.ceph.com' 2024-03-21T13:06:17.777 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi052.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:06:26.738 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-03-21T13:06:26.738 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi029.front.sepia.ceph.com' 2024-03-21T13:06:26.738 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi029.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:06:33.330 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-03-21T13:06:33.330 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi116.front.sepia.ceph.com' 2024-03-21T13:06:33.331 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi116.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:06:36.194 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.52 2024-03-21T13:06:45.150 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.29 2024-03-21T13:06:45.195 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi052.front.sepia.ceph.com' 2024-03-21T13:06:45.196 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi052.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:06:51.806 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.116 2024-03-21T13:06:54.153 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi029.front.sepia.ceph.com' 2024-03-21T13:06:54.153 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi029.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:07:00.814 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi116.front.sepia.ceph.com' 2024-03-21T13:07:00.814 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi116.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:07:03.870 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.116 2024-03-21T13:07:12.542 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.29 2024-03-21T13:07:15.874 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi116.front.sepia.ceph.com' 2024-03-21T13:07:15.875 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi116.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:07:24.550 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi029.front.sepia.ceph.com' 2024-03-21T13:07:24.551 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi029.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:07:27.614 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.29 2024-03-21T13:07:34.302 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.116 2024-03-21T13:07:42.622 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi029.front.sepia.ceph.com' 2024-03-21T13:07:42.623 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi029.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:07:43.310 DEBUG:teuthology.orchestra.run.smithi029:> true 2024-03-21T13:07:43.729 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi029.front.sepia.ceph.com' 2024-03-21T13:07:43.730 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-430.el9.x86_64"... 2024-03-21T13:07:43.730 DEBUG:teuthology.orchestra.run.smithi029:> uname -r 2024-03-21T13:07:43.744 INFO:teuthology.orchestra.run.smithi029.stdout:5.14.0-430.el9.x86_64 2024-03-21T13:07:43.744 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-430.el9.x86_64 vs 5.14.0-430.el9.x86_64 2024-03-21T13:07:43.744 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-21T13:07:43.744 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-03-21T13:07:44.745 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-03-21T13:07:44.745 DEBUG:teuthology.orchestra.run.smithi029:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-21T13:07:44.864 INFO:teuthology.orchestra.run.smithi029.stdout:ttyS1 2024-03-21T13:07:44.903 DEBUG:teuthology.parallel:result is None 2024-03-21T13:07:45.199 DEBUG:teuthology.orchestra.remote:timed out 2024-03-21T13:07:49.304 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi116.front.sepia.ceph.com' 2024-03-21T13:07:49.305 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi116.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:07:49.581 DEBUG:teuthology.orchestra.run.smithi116:> true 2024-03-21T13:07:49.985 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi116.front.sepia.ceph.com' 2024-03-21T13:07:49.986 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-430.el9.x86_64"... 2024-03-21T13:07:49.986 DEBUG:teuthology.orchestra.run.smithi116:> uname -r 2024-03-21T13:07:50.000 INFO:teuthology.orchestra.run.smithi116.stdout:5.14.0-430.el9.x86_64 2024-03-21T13:07:50.000 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-430.el9.x86_64 vs 5.14.0-430.el9.x86_64 2024-03-21T13:07:50.000 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-21T13:07:50.000 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-03-21T13:07:51.001 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-03-21T13:07:51.002 DEBUG:teuthology.orchestra.run.smithi116:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-21T13:07:51.064 INFO:teuthology.orchestra.run.smithi116.stdout:ttyS1 2024-03-21T13:07:51.095 DEBUG:teuthology.parallel:result is None 2024-03-21T13:07:57.200 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi052.front.sepia.ceph.com' 2024-03-21T13:07:57.200 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi052.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:07:57.590 DEBUG:teuthology.orchestra.run.smithi052:> true 2024-03-21T13:07:57.980 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi052.front.sepia.ceph.com' 2024-03-21T13:07:57.980 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-430.el9.x86_64"... 2024-03-21T13:07:57.980 DEBUG:teuthology.orchestra.run.smithi052:> uname -r 2024-03-21T13:07:57.995 INFO:teuthology.orchestra.run.smithi052.stdout:5.14.0-430.el9.x86_64 2024-03-21T13:07:57.995 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-430.el9.x86_64 vs 5.14.0-430.el9.x86_64 2024-03-21T13:07:57.995 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-21T13:07:57.996 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-03-21T13:07:58.997 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-03-21T13:07:58.997 DEBUG:teuthology.orchestra.run.smithi052:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-21T13:07:59.067 INFO:teuthology.orchestra.run.smithi052.stdout:ttyS1 2024-03-21T13:07:59.104 DEBUG:teuthology.parallel:result is None 2024-03-21T13:07:59.104 INFO:teuthology.run_tasks:Running task internal.base... 2024-03-21T13:07:59.115 INFO:teuthology.task.internal:Creating test directory... 2024-03-21T13:07:59.116 DEBUG:teuthology.orchestra.run.smithi029:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-21T13:07:59.118 DEBUG:teuthology.orchestra.run.smithi052:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-21T13:07:59.121 DEBUG:teuthology.orchestra.run.smithi116:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-21T13:07:59.139 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-03-21T13:07:59.153 INFO:teuthology.run_tasks:Running task internal.archive... 2024-03-21T13:07:59.166 INFO:teuthology.task.internal:Creating archive directory... 2024-03-21T13:07:59.166 DEBUG:teuthology.orchestra.run.smithi029:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-21T13:07:59.175 DEBUG:teuthology.orchestra.run.smithi052:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-21T13:07:59.178 DEBUG:teuthology.orchestra.run.smithi116:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-21T13:07:59.208 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-03-21T13:07:59.219 INFO:teuthology.task.internal:Enabling coredump saving... 2024-03-21T13:07:59.220 DEBUG:teuthology.orchestra.run.smithi029:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-03-21T13:07:59.243 DEBUG:teuthology.orchestra.run.smithi052:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-03-21T13:07:59.245 DEBUG:teuthology.orchestra.run.smithi116:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-03-21T13:07:59.276 INFO:teuthology.orchestra.run.smithi029.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T13:07:59.276 INFO:teuthology.orchestra.run.smithi052.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T13:07:59.288 INFO:teuthology.orchestra.run.smithi116.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T13:07:59.289 INFO:teuthology.orchestra.run.smithi052.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T13:07:59.290 INFO:teuthology.orchestra.run.smithi029.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T13:07:59.302 INFO:teuthology.orchestra.run.smithi116.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T13:07:59.304 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-03-21T13:07:59.311 INFO:teuthology.task.internal:Configuring sudo... 2024-03-21T13:07:59.311 DEBUG:teuthology.orchestra.run.smithi029:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-21T13:07:59.334 DEBUG:teuthology.orchestra.run.smithi052:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-21T13:07:59.337 DEBUG:teuthology.orchestra.run.smithi116:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-21T13:07:59.374 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-03-21T13:07:59.388 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-03-21T13:07:59.388 DEBUG:teuthology.orchestra.run.smithi029:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-21T13:07:59.404 DEBUG:teuthology.orchestra.run.smithi052:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-21T13:07:59.406 DEBUG:teuthology.orchestra.run.smithi116:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-21T13:07:59.430 DEBUG:teuthology.orchestra.run.smithi029:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-21T13:07:59.495 DEBUG:teuthology.orchestra.run.smithi029:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-21T13:07:59.553 DEBUG:teuthology.orchestra.run.smithi029:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-21T13:07:59.634 DEBUG:teuthology.orchestra.run.smithi029:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-21T13:07:59.680 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-03-21T13:07:59.680 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-21T13:07:59.749 DEBUG:teuthology.orchestra.run.smithi052:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-21T13:07:59.788 DEBUG:teuthology.orchestra.run.smithi052:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-21T13:07:59.851 DEBUG:teuthology.orchestra.run.smithi052:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-21T13:07:59.932 DEBUG:teuthology.orchestra.run.smithi052:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-21T13:07:59.980 DEBUG:teuthology.orchestra.run.smithi052:> set -ex 2024-03-21T13:07:59.980 DEBUG:teuthology.orchestra.run.smithi052:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-21T13:08:00.049 DEBUG:teuthology.orchestra.run.smithi116:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-21T13:08:00.089 DEBUG:teuthology.orchestra.run.smithi116:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-21T13:08:00.144 DEBUG:teuthology.orchestra.run.smithi116:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-21T13:08:00.224 DEBUG:teuthology.orchestra.run.smithi116:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-21T13:08:00.272 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-03-21T13:08:00.273 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-21T13:08:00.340 DEBUG:teuthology.orchestra.run.smithi029:> sudo service rsyslog restart 2024-03-21T13:08:00.342 DEBUG:teuthology.orchestra.run.smithi052:> sudo service rsyslog restart 2024-03-21T13:08:00.345 DEBUG:teuthology.orchestra.run.smithi116:> sudo service rsyslog restart 2024-03-21T13:08:00.390 INFO:teuthology.orchestra.run.smithi029.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-21T13:08:00.392 INFO:teuthology.orchestra.run.smithi052.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-21T13:08:00.437 INFO:teuthology.orchestra.run.smithi116.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-21T13:08:00.953 INFO:teuthology.run_tasks:Running task internal.timer... 2024-03-21T13:08:00.970 INFO:teuthology.task.internal:Starting timer... 2024-03-21T13:08:00.971 INFO:teuthology.run_tasks:Running task pcp... 2024-03-21T13:08:00.990 INFO:teuthology.run_tasks:Running task selinux... 2024-03-21T13:08:01.009 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-03-21T13:08:01.010 DEBUG:teuthology.orchestra.run.smithi029:> sudo service auditd rotate 2024-03-21T13:08:01.091 INFO:teuthology.orchestra.run.smithi029.stdout:Rotating logs: 2024-03-21T13:08:01.093 DEBUG:teuthology.orchestra.run.smithi052:> sudo service auditd rotate 2024-03-21T13:08:01.169 INFO:teuthology.orchestra.run.smithi052.stdout:Rotating logs: 2024-03-21T13:08:01.170 DEBUG:teuthology.orchestra.run.smithi116:> sudo service auditd rotate 2024-03-21T13:08:01.227 INFO:teuthology.orchestra.run.smithi116.stdout:Rotating logs: 2024-03-21T13:08:01.229 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-03-21T13:08:01.229 DEBUG:teuthology.orchestra.run.smithi029:> /usr/sbin/getenforce 2024-03-21T13:08:01.252 INFO:teuthology.orchestra.run.smithi029.stdout:Permissive 2024-03-21T13:08:01.252 DEBUG:teuthology.orchestra.run.smithi052:> /usr/sbin/getenforce 2024-03-21T13:08:01.276 INFO:teuthology.orchestra.run.smithi052.stdout:Permissive 2024-03-21T13:08:01.277 DEBUG:teuthology.orchestra.run.smithi116:> /usr/sbin/getenforce 2024-03-21T13:08:01.295 INFO:teuthology.orchestra.run.smithi116.stdout:Permissive 2024-03-21T13:08:01.295 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi029.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi052.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi116.front.sepia.ceph.com': 'permissive'} 2024-03-21T13:08:01.296 DEBUG:teuthology.orchestra.run.smithi029:> 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 scontext=system_u:system_r:logrotate_t:s0 2024-03-21T13:08:01.325 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:08:01.325 DEBUG:teuthology.orchestra.run.smithi052:> 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 scontext=system_u:system_r:logrotate_t:s0 2024-03-21T13:08:01.354 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:08:01.355 DEBUG:teuthology.orchestra.run.smithi116:> 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 scontext=system_u:system_r:logrotate_t:s0 2024-03-21T13:08:01.382 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:08:01.383 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-03-21T13:08:01.383 DEBUG:teuthology.orchestra.run.smithi029:> sudo /usr/sbin/setenforce permissive 2024-03-21T13:08:01.421 DEBUG:teuthology.orchestra.run.smithi052:> sudo /usr/sbin/setenforce permissive 2024-03-21T13:08:01.453 DEBUG:teuthology.orchestra.run.smithi116:> sudo /usr/sbin/setenforce permissive 2024-03-21T13:08:01.489 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-03-21T13:08:01.500 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-03-21T13:08:01.516 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-03-21T13:08:01.517 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi029.front.sepia.ceph.com,smithi052.front.sepia.ceph.com,smithi116.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-03-21T13:12:33.899 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi029.front.sepia.ceph.com'), Remote(name='ubuntu@smithi052.front.sepia.ceph.com'), Remote(name='ubuntu@smithi116.front.sepia.ceph.com')] 2024-03-21T13:12:33.901 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi029.front.sepia.ceph.com' 2024-03-21T13:12:33.902 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi029.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:12:33.993 DEBUG:teuthology.orchestra.run.smithi029:> true 2024-03-21T13:12:34.068 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi029.front.sepia.ceph.com' 2024-03-21T13:12:34.069 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi052.front.sepia.ceph.com' 2024-03-21T13:12:34.069 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi052.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:12:34.162 DEBUG:teuthology.orchestra.run.smithi052:> true 2024-03-21T13:12:34.250 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi052.front.sepia.ceph.com' 2024-03-21T13:12:34.250 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi116.front.sepia.ceph.com' 2024-03-21T13:12:34.251 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi116.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:12:34.341 DEBUG:teuthology.orchestra.run.smithi116:> true 2024-03-21T13:12:34.421 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi116.front.sepia.ceph.com' 2024-03-21T13:12:34.422 INFO:teuthology.run_tasks:Running task clock... 2024-03-21T13:12:34.432 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-03-21T13:12:34.432 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-21T13:12:34.433 DEBUG:teuthology.orchestra.run.smithi029:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-21T13:12:34.435 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-21T13:12:34.435 DEBUG:teuthology.orchestra.run.smithi052:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-21T13:12:34.438 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-21T13:12:34.438 DEBUG:teuthology.orchestra.run.smithi116:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-21T13:12:34.467 INFO:teuthology.orchestra.run.smithi029.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-03-21T13:12:34.470 INFO:teuthology.orchestra.run.smithi052.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-03-21T13:12:34.485 INFO:teuthology.orchestra.run.smithi029.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-03-21T13:12:34.489 INFO:teuthology.orchestra.run.smithi052.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-03-21T13:12:34.493 INFO:teuthology.orchestra.run.smithi116.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-03-21T13:12:34.510 INFO:teuthology.orchestra.run.smithi116.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-03-21T13:12:34.515 INFO:teuthology.orchestra.run.smithi029.stderr:sudo: ntpd: command not found 2024-03-21T13:12:34.521 INFO:teuthology.orchestra.run.smithi052.stderr:sudo: ntpd: command not found 2024-03-21T13:12:34.529 INFO:teuthology.orchestra.run.smithi029.stdout:506 Cannot talk to daemon 2024-03-21T13:12:34.536 INFO:teuthology.orchestra.run.smithi052.stdout:506 Cannot talk to daemon 2024-03-21T13:12:34.538 INFO:teuthology.orchestra.run.smithi116.stderr:sudo: ntpd: command not found 2024-03-21T13:12:34.547 INFO:teuthology.orchestra.run.smithi029.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-03-21T13:12:34.552 INFO:teuthology.orchestra.run.smithi116.stdout:506 Cannot talk to daemon 2024-03-21T13:12:34.553 INFO:teuthology.orchestra.run.smithi052.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-03-21T13:12:34.564 INFO:teuthology.orchestra.run.smithi029.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-03-21T13:12:34.568 INFO:teuthology.orchestra.run.smithi116.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-03-21T13:12:34.570 INFO:teuthology.orchestra.run.smithi052.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-03-21T13:12:34.584 INFO:teuthology.orchestra.run.smithi116.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-03-21T13:12:34.617 INFO:teuthology.orchestra.run.smithi029.stderr:bash: line 1: ntpq: command not found 2024-03-21T13:12:34.621 INFO:teuthology.orchestra.run.smithi052.stderr:bash: line 1: ntpq: command not found 2024-03-21T13:12:34.624 INFO:teuthology.orchestra.run.smithi029.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-21T13:12:34.624 INFO:teuthology.orchestra.run.smithi029.stdout:=============================================================================== 2024-03-21T13:12:34.624 INFO:teuthology.orchestra.run.smithi029.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T13:12:34.624 INFO:teuthology.orchestra.run.smithi029.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T13:12:34.624 INFO:teuthology.orchestra.run.smithi029.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T13:12:34.624 INFO:teuthology.orchestra.run.smithi029.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T13:12:34.629 INFO:teuthology.orchestra.run.smithi052.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-21T13:12:34.629 INFO:teuthology.orchestra.run.smithi052.stdout:=============================================================================== 2024-03-21T13:12:34.629 INFO:teuthology.orchestra.run.smithi052.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T13:12:34.629 INFO:teuthology.orchestra.run.smithi052.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T13:12:34.629 INFO:teuthology.orchestra.run.smithi052.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T13:12:34.629 INFO:teuthology.orchestra.run.smithi052.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T13:12:34.635 INFO:teuthology.orchestra.run.smithi116.stderr:bash: line 1: ntpq: command not found 2024-03-21T13:12:34.643 INFO:teuthology.orchestra.run.smithi116.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-21T13:12:34.643 INFO:teuthology.orchestra.run.smithi116.stdout:=============================================================================== 2024-03-21T13:12:34.643 INFO:teuthology.orchestra.run.smithi116.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T13:12:34.643 INFO:teuthology.orchestra.run.smithi116.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T13:12:34.643 INFO:teuthology.orchestra.run.smithi116.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T13:12:34.644 INFO:teuthology.orchestra.run.smithi116.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T13:12:34.644 INFO:teuthology.run_tasks:Running task pexec... 2024-03-21T13:12:34.653 INFO:teuthology.task.pexec:Executing custom commands... 2024-03-21T13:12:34.653 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi029.front.sepia.ceph.com 2024-03-21T13:12:34.653 DEBUG:teuthology.orchestra.run.smithi029:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-03-21T13:12:34.654 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi052.front.sepia.ceph.com 2024-03-21T13:12:34.654 DEBUG:teuthology.orchestra.run.smithi052:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-03-21T13:12:34.654 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi116.front.sepia.ceph.com 2024-03-21T13:12:34.654 DEBUG:teuthology.orchestra.run.smithi116:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-03-21T13:12:35.259 INFO:teuthology.orchestra.run.smithi029.stdout:Last metadata expiration check: 0:00:52 ago on Thu 21 Mar 2024 01:11:43 PM UTC. 2024-03-21T13:12:35.263 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:00:48 ago on Thu 21 Mar 2024 01:11:47 PM UTC. 2024-03-21T13:12:35.292 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:00:57 ago on Thu 21 Mar 2024 01:11:38 PM UTC. 2024-03-21T13:12:35.407 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-03-21T13:12:35.417 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2024-03-21T13:12:35.417 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-03-21T13:12:35.417 INFO:teuthology.orchestra.run.smithi116.stdout: Package Architecture Version Repository Size 2024-03-21T13:12:35.417 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-03-21T13:12:35.418 INFO:teuthology.orchestra.run.smithi116.stdout:Installing: 2024-03-21T13:12:35.418 INFO:teuthology.orchestra.run.smithi116.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-03-21T13:12:35.418 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:12:35.418 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2024-03-21T13:12:35.418 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-03-21T13:12:35.418 INFO:teuthology.orchestra.run.smithi116.stdout:Install 1 Package 2024-03-21T13:12:35.418 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:12:35.427 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 3.1 M 2024-03-21T13:12:35.427 INFO:teuthology.orchestra.run.smithi116.stdout:Installed size: 9.8 M 2024-03-21T13:12:35.427 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2024-03-21T13:12:35.428 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-03-21T13:12:35.428 INFO:teuthology.orchestra.run.smithi029.stdout: Package Architecture Version Repository Size 2024-03-21T13:12:35.428 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-03-21T13:12:35.428 INFO:teuthology.orchestra.run.smithi029.stdout:Installing: 2024-03-21T13:12:35.428 INFO:teuthology.orchestra.run.smithi029.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-03-21T13:12:35.428 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:12:35.428 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction Summary 2024-03-21T13:12:35.428 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-03-21T13:12:35.428 INFO:teuthology.orchestra.run.smithi029.stdout:Install 1 Package 2024-03-21T13:12:35.428 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:12:35.436 INFO:teuthology.orchestra.run.smithi029.stdout:Total download size: 3.1 M 2024-03-21T13:12:35.436 INFO:teuthology.orchestra.run.smithi029.stdout:Installed size: 9.8 M 2024-03-21T13:12:35.437 INFO:teuthology.orchestra.run.smithi029.stdout:Downloading Packages: 2024-03-21T13:12:35.444 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-03-21T13:12:35.445 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-21T13:12:35.446 INFO:teuthology.orchestra.run.smithi052.stdout: Package Architecture Version Repository Size 2024-03-21T13:12:35.446 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-21T13:12:35.446 INFO:teuthology.orchestra.run.smithi052.stdout:Installing: 2024-03-21T13:12:35.446 INFO:teuthology.orchestra.run.smithi052.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-03-21T13:12:35.446 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:12:35.446 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction Summary 2024-03-21T13:12:35.446 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-21T13:12:35.446 INFO:teuthology.orchestra.run.smithi052.stdout:Install 1 Package 2024-03-21T13:12:35.446 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:12:35.454 INFO:teuthology.orchestra.run.smithi052.stdout:Total download size: 3.1 M 2024-03-21T13:12:35.454 INFO:teuthology.orchestra.run.smithi052.stdout:Installed size: 9.8 M 2024-03-21T13:12:35.454 INFO:teuthology.orchestra.run.smithi052.stdout:Downloading Packages: 2024-03-21T13:12:35.861 INFO:teuthology.orchestra.run.smithi029.stdout:runc-1.1.12-2.el9.x86_64.rpm 8.2 MB/s | 3.1 MB 00:00 2024-03-21T13:12:35.861 INFO:teuthology.orchestra.run.smithi029.stdout:-------------------------------------------------------------------------------- 2024-03-21T13:12:35.861 INFO:teuthology.orchestra.run.smithi029.stdout:Total 7.4 MB/s | 3.1 MB 00:00 2024-03-21T13:12:35.898 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction check 2024-03-21T13:12:35.904 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction check succeeded. 2024-03-21T13:12:35.904 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction test 2024-03-21T13:12:35.987 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction test succeeded. 2024-03-21T13:12:35.987 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction 2024-03-21T13:12:36.206 INFO:teuthology.orchestra.run.smithi116.stdout:runc-1.1.12-2.el9.x86_64.rpm 4.8 MB/s | 3.1 MB 00:00 2024-03-21T13:12:36.206 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2024-03-21T13:12:36.206 INFO:teuthology.orchestra.run.smithi116.stdout:Total 4.0 MB/s | 3.1 MB 00:00 2024-03-21T13:12:36.219 INFO:teuthology.orchestra.run.smithi029.stdout: Preparing : 1/1 2024-03-21T13:12:36.242 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2024-03-21T13:12:36.248 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2024-03-21T13:12:36.248 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2024-03-21T13:12:36.318 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-03-21T13:12:36.327 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2024-03-21T13:12:36.329 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2024-03-21T13:12:36.373 INFO:teuthology.orchestra.run.smithi052.stdout:runc-1.1.12-2.el9.x86_64.rpm 4.9 MB/s | 3.1 MB 00:00 2024-03-21T13:12:36.373 INFO:teuthology.orchestra.run.smithi052.stdout:-------------------------------------------------------------------------------- 2024-03-21T13:12:36.373 INFO:teuthology.orchestra.run.smithi052.stdout:Total 3.4 MB/s | 3.1 MB 00:00 2024-03-21T13:12:36.411 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction check 2024-03-21T13:12:36.417 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction check succeeded. 2024-03-21T13:12:36.417 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction test 2024-03-21T13:12:36.501 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction test succeeded. 2024-03-21T13:12:36.501 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction 2024-03-21T13:12:36.546 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2024-03-21T13:12:36.633 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-03-21T13:12:36.813 INFO:teuthology.orchestra.run.smithi052.stdout: Preparing : 1/1 2024-03-21T13:12:36.894 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-03-21T13:12:37.047 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-03-21T13:12:37.161 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-03-21T13:12:37.342 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-03-21T13:12:37.418 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-03-21T13:12:37.418 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:12:37.418 INFO:teuthology.orchestra.run.smithi029.stdout:Installed: 2024-03-21T13:12:37.418 INFO:teuthology.orchestra.run.smithi029.stdout: runc-4:1.1.12-2.el9.x86_64 2024-03-21T13:12:37.419 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:12:37.419 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2024-03-21T13:12:37.434 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-03-21T13:12:37.434 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:12:37.434 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2024-03-21T13:12:37.434 INFO:teuthology.orchestra.run.smithi116.stdout: runc-4:1.1.12-2.el9.x86_64 2024-03-21T13:12:37.434 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:12:37.434 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-03-21T13:12:37.604 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-03-21T13:12:37.605 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:12:37.605 INFO:teuthology.orchestra.run.smithi052.stdout:Installed: 2024-03-21T13:12:37.605 INFO:teuthology.orchestra.run.smithi052.stdout: runc-4:1.1.12-2.el9.x86_64 2024-03-21T13:12:37.605 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:12:37.605 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-03-21T13:12:37.685 DEBUG:teuthology.parallel:result is None 2024-03-21T13:12:37.697 DEBUG:teuthology.parallel:result is None 2024-03-21T13:12:37.836 DEBUG:teuthology.parallel:result is None 2024-03-21T13:12:37.837 INFO:teuthology.run_tasks:Running task install... 2024-03-21T13:12:37.845 DEBUG:teuthology.task.install:project ceph 2024-03-21T13:12:37.845 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '960fbbe4645c2becc8084669be194c95183c7753'}} 2024-03-21T13:12:37.845 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '960fbbe4645c2becc8084669be194c95183c7753'} 2024-03-21T13:12:37.845 INFO:teuthology.task.install:Using flavor: default 2024-03-21T13:12:37.853 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2024-03-21T13:12:37.853 INFO:teuthology.task.install:extra packages: [] 2024-03-21T13:12:37.854 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': '960fbbe4645c2becc8084669be194c95183c7753', 'tag': None, 'wait_for_package': False} 2024-03-21T13:12:37.854 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=960fbbe4645c2becc8084669be194c95183c7753 2024-03-21T13:12:37.856 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': '960fbbe4645c2becc8084669be194c95183c7753', 'tag': None, 'wait_for_package': False} 2024-03-21T13:12:37.856 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=960fbbe4645c2becc8084669be194c95183c7753 2024-03-21T13:12:37.857 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': '960fbbe4645c2becc8084669be194c95183c7753', 'tag': None, 'wait_for_package': False} 2024-03-21T13:12:37.857 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=960fbbe4645c2becc8084669be194c95183c7753 2024-03-21T13:12:38.013 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/centos/9/flavors/default/ 2024-03-21T13:12:38.013 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2267.g960fbbe4 2024-03-21T13:12:38.076 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/centos/9/flavors/default/ 2024-03-21T13:12:38.076 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2267.g960fbbe4 2024-03-21T13:12:38.087 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/centos/9/flavors/default/ 2024-03-21T13:12:38.087 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2267.g960fbbe4 2024-03-21T13:12:38.187 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/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-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/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-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-03-21T13:12:38.187 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-03-21T13:12:38.187 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-03-21T13:12:38.189 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/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-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/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-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-03-21T13:12:38.189 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-03-21T13:12:38.189 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-03-21T13:12:38.197 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/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-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/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-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-03-21T13:12:38.197 DEBUG:teuthology.orchestra.run.smithi052:> set -ex 2024-03-21T13:12:38.197 DEBUG:teuthology.orchestra.run.smithi052:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-03-21T13:12:38.217 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-03-21T13:12:38.218 DEBUG:teuthology.orchestra.run.smithi029:> 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/960fbbe4645c2becc8084669be194c95183c7753/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-03-21T13:12:38.218 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-03-21T13:12:38.218 DEBUG:teuthology.orchestra.run.smithi116:> 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/960fbbe4645c2becc8084669be194c95183c7753/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-03-21T13:12:38.226 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-03-21T13:12:38.226 DEBUG:teuthology.orchestra.run.smithi052:> 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/960fbbe4645c2becc8084669be194c95183c7753/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-03-21T13:12:38.284 DEBUG:teuthology.orchestra.run.smithi116:> 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-03-21T13:12:38.294 DEBUG:teuthology.orchestra.run.smithi052:> 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-03-21T13:12:38.305 DEBUG:teuthology.orchestra.run.smithi029:> 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-03-21T13:12:38.345 DEBUG:teuthology.orchestra.run.smithi029:> 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-03-21T13:12:38.375 DEBUG:teuthology.orchestra.run.smithi116:> 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-03-21T13:12:38.377 DEBUG:teuthology.orchestra.run.smithi052:> 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-03-21T13:12:38.403 INFO:teuthology.orchestra.run.smithi116.stdout:check_obsoletes = 1 2024-03-21T13:12:38.404 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum clean all 2024-03-21T13:12:38.411 INFO:teuthology.orchestra.run.smithi029.stdout:check_obsoletes = 1 2024-03-21T13:12:38.412 DEBUG:teuthology.orchestra.run.smithi029:> sudo yum clean all 2024-03-21T13:12:38.444 INFO:teuthology.orchestra.run.smithi052.stdout:check_obsoletes = 1 2024-03-21T13:12:38.446 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum clean all 2024-03-21T13:12:38.639 INFO:teuthology.orchestra.run.smithi116.stdout:74 files removed 2024-03-21T13:12:38.664 INFO:teuthology.orchestra.run.smithi029.stdout:74 files removed 2024-03-21T13:12:38.666 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install ceph-radosgw 2024-03-21T13:12:38.689 INFO:teuthology.orchestra.run.smithi052.stdout:74 files removed 2024-03-21T13:12:38.691 DEBUG:teuthology.orchestra.run.smithi029:> sudo yum -y install ceph-radosgw 2024-03-21T13:12:38.716 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install ceph-radosgw 2024-03-21T13:12:39.353 INFO:teuthology.orchestra.run.smithi116.stdout:ceph packages for x86_64 212 kB/s | 83 kB 00:00 2024-03-21T13:12:39.358 INFO:teuthology.orchestra.run.smithi029.stdout:ceph packages for x86_64 228 kB/s | 83 kB 00:00 2024-03-21T13:12:39.379 INFO:teuthology.orchestra.run.smithi052.stdout:ceph packages for x86_64 232 kB/s | 83 kB 00:00 2024-03-21T13:12:39.737 INFO:teuthology.orchestra.run.smithi116.stdout:ceph noarch packages 35 kB/s | 12 kB 00:00 2024-03-21T13:12:39.811 INFO:teuthology.orchestra.run.smithi029.stdout:ceph noarch packages 29 kB/s | 12 kB 00:00 2024-03-21T13:12:39.838 INFO:teuthology.orchestra.run.smithi052.stdout:ceph noarch packages 28 kB/s | 12 kB 00:00 2024-03-21T13:12:40.071 INFO:teuthology.orchestra.run.smithi116.stdout:ceph source packages 6.4 kB/s | 1.9 kB 00:00 2024-03-21T13:12:40.237 INFO:teuthology.orchestra.run.smithi029.stdout:ceph source packages 4.9 kB/s | 1.9 kB 00:00 2024-03-21T13:12:40.272 INFO:teuthology.orchestra.run.smithi052.stdout:ceph source packages 4.8 kB/s | 1.9 kB 00:00 2024-03-21T13:12:40.606 INFO:teuthology.orchestra.run.smithi116.stdout:CentOS-9 - AppStream 13 MB/s | 6.7 MB 00:00 2024-03-21T13:12:41.006 INFO:teuthology.orchestra.run.smithi029.stdout:CentOS-9 - AppStream 9.2 MB/s | 6.7 MB 00:00 2024-03-21T13:12:41.008 INFO:teuthology.orchestra.run.smithi052.stdout:CentOS-9 - AppStream 9.6 MB/s | 6.7 MB 00:00 2024-03-21T13:12:41.990 INFO:teuthology.orchestra.run.smithi116.stdout:CentOS-9 - BaseOS 7.1 MB/s | 2.0 MB 00:00 2024-03-21T13:12:42.491 INFO:teuthology.orchestra.run.smithi052.stdout:CentOS-9 - BaseOS 5.9 MB/s | 2.0 MB 00:00 2024-03-21T13:12:42.542 INFO:teuthology.orchestra.run.smithi029.stdout:CentOS-9 - BaseOS 5.6 MB/s | 2.0 MB 00:00 2024-03-21T13:12:42.781 INFO:teuthology.orchestra.run.smithi116.stdout:CentOS Stream 9 - BaseOS 17 MB/s | 8.0 MB 00:00 2024-03-21T13:12:43.526 INFO:teuthology.orchestra.run.smithi029.stdout:CentOS Stream 9 - BaseOS 12 MB/s | 8.0 MB 00:00 2024-03-21T13:12:43.793 INFO:teuthology.orchestra.run.smithi052.stdout:CentOS Stream 9 - BaseOS 8.4 MB/s | 8.0 MB 00:00 2024-03-21T13:12:45.969 INFO:teuthology.orchestra.run.smithi052.stdout:CentOS Stream 9 - AppStream 17 MB/s | 19 MB 00:01 2024-03-21T13:12:46.653 INFO:teuthology.orchestra.run.smithi029.stdout:CentOS Stream 9 - AppStream 9.2 MB/s | 19 MB 00:02 2024-03-21T13:12:47.324 INFO:teuthology.orchestra.run.smithi116.stdout:CentOS Stream 9 - AppStream 5.4 MB/s | 19 MB 00:03 2024-03-21T13:12:50.343 INFO:teuthology.orchestra.run.smithi052.stdout:CentOS Stream 9 - CRB 8.7 MB/s | 6.1 MB 00:00 2024-03-21T13:12:51.452 INFO:teuthology.orchestra.run.smithi116.stdout:CentOS Stream 9 - CRB 8.7 MB/s | 6.1 MB 00:00 2024-03-21T13:12:52.285 INFO:teuthology.orchestra.run.smithi052.stdout:CentOS Stream 9 - Extras packages 21 kB/s | 16 kB 00:00 2024-03-21T13:12:52.842 INFO:teuthology.orchestra.run.smithi116.stdout:CentOS Stream 9 - Extras packages 62 kB/s | 16 kB 00:00 2024-03-21T13:12:53.606 INFO:teuthology.orchestra.run.smithi052.stdout:Extra Packages for Enterprise Linux 17 MB/s | 21 MB 00:01 2024-03-21T13:12:53.635 INFO:teuthology.orchestra.run.smithi116.stdout:Extra Packages for Enterprise Linux 30 MB/s | 21 MB 00:00 2024-03-21T13:12:58.477 INFO:teuthology.orchestra.run.smithi116.stdout:lab-extras 28 kB/s | 1.7 kB 00:00 2024-03-21T13:12:58.645 INFO:teuthology.orchestra.run.smithi052.stdout:lab-extras 26 kB/s | 1.7 kB 00:00 2024-03-21T13:13:00.273 INFO:teuthology.orchestra.run.smithi029.stdout:CentOS Stream 9 - CRB 631 kB/s | 6.1 MB 00:09 2024-03-21T13:13:00.891 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-03-21T13:13:00.893 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-03-21T13:13:00.893 INFO:teuthology.orchestra.run.smithi116.stdout: Package Arch Version Repository Size 2024-03-21T13:13:00.894 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-03-21T13:13:00.894 INFO:teuthology.orchestra.run.smithi116.stdout:Installing: 2024-03-21T13:13:00.894 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-radosgw x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 9.9 M 2024-03-21T13:13:00.894 INFO:teuthology.orchestra.run.smithi116.stdout:Upgrading: 2024-03-21T13:13:00.894 INFO:teuthology.orchestra.run.smithi116.stdout: librados2 x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 3.4 M 2024-03-21T13:13:00.894 INFO:teuthology.orchestra.run.smithi116.stdout: librbd1 x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 3.1 M 2024-03-21T13:13:00.894 INFO:teuthology.orchestra.run.smithi116.stdout:Installing dependencies: 2024-03-21T13:13:00.894 INFO:teuthology.orchestra.run.smithi116.stdout: boost-program-options 2024-03-21T13:13:00.894 INFO:teuthology.orchestra.run.smithi116.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-03-21T13:13:00.894 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-base x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 5.4 M 2024-03-21T13:13:00.894 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-common x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 20 M 2024-03-21T13:13:00.894 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-selinux x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 25 k 2024-03-21T13:13:00.895 INFO:teuthology.orchestra.run.smithi116.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-03-21T13:13:00.895 INFO:teuthology.orchestra.run.smithi116.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-03-21T13:13:00.895 INFO:teuthology.orchestra.run.smithi116.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-03-21T13:13:00.895 INFO:teuthology.orchestra.run.smithi116.stdout: libcephfs2 x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 746 k 2024-03-21T13:13:00.895 INFO:teuthology.orchestra.run.smithi116.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-03-21T13:13:00.895 INFO:teuthology.orchestra.run.smithi116.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-03-21T13:13:00.895 INFO:teuthology.orchestra.run.smithi116.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-03-21T13:13:00.895 INFO:teuthology.orchestra.run.smithi116.stdout: libradosstriper1 x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 501 k 2024-03-21T13:13:00.895 INFO:teuthology.orchestra.run.smithi116.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-03-21T13:13:00.895 INFO:teuthology.orchestra.run.smithi116.stdout: librgw2 x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 5.1 M 2024-03-21T13:13:00.895 INFO:teuthology.orchestra.run.smithi116.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-03-21T13:13:00.895 INFO:teuthology.orchestra.run.smithi116.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-03-21T13:13:00.896 INFO:teuthology.orchestra.run.smithi116.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-03-21T13:13:00.896 INFO:teuthology.orchestra.run.smithi116.stdout: python3-ceph-argparse 2024-03-21T13:13:00.896 INFO:teuthology.orchestra.run.smithi116.stdout: x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 45 k 2024-03-21T13:13:00.896 INFO:teuthology.orchestra.run.smithi116.stdout: python3-ceph-common x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 131 k 2024-03-21T13:13:00.896 INFO:teuthology.orchestra.run.smithi116.stdout: python3-cephfs x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 162 k 2024-03-21T13:13:00.896 INFO:teuthology.orchestra.run.smithi116.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-03-21T13:13:00.896 INFO:teuthology.orchestra.run.smithi116.stdout: python3-rados x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 320 k 2024-03-21T13:13:00.896 INFO:teuthology.orchestra.run.smithi116.stdout: python3-rbd x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 298 k 2024-03-21T13:13:00.896 INFO:teuthology.orchestra.run.smithi116.stdout: python3-rgw x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 99 k 2024-03-21T13:13:00.896 INFO:teuthology.orchestra.run.smithi116.stdout: qatlib x86_64 23.11.0-1.el9 appstream 216 k 2024-03-21T13:13:00.896 INFO:teuthology.orchestra.run.smithi116.stdout: qatzip-libs x86_64 1.1.2-2.el9 appstream 44 k 2024-03-21T13:13:00.896 INFO:teuthology.orchestra.run.smithi116.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-03-21T13:13:00.896 INFO:teuthology.orchestra.run.smithi116.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-03-21T13:13:00.897 INFO:teuthology.orchestra.run.smithi116.stdout:Installing weak dependencies: 2024-03-21T13:13:00.897 INFO:teuthology.orchestra.run.smithi116.stdout: qatlib-service x86_64 23.11.0-1.el9 appstream 35 k 2024-03-21T13:13:00.897 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:13:00.897 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2024-03-21T13:13:00.897 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-03-21T13:13:00.897 INFO:teuthology.orchestra.run.smithi116.stdout:Install 30 Packages 2024-03-21T13:13:00.897 INFO:teuthology.orchestra.run.smithi116.stdout:Upgrade 2 Packages 2024-03-21T13:13:00.897 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:13:00.897 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 59 M 2024-03-21T13:13:00.898 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2024-03-21T13:13:01.161 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-03-21T13:13:01.163 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-21T13:13:01.164 INFO:teuthology.orchestra.run.smithi052.stdout: Package Arch Version Repository Size 2024-03-21T13:13:01.164 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-21T13:13:01.164 INFO:teuthology.orchestra.run.smithi052.stdout:Installing: 2024-03-21T13:13:01.164 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-radosgw x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 9.9 M 2024-03-21T13:13:01.164 INFO:teuthology.orchestra.run.smithi052.stdout:Upgrading: 2024-03-21T13:13:01.164 INFO:teuthology.orchestra.run.smithi052.stdout: librados2 x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 3.4 M 2024-03-21T13:13:01.164 INFO:teuthology.orchestra.run.smithi052.stdout: librbd1 x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 3.1 M 2024-03-21T13:13:01.164 INFO:teuthology.orchestra.run.smithi052.stdout:Installing dependencies: 2024-03-21T13:13:01.164 INFO:teuthology.orchestra.run.smithi052.stdout: boost-program-options 2024-03-21T13:13:01.164 INFO:teuthology.orchestra.run.smithi052.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-03-21T13:13:01.164 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-base x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 5.4 M 2024-03-21T13:13:01.165 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-common x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 20 M 2024-03-21T13:13:01.165 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-selinux x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 25 k 2024-03-21T13:13:01.165 INFO:teuthology.orchestra.run.smithi052.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-03-21T13:13:01.165 INFO:teuthology.orchestra.run.smithi052.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-03-21T13:13:01.165 INFO:teuthology.orchestra.run.smithi052.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-03-21T13:13:01.165 INFO:teuthology.orchestra.run.smithi052.stdout: libcephfs2 x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 746 k 2024-03-21T13:13:01.165 INFO:teuthology.orchestra.run.smithi052.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-03-21T13:13:01.165 INFO:teuthology.orchestra.run.smithi052.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-03-21T13:13:01.165 INFO:teuthology.orchestra.run.smithi052.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-03-21T13:13:01.165 INFO:teuthology.orchestra.run.smithi052.stdout: libradosstriper1 x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 501 k 2024-03-21T13:13:01.165 INFO:teuthology.orchestra.run.smithi052.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-03-21T13:13:01.166 INFO:teuthology.orchestra.run.smithi052.stdout: librgw2 x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 5.1 M 2024-03-21T13:13:01.166 INFO:teuthology.orchestra.run.smithi052.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-03-21T13:13:01.166 INFO:teuthology.orchestra.run.smithi052.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-03-21T13:13:01.166 INFO:teuthology.orchestra.run.smithi052.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-03-21T13:13:01.166 INFO:teuthology.orchestra.run.smithi052.stdout: python3-ceph-argparse 2024-03-21T13:13:01.166 INFO:teuthology.orchestra.run.smithi052.stdout: x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 45 k 2024-03-21T13:13:01.166 INFO:teuthology.orchestra.run.smithi052.stdout: python3-ceph-common x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 131 k 2024-03-21T13:13:01.166 INFO:teuthology.orchestra.run.smithi052.stdout: python3-cephfs x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 162 k 2024-03-21T13:13:01.166 INFO:teuthology.orchestra.run.smithi052.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-03-21T13:13:01.166 INFO:teuthology.orchestra.run.smithi052.stdout: python3-rados x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 320 k 2024-03-21T13:13:01.166 INFO:teuthology.orchestra.run.smithi052.stdout: python3-rbd x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 298 k 2024-03-21T13:13:01.166 INFO:teuthology.orchestra.run.smithi052.stdout: python3-rgw x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 99 k 2024-03-21T13:13:01.166 INFO:teuthology.orchestra.run.smithi052.stdout: qatlib x86_64 23.11.0-1.el9 appstream 216 k 2024-03-21T13:13:01.167 INFO:teuthology.orchestra.run.smithi052.stdout: qatzip-libs x86_64 1.1.2-2.el9 appstream 44 k 2024-03-21T13:13:01.167 INFO:teuthology.orchestra.run.smithi052.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-03-21T13:13:01.167 INFO:teuthology.orchestra.run.smithi052.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-03-21T13:13:01.167 INFO:teuthology.orchestra.run.smithi052.stdout:Installing weak dependencies: 2024-03-21T13:13:01.167 INFO:teuthology.orchestra.run.smithi052.stdout: qatlib-service x86_64 23.11.0-1.el9 appstream 35 k 2024-03-21T13:13:01.167 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:13:01.167 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction Summary 2024-03-21T13:13:01.167 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-21T13:13:01.167 INFO:teuthology.orchestra.run.smithi052.stdout:Install 30 Packages 2024-03-21T13:13:01.167 INFO:teuthology.orchestra.run.smithi052.stdout:Upgrade 2 Packages 2024-03-21T13:13:01.167 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:13:01.168 INFO:teuthology.orchestra.run.smithi052.stdout:Total download size: 59 M 2024-03-21T13:13:01.168 INFO:teuthology.orchestra.run.smithi052.stdout:Downloading Packages: 2024-03-21T13:13:01.761 INFO:teuthology.orchestra.run.smithi116.stdout:(1/32): ceph-base-19.0.0-2267.g960fbbe4.el9.x86 7.2 MB/s | 5.4 MB 00:00 2024-03-21T13:13:01.800 INFO:teuthology.orchestra.run.smithi029.stdout:CentOS Stream 9 - Extras packages 49 kB/s | 16 kB 00:00 2024-03-21T13:13:01.828 INFO:teuthology.orchestra.run.smithi116.stdout:(2/32): ceph-selinux-19.0.0-2267.g960fbbe4.el9. 376 kB/s | 25 kB 00:00 2024-03-21T13:13:01.987 INFO:teuthology.orchestra.run.smithi116.stdout:(3/32): libcephfs2-19.0.0-2267.g960fbbe4.el9.x8 4.6 MB/s | 746 kB 00:00 2024-03-21T13:13:02.079 INFO:teuthology.orchestra.run.smithi116.stdout:(4/32): libradosstriper1-19.0.0-2267.g960fbbe4. 5.3 MB/s | 501 kB 00:00 2024-03-21T13:13:02.496 INFO:teuthology.orchestra.run.smithi116.stdout:(5/32): ceph-radosgw-19.0.0-2267.g960fbbe4.el9. 6.7 MB/s | 9.9 MB 00:01 2024-03-21T13:13:02.587 INFO:teuthology.orchestra.run.smithi116.stdout:(6/32): python3-ceph-argparse-19.0.0-2267.g960f 494 kB/s | 45 kB 00:00 2024-03-21T13:13:02.663 INFO:teuthology.orchestra.run.smithi116.stdout:(7/32): librgw2-19.0.0-2267.g960fbbe4.el9.x86_6 8.8 MB/s | 5.1 MB 00:00 2024-03-21T13:13:02.688 INFO:teuthology.orchestra.run.smithi116.stdout:(8/32): python3-ceph-common-19.0.0-2267.g960fbb 1.3 MB/s | 131 kB 00:00 2024-03-21T13:13:02.730 INFO:teuthology.orchestra.run.smithi116.stdout:(9/32): python3-cephfs-19.0.0-2267.g960fbbe4.el 2.4 MB/s | 162 kB 00:00 2024-03-21T13:13:02.772 INFO:teuthology.orchestra.run.smithi116.stdout:(10/32): python3-rados-19.0.0-2267.g960fbbe4.el 3.7 MB/s | 320 kB 00:00 2024-03-21T13:13:02.814 INFO:teuthology.orchestra.run.smithi116.stdout:(11/32): python3-rbd-19.0.0-2267.g960fbbe4.el9. 3.5 MB/s | 298 kB 00:00 2024-03-21T13:13:02.847 INFO:teuthology.orchestra.run.smithi116.stdout:(12/32): python3-rgw-19.0.0-2267.g960fbbe4.el9. 1.3 MB/s | 99 kB 00:00 2024-03-21T13:13:02.964 INFO:teuthology.orchestra.run.smithi116.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 704 kB/s | 106 kB 00:00 2024-03-21T13:13:02.990 INFO:teuthology.orchestra.run.smithi116.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.3 MB/s | 159 kB 00:00 2024-03-21T13:13:03.006 INFO:teuthology.orchestra.run.smithi116.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.0 MB/s | 44 kB 00:00 2024-03-21T13:13:03.065 INFO:teuthology.orchestra.run.smithi116.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 8.6 MB/s | 661 kB 00:00 2024-03-21T13:13:03.090 INFO:teuthology.orchestra.run.smithi116.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.3 MB/s | 282 kB 00:00 2024-03-21T13:13:03.116 INFO:teuthology.orchestra.run.smithi116.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 826 kB/s | 41 kB 00:00 2024-03-21T13:13:03.288 INFO:teuthology.orchestra.run.smithi052.stdout:(1/32): ceph-base-19.0.0-2267.g960fbbe4.el9.x86 3.0 MB/s | 5.4 MB 00:01 2024-03-21T13:13:03.333 INFO:teuthology.orchestra.run.smithi116.stdout:(19/32): ceph-common-19.0.0-2267.g960fbbe4.el9. 8.9 MB/s | 20 MB 00:02 2024-03-21T13:13:03.338 INFO:teuthology.orchestra.run.smithi052.stdout:(2/32): ceph-selinux-19.0.0-2267.g960fbbe4.el9. 506 kB/s | 25 kB 00:00 2024-03-21T13:13:03.391 INFO:teuthology.orchestra.run.smithi116.stdout:(20/32): qatlib-service-23.11.0-1.el9.x86_64.rp 127 kB/s | 35 kB 00:00 2024-03-21T13:13:03.425 INFO:teuthology.orchestra.run.smithi116.stdout:(21/32): qatzip-libs-1.1.2-2.el9.x86_64.rpm 485 kB/s | 44 kB 00:00 2024-03-21T13:13:03.458 INFO:teuthology.orchestra.run.smithi116.stdout:(22/32): qatlib-23.11.0-1.el9.x86_64.rpm 589 kB/s | 216 kB 00:00 2024-03-21T13:13:03.488 INFO:teuthology.orchestra.run.smithi052.stdout:(3/32): ceph-radosgw-19.0.0-2267.g960fbbe4.el9. 4.9 MB/s | 9.9 MB 00:02 2024-03-21T13:13:03.522 INFO:teuthology.orchestra.run.smithi052.stdout:(4/32): libcephfs2-19.0.0-2267.g960fbbe4.el9.x8 4.0 MB/s | 746 kB 00:00 2024-03-21T13:13:03.556 INFO:teuthology.orchestra.run.smithi052.stdout:(5/32): libradosstriper1-19.0.0-2267.g960fbbe4. 7.3 MB/s | 501 kB 00:00 2024-03-21T13:13:03.606 INFO:teuthology.orchestra.run.smithi052.stdout:(6/32): python3-ceph-argparse-19.0.0-2267.g960f 906 kB/s | 45 kB 00:00 2024-03-21T13:13:03.656 INFO:teuthology.orchestra.run.smithi052.stdout:(7/32): python3-ceph-common-19.0.0-2267.g960fbb 2.6 MB/s | 131 kB 00:00 2024-03-21T13:13:03.715 INFO:teuthology.orchestra.run.smithi052.stdout:(8/32): python3-cephfs-19.0.0-2267.g960fbbe4.el 2.7 MB/s | 162 kB 00:00 2024-03-21T13:13:03.742 INFO:teuthology.orchestra.run.smithi116.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 111 kB/s | 26 kB 00:00 2024-03-21T13:13:03.773 INFO:teuthology.orchestra.run.smithi052.stdout:(9/32): python3-rados-19.0.0-2267.g960fbbe4.el9 5.4 MB/s | 320 kB 00:00 2024-03-21T13:13:03.792 INFO:teuthology.orchestra.run.smithi116.stdout:(24/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 771 kB/s | 309 kB 00:00 2024-03-21T13:13:03.849 INFO:teuthology.orchestra.run.smithi052.stdout:(10/32): python3-rbd-19.0.0-2267.g960fbbe4.el9. 3.9 MB/s | 298 kB 00:00 2024-03-21T13:13:03.851 INFO:teuthology.orchestra.run.smithi116.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 447 kB/s | 49 kB 00:00 2024-03-21T13:13:03.876 INFO:teuthology.orchestra.run.smithi116.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 806 kB/s | 67 kB 00:00 2024-03-21T13:13:03.924 INFO:teuthology.orchestra.run.smithi052.stdout:(11/32): librgw2-19.0.0-2267.g960fbbe4.el9.x86_ 13 MB/s | 5.1 MB 00:00 2024-03-21T13:13:03.941 INFO:teuthology.orchestra.run.smithi052.stdout:(12/32): python3-rgw-19.0.0-2267.g960fbbe4.el9. 1.1 MB/s | 99 kB 00:00 2024-03-21T13:13:03.968 INFO:teuthology.orchestra.run.smithi116.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 2.0 MB/s | 192 kB 00:00 2024-03-21T13:13:04.060 INFO:teuthology.orchestra.run.smithi116.stdout:(28/32): libarrow-9.0.0-10.el9.x86_64.rpm 7.0 MB/s | 4.4 MB 00:00 2024-03-21T13:13:04.066 INFO:teuthology.orchestra.run.smithi052.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 747 kB/s | 106 kB 00:00 2024-03-21T13:13:04.091 INFO:teuthology.orchestra.run.smithi052.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.0 MB/s | 159 kB 00:00 2024-03-21T13:13:04.117 INFO:teuthology.orchestra.run.smithi052.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 880 kB/s | 44 kB 00:00 2024-03-21T13:13:04.118 INFO:teuthology.orchestra.run.smithi116.stdout:(29/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 3.1 MB/s | 838 kB 00:00 2024-03-21T13:13:04.152 INFO:teuthology.orchestra.run.smithi116.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 8.6 MB/s | 1.6 MB 00:00 2024-03-21T13:13:04.167 INFO:teuthology.orchestra.run.smithi052.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 8.6 MB/s | 661 kB 00:00 2024-03-21T13:13:04.192 INFO:teuthology.orchestra.run.smithi052.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.7 MB/s | 282 kB 00:00 2024-03-21T13:13:04.218 INFO:teuthology.orchestra.run.smithi052.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 824 kB/s | 41 kB 00:00 2024-03-21T13:13:04.444 INFO:teuthology.orchestra.run.smithi116.stdout:(31/32): librados2-19.0.0-2267.g960fbbe4.el9.x8 8.8 MB/s | 3.4 MB 00:00 2024-03-21T13:13:04.502 INFO:teuthology.orchestra.run.smithi116.stdout:(32/32): librbd1-19.0.0-2267.g960fbbe4.el9.x86_ 8.2 MB/s | 3.1 MB 00:00 2024-03-21T13:13:04.509 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2024-03-21T13:13:04.509 INFO:teuthology.orchestra.run.smithi116.stdout:Total 16 MB/s | 59 MB 00:03 2024-03-21T13:13:04.541 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2024-03-21T13:13:04.578 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2024-03-21T13:13:04.579 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2024-03-21T13:13:04.818 INFO:teuthology.orchestra.run.smithi052.stdout:(19/32): qatlib-service-23.11.0-1.el9.x86_64.rp 58 kB/s | 35 kB 00:00 2024-03-21T13:13:05.066 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2024-03-21T13:13:05.067 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2024-03-21T13:13:05.070 INFO:teuthology.orchestra.run.smithi029.stdout:Extra Packages for Enterprise Linux 6.6 MB/s | 21 MB 00:03 2024-03-21T13:13:05.118 INFO:teuthology.orchestra.run.smithi052.stdout:(20/32): qatlib-23.11.0-1.el9.x86_64.rpm 234 kB/s | 216 kB 00:00 2024-03-21T13:13:05.502 INFO:teuthology.orchestra.run.smithi052.stdout:(21/32): ceph-common-19.0.0-2267.g960fbbe4.el9. 5.1 MB/s | 20 MB 00:04 2024-03-21T13:13:05.527 INFO:teuthology.orchestra.run.smithi052.stdout:(22/32): qatzip-libs-1.1.2-2.el9.x86_64.rpm 63 kB/s | 44 kB 00:00 2024-03-21T13:13:05.661 INFO:teuthology.orchestra.run.smithi052.stdout:(23/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 570 kB/s | 309 kB 00:00 2024-03-21T13:13:05.694 INFO:teuthology.orchestra.run.smithi052.stdout:(24/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 156 kB/s | 26 kB 00:00 2024-03-21T13:13:05.736 INFO:teuthology.orchestra.run.smithi052.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 647 kB/s | 49 kB 00:00 2024-03-21T13:13:05.870 INFO:teuthology.orchestra.run.smithi052.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 384 kB/s | 67 kB 00:00 2024-03-21T13:13:05.928 INFO:teuthology.orchestra.run.smithi052.stdout:(27/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 4.3 MB/s | 838 kB 00:00 2024-03-21T13:13:06.012 INFO:teuthology.orchestra.run.smithi052.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 1.3 MB/s | 192 kB 00:00 2024-03-21T13:13:06.121 INFO:teuthology.orchestra.run.smithi052.stdout:(29/32): libarrow-9.0.0-10.el9.x86_64.rpm 7.1 MB/s | 4.4 MB 00:00 2024-03-21T13:13:06.171 INFO:teuthology.orchestra.run.smithi052.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 6.5 MB/s | 1.6 MB 00:00 2024-03-21T13:13:06.430 INFO:teuthology.orchestra.run.smithi052.stdout:(31/32): librados2-19.0.0-2267.g960fbbe4.el9.x8 8.1 MB/s | 3.4 MB 00:00 2024-03-21T13:13:06.480 INFO:teuthology.orchestra.run.smithi052.stdout:(32/32): librbd1-19.0.0-2267.g960fbbe4.el9.x86_ 8.8 MB/s | 3.1 MB 00:00 2024-03-21T13:13:06.483 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2024-03-21T13:13:06.483 INFO:teuthology.orchestra.run.smithi052.stdout:-------------------------------------------------------------------------------- 2024-03-21T13:13:06.484 INFO:teuthology.orchestra.run.smithi052.stdout:Total 11 MB/s | 59 MB 00:05 2024-03-21T13:13:06.514 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction check 2024-03-21T13:13:06.552 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction check succeeded. 2024-03-21T13:13:06.552 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction test 2024-03-21T13:13:06.608 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-03-21T13:13:06.649 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-03-21T13:13:06.684 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-03-21T13:13:06.789 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-03-21T13:13:06.804 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-03-21T13:13:06.988 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: qatlib-23.11.0-1.el9.x86_64 5/34 2024-03-21T13:13:07.046 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : qatlib-23.11.0-1.el9.x86_64 5/34 2024-03-21T13:13:07.071 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction test succeeded. 2024-03-21T13:13:07.072 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction 2024-03-21T13:13:07.420 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-03-21T13:13:07.459 INFO:teuthology.orchestra.run.smithi116.stdout: Upgrading : librados2-2:19.0.0-2267.g960fbbe4.el9.x86_64 7/34 2024-03-21T13:13:07.552 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: librados2-2:19.0.0-2267.g960fbbe4.el9.x86_64 7/34 2024-03-21T13:13:07.641 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-rados-2:19.0.0-2267.g960fbbe4.el9.x86_64 8/34 2024-03-21T13:13:07.669 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : libcephfs2-2:19.0.0-2267.g960fbbe4.el9.x86_64 9/34 2024-03-21T13:13:07.749 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: libcephfs2-2:19.0.0-2267.g960fbbe4.el9.x86_64 9/34 2024-03-21T13:13:07.769 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-03-21T13:13:07.813 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-ceph-argparse-2:19.0.0-2267.g960fbbe4.el9. 11/34 2024-03-21T13:13:07.883 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-cephfs-2:19.0.0-2267.g960fbbe4.el9.x86_64 12/34 2024-03-21T13:13:07.905 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : libradosstriper1-2:19.0.0-2267.g960fbbe4.el9.x86_6 13/34 2024-03-21T13:13:07.984 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2267.g960fbbe4.el9.x86_6 13/34 2024-03-21T13:13:08.012 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : qatzip-libs-1.1.2-2.el9.x86_64 14/34 2024-03-21T13:13:08.123 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-03-21T13:13:08.163 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-03-21T13:13:08.195 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-03-21T13:13:08.236 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-03-21T13:13:08.265 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-03-21T13:13:08.298 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-03-21T13:13:08.613 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-03-21T13:13:08.617 INFO:teuthology.orchestra.run.smithi052.stdout: Preparing : 1/1 2024-03-21T13:13:08.644 INFO:teuthology.orchestra.run.smithi116.stdout: Upgrading : librbd1-2:19.0.0-2267.g960fbbe4.el9.x86_64 22/34 2024-03-21T13:13:08.700 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-03-21T13:13:08.735 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-03-21T13:13:08.743 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: librbd1-2:19.0.0-2267.g960fbbe4.el9.x86_64 22/34 2024-03-21T13:13:08.763 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-03-21T13:13:08.774 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-rbd-2:19.0.0-2267.g960fbbe4.el9.x86_64 23/34 2024-03-21T13:13:08.791 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-03-21T13:13:08.808 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-03-21T13:13:08.819 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-03-21T13:13:08.967 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: qatlib-23.11.0-1.el9.x86_64 5/34 2024-03-21T13:13:09.023 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : qatlib-23.11.0-1.el9.x86_64 5/34 2024-03-21T13:13:09.279 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-03-21T13:13:09.305 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : librgw2-2:19.0.0-2267.g960fbbe4.el9.x86_64 26/34 2024-03-21T13:13:09.359 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: librgw2-2:19.0.0-2267.g960fbbe4.el9.x86_64 26/34 2024-03-21T13:13:09.376 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-03-21T13:13:09.420 INFO:teuthology.orchestra.run.smithi052.stdout: Upgrading : librados2-2:19.0.0-2267.g960fbbe4.el9.x86_64 7/34 2024-03-21T13:13:09.428 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-rgw-2:19.0.0-2267.g960fbbe4.el9.x86_64 27/34 2024-03-21T13:13:09.466 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-ceph-common-2:19.0.0-2267.g960fbbe4.el9.x8 28/34 2024-03-21T13:13:09.496 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: librados2-2:19.0.0-2267.g960fbbe4.el9.x86_64 7/34 2024-03-21T13:13:09.586 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-rados-2:19.0.0-2267.g960fbbe4.el9.x86_64 8/34 2024-03-21T13:13:09.622 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : libcephfs2-2:19.0.0-2267.g960fbbe4.el9.x86_64 9/34 2024-03-21T13:13:09.667 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: libcephfs2-2:19.0.0-2267.g960fbbe4.el9.x86_64 9/34 2024-03-21T13:13:09.688 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-03-21T13:13:09.724 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-ceph-argparse-2:19.0.0-2267.g960fbbe4.el9. 11/34 2024-03-21T13:13:09.802 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-cephfs-2:19.0.0-2267.g960fbbe4.el9.x86_64 12/34 2024-03-21T13:13:09.832 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : libradosstriper1-2:19.0.0-2267.g960fbbe4.el9.x86_6 13/34 2024-03-21T13:13:09.895 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2267.g960fbbe4.el9.x86_6 13/34 2024-03-21T13:13:09.931 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : qatzip-libs-1.1.2-2.el9.x86_64 14/34 2024-03-21T13:13:10.042 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-03-21T13:13:10.074 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-03-21T13:13:10.115 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-03-21T13:13:10.120 INFO:teuthology.orchestra.run.smithi029.stdout:lab-extras 28 kB/s | 1.7 kB 00:00 2024-03-21T13:13:10.147 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-03-21T13:13:10.176 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-03-21T13:13:10.209 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-03-21T13:13:10.537 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-03-21T13:13:10.563 INFO:teuthology.orchestra.run.smithi052.stdout: Upgrading : librbd1-2:19.0.0-2267.g960fbbe4.el9.x86_64 22/34 2024-03-21T13:13:10.655 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: librbd1-2:19.0.0-2267.g960fbbe4.el9.x86_64 22/34 2024-03-21T13:13:10.685 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-rbd-2:19.0.0-2267.g960fbbe4.el9.x86_64 23/34 2024-03-21T13:13:10.730 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-03-21T13:13:11.214 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-03-21T13:13:11.241 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : librgw2-2:19.0.0-2267.g960fbbe4.el9.x86_64 26/34 2024-03-21T13:13:11.312 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: librgw2-2:19.0.0-2267.g960fbbe4.el9.x86_64 26/34 2024-03-21T13:13:11.383 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-rgw-2:19.0.0-2267.g960fbbe4.el9.x86_64 27/34 2024-03-21T13:13:11.418 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-ceph-common-2:19.0.0-2267.g960fbbe4.el9.x8 28/34 2024-03-21T13:13:11.672 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: ceph-common-2:19.0.0-2267.g960fbbe4.el9.x86_64 29/34 2024-03-21T13:13:11.713 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-common-2:19.0.0-2267.g960fbbe4.el9.x86_64 29/34 2024-03-21T13:13:12.266 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: ceph-common-2:19.0.0-2267.g960fbbe4.el9.x86_64 29/34 2024-03-21T13:13:12.299 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-base-2:19.0.0-2267.g960fbbe4.el9.x86_64 30/34 2024-03-21T13:13:12.384 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: ceph-base-2:19.0.0-2267.g960fbbe4.el9.x86_64 30/34 2024-03-21T13:13:12.384 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-03-21T13:13:12.384 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-03-21T13:13:12.385 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:13:12.417 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-selinux-2:19.0.0-2267.g960fbbe4.el9.x86_64 31/34 2024-03-21T13:13:12.726 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2024-03-21T13:13:12.728 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-03-21T13:13:12.728 INFO:teuthology.orchestra.run.smithi029.stdout: Package Arch Version Repository Size 2024-03-21T13:13:12.728 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-03-21T13:13:12.728 INFO:teuthology.orchestra.run.smithi029.stdout:Installing: 2024-03-21T13:13:12.728 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-radosgw x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 9.9 M 2024-03-21T13:13:12.728 INFO:teuthology.orchestra.run.smithi029.stdout:Upgrading: 2024-03-21T13:13:12.728 INFO:teuthology.orchestra.run.smithi029.stdout: librados2 x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 3.4 M 2024-03-21T13:13:12.729 INFO:teuthology.orchestra.run.smithi029.stdout: librbd1 x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 3.1 M 2024-03-21T13:13:12.729 INFO:teuthology.orchestra.run.smithi029.stdout:Installing dependencies: 2024-03-21T13:13:12.729 INFO:teuthology.orchestra.run.smithi029.stdout: boost-program-options 2024-03-21T13:13:12.729 INFO:teuthology.orchestra.run.smithi029.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-03-21T13:13:12.729 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-base x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 5.4 M 2024-03-21T13:13:12.729 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-common x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 20 M 2024-03-21T13:13:12.729 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-selinux x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 25 k 2024-03-21T13:13:12.729 INFO:teuthology.orchestra.run.smithi029.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-03-21T13:13:12.729 INFO:teuthology.orchestra.run.smithi029.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-03-21T13:13:12.729 INFO:teuthology.orchestra.run.smithi029.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-03-21T13:13:12.729 INFO:teuthology.orchestra.run.smithi029.stdout: libcephfs2 x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 746 k 2024-03-21T13:13:12.729 INFO:teuthology.orchestra.run.smithi029.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-03-21T13:13:12.730 INFO:teuthology.orchestra.run.smithi029.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-03-21T13:13:12.730 INFO:teuthology.orchestra.run.smithi029.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-03-21T13:13:12.730 INFO:teuthology.orchestra.run.smithi029.stdout: libradosstriper1 x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 501 k 2024-03-21T13:13:12.730 INFO:teuthology.orchestra.run.smithi029.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-03-21T13:13:12.730 INFO:teuthology.orchestra.run.smithi029.stdout: librgw2 x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 5.1 M 2024-03-21T13:13:12.730 INFO:teuthology.orchestra.run.smithi029.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-03-21T13:13:12.730 INFO:teuthology.orchestra.run.smithi029.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-03-21T13:13:12.730 INFO:teuthology.orchestra.run.smithi029.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-03-21T13:13:12.730 INFO:teuthology.orchestra.run.smithi029.stdout: python3-ceph-argparse 2024-03-21T13:13:12.730 INFO:teuthology.orchestra.run.smithi029.stdout: x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 45 k 2024-03-21T13:13:12.730 INFO:teuthology.orchestra.run.smithi029.stdout: python3-ceph-common x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 131 k 2024-03-21T13:13:12.730 INFO:teuthology.orchestra.run.smithi029.stdout: python3-cephfs x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 162 k 2024-03-21T13:13:12.730 INFO:teuthology.orchestra.run.smithi029.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-03-21T13:13:12.730 INFO:teuthology.orchestra.run.smithi029.stdout: python3-rados x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 320 k 2024-03-21T13:13:12.731 INFO:teuthology.orchestra.run.smithi029.stdout: python3-rbd x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 298 k 2024-03-21T13:13:12.731 INFO:teuthology.orchestra.run.smithi029.stdout: python3-rgw x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 99 k 2024-03-21T13:13:12.731 INFO:teuthology.orchestra.run.smithi029.stdout: qatlib x86_64 23.11.0-1.el9 appstream 216 k 2024-03-21T13:13:12.731 INFO:teuthology.orchestra.run.smithi029.stdout: qatzip-libs x86_64 1.1.2-2.el9 appstream 44 k 2024-03-21T13:13:12.731 INFO:teuthology.orchestra.run.smithi029.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-03-21T13:13:12.731 INFO:teuthology.orchestra.run.smithi029.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-03-21T13:13:12.731 INFO:teuthology.orchestra.run.smithi029.stdout:Installing weak dependencies: 2024-03-21T13:13:12.731 INFO:teuthology.orchestra.run.smithi029.stdout: qatlib-service x86_64 23.11.0-1.el9 appstream 35 k 2024-03-21T13:13:12.731 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:13:12.731 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction Summary 2024-03-21T13:13:12.731 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-03-21T13:13:12.731 INFO:teuthology.orchestra.run.smithi029.stdout:Install 30 Packages 2024-03-21T13:13:12.731 INFO:teuthology.orchestra.run.smithi029.stdout:Upgrade 2 Packages 2024-03-21T13:13:12.731 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:13:12.732 INFO:teuthology.orchestra.run.smithi029.stdout:Total download size: 59 M 2024-03-21T13:13:12.732 INFO:teuthology.orchestra.run.smithi029.stdout:Downloading Packages: 2024-03-21T13:13:13.492 INFO:teuthology.orchestra.run.smithi029.stdout:(1/32): ceph-base-19.0.0-2267.g960fbbe4.el9.x86 8.2 MB/s | 5.4 MB 00:00 2024-03-21T13:13:13.550 INFO:teuthology.orchestra.run.smithi029.stdout:(2/32): ceph-selinux-19.0.0-2267.g960fbbe4.el9. 431 kB/s | 25 kB 00:00 2024-03-21T13:13:13.659 INFO:teuthology.orchestra.run.smithi029.stdout:(3/32): libcephfs2-19.0.0-2267.g960fbbe4.el9.x8 6.7 MB/s | 746 kB 00:00 2024-03-21T13:13:13.703 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: ceph-common-2:19.0.0-2267.g960fbbe4.el9.x86_64 29/34 2024-03-21T13:13:13.736 INFO:teuthology.orchestra.run.smithi029.stdout:(4/32): libradosstriper1-19.0.0-2267.g960fbbe4. 6.5 MB/s | 501 kB 00:00 2024-03-21T13:13:13.740 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : ceph-common-2:19.0.0-2267.g960fbbe4.el9.x86_64 29/34 2024-03-21T13:13:13.985 INFO:teuthology.orchestra.run.smithi029.stdout:(5/32): ceph-radosgw-19.0.0-2267.g960fbbe4.el9. 8.6 MB/s | 9.9 MB 00:01 2024-03-21T13:13:14.027 INFO:teuthology.orchestra.run.smithi029.stdout:(6/32): python3-ceph-argparse-19.0.0-2267.g960f 1.1 MB/s | 45 kB 00:00 2024-03-21T13:13:14.128 INFO:teuthology.orchestra.run.smithi029.stdout:(7/32): librgw2-19.0.0-2267.g960fbbe4.el9.x86_6 13 MB/s | 5.1 MB 00:00 2024-03-21T13:13:14.153 INFO:teuthology.orchestra.run.smithi029.stdout:(8/32): python3-ceph-common-19.0.0-2267.g960fbb 1.0 MB/s | 131 kB 00:00 2024-03-21T13:13:14.179 INFO:teuthology.orchestra.run.smithi029.stdout:(9/32): python3-cephfs-19.0.0-2267.g960fbbe4.el 3.1 MB/s | 162 kB 00:00 2024-03-21T13:13:14.213 INFO:teuthology.orchestra.run.smithi029.stdout:(10/32): python3-rados-19.0.0-2267.g960fbbe4.el 5.3 MB/s | 320 kB 00:00 2024-03-21T13:13:14.238 INFO:teuthology.orchestra.run.smithi029.stdout:(11/32): python3-rbd-19.0.0-2267.g960fbbe4.el9. 4.9 MB/s | 298 kB 00:00 2024-03-21T13:13:14.274 INFO:teuthology.orchestra.run.smithi029.stdout:(12/32): python3-rgw-19.0.0-2267.g960fbbe4.el9. 1.6 MB/s | 99 kB 00:00 2024-03-21T13:13:14.328 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: ceph-common-2:19.0.0-2267.g960fbbe4.el9.x86_64 29/34 2024-03-21T13:13:14.360 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : ceph-base-2:19.0.0-2267.g960fbbe4.el9.x86_64 30/34 2024-03-21T13:13:14.407 INFO:teuthology.orchestra.run.smithi029.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 626 kB/s | 106 kB 00:00 2024-03-21T13:13:14.433 INFO:teuthology.orchestra.run.smithi029.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.0 MB/s | 159 kB 00:00 2024-03-21T13:13:14.448 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: ceph-base-2:19.0.0-2267.g960fbbe4.el9.x86_64 30/34 2024-03-21T13:13:14.448 INFO:teuthology.orchestra.run.smithi052.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-03-21T13:13:14.449 INFO:teuthology.orchestra.run.smithi052.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-03-21T13:13:14.449 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:13:14.458 INFO:teuthology.orchestra.run.smithi029.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 875 kB/s | 44 kB 00:00 2024-03-21T13:13:14.486 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : ceph-selinux-2:19.0.0-2267.g960fbbe4.el9.x86_64 31/34 2024-03-21T13:13:14.518 INFO:teuthology.orchestra.run.smithi029.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 7.7 MB/s | 661 kB 00:00 2024-03-21T13:13:14.551 INFO:teuthology.orchestra.run.smithi029.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.0 MB/s | 282 kB 00:00 2024-03-21T13:13:14.577 INFO:teuthology.orchestra.run.smithi029.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 701 kB/s | 41 kB 00:00 2024-03-21T13:13:14.669 INFO:teuthology.orchestra.run.smithi029.stdout:(19/32): qatlib-service-23.11.0-1.el9.x86_64.rp 379 kB/s | 35 kB 00:00 2024-03-21T13:13:14.711 INFO:teuthology.orchestra.run.smithi029.stdout:(20/32): qatzip-libs-1.1.2-2.el9.x86_64.rpm 1.0 MB/s | 44 kB 00:00 2024-03-21T13:13:14.762 INFO:teuthology.orchestra.run.smithi029.stdout:(21/32): qatlib-23.11.0-1.el9.x86_64.rpm 1.0 MB/s | 216 kB 00:00 2024-03-21T13:13:15.221 INFO:teuthology.orchestra.run.smithi029.stdout:(22/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 606 kB/s | 309 kB 00:00 2024-03-21T13:13:15.663 INFO:teuthology.orchestra.run.smithi029.stdout:(23/32): ceph-common-19.0.0-2267.g960fbbe4.el9. 7.3 MB/s | 20 MB 00:02 2024-03-21T13:13:15.838 INFO:teuthology.orchestra.run.smithi029.stdout:(24/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 42 kB/s | 26 kB 00:00 2024-03-21T13:13:16.006 INFO:teuthology.orchestra.run.smithi029.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 142 kB/s | 49 kB 00:00 2024-03-21T13:13:16.181 INFO:teuthology.orchestra.run.smithi029.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 197 kB/s | 67 kB 00:00 2024-03-21T13:13:16.398 INFO:teuthology.orchestra.run.smithi029.stdout:(27/32): libarrow-9.0.0-10.el9.x86_64.rpm 2.7 MB/s | 4.4 MB 00:01 2024-03-21T13:13:16.609 INFO:teuthology.orchestra.run.smithi029.stdout:(28/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 1.4 MB/s | 838 kB 00:00 2024-03-21T13:13:16.634 INFO:teuthology.orchestra.run.smithi029.stdout:(29/32): re2-20211101-3.el9.x86_64.rpm 423 kB/s | 192 kB 00:00 2024-03-21T13:13:16.943 INFO:teuthology.orchestra.run.smithi029.stdout:(30/32): librados2-19.0.0-2267.g960fbbe4.el9.x8 10 MB/s | 3.4 MB 00:00 2024-03-21T13:13:17.068 INFO:teuthology.orchestra.run.smithi029.stdout:(31/32): librbd1-19.0.0-2267.g960fbbe4.el9.x86_ 7.2 MB/s | 3.1 MB 00:00 2024-03-21T13:13:17.285 INFO:teuthology.orchestra.run.smithi029.stdout:(32/32): thrift-0.15.0-2.el9.x86_64.rpm 1.8 MB/s | 1.6 MB 00:00 2024-03-21T13:13:17.291 INFO:teuthology.orchestra.run.smithi029.stdout:-------------------------------------------------------------------------------- 2024-03-21T13:13:17.291 INFO:teuthology.orchestra.run.smithi029.stdout:Total 13 MB/s | 59 MB 00:04 2024-03-21T13:13:17.324 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction check 2024-03-21T13:13:17.365 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction check succeeded. 2024-03-21T13:13:17.365 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction test 2024-03-21T13:13:17.887 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction test succeeded. 2024-03-21T13:13:17.887 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction 2024-03-21T13:13:19.551 INFO:teuthology.orchestra.run.smithi029.stdout: Preparing : 1/1 2024-03-21T13:13:19.637 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-03-21T13:13:19.667 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-03-21T13:13:19.693 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-03-21T13:13:19.726 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-03-21T13:13:19.742 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-03-21T13:13:19.943 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: qatlib-23.11.0-1.el9.x86_64 5/34 2024-03-21T13:13:20.001 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : qatlib-23.11.0-1.el9.x86_64 5/34 2024-03-21T13:13:20.362 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-03-21T13:13:20.492 INFO:teuthology.orchestra.run.smithi029.stdout: Upgrading : librados2-2:19.0.0-2267.g960fbbe4.el9.x86_64 7/34 2024-03-21T13:13:20.578 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: librados2-2:19.0.0-2267.g960fbbe4.el9.x86_64 7/34 2024-03-21T13:13:20.677 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-rados-2:19.0.0-2267.g960fbbe4.el9.x86_64 8/34 2024-03-21T13:13:20.713 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : libcephfs2-2:19.0.0-2267.g960fbbe4.el9.x86_64 9/34 2024-03-21T13:13:20.759 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: libcephfs2-2:19.0.0-2267.g960fbbe4.el9.x86_64 9/34 2024-03-21T13:13:20.797 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-03-21T13:13:20.842 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-ceph-argparse-2:19.0.0-2267.g960fbbe4.el9. 11/34 2024-03-21T13:13:20.915 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-cephfs-2:19.0.0-2267.g960fbbe4.el9.x86_64 12/34 2024-03-21T13:13:20.942 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : libradosstriper1-2:19.0.0-2267.g960fbbe4.el9.x86_6 13/34 2024-03-21T13:13:20.997 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2267.g960fbbe4.el9.x86_6 13/34 2024-03-21T13:13:21.027 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : qatzip-libs-1.1.2-2.el9.x86_64 14/34 2024-03-21T13:13:21.138 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-03-21T13:13:21.179 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-03-21T13:13:21.220 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-03-21T13:13:21.253 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-03-21T13:13:21.283 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-03-21T13:13:21.325 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-03-21T13:13:21.656 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-03-21T13:13:21.690 INFO:teuthology.orchestra.run.smithi029.stdout: Upgrading : librbd1-2:19.0.0-2267.g960fbbe4.el9.x86_64 22/34 2024-03-21T13:13:21.782 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: librbd1-2:19.0.0-2267.g960fbbe4.el9.x86_64 22/34 2024-03-21T13:13:21.813 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-rbd-2:19.0.0-2267.g960fbbe4.el9.x86_64 23/34 2024-03-21T13:13:21.855 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-03-21T13:13:22.108 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2267.g960fbbe4.el9.x86_64 31/34 2024-03-21T13:13:22.108 INFO:teuthology.orchestra.run.smithi116.stdout:skipping the directory /sys 2024-03-21T13:13:22.109 INFO:teuthology.orchestra.run.smithi116.stdout:skipping the directory /proc 2024-03-21T13:13:22.109 INFO:teuthology.orchestra.run.smithi116.stdout:skipping the directory /mnt 2024-03-21T13:13:22.109 INFO:teuthology.orchestra.run.smithi116.stdout:skipping the directory /var/tmp 2024-03-21T13:13:22.109 INFO:teuthology.orchestra.run.smithi116.stdout:skipping the directory /home 2024-03-21T13:13:22.109 INFO:teuthology.orchestra.run.smithi116.stdout:skipping the directory /root 2024-03-21T13:13:22.109 INFO:teuthology.orchestra.run.smithi116.stdout:skipping the directory /tmp 2024-03-21T13:13:22.109 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:13:22.337 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-03-21T13:13:22.371 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : librgw2-2:19.0.0-2267.g960fbbe4.el9.x86_64 26/34 2024-03-21T13:13:22.442 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: librgw2-2:19.0.0-2267.g960fbbe4.el9.x86_64 26/34 2024-03-21T13:13:22.523 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-rgw-2:19.0.0-2267.g960fbbe4.el9.x86_64 27/34 2024-03-21T13:13:22.551 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-ceph-common-2:19.0.0-2267.g960fbbe4.el9.x8 28/34 2024-03-21T13:13:23.056 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-radosgw-2:19.0.0-2267.g960fbbe4.el9.x86_64 32/34 2024-03-21T13:13:23.086 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2267.g960fbbe4.el9.x86_64 32/34 2024-03-21T13:13:23.087 INFO:teuthology.orchestra.run.smithi116.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-21T13:13:23.087 INFO:teuthology.orchestra.run.smithi116.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-03-21T13:13:23.087 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-03-21T13:13:23.087 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-03-21T13:13:23.087 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:13:23.088 INFO:teuthology.orchestra.run.smithi116.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-03-21T13:13:23.159 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-03-21T13:13:23.159 INFO:teuthology.orchestra.run.smithi116.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-03-21T13:13:24.276 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-03-21T13:13:24.277 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-base-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/34 2024-03-21T13:13:24.277 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-common-2:19.0.0-2267.g960fbbe4.el9.x86_64 2/34 2024-03-21T13:13:24.277 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-radosgw-2:19.0.0-2267.g960fbbe4.el9.x86_64 3/34 2024-03-21T13:13:24.277 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-selinux-2:19.0.0-2267.g960fbbe4.el9.x86_64 4/34 2024-03-21T13:13:24.277 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : libcephfs2-2:19.0.0-2267.g960fbbe4.el9.x86_64 5/34 2024-03-21T13:13:24.277 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : libradosstriper1-2:19.0.0-2267.g960fbbe4.el9.x86_6 6/34 2024-03-21T13:13:24.277 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : librgw2-2:19.0.0-2267.g960fbbe4.el9.x86_64 7/34 2024-03-21T13:13:24.277 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2267.g960fbbe4.el9. 8/34 2024-03-21T13:13:24.277 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-ceph-common-2:19.0.0-2267.g960fbbe4.el9.x8 9/34 2024-03-21T13:13:24.277 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-cephfs-2:19.0.0-2267.g960fbbe4.el9.x86_64 10/34 2024-03-21T13:13:24.277 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-rados-2:19.0.0-2267.g960fbbe4.el9.x86_64 11/34 2024-03-21T13:13:24.278 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-rbd-2:19.0.0-2267.g960fbbe4.el9.x86_64 12/34 2024-03-21T13:13:24.278 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-rgw-2:19.0.0-2267.g960fbbe4.el9.x86_64 13/34 2024-03-21T13:13:24.278 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-03-21T13:13:24.278 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-03-21T13:13:24.278 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-03-21T13:13:24.278 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-03-21T13:13:24.278 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-03-21T13:13:24.278 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-03-21T13:13:24.278 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : qatlib-23.11.0-1.el9.x86_64 20/34 2024-03-21T13:13:24.278 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : qatlib-service-23.11.0-1.el9.x86_64 21/34 2024-03-21T13:13:24.278 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : qatzip-libs-1.1.2-2.el9.x86_64 22/34 2024-03-21T13:13:24.278 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-03-21T13:13:24.278 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-03-21T13:13:24.278 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-03-21T13:13:24.279 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-03-21T13:13:24.279 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-03-21T13:13:24.279 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-03-21T13:13:24.279 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-03-21T13:13:24.279 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-03-21T13:13:24.279 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : librados2-2:19.0.0-2267.g960fbbe4.el9.x86_64 31/34 2024-03-21T13:13:24.279 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-03-21T13:13:24.279 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : librbd1-2:19.0.0-2267.g960fbbe4.el9.x86_64 33/34 2024-03-21T13:13:24.773 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2267.g960fbbe4.el9.x86_64 31/34 2024-03-21T13:13:24.773 INFO:teuthology.orchestra.run.smithi052.stdout:skipping the directory /sys 2024-03-21T13:13:24.773 INFO:teuthology.orchestra.run.smithi052.stdout:skipping the directory /proc 2024-03-21T13:13:24.774 INFO:teuthology.orchestra.run.smithi052.stdout:skipping the directory /mnt 2024-03-21T13:13:24.774 INFO:teuthology.orchestra.run.smithi052.stdout:skipping the directory /var/tmp 2024-03-21T13:13:24.774 INFO:teuthology.orchestra.run.smithi052.stdout:skipping the directory /home 2024-03-21T13:13:24.774 INFO:teuthology.orchestra.run.smithi052.stdout:skipping the directory /root 2024-03-21T13:13:24.774 INFO:teuthology.orchestra.run.smithi052.stdout:skipping the directory /tmp 2024-03-21T13:13:24.774 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:13:24.879 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: ceph-common-2:19.0.0-2267.g960fbbe4.el9.x86_64 29/34 2024-03-21T13:13:24.921 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : ceph-common-2:19.0.0-2267.g960fbbe4.el9.x86_64 29/34 2024-03-21T13:13:25.307 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-03-21T13:13:25.307 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:13:25.307 INFO:teuthology.orchestra.run.smithi116.stdout:Upgraded: 2024-03-21T13:13:25.307 INFO:teuthology.orchestra.run.smithi116.stdout: librados2-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:13:25.307 INFO:teuthology.orchestra.run.smithi116.stdout: librbd1-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:13:25.308 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2024-03-21T13:13:25.308 INFO:teuthology.orchestra.run.smithi116.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-03-21T13:13:25.308 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-base-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:13:25.308 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-common-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:13:25.308 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-radosgw-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:13:25.308 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-selinux-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:13:25.308 INFO:teuthology.orchestra.run.smithi116.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-03-21T13:13:25.308 INFO:teuthology.orchestra.run.smithi116.stdout: libarrow-9.0.0-10.el9.x86_64 2024-03-21T13:13:25.308 INFO:teuthology.orchestra.run.smithi116.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-03-21T13:13:25.308 INFO:teuthology.orchestra.run.smithi116.stdout: libcephfs2-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:13:25.308 INFO:teuthology.orchestra.run.smithi116.stdout: liboath-2.6.7-2.el9.x86_64 2024-03-21T13:13:25.308 INFO:teuthology.orchestra.run.smithi116.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-03-21T13:13:25.308 INFO:teuthology.orchestra.run.smithi116.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-03-21T13:13:25.309 INFO:teuthology.orchestra.run.smithi116.stdout: libradosstriper1-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:13:25.309 INFO:teuthology.orchestra.run.smithi116.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-03-21T13:13:25.309 INFO:teuthology.orchestra.run.smithi116.stdout: librgw2-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:13:25.309 INFO:teuthology.orchestra.run.smithi116.stdout: libunwind-1.6.2-1.el9.x86_64 2024-03-21T13:13:25.309 INFO:teuthology.orchestra.run.smithi116.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-03-21T13:13:25.309 INFO:teuthology.orchestra.run.smithi116.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-03-21T13:13:25.309 INFO:teuthology.orchestra.run.smithi116.stdout: python3-ceph-argparse-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:13:25.309 INFO:teuthology.orchestra.run.smithi116.stdout: python3-ceph-common-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:13:25.309 INFO:teuthology.orchestra.run.smithi116.stdout: python3-cephfs-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:13:25.309 INFO:teuthology.orchestra.run.smithi116.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-03-21T13:13:25.309 INFO:teuthology.orchestra.run.smithi116.stdout: python3-rados-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:13:25.309 INFO:teuthology.orchestra.run.smithi116.stdout: python3-rbd-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:13:25.310 INFO:teuthology.orchestra.run.smithi116.stdout: python3-rgw-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:13:25.310 INFO:teuthology.orchestra.run.smithi116.stdout: qatlib-23.11.0-1.el9.x86_64 2024-03-21T13:13:25.310 INFO:teuthology.orchestra.run.smithi116.stdout: qatlib-service-23.11.0-1.el9.x86_64 2024-03-21T13:13:25.310 INFO:teuthology.orchestra.run.smithi116.stdout: qatzip-libs-1.1.2-2.el9.x86_64 2024-03-21T13:13:25.310 INFO:teuthology.orchestra.run.smithi116.stdout: re2-1:20211101-3.el9.x86_64 2024-03-21T13:13:25.310 INFO:teuthology.orchestra.run.smithi116.stdout: thrift-0.15.0-2.el9.x86_64 2024-03-21T13:13:25.310 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:13:25.310 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-03-21T13:13:25.502 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: ceph-common-2:19.0.0-2267.g960fbbe4.el9.x86_64 29/34 2024-03-21T13:13:25.554 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : ceph-base-2:19.0.0-2267.g960fbbe4.el9.x86_64 30/34 2024-03-21T13:13:25.628 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install ceph-test 2024-03-21T13:13:25.737 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : ceph-radosgw-2:19.0.0-2267.g960fbbe4.el9.x86_64 32/34 2024-03-21T13:13:25.743 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: ceph-base-2:19.0.0-2267.g960fbbe4.el9.x86_64 30/34 2024-03-21T13:13:25.743 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-03-21T13:13:25.743 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-03-21T13:13:25.743 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:13:25.762 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2267.g960fbbe4.el9.x86_64 32/34 2024-03-21T13:13:25.762 INFO:teuthology.orchestra.run.smithi052.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-21T13:13:25.762 INFO:teuthology.orchestra.run.smithi052.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-03-21T13:13:25.762 INFO:teuthology.orchestra.run.smithi052.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-03-21T13:13:25.762 INFO:teuthology.orchestra.run.smithi052.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-03-21T13:13:25.762 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:13:25.764 INFO:teuthology.orchestra.run.smithi052.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-03-21T13:13:25.849 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-03-21T13:13:25.849 INFO:teuthology.orchestra.run.smithi052.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-03-21T13:13:25.890 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : ceph-selinux-2:19.0.0-2267.g960fbbe4.el9.x86_64 31/34 2024-03-21T13:13:26.184 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:00:28 ago on Thu 21 Mar 2024 01:12:58 PM UTC. 2024-03-21T13:13:26.334 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-03-21T13:13:26.335 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-03-21T13:13:26.335 INFO:teuthology.orchestra.run.smithi116.stdout: Package Arch Version Repository Size 2024-03-21T13:13:26.335 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-03-21T13:13:26.335 INFO:teuthology.orchestra.run.smithi116.stdout:Installing: 2024-03-21T13:13:26.335 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-test x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 48 M 2024-03-21T13:13:26.335 INFO:teuthology.orchestra.run.smithi116.stdout:Installing dependencies: 2024-03-21T13:13:26.335 INFO:teuthology.orchestra.run.smithi116.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-03-21T13:13:26.335 INFO:teuthology.orchestra.run.smithi116.stdout: libcephsqlite x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 163 k 2024-03-21T13:13:26.336 INFO:teuthology.orchestra.run.smithi116.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-AppStream 217 k 2024-03-21T13:13:26.336 INFO:teuthology.orchestra.run.smithi116.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-03-21T13:13:26.336 INFO:teuthology.orchestra.run.smithi116.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-03-21T13:13:26.336 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:13:26.336 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2024-03-21T13:13:26.336 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-03-21T13:13:26.336 INFO:teuthology.orchestra.run.smithi116.stdout:Install 6 Packages 2024-03-21T13:13:26.336 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:13:26.337 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 49 M 2024-03-21T13:13:26.337 INFO:teuthology.orchestra.run.smithi116.stdout:Installed size: 206 M 2024-03-21T13:13:26.337 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2024-03-21T13:13:26.764 INFO:teuthology.orchestra.run.smithi116.stdout:(1/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 1.3 MB/s | 217 kB 00:00 2024-03-21T13:13:26.814 INFO:teuthology.orchestra.run.smithi116.stdout:(2/6): socat-1.7.4.1-5.el9.x86_64.rpm 6.0 MB/s | 300 kB 00:00 2024-03-21T13:13:26.848 INFO:teuthology.orchestra.run.smithi116.stdout:(3/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.8 MB/s | 63 kB 00:00 2024-03-21T13:13:26.874 INFO:teuthology.orchestra.run.smithi116.stdout:(4/6): libcephsqlite-19.0.0-2267.g960fbbe4.el9. 603 kB/s | 163 kB 00:00 2024-03-21T13:13:27.054 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-03-21T13:13:27.055 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : ceph-base-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/34 2024-03-21T13:13:27.055 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : ceph-common-2:19.0.0-2267.g960fbbe4.el9.x86_64 2/34 2024-03-21T13:13:27.055 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : ceph-radosgw-2:19.0.0-2267.g960fbbe4.el9.x86_64 3/34 2024-03-21T13:13:27.055 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : ceph-selinux-2:19.0.0-2267.g960fbbe4.el9.x86_64 4/34 2024-03-21T13:13:27.055 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : libcephfs2-2:19.0.0-2267.g960fbbe4.el9.x86_64 5/34 2024-03-21T13:13:27.055 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : libradosstriper1-2:19.0.0-2267.g960fbbe4.el9.x86_6 6/34 2024-03-21T13:13:27.055 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : librgw2-2:19.0.0-2267.g960fbbe4.el9.x86_64 7/34 2024-03-21T13:13:27.055 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2267.g960fbbe4.el9. 8/34 2024-03-21T13:13:27.055 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-ceph-common-2:19.0.0-2267.g960fbbe4.el9.x8 9/34 2024-03-21T13:13:27.055 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-cephfs-2:19.0.0-2267.g960fbbe4.el9.x86_64 10/34 2024-03-21T13:13:27.055 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-rados-2:19.0.0-2267.g960fbbe4.el9.x86_64 11/34 2024-03-21T13:13:27.055 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-rbd-2:19.0.0-2267.g960fbbe4.el9.x86_64 12/34 2024-03-21T13:13:27.055 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-rgw-2:19.0.0-2267.g960fbbe4.el9.x86_64 13/34 2024-03-21T13:13:27.056 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-03-21T13:13:27.056 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-03-21T13:13:27.056 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-03-21T13:13:27.056 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-03-21T13:13:27.056 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-03-21T13:13:27.056 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-03-21T13:13:27.056 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : qatlib-23.11.0-1.el9.x86_64 20/34 2024-03-21T13:13:27.056 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : qatlib-service-23.11.0-1.el9.x86_64 21/34 2024-03-21T13:13:27.056 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : qatzip-libs-1.1.2-2.el9.x86_64 22/34 2024-03-21T13:13:27.056 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-03-21T13:13:27.056 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-03-21T13:13:27.056 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-03-21T13:13:27.056 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-03-21T13:13:27.056 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-03-21T13:13:27.057 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-03-21T13:13:27.057 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-03-21T13:13:27.057 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-03-21T13:13:27.057 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : librados2-2:19.0.0-2267.g960fbbe4.el9.x86_64 31/34 2024-03-21T13:13:27.057 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-03-21T13:13:27.057 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : librbd1-2:19.0.0-2267.g960fbbe4.el9.x86_64 33/34 2024-03-21T13:13:27.390 INFO:teuthology.orchestra.run.smithi116.stdout:(5/6): jq-1.6-16.el9.x86_64.rpm 345 kB/s | 187 kB 00:00 2024-03-21T13:13:28.317 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-03-21T13:13:28.317 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:13:28.317 INFO:teuthology.orchestra.run.smithi052.stdout:Upgraded: 2024-03-21T13:13:28.317 INFO:teuthology.orchestra.run.smithi052.stdout: librados2-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:13:28.317 INFO:teuthology.orchestra.run.smithi052.stdout: librbd1-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:13:28.318 INFO:teuthology.orchestra.run.smithi052.stdout:Installed: 2024-03-21T13:13:28.318 INFO:teuthology.orchestra.run.smithi052.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-03-21T13:13:28.318 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-base-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:13:28.318 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-common-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:13:28.318 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-radosgw-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:13:28.318 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-selinux-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:13:28.318 INFO:teuthology.orchestra.run.smithi052.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-03-21T13:13:28.318 INFO:teuthology.orchestra.run.smithi052.stdout: libarrow-9.0.0-10.el9.x86_64 2024-03-21T13:13:28.318 INFO:teuthology.orchestra.run.smithi052.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-03-21T13:13:28.318 INFO:teuthology.orchestra.run.smithi052.stdout: libcephfs2-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:13:28.318 INFO:teuthology.orchestra.run.smithi052.stdout: liboath-2.6.7-2.el9.x86_64 2024-03-21T13:13:28.318 INFO:teuthology.orchestra.run.smithi052.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-03-21T13:13:28.318 INFO:teuthology.orchestra.run.smithi052.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-03-21T13:13:28.319 INFO:teuthology.orchestra.run.smithi052.stdout: libradosstriper1-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:13:28.319 INFO:teuthology.orchestra.run.smithi052.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-03-21T13:13:28.319 INFO:teuthology.orchestra.run.smithi052.stdout: librgw2-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:13:28.319 INFO:teuthology.orchestra.run.smithi052.stdout: libunwind-1.6.2-1.el9.x86_64 2024-03-21T13:13:28.319 INFO:teuthology.orchestra.run.smithi052.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-03-21T13:13:28.319 INFO:teuthology.orchestra.run.smithi052.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-03-21T13:13:28.319 INFO:teuthology.orchestra.run.smithi052.stdout: python3-ceph-argparse-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:13:28.319 INFO:teuthology.orchestra.run.smithi052.stdout: python3-ceph-common-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:13:28.319 INFO:teuthology.orchestra.run.smithi052.stdout: python3-cephfs-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:13:28.319 INFO:teuthology.orchestra.run.smithi052.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-03-21T13:13:28.319 INFO:teuthology.orchestra.run.smithi052.stdout: python3-rados-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:13:28.319 INFO:teuthology.orchestra.run.smithi052.stdout: python3-rbd-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:13:28.319 INFO:teuthology.orchestra.run.smithi052.stdout: python3-rgw-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:13:28.320 INFO:teuthology.orchestra.run.smithi052.stdout: qatlib-23.11.0-1.el9.x86_64 2024-03-21T13:13:28.320 INFO:teuthology.orchestra.run.smithi052.stdout: qatlib-service-23.11.0-1.el9.x86_64 2024-03-21T13:13:28.320 INFO:teuthology.orchestra.run.smithi052.stdout: qatzip-libs-1.1.2-2.el9.x86_64 2024-03-21T13:13:28.320 INFO:teuthology.orchestra.run.smithi052.stdout: re2-1:20211101-3.el9.x86_64 2024-03-21T13:13:28.320 INFO:teuthology.orchestra.run.smithi052.stdout: thrift-0.15.0-2.el9.x86_64 2024-03-21T13:13:28.320 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:13:28.320 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-03-21T13:13:28.707 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install ceph-test 2024-03-21T13:13:29.149 INFO:teuthology.orchestra.run.smithi116.stdout:(6/6): ceph-test-19.0.0-2267.g960fbbe4.el9.x86_ 19 MB/s | 48 MB 00:02 2024-03-21T13:13:29.152 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2024-03-21T13:13:29.152 INFO:teuthology.orchestra.run.smithi116.stdout:Total 17 MB/s | 49 MB 00:02 2024-03-21T13:13:29.166 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2024-03-21T13:13:29.187 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2024-03-21T13:13:29.187 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2024-03-21T13:13:29.283 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:00:31 ago on Thu 21 Mar 2024 01:12:58 PM UTC. 2024-03-21T13:13:29.437 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-03-21T13:13:29.438 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-21T13:13:29.438 INFO:teuthology.orchestra.run.smithi052.stdout: Package Arch Version Repository Size 2024-03-21T13:13:29.438 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-21T13:13:29.438 INFO:teuthology.orchestra.run.smithi052.stdout:Installing: 2024-03-21T13:13:29.438 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-test x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 48 M 2024-03-21T13:13:29.438 INFO:teuthology.orchestra.run.smithi052.stdout:Installing dependencies: 2024-03-21T13:13:29.439 INFO:teuthology.orchestra.run.smithi052.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-03-21T13:13:29.439 INFO:teuthology.orchestra.run.smithi052.stdout: libcephsqlite x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 163 k 2024-03-21T13:13:29.439 INFO:teuthology.orchestra.run.smithi052.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-AppStream 217 k 2024-03-21T13:13:29.439 INFO:teuthology.orchestra.run.smithi052.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-03-21T13:13:29.439 INFO:teuthology.orchestra.run.smithi052.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-03-21T13:13:29.439 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:13:29.439 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction Summary 2024-03-21T13:13:29.439 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-21T13:13:29.439 INFO:teuthology.orchestra.run.smithi052.stdout:Install 6 Packages 2024-03-21T13:13:29.439 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:13:29.440 INFO:teuthology.orchestra.run.smithi052.stdout:Total download size: 49 M 2024-03-21T13:13:29.440 INFO:teuthology.orchestra.run.smithi052.stdout:Installed size: 206 M 2024-03-21T13:13:29.440 INFO:teuthology.orchestra.run.smithi052.stdout:Downloading Packages: 2024-03-21T13:13:29.572 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2024-03-21T13:13:29.572 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2024-03-21T13:13:29.738 INFO:teuthology.orchestra.run.smithi052.stdout:(1/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 1.4 MB/s | 217 kB 00:00 2024-03-21T13:13:29.780 INFO:teuthology.orchestra.run.smithi052.stdout:(2/6): socat-1.7.4.1-5.el9.x86_64.rpm 7.0 MB/s | 300 kB 00:00 2024-03-21T13:13:29.813 INFO:teuthology.orchestra.run.smithi052.stdout:(3/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.8 MB/s | 63 kB 00:00 2024-03-21T13:13:29.964 INFO:teuthology.orchestra.run.smithi052.stdout:(4/6): jq-1.6-16.el9.x86_64.rpm 1.2 MB/s | 187 kB 00:00 2024-03-21T13:13:29.989 INFO:teuthology.orchestra.run.smithi052.stdout:(5/6): libcephsqlite-19.0.0-2267.g960fbbe4.el9. 404 kB/s | 163 kB 00:00 2024-03-21T13:13:30.164 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2024-03-21T13:13:30.241 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-03-21T13:13:30.280 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-03-21T13:13:30.320 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-03-21T13:13:30.366 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-03-21T13:13:30.394 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : libcephsqlite-2:19.0.0-2267.g960fbbe4.el9.x86_64 5/6 2024-03-21T13:13:31.914 INFO:teuthology.orchestra.run.smithi052.stdout:(6/6): ceph-test-19.0.0-2267.g960fbbe4.el9.x86_ 20 MB/s | 48 MB 00:02 2024-03-21T13:13:31.917 INFO:teuthology.orchestra.run.smithi052.stdout:-------------------------------------------------------------------------------- 2024-03-21T13:13:31.917 INFO:teuthology.orchestra.run.smithi052.stdout:Total 20 MB/s | 49 MB 00:02 2024-03-21T13:13:31.932 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction check 2024-03-21T13:13:31.955 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction check succeeded. 2024-03-21T13:13:31.955 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction test 2024-03-21T13:13:32.348 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction test succeeded. 2024-03-21T13:13:32.349 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction 2024-03-21T13:13:32.965 INFO:teuthology.orchestra.run.smithi052.stdout: Preparing : 1/1 2024-03-21T13:13:33.049 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-03-21T13:13:33.101 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-03-21T13:13:33.141 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-03-21T13:13:33.190 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-03-21T13:13:33.217 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : libcephsqlite-2:19.0.0-2267.g960fbbe4.el9.x86_64 5/6 2024-03-21T13:13:34.924 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2267.g960fbbe4.el9.x86_64 5/6 2024-03-21T13:13:35.001 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-test-2:19.0.0-2267.g960fbbe4.el9.x86_64 6/6 2024-03-21T13:13:37.341 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: ceph-test-2:19.0.0-2267.g960fbbe4.el9.x86_64 6/6 2024-03-21T13:13:37.341 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-test-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/6 2024-03-21T13:13:37.341 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : libcephsqlite-2:19.0.0-2267.g960fbbe4.el9.x86_64 2/6 2024-03-21T13:13:37.341 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-03-21T13:13:37.342 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 4/6 2024-03-21T13:13:37.342 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/6 2024-03-21T13:13:37.794 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : jq-1.6-16.el9.x86_64 6/6 2024-03-21T13:13:37.794 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:13:37.794 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2024-03-21T13:13:37.794 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-test-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:13:37.794 INFO:teuthology.orchestra.run.smithi116.stdout: jq-1.6-16.el9.x86_64 2024-03-21T13:13:37.794 INFO:teuthology.orchestra.run.smithi116.stdout: libcephsqlite-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:13:37.795 INFO:teuthology.orchestra.run.smithi116.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-03-21T13:13:37.795 INFO:teuthology.orchestra.run.smithi116.stdout: socat-1.7.4.1-5.el9.x86_64 2024-03-21T13:13:37.795 INFO:teuthology.orchestra.run.smithi116.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-03-21T13:13:37.795 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:13:37.795 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-03-21T13:13:37.971 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2267.g960fbbe4.el9.x86_64 31/34 2024-03-21T13:13:37.971 INFO:teuthology.orchestra.run.smithi029.stdout:skipping the directory /sys 2024-03-21T13:13:37.971 INFO:teuthology.orchestra.run.smithi029.stdout:skipping the directory /proc 2024-03-21T13:13:37.971 INFO:teuthology.orchestra.run.smithi029.stdout:skipping the directory /mnt 2024-03-21T13:13:37.971 INFO:teuthology.orchestra.run.smithi029.stdout:skipping the directory /var/tmp 2024-03-21T13:13:37.971 INFO:teuthology.orchestra.run.smithi029.stdout:skipping the directory /home 2024-03-21T13:13:37.971 INFO:teuthology.orchestra.run.smithi029.stdout:skipping the directory /root 2024-03-21T13:13:37.971 INFO:teuthology.orchestra.run.smithi029.stdout:skipping the directory /tmp 2024-03-21T13:13:37.971 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:13:37.999 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2267.g960fbbe4.el9.x86_64 5/6 2024-03-21T13:13:38.043 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install ceph 2024-03-21T13:13:38.086 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : ceph-test-2:19.0.0-2267.g960fbbe4.el9.x86_64 6/6 2024-03-21T13:13:38.629 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:00:40 ago on Thu 21 Mar 2024 01:12:58 PM UTC. 2024-03-21T13:13:38.791 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-03-21T13:13:38.793 INFO:teuthology.orchestra.run.smithi116.stdout:========================================================================================= 2024-03-21T13:13:38.793 INFO:teuthology.orchestra.run.smithi116.stdout: Package Arch Version Repository Size 2024-03-21T13:13:38.793 INFO:teuthology.orchestra.run.smithi116.stdout:========================================================================================= 2024-03-21T13:13:38.794 INFO:teuthology.orchestra.run.smithi116.stdout:Installing: 2024-03-21T13:13:38.794 INFO:teuthology.orchestra.run.smithi116.stdout: ceph x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 6.6 k 2024-03-21T13:13:38.794 INFO:teuthology.orchestra.run.smithi116.stdout:Installing dependencies: 2024-03-21T13:13:38.794 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-mds x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 2.3 M 2024-03-21T13:13:38.794 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-mgr x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 1.5 M 2024-03-21T13:13:38.794 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2267.g960fbbe4.el9 ceph-noarch 248 k 2024-03-21T13:13:38.794 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-mon x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 4.7 M 2024-03-21T13:13:38.794 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-osd x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 17 M 2024-03-21T13:13:38.794 INFO:teuthology.orchestra.run.smithi116.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-03-21T13:13:38.794 INFO:teuthology.orchestra.run.smithi116.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-03-21T13:13:38.794 INFO:teuthology.orchestra.run.smithi116.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-03-21T13:13:38.794 INFO:teuthology.orchestra.run.smithi116.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-03-21T13:13:38.794 INFO:teuthology.orchestra.run.smithi116.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-03-21T13:13:38.795 INFO:teuthology.orchestra.run.smithi116.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-03-21T13:13:38.795 INFO:teuthology.orchestra.run.smithi116.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-03-21T13:13:38.795 INFO:teuthology.orchestra.run.smithi116.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-03-21T13:13:38.795 INFO:teuthology.orchestra.run.smithi116.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-03-21T13:13:38.795 INFO:teuthology.orchestra.run.smithi116.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-03-21T13:13:38.795 INFO:teuthology.orchestra.run.smithi116.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-03-21T13:13:38.795 INFO:teuthology.orchestra.run.smithi116.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-03-21T13:13:38.795 INFO:teuthology.orchestra.run.smithi116.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-03-21T13:13:38.795 INFO:teuthology.orchestra.run.smithi116.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-03-21T13:13:38.795 INFO:teuthology.orchestra.run.smithi116.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-03-21T13:13:38.795 INFO:teuthology.orchestra.run.smithi116.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-03-21T13:13:38.795 INFO:teuthology.orchestra.run.smithi116.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-03-21T13:13:38.795 INFO:teuthology.orchestra.run.smithi116.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-03-21T13:13:38.796 INFO:teuthology.orchestra.run.smithi116.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-03-21T13:13:38.796 INFO:teuthology.orchestra.run.smithi116.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-03-21T13:13:38.796 INFO:teuthology.orchestra.run.smithi116.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-03-21T13:13:38.796 INFO:teuthology.orchestra.run.smithi116.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-03-21T13:13:38.796 INFO:teuthology.orchestra.run.smithi116.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-03-21T13:13:38.796 INFO:teuthology.orchestra.run.smithi116.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-03-21T13:13:38.796 INFO:teuthology.orchestra.run.smithi116.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-03-21T13:13:38.796 INFO:teuthology.orchestra.run.smithi116.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-03-21T13:13:38.796 INFO:teuthology.orchestra.run.smithi116.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-03-21T13:13:38.796 INFO:teuthology.orchestra.run.smithi116.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-03-21T13:13:38.796 INFO:teuthology.orchestra.run.smithi116.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-03-21T13:13:38.796 INFO:teuthology.orchestra.run.smithi116.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-03-21T13:13:38.796 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:13:38.796 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2024-03-21T13:13:38.797 INFO:teuthology.orchestra.run.smithi116.stdout:========================================================================================= 2024-03-21T13:13:38.797 INFO:teuthology.orchestra.run.smithi116.stdout:Install 36 Packages 2024-03-21T13:13:38.797 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:13:38.797 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 30 M 2024-03-21T13:13:38.798 INFO:teuthology.orchestra.run.smithi116.stdout:Installed size: 107 M 2024-03-21T13:13:38.798 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2024-03-21T13:13:38.954 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : ceph-radosgw-2:19.0.0-2267.g960fbbe4.el9.x86_64 32/34 2024-03-21T13:13:38.975 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2267.g960fbbe4.el9.x86_64 32/34 2024-03-21T13:13:38.975 INFO:teuthology.orchestra.run.smithi029.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-21T13:13:38.975 INFO:teuthology.orchestra.run.smithi029.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-03-21T13:13:38.975 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-03-21T13:13:38.975 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-03-21T13:13:38.975 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:13:38.977 INFO:teuthology.orchestra.run.smithi029.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-03-21T13:13:39.067 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-03-21T13:13:39.067 INFO:teuthology.orchestra.run.smithi029.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-03-21T13:13:39.368 INFO:teuthology.orchestra.run.smithi116.stdout:(1/36): ceph-19.0.0-2267.g960fbbe4.el9.x86_64.r 38 kB/s | 6.6 kB 00:00 2024-03-21T13:13:39.526 INFO:teuthology.orchestra.run.smithi116.stdout:(2/36): ceph-mgr-19.0.0-2267.g960fbbe4.el9.x86_ 4.5 MB/s | 1.5 MB 00:00 2024-03-21T13:13:39.819 INFO:teuthology.orchestra.run.smithi116.stdout:(3/36): ceph-mds-19.0.0-2267.g960fbbe4.el9.x86_ 3.7 MB/s | 2.3 MB 00:00 2024-03-21T13:13:39.910 INFO:teuthology.orchestra.run.smithi116.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2267.g960f 2.7 MB/s | 248 kB 00:00 2024-03-21T13:13:40.027 INFO:teuthology.orchestra.run.smithi116.stdout:(5/36): lua-5.4.4-4.el9.x86_64.rpm 1.6 MB/s | 187 kB 00:00 2024-03-21T13:13:40.069 INFO:teuthology.orchestra.run.smithi116.stdout:(6/36): python3-mako-1.1.4-6.el9.noarch.rpm 3.4 MB/s | 144 kB 00:00 2024-03-21T13:13:40.094 INFO:teuthology.orchestra.run.smithi116.stdout:(7/36): python3-markupsafe-1.1.1-12.el9.x86_64. 1.2 MB/s | 32 kB 00:00 2024-03-21T13:13:40.119 INFO:teuthology.orchestra.run.smithi116.stdout:(8/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.8 MB/s | 47 kB 00:00 2024-03-21T13:13:40.145 INFO:teuthology.orchestra.run.smithi116.stdout:(9/36): python3-toml-0.10.2-6.el9.noarch.rpm 1.5 MB/s | 39 kB 00:00 2024-03-21T13:13:40.178 INFO:teuthology.orchestra.run.smithi116.stdout:(10/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 7.1 MB/s | 241 kB 00:00 2024-03-21T13:13:40.245 INFO:teuthology.orchestra.run.smithi116.stdout:(11/36): python3-cryptography-36.0.1-4.el9.x86_ 17 MB/s | 1.1 MB 00:00 2024-03-21T13:13:40.279 INFO:teuthology.orchestra.run.smithi116.stdout:(12/36): python3-ply-3.11-14.el9.noarch.rpm 3.0 MB/s | 103 kB 00:00 2024-03-21T13:13:40.294 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: ceph-test-2:19.0.0-2267.g960fbbe4.el9.x86_64 6/6 2024-03-21T13:13:40.294 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : ceph-test-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/6 2024-03-21T13:13:40.294 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : libcephsqlite-2:19.0.0-2267.g960fbbe4.el9.x86_64 2/6 2024-03-21T13:13:40.294 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-03-21T13:13:40.294 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 4/6 2024-03-21T13:13:40.294 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/6 2024-03-21T13:13:40.304 INFO:teuthology.orchestra.run.smithi116.stdout:(13/36): python3-pycparser-2.20-6.el9.noarch.rp 4.8 MB/s | 124 kB 00:00 2024-03-21T13:13:40.463 INFO:teuthology.orchestra.run.smithi116.stdout:(14/36): ceph-osd-19.0.0-2267.g960fbbe4.el9.x86 18 MB/s | 17 MB 00:00 2024-03-21T13:13:40.488 INFO:teuthology.orchestra.run.smithi116.stdout:(15/36): python3-urllib3-1.26.5-5.el9.noarch.rp 1.0 MB/s | 187 kB 00:00 2024-03-21T13:13:40.556 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-03-21T13:13:40.556 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : ceph-base-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/34 2024-03-21T13:13:40.556 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : ceph-common-2:19.0.0-2267.g960fbbe4.el9.x86_64 2/34 2024-03-21T13:13:40.556 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : ceph-radosgw-2:19.0.0-2267.g960fbbe4.el9.x86_64 3/34 2024-03-21T13:13:40.556 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : ceph-selinux-2:19.0.0-2267.g960fbbe4.el9.x86_64 4/34 2024-03-21T13:13:40.557 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : libcephfs2-2:19.0.0-2267.g960fbbe4.el9.x86_64 5/34 2024-03-21T13:13:40.557 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : libradosstriper1-2:19.0.0-2267.g960fbbe4.el9.x86_6 6/34 2024-03-21T13:13:40.557 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : librgw2-2:19.0.0-2267.g960fbbe4.el9.x86_64 7/34 2024-03-21T13:13:40.557 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2267.g960fbbe4.el9. 8/34 2024-03-21T13:13:40.557 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-ceph-common-2:19.0.0-2267.g960fbbe4.el9.x8 9/34 2024-03-21T13:13:40.557 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-cephfs-2:19.0.0-2267.g960fbbe4.el9.x86_64 10/34 2024-03-21T13:13:40.557 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-rados-2:19.0.0-2267.g960fbbe4.el9.x86_64 11/34 2024-03-21T13:13:40.557 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-rbd-2:19.0.0-2267.g960fbbe4.el9.x86_64 12/34 2024-03-21T13:13:40.557 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-rgw-2:19.0.0-2267.g960fbbe4.el9.x86_64 13/34 2024-03-21T13:13:40.557 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-03-21T13:13:40.557 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-03-21T13:13:40.557 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-03-21T13:13:40.557 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-03-21T13:13:40.558 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-03-21T13:13:40.558 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-03-21T13:13:40.558 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : qatlib-23.11.0-1.el9.x86_64 20/34 2024-03-21T13:13:40.558 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : qatlib-service-23.11.0-1.el9.x86_64 21/34 2024-03-21T13:13:40.558 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : qatzip-libs-1.1.2-2.el9.x86_64 22/34 2024-03-21T13:13:40.558 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-03-21T13:13:40.558 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-03-21T13:13:40.558 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-03-21T13:13:40.558 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-03-21T13:13:40.558 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-03-21T13:13:40.558 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-03-21T13:13:40.558 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-03-21T13:13:40.558 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-03-21T13:13:40.559 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : librados2-2:19.0.0-2267.g960fbbe4.el9.x86_64 31/34 2024-03-21T13:13:40.559 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-03-21T13:13:40.559 INFO:teuthology.orchestra.run.smithi116.stdout:(16/36): ceph-mon-19.0.0-2267.g960fbbe4.el9.x86 4.0 MB/s | 4.7 MB 00:01 2024-03-21T13:13:40.559 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : librbd1-2:19.0.0-2267.g960fbbe4.el9.x86_64 33/34 2024-03-21T13:13:40.605 INFO:teuthology.orchestra.run.smithi116.stdout:(17/36): lua-devel-5.4.4-4.el9.x86_64.rpm 191 kB/s | 22 kB 00:00 2024-03-21T13:13:40.656 INFO:teuthology.orchestra.run.smithi116.stdout:(18/36): python3-requests-2.25.1-8.el9.noarch.r 650 kB/s | 125 kB 00:00 2024-03-21T13:13:40.862 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : jq-1.6-16.el9.x86_64 6/6 2024-03-21T13:13:40.862 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:13:40.863 INFO:teuthology.orchestra.run.smithi052.stdout:Installed: 2024-03-21T13:13:40.863 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-test-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:13:40.863 INFO:teuthology.orchestra.run.smithi052.stdout: jq-1.6-16.el9.x86_64 2024-03-21T13:13:40.863 INFO:teuthology.orchestra.run.smithi052.stdout: libcephsqlite-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:13:40.863 INFO:teuthology.orchestra.run.smithi052.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-03-21T13:13:40.863 INFO:teuthology.orchestra.run.smithi052.stdout: socat-1.7.4.1-5.el9.x86_64 2024-03-21T13:13:40.863 INFO:teuthology.orchestra.run.smithi052.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-03-21T13:13:40.863 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:13:40.863 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-03-21T13:13:40.997 INFO:teuthology.orchestra.run.smithi116.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 111 kB/s | 43 kB 00:00 2024-03-21T13:13:41.111 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install ceph 2024-03-21T13:13:41.206 INFO:teuthology.orchestra.run.smithi116.stdout:(20/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 312 kB/s | 172 kB 00:00 2024-03-21T13:13:41.298 INFO:teuthology.orchestra.run.smithi116.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 117 kB/s | 11 kB 00:00 2024-03-21T13:13:41.348 INFO:teuthology.orchestra.run.smithi116.stdout:(22/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.0 MB/s | 358 kB 00:00 2024-03-21T13:13:41.373 INFO:teuthology.orchestra.run.smithi116.stdout:(23/36): luarocks-3.9.2-1.el9.noarch.rpm 185 kB/s | 151 kB 00:00 2024-03-21T13:13:41.391 INFO:teuthology.orchestra.run.smithi116.stdout:(24/36): python3-jaraco-classes-3.2.1-5.el9.noa 191 kB/s | 18 kB 00:00 2024-03-21T13:13:41.441 INFO:teuthology.orchestra.run.smithi116.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 250 kB/s | 23 kB 00:00 2024-03-21T13:13:41.483 INFO:teuthology.orchestra.run.smithi116.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 214 kB/s | 20 kB 00:00 2024-03-21T13:13:41.500 INFO:teuthology.orchestra.run.smithi116.stdout:(27/36): python3-jaraco-functools-3.5.0-2.el9.n 154 kB/s | 19 kB 00:00 2024-03-21T13:13:41.534 INFO:teuthology.orchestra.run.smithi116.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 503 kB/s | 46 kB 00:00 2024-03-21T13:13:41.609 INFO:teuthology.orchestra.run.smithi116.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 627 kB/s | 79 kB 00:00 2024-03-21T13:13:41.611 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-03-21T13:13:41.611 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:13:41.611 INFO:teuthology.orchestra.run.smithi029.stdout:Upgraded: 2024-03-21T13:13:41.611 INFO:teuthology.orchestra.run.smithi029.stdout: librados2-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:13:41.611 INFO:teuthology.orchestra.run.smithi029.stdout: librbd1-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:13:41.611 INFO:teuthology.orchestra.run.smithi029.stdout:Installed: 2024-03-21T13:13:41.611 INFO:teuthology.orchestra.run.smithi029.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-03-21T13:13:41.611 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-base-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:13:41.611 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-common-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:13:41.611 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-radosgw-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:13:41.611 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-selinux-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:13:41.612 INFO:teuthology.orchestra.run.smithi029.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-03-21T13:13:41.612 INFO:teuthology.orchestra.run.smithi029.stdout: libarrow-9.0.0-10.el9.x86_64 2024-03-21T13:13:41.612 INFO:teuthology.orchestra.run.smithi029.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-03-21T13:13:41.612 INFO:teuthology.orchestra.run.smithi029.stdout: libcephfs2-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:13:41.612 INFO:teuthology.orchestra.run.smithi029.stdout: liboath-2.6.7-2.el9.x86_64 2024-03-21T13:13:41.612 INFO:teuthology.orchestra.run.smithi029.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-03-21T13:13:41.612 INFO:teuthology.orchestra.run.smithi029.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-03-21T13:13:41.612 INFO:teuthology.orchestra.run.smithi029.stdout: libradosstriper1-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:13:41.612 INFO:teuthology.orchestra.run.smithi029.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-03-21T13:13:41.612 INFO:teuthology.orchestra.run.smithi029.stdout: librgw2-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:13:41.612 INFO:teuthology.orchestra.run.smithi029.stdout: libunwind-1.6.2-1.el9.x86_64 2024-03-21T13:13:41.613 INFO:teuthology.orchestra.run.smithi029.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-03-21T13:13:41.613 INFO:teuthology.orchestra.run.smithi029.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-03-21T13:13:41.613 INFO:teuthology.orchestra.run.smithi029.stdout: python3-ceph-argparse-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:13:41.613 INFO:teuthology.orchestra.run.smithi029.stdout: python3-ceph-common-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:13:41.613 INFO:teuthology.orchestra.run.smithi029.stdout: python3-cephfs-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:13:41.613 INFO:teuthology.orchestra.run.smithi029.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-03-21T13:13:41.613 INFO:teuthology.orchestra.run.smithi029.stdout: python3-rados-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:13:41.613 INFO:teuthology.orchestra.run.smithi029.stdout: python3-rbd-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:13:41.613 INFO:teuthology.orchestra.run.smithi029.stdout: python3-rgw-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:13:41.613 INFO:teuthology.orchestra.run.smithi029.stdout: qatlib-23.11.0-1.el9.x86_64 2024-03-21T13:13:41.613 INFO:teuthology.orchestra.run.smithi029.stdout: qatlib-service-23.11.0-1.el9.x86_64 2024-03-21T13:13:41.613 INFO:teuthology.orchestra.run.smithi029.stdout: qatzip-libs-1.1.2-2.el9.x86_64 2024-03-21T13:13:41.613 INFO:teuthology.orchestra.run.smithi029.stdout: re2-1:20211101-3.el9.x86_64 2024-03-21T13:13:41.613 INFO:teuthology.orchestra.run.smithi029.stdout: thrift-0.15.0-2.el9.x86_64 2024-03-21T13:13:41.614 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:13:41.614 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2024-03-21T13:13:41.625 INFO:teuthology.orchestra.run.smithi116.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 179 kB/s | 16 kB 00:00 2024-03-21T13:13:41.685 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:00:43 ago on Thu 21 Mar 2024 01:12:58 PM UTC. 2024-03-21T13:13:41.726 INFO:teuthology.orchestra.run.smithi116.stdout:(31/36): python3-tempora-5.0.0-2.el9.noarch.rpm 357 kB/s | 36 kB 00:00 2024-03-21T13:13:41.751 INFO:teuthology.orchestra.run.smithi116.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 633 kB/s | 90 kB 00:00 2024-03-21T13:13:41.845 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-03-21T13:13:41.847 INFO:teuthology.orchestra.run.smithi052.stdout:========================================================================================= 2024-03-21T13:13:41.847 INFO:teuthology.orchestra.run.smithi052.stdout: Package Arch Version Repository Size 2024-03-21T13:13:41.847 INFO:teuthology.orchestra.run.smithi052.stdout:========================================================================================= 2024-03-21T13:13:41.848 INFO:teuthology.orchestra.run.smithi052.stdout:Installing: 2024-03-21T13:13:41.848 INFO:teuthology.orchestra.run.smithi052.stdout: ceph x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 6.6 k 2024-03-21T13:13:41.848 INFO:teuthology.orchestra.run.smithi052.stdout:Installing dependencies: 2024-03-21T13:13:41.848 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-mds x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 2.3 M 2024-03-21T13:13:41.848 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-mgr x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 1.5 M 2024-03-21T13:13:41.849 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2267.g960fbbe4.el9 ceph-noarch 248 k 2024-03-21T13:13:41.849 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-mon x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 4.7 M 2024-03-21T13:13:41.849 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-osd x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 17 M 2024-03-21T13:13:41.849 INFO:teuthology.orchestra.run.smithi052.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-03-21T13:13:41.849 INFO:teuthology.orchestra.run.smithi052.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-03-21T13:13:41.849 INFO:teuthology.orchestra.run.smithi052.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-03-21T13:13:41.849 INFO:teuthology.orchestra.run.smithi052.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-03-21T13:13:41.849 INFO:teuthology.orchestra.run.smithi052.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-03-21T13:13:41.849 INFO:teuthology.orchestra.run.smithi052.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-03-21T13:13:41.850 INFO:teuthology.orchestra.run.smithi052.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-03-21T13:13:41.850 INFO:teuthology.orchestra.run.smithi052.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-03-21T13:13:41.850 INFO:teuthology.orchestra.run.smithi052.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-03-21T13:13:41.850 INFO:teuthology.orchestra.run.smithi052.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-03-21T13:13:41.850 INFO:teuthology.orchestra.run.smithi052.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-03-21T13:13:41.850 INFO:teuthology.orchestra.run.smithi052.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-03-21T13:13:41.850 INFO:teuthology.orchestra.run.smithi052.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-03-21T13:13:41.850 INFO:teuthology.orchestra.run.smithi052.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-03-21T13:13:41.850 INFO:teuthology.orchestra.run.smithi052.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-03-21T13:13:41.850 INFO:teuthology.orchestra.run.smithi052.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-03-21T13:13:41.850 INFO:teuthology.orchestra.run.smithi052.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-03-21T13:13:41.851 INFO:teuthology.orchestra.run.smithi052.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-03-21T13:13:41.851 INFO:teuthology.orchestra.run.smithi052.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-03-21T13:13:41.851 INFO:teuthology.orchestra.run.smithi052.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-03-21T13:13:41.851 INFO:teuthology.orchestra.run.smithi052.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-03-21T13:13:41.851 INFO:teuthology.orchestra.run.smithi052.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-03-21T13:13:41.851 INFO:teuthology.orchestra.run.smithi052.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-03-21T13:13:41.851 INFO:teuthology.orchestra.run.smithi052.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-03-21T13:13:41.851 INFO:teuthology.orchestra.run.smithi052.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-03-21T13:13:41.851 INFO:teuthology.orchestra.run.smithi052.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-03-21T13:13:41.851 INFO:teuthology.orchestra.run.smithi052.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-03-21T13:13:41.851 INFO:teuthology.orchestra.run.smithi052.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-03-21T13:13:41.852 INFO:teuthology.orchestra.run.smithi052.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-03-21T13:13:41.852 INFO:teuthology.orchestra.run.smithi052.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-03-21T13:13:41.852 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:13:41.852 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction Summary 2024-03-21T13:13:41.852 INFO:teuthology.orchestra.run.smithi052.stdout:========================================================================================= 2024-03-21T13:13:41.852 INFO:teuthology.orchestra.run.smithi052.stdout:Install 36 Packages 2024-03-21T13:13:41.852 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:13:41.853 INFO:teuthology.orchestra.run.smithi116.stdout:(33/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.8 MB/s | 230 kB 00:00 2024-03-21T13:13:41.853 INFO:teuthology.orchestra.run.smithi052.stdout:Total download size: 30 M 2024-03-21T13:13:41.853 INFO:teuthology.orchestra.run.smithi052.stdout:Installed size: 107 M 2024-03-21T13:13:41.853 INFO:teuthology.orchestra.run.smithi052.stdout:Downloading Packages: 2024-03-21T13:13:41.952 INFO:teuthology.orchestra.run.smithi116.stdout:(34/36): python3-zc-lockfile-2.0-10.el9.noarch. 200 kB/s | 20 kB 00:00 2024-03-21T13:13:41.994 INFO:teuthology.orchestra.run.smithi116.stdout:(35/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 1.7 MB/s | 427 kB 00:00 2024-03-21T13:13:42.018 DEBUG:teuthology.orchestra.run.smithi029:> sudo yum -y install ceph-test 2024-03-21T13:13:42.019 INFO:teuthology.orchestra.run.smithi116.stdout:(36/36): python3-pecan-1.4.2-3.el9.noarch.rpm 525 kB/s | 272 kB 00:00 2024-03-21T13:13:42.025 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2024-03-21T13:13:42.025 INFO:teuthology.orchestra.run.smithi116.stdout:Total 9.3 MB/s | 30 MB 00:03 2024-03-21T13:13:42.051 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2024-03-21T13:13:42.094 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2024-03-21T13:13:42.094 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2024-03-21T13:13:42.511 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2024-03-21T13:13:42.512 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2024-03-21T13:13:42.566 INFO:teuthology.orchestra.run.smithi052.stdout:(1/36): ceph-19.0.0-2267.g960fbbe4.el9.x86_64.r 31 kB/s | 6.6 kB 00:00 2024-03-21T13:13:42.593 INFO:teuthology.orchestra.run.smithi029.stdout:Last metadata expiration check: 0:00:32 ago on Thu 21 Mar 2024 01:13:10 PM UTC. 2024-03-21T13:13:42.754 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2024-03-21T13:13:42.754 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-03-21T13:13:42.754 INFO:teuthology.orchestra.run.smithi029.stdout: Package Arch Version Repository Size 2024-03-21T13:13:42.755 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-03-21T13:13:42.755 INFO:teuthology.orchestra.run.smithi029.stdout:Installing: 2024-03-21T13:13:42.755 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-test x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 48 M 2024-03-21T13:13:42.755 INFO:teuthology.orchestra.run.smithi029.stdout:Installing dependencies: 2024-03-21T13:13:42.755 INFO:teuthology.orchestra.run.smithi029.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-03-21T13:13:42.755 INFO:teuthology.orchestra.run.smithi029.stdout: libcephsqlite x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 163 k 2024-03-21T13:13:42.755 INFO:teuthology.orchestra.run.smithi029.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-AppStream 217 k 2024-03-21T13:13:42.755 INFO:teuthology.orchestra.run.smithi029.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-03-21T13:13:42.755 INFO:teuthology.orchestra.run.smithi029.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-03-21T13:13:42.755 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:13:42.755 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction Summary 2024-03-21T13:13:42.755 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-03-21T13:13:42.755 INFO:teuthology.orchestra.run.smithi029.stdout:Install 6 Packages 2024-03-21T13:13:42.755 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:13:42.756 INFO:teuthology.orchestra.run.smithi029.stdout:Total download size: 49 M 2024-03-21T13:13:42.756 INFO:teuthology.orchestra.run.smithi029.stdout:Installed size: 206 M 2024-03-21T13:13:42.756 INFO:teuthology.orchestra.run.smithi029.stdout:Downloading Packages: 2024-03-21T13:13:42.924 INFO:teuthology.orchestra.run.smithi052.stdout:(2/36): ceph-mds-19.0.0-2267.g960fbbe4.el9.x86_ 4.0 MB/s | 2.3 MB 00:00 2024-03-21T13:13:42.958 INFO:teuthology.orchestra.run.smithi052.stdout:(3/36): ceph-mgr-19.0.0-2267.g960fbbe4.el9.x86_ 2.5 MB/s | 1.5 MB 00:00 2024-03-21T13:13:43.009 INFO:teuthology.orchestra.run.smithi029.stdout:(1/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 1.0 MB/s | 217 kB 00:00 2024-03-21T13:13:43.066 INFO:teuthology.orchestra.run.smithi052.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2267.g960f 2.2 MB/s | 248 kB 00:00 2024-03-21T13:13:43.101 INFO:teuthology.orchestra.run.smithi029.stdout:(2/6): socat-1.7.4.1-5.el9.x86_64.rpm 3.2 MB/s | 300 kB 00:00 2024-03-21T13:13:43.152 INFO:teuthology.orchestra.run.smithi029.stdout:(3/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.2 MB/s | 63 kB 00:00 2024-03-21T13:13:43.192 INFO:teuthology.orchestra.run.smithi052.stdout:(5/36): lua-5.4.4-4.el9.x86_64.rpm 1.5 MB/s | 187 kB 00:00 2024-03-21T13:13:43.234 INFO:teuthology.orchestra.run.smithi052.stdout:(6/36): python3-mako-1.1.4-6.el9.noarch.rpm 3.4 MB/s | 144 kB 00:00 2024-03-21T13:13:43.275 INFO:teuthology.orchestra.run.smithi052.stdout:(7/36): python3-markupsafe-1.1.1-12.el9.x86_64. 757 kB/s | 32 kB 00:00 2024-03-21T13:13:43.317 INFO:teuthology.orchestra.run.smithi052.stdout:(8/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.1 MB/s | 47 kB 00:00 2024-03-21T13:13:43.376 INFO:teuthology.orchestra.run.smithi052.stdout:(9/36): python3-toml-0.10.2-6.el9.noarch.rpm 663 kB/s | 39 kB 00:00 2024-03-21T13:13:43.460 INFO:teuthology.orchestra.run.smithi052.stdout:(10/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 2.8 MB/s | 241 kB 00:00 2024-03-21T13:13:43.526 INFO:teuthology.orchestra.run.smithi052.stdout:(11/36): ceph-mon-19.0.0-2267.g960fbbe4.el9.x86 4.9 MB/s | 4.7 MB 00:00 2024-03-21T13:13:43.536 INFO:teuthology.orchestra.run.smithi029.stdout:(4/6): jq-1.6-16.el9.x86_64.rpm 488 kB/s | 187 kB 00:00 2024-03-21T13:13:43.643 INFO:teuthology.orchestra.run.smithi052.stdout:(12/36): python3-cryptography-36.0.1-4.el9.x86_ 6.2 MB/s | 1.1 MB 00:00 2024-03-21T13:13:43.660 INFO:teuthology.orchestra.run.smithi052.stdout:(13/36): python3-ply-3.11-14.el9.noarch.rpm 772 kB/s | 103 kB 00:00 2024-03-21T13:13:43.702 INFO:teuthology.orchestra.run.smithi052.stdout:(14/36): python3-pycparser-2.20-6.el9.noarch.rp 2.1 MB/s | 124 kB 00:00 2024-03-21T13:13:43.728 INFO:teuthology.orchestra.run.smithi052.stdout:(15/36): python3-urllib3-1.26.5-5.el9.noarch.rp 2.7 MB/s | 187 kB 00:00 2024-03-21T13:13:43.824 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2024-03-21T13:13:43.828 INFO:teuthology.orchestra.run.smithi029.stdout:(5/6): libcephsqlite-19.0.0-2267.g960fbbe4.el9. 159 kB/s | 163 kB 00:01 2024-03-21T13:13:43.880 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-03-21T13:13:43.895 INFO:teuthology.orchestra.run.smithi052.stdout:(16/36): ceph-osd-19.0.0-2267.g960fbbe4.el9.x86 17 MB/s | 17 MB 00:00 2024-03-21T13:13:43.913 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-03-21T13:13:43.940 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-03-21T13:13:43.961 INFO:teuthology.orchestra.run.smithi052.stdout:(17/36): python3-requests-2.25.1-8.el9.noarch.r 483 kB/s | 125 kB 00:00 2024-03-21T13:13:44.010 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-03-21T13:13:44.047 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-03-21T13:13:44.080 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-03-21T13:13:44.104 INFO:teuthology.orchestra.run.smithi052.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 59 kB/s | 22 kB 00:00 2024-03-21T13:13:44.170 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-03-21T13:13:44.249 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-03-21T13:13:44.299 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-03-21T13:13:44.371 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-03-21T13:13:44.404 INFO:teuthology.orchestra.run.smithi052.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 98 kB/s | 43 kB 00:00 2024-03-21T13:13:44.425 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-03-21T13:13:44.463 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-03-21T13:13:44.504 INFO:teuthology.orchestra.run.smithi052.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 248 kB/s | 151 kB 00:00 2024-03-21T13:13:44.514 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-03-21T13:13:44.575 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-03-21T13:13:44.637 INFO:teuthology.orchestra.run.smithi052.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 80 kB/s | 11 kB 00:00 2024-03-21T13:13:44.713 INFO:teuthology.orchestra.run.smithi052.stdout:(22/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 282 kB/s | 172 kB 00:00 2024-03-21T13:13:44.738 INFO:teuthology.orchestra.run.smithi052.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 177 kB/s | 18 kB 00:00 2024-03-21T13:13:44.750 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-03-21T13:13:44.771 INFO:teuthology.orchestra.run.smithi052.stdout:(24/36): python3-cherrypy-18.6.1-2.el9.noarch.r 975 kB/s | 358 kB 00:00 2024-03-21T13:13:44.792 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-03-21T13:13:44.813 INFO:teuthology.orchestra.run.smithi052.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 231 kB/s | 23 kB 00:00 2024-03-21T13:13:44.830 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-03-21T13:13:44.838 INFO:teuthology.orchestra.run.smithi052.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 194 kB/s | 19 kB 00:00 2024-03-21T13:13:44.865 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-03-21T13:13:44.872 INFO:teuthology.orchestra.run.smithi052.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 195 kB/s | 20 kB 00:00 2024-03-21T13:13:44.896 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-03-21T13:13:44.931 INFO:teuthology.orchestra.run.smithi052.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 394 kB/s | 46 kB 00:00 2024-03-21T13:13:44.963 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-03-21T13:13:44.981 INFO:teuthology.orchestra.run.smithi052.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 553 kB/s | 79 kB 00:00 2024-03-21T13:13:44.989 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-03-21T13:13:45.014 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-03-21T13:13:45.040 INFO:teuthology.orchestra.run.smithi052.stdout:(30/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.6 MB/s | 272 kB 00:00 2024-03-21T13:13:45.046 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-03-21T13:13:45.057 INFO:teuthology.orchestra.run.smithi052.stdout:(31/36): python3-portend-3.1.0-2.el9.noarch.rpm 131 kB/s | 16 kB 00:00 2024-03-21T13:13:45.073 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-03-21T13:13:45.108 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-03-21T13:13:45.140 INFO:teuthology.orchestra.run.smithi052.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 567 kB/s | 90 kB 00:00 2024-03-21T13:13:45.157 INFO:teuthology.orchestra.run.smithi052.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 305 kB/s | 36 kB 00:00 2024-03-21T13:13:45.196 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-03-21T13:13:45.238 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-03-21T13:13:45.241 INFO:teuthology.orchestra.run.smithi052.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.2 MB/s | 230 kB 00:00 2024-03-21T13:13:45.283 INFO:teuthology.orchestra.run.smithi052.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 160 kB/s | 20 kB 00:00 2024-03-21T13:13:45.309 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-03-21T13:13:45.424 INFO:teuthology.orchestra.run.smithi052.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 1.5 MB/s | 427 kB 00:00 2024-03-21T13:13:45.431 INFO:teuthology.orchestra.run.smithi052.stdout:-------------------------------------------------------------------------------- 2024-03-21T13:13:45.431 INFO:teuthology.orchestra.run.smithi052.stdout:Total 8.4 MB/s | 30 MB 00:03 2024-03-21T13:13:45.447 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-03-21T13:13:45.456 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction check 2024-03-21T13:13:45.504 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction check succeeded. 2024-03-21T13:13:45.504 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction test 2024-03-21T13:13:45.564 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-03-21T13:13:45.721 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2267.g960fbbe4.el9. 31/36 2024-03-21T13:13:45.745 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-mgr-2:19.0.0-2267.g960fbbe4.el9.x86_64 32/36 2024-03-21T13:13:45.769 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2267.g960fbbe4.el9.x86_64 32/36 2024-03-21T13:13:45.769 INFO:teuthology.orchestra.run.smithi116.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-21T13:13:45.769 INFO:teuthology.orchestra.run.smithi116.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-03-21T13:13:45.769 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-03-21T13:13:45.769 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-03-21T13:13:45.770 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:13:45.946 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction test succeeded. 2024-03-21T13:13:45.947 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction 2024-03-21T13:13:47.203 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-osd-2:19.0.0-2267.g960fbbe4.el9.x86_64 33/36 2024-03-21T13:13:47.228 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: ceph-osd-2:19.0.0-2267.g960fbbe4.el9.x86_64 33/36 2024-03-21T13:13:47.228 INFO:teuthology.orchestra.run.smithi116.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-21T13:13:47.228 INFO:teuthology.orchestra.run.smithi116.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-03-21T13:13:47.228 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-03-21T13:13:47.228 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-03-21T13:13:47.228 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:13:47.306 INFO:teuthology.orchestra.run.smithi052.stdout: Preparing : 1/1 2024-03-21T13:13:47.378 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-03-21T13:13:47.419 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-03-21T13:13:47.446 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-03-21T13:13:47.520 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-03-21T13:13:47.562 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-03-21T13:13:47.594 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-03-21T13:13:47.670 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-mon-2:19.0.0-2267.g960fbbe4.el9.x86_64 34/36 2024-03-21T13:13:47.690 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-03-21T13:13:47.693 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: ceph-mon-2:19.0.0-2267.g960fbbe4.el9.x86_64 34/36 2024-03-21T13:13:47.693 INFO:teuthology.orchestra.run.smithi116.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-21T13:13:47.693 INFO:teuthology.orchestra.run.smithi116.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-03-21T13:13:47.693 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-03-21T13:13:47.694 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-03-21T13:13:47.694 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:13:47.767 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-03-21T13:13:47.814 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-03-21T13:13:47.888 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-03-21T13:13:47.912 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-mds-2:19.0.0-2267.g960fbbe4.el9.x86_64 35/36 2024-03-21T13:13:47.936 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: ceph-mds-2:19.0.0-2267.g960fbbe4.el9.x86_64 35/36 2024-03-21T13:13:47.936 INFO:teuthology.orchestra.run.smithi116.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-21T13:13:47.936 INFO:teuthology.orchestra.run.smithi116.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-03-21T13:13:47.936 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-03-21T13:13:47.936 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-03-21T13:13:47.936 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:13:47.940 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-03-21T13:13:47.978 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-03-21T13:13:48.001 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-2:19.0.0-2267.g960fbbe4.el9.x86_64 36/36 2024-03-21T13:13:48.028 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-03-21T13:13:48.100 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-03-21T13:13:48.293 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-03-21T13:13:48.340 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-03-21T13:13:48.388 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-03-21T13:13:48.421 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-03-21T13:13:48.459 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-03-21T13:13:48.538 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-03-21T13:13:48.578 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-03-21T13:13:48.620 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-03-21T13:13:48.660 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-03-21T13:13:48.695 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-03-21T13:13:48.729 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-03-21T13:13:48.822 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-03-21T13:13:48.860 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-03-21T13:13:48.936 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-03-21T13:13:49.086 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-03-21T13:13:49.209 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-03-21T13:13:49.375 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2267.g960fbbe4.el9. 31/36 2024-03-21T13:13:49.406 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : ceph-mgr-2:19.0.0-2267.g960fbbe4.el9.x86_64 32/36 2024-03-21T13:13:49.433 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2267.g960fbbe4.el9.x86_64 32/36 2024-03-21T13:13:49.433 INFO:teuthology.orchestra.run.smithi052.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-21T13:13:49.434 INFO:teuthology.orchestra.run.smithi052.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-03-21T13:13:49.434 INFO:teuthology.orchestra.run.smithi052.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-03-21T13:13:49.434 INFO:teuthology.orchestra.run.smithi052.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-03-21T13:13:49.434 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:13:49.668 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: ceph-2:19.0.0-2267.g960fbbe4.el9.x86_64 36/36 2024-03-21T13:13:49.668 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/36 2024-03-21T13:13:49.668 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-mds-2:19.0.0-2267.g960fbbe4.el9.x86_64 2/36 2024-03-21T13:13:49.669 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-mgr-2:19.0.0-2267.g960fbbe4.el9.x86_64 3/36 2024-03-21T13:13:49.669 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-mon-2:19.0.0-2267.g960fbbe4.el9.x86_64 4/36 2024-03-21T13:13:49.669 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-osd-2:19.0.0-2267.g960fbbe4.el9.x86_64 5/36 2024-03-21T13:13:49.669 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2267.g960fbbe4.el9. 6/36 2024-03-21T13:13:49.669 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-03-21T13:13:49.669 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-03-21T13:13:49.669 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-03-21T13:13:49.669 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-03-21T13:13:49.669 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-03-21T13:13:49.669 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-03-21T13:13:49.669 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-03-21T13:13:49.669 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-03-21T13:13:49.669 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-03-21T13:13:49.670 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 16/36 2024-03-21T13:13:49.670 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 17/36 2024-03-21T13:13:49.670 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-03-21T13:13:49.670 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-03-21T13:13:49.670 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-03-21T13:13:49.670 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-03-21T13:13:49.670 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-03-21T13:13:49.670 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-03-21T13:13:49.670 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-03-21T13:13:49.670 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-03-21T13:13:49.670 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-03-21T13:13:49.670 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-03-21T13:13:49.670 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-03-21T13:13:49.670 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-03-21T13:13:49.671 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-03-21T13:13:49.671 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-03-21T13:13:49.671 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-03-21T13:13:49.671 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-03-21T13:13:49.671 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-03-21T13:13:49.671 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-03-21T13:13:50.680 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-03-21T13:13:50.680 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:13:50.680 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2024-03-21T13:13:50.680 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:13:50.680 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-mds-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:13:50.680 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-mgr-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:13:50.680 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-mgr-modules-core-2:19.0.0-2267.g960fbbe4.el9.noarch 2024-03-21T13:13:50.681 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-mon-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:13:50.681 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-osd-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:13:50.681 INFO:teuthology.orchestra.run.smithi116.stdout: lua-5.4.4-4.el9.x86_64 2024-03-21T13:13:50.681 INFO:teuthology.orchestra.run.smithi116.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-03-21T13:13:50.681 INFO:teuthology.orchestra.run.smithi116.stdout: luarocks-3.9.2-1.el9.noarch 2024-03-21T13:13:50.681 INFO:teuthology.orchestra.run.smithi116.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-03-21T13:13:50.681 INFO:teuthology.orchestra.run.smithi116.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-03-21T13:13:50.681 INFO:teuthology.orchestra.run.smithi116.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-03-21T13:13:50.681 INFO:teuthology.orchestra.run.smithi116.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-03-21T13:13:50.681 INFO:teuthology.orchestra.run.smithi116.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-03-21T13:13:50.681 INFO:teuthology.orchestra.run.smithi116.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-03-21T13:13:50.681 INFO:teuthology.orchestra.run.smithi116.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-03-21T13:13:50.681 INFO:teuthology.orchestra.run.smithi116.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-03-21T13:13:50.681 INFO:teuthology.orchestra.run.smithi116.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-03-21T13:13:50.682 INFO:teuthology.orchestra.run.smithi116.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-03-21T13:13:50.682 INFO:teuthology.orchestra.run.smithi116.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-03-21T13:13:50.682 INFO:teuthology.orchestra.run.smithi116.stdout: python3-mako-1.1.4-6.el9.noarch 2024-03-21T13:13:50.682 INFO:teuthology.orchestra.run.smithi116.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-03-21T13:13:50.682 INFO:teuthology.orchestra.run.smithi116.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-03-21T13:13:50.682 INFO:teuthology.orchestra.run.smithi116.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-03-21T13:13:50.682 INFO:teuthology.orchestra.run.smithi116.stdout: python3-ply-3.11-14.el9.noarch 2024-03-21T13:13:50.682 INFO:teuthology.orchestra.run.smithi116.stdout: python3-portend-3.1.0-2.el9.noarch 2024-03-21T13:13:50.682 INFO:teuthology.orchestra.run.smithi116.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-03-21T13:13:50.682 INFO:teuthology.orchestra.run.smithi116.stdout: python3-pycparser-2.20-6.el9.noarch 2024-03-21T13:13:50.682 INFO:teuthology.orchestra.run.smithi116.stdout: python3-pytz-2021.1-5.el9.noarch 2024-03-21T13:13:50.682 INFO:teuthology.orchestra.run.smithi116.stdout: python3-requests-2.25.1-8.el9.noarch 2024-03-21T13:13:50.683 INFO:teuthology.orchestra.run.smithi116.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-03-21T13:13:50.683 INFO:teuthology.orchestra.run.smithi116.stdout: python3-toml-0.10.2-6.el9.noarch 2024-03-21T13:13:50.683 INFO:teuthology.orchestra.run.smithi116.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-03-21T13:13:50.683 INFO:teuthology.orchestra.run.smithi116.stdout: python3-webob-1.8.7-6.el9.noarch 2024-03-21T13:13:50.683 INFO:teuthology.orchestra.run.smithi116.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-03-21T13:13:50.683 INFO:teuthology.orchestra.run.smithi116.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-03-21T13:13:50.683 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:13:50.683 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-03-21T13:13:50.957 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : ceph-osd-2:19.0.0-2267.g960fbbe4.el9.x86_64 33/36 2024-03-21T13:13:50.983 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: ceph-osd-2:19.0.0-2267.g960fbbe4.el9.x86_64 33/36 2024-03-21T13:13:50.983 INFO:teuthology.orchestra.run.smithi052.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-21T13:13:50.983 INFO:teuthology.orchestra.run.smithi052.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-03-21T13:13:50.983 INFO:teuthology.orchestra.run.smithi052.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-03-21T13:13:50.983 INFO:teuthology.orchestra.run.smithi052.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-03-21T13:13:50.983 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:13:51.054 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install ceph-base 2024-03-21T13:13:51.449 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : ceph-mon-2:19.0.0-2267.g960fbbe4.el9.x86_64 34/36 2024-03-21T13:13:51.472 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: ceph-mon-2:19.0.0-2267.g960fbbe4.el9.x86_64 34/36 2024-03-21T13:13:51.473 INFO:teuthology.orchestra.run.smithi052.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-21T13:13:51.473 INFO:teuthology.orchestra.run.smithi052.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-03-21T13:13:51.473 INFO:teuthology.orchestra.run.smithi052.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-03-21T13:13:51.473 INFO:teuthology.orchestra.run.smithi052.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-03-21T13:13:51.473 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:13:51.633 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:00:53 ago on Thu 21 Mar 2024 01:12:58 PM UTC. 2024-03-21T13:13:51.700 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : ceph-mds-2:19.0.0-2267.g960fbbe4.el9.x86_64 35/36 2024-03-21T13:13:51.722 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: ceph-mds-2:19.0.0-2267.g960fbbe4.el9.x86_64 35/36 2024-03-21T13:13:51.723 INFO:teuthology.orchestra.run.smithi052.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-21T13:13:51.723 INFO:teuthology.orchestra.run.smithi052.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-03-21T13:13:51.723 INFO:teuthology.orchestra.run.smithi052.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-03-21T13:13:51.723 INFO:teuthology.orchestra.run.smithi052.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-03-21T13:13:51.723 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:13:51.729 INFO:teuthology.orchestra.run.smithi116.stdout:Package ceph-base-2:19.0.0-2267.g960fbbe4.el9.x86_64 is already installed. 2024-03-21T13:13:51.780 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-03-21T13:13:51.781 INFO:teuthology.orchestra.run.smithi116.stdout:Nothing to do. 2024-03-21T13:13:51.781 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-03-21T13:13:51.791 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : ceph-2:19.0.0-2267.g960fbbe4.el9.x86_64 36/36 2024-03-21T13:13:51.846 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install cephadm 2024-03-21T13:13:52.403 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:00:54 ago on Thu 21 Mar 2024 01:12:58 PM UTC. 2024-03-21T13:13:52.548 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-03-21T13:13:52.549 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-03-21T13:13:52.549 INFO:teuthology.orchestra.run.smithi116.stdout: Package Arch Version Repository Size 2024-03-21T13:13:52.549 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-03-21T13:13:52.549 INFO:teuthology.orchestra.run.smithi116.stdout:Installing: 2024-03-21T13:13:52.550 INFO:teuthology.orchestra.run.smithi116.stdout: cephadm noarch 2:19.0.0-2267.g960fbbe4.el9 ceph-noarch 750 k 2024-03-21T13:13:52.550 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:13:52.550 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2024-03-21T13:13:52.550 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-03-21T13:13:52.550 INFO:teuthology.orchestra.run.smithi116.stdout:Install 1 Package 2024-03-21T13:13:52.550 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:13:52.550 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 750 k 2024-03-21T13:13:52.550 INFO:teuthology.orchestra.run.smithi116.stdout:Installed size: 757 k 2024-03-21T13:13:52.550 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2024-03-21T13:13:52.911 INFO:teuthology.orchestra.run.smithi116.stdout:cephadm-19.0.0-2267.g960fbbe4.el9.noarch.rpm 2.0 MB/s | 750 kB 00:00 2024-03-21T13:13:52.911 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2024-03-21T13:13:52.911 INFO:teuthology.orchestra.run.smithi116.stdout:Total 2.0 MB/s | 750 kB 00:00 2024-03-21T13:13:52.912 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2024-03-21T13:13:52.917 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2024-03-21T13:13:52.917 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2024-03-21T13:13:52.926 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2024-03-21T13:13:52.926 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2024-03-21T13:13:53.000 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2024-03-21T13:13:53.468 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: cephadm-2:19.0.0-2267.g960fbbe4.el9.noarch 1/1 2024-03-21T13:13:53.539 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : cephadm-2:19.0.0-2267.g960fbbe4.el9.noarch 1/1 2024-03-21T13:13:53.643 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: ceph-2:19.0.0-2267.g960fbbe4.el9.x86_64 36/36 2024-03-21T13:13:53.643 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : ceph-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/36 2024-03-21T13:13:53.643 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : ceph-mds-2:19.0.0-2267.g960fbbe4.el9.x86_64 2/36 2024-03-21T13:13:53.643 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : ceph-mgr-2:19.0.0-2267.g960fbbe4.el9.x86_64 3/36 2024-03-21T13:13:53.644 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : ceph-mon-2:19.0.0-2267.g960fbbe4.el9.x86_64 4/36 2024-03-21T13:13:53.644 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : ceph-osd-2:19.0.0-2267.g960fbbe4.el9.x86_64 5/36 2024-03-21T13:13:53.644 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2267.g960fbbe4.el9. 6/36 2024-03-21T13:13:53.644 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-03-21T13:13:53.644 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-03-21T13:13:53.644 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-03-21T13:13:53.644 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-03-21T13:13:53.644 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-03-21T13:13:53.644 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-03-21T13:13:53.644 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-03-21T13:13:53.644 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-03-21T13:13:53.644 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-03-21T13:13:53.645 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 16/36 2024-03-21T13:13:53.645 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 17/36 2024-03-21T13:13:53.645 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-03-21T13:13:53.645 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-03-21T13:13:53.645 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-03-21T13:13:53.645 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-03-21T13:13:53.645 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-03-21T13:13:53.645 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-03-21T13:13:53.645 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-03-21T13:13:53.645 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-03-21T13:13:53.645 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-03-21T13:13:53.645 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-03-21T13:13:53.645 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-03-21T13:13:53.646 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-03-21T13:13:53.646 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-03-21T13:13:53.646 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-03-21T13:13:53.646 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-03-21T13:13:53.646 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-03-21T13:13:53.646 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-03-21T13:13:53.646 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-03-21T13:13:53.933 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: cephadm-2:19.0.0-2267.g960fbbe4.el9.noarch 1/1 2024-03-21T13:13:54.227 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : cephadm-2:19.0.0-2267.g960fbbe4.el9.noarch 1/1 2024-03-21T13:13:54.227 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:13:54.227 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2024-03-21T13:13:54.227 INFO:teuthology.orchestra.run.smithi116.stdout: cephadm-2:19.0.0-2267.g960fbbe4.el9.noarch 2024-03-21T13:13:54.228 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:13:54.228 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-03-21T13:13:54.456 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install ceph-immutable-object-cache 2024-03-21T13:13:54.858 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-03-21T13:13:54.858 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:13:54.858 INFO:teuthology.orchestra.run.smithi052.stdout:Installed: 2024-03-21T13:13:54.858 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:13:54.858 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-mds-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:13:54.858 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-mgr-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:13:54.858 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-mgr-modules-core-2:19.0.0-2267.g960fbbe4.el9.noarch 2024-03-21T13:13:54.859 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-mon-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:13:54.859 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-osd-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:13:54.859 INFO:teuthology.orchestra.run.smithi052.stdout: lua-5.4.4-4.el9.x86_64 2024-03-21T13:13:54.859 INFO:teuthology.orchestra.run.smithi052.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-03-21T13:13:54.859 INFO:teuthology.orchestra.run.smithi052.stdout: luarocks-3.9.2-1.el9.noarch 2024-03-21T13:13:54.859 INFO:teuthology.orchestra.run.smithi052.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-03-21T13:13:54.859 INFO:teuthology.orchestra.run.smithi052.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-03-21T13:13:54.859 INFO:teuthology.orchestra.run.smithi052.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-03-21T13:13:54.859 INFO:teuthology.orchestra.run.smithi052.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-03-21T13:13:54.859 INFO:teuthology.orchestra.run.smithi052.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-03-21T13:13:54.859 INFO:teuthology.orchestra.run.smithi052.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-03-21T13:13:54.859 INFO:teuthology.orchestra.run.smithi052.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-03-21T13:13:54.859 INFO:teuthology.orchestra.run.smithi052.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-03-21T13:13:54.859 INFO:teuthology.orchestra.run.smithi052.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-03-21T13:13:54.860 INFO:teuthology.orchestra.run.smithi052.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-03-21T13:13:54.860 INFO:teuthology.orchestra.run.smithi052.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-03-21T13:13:54.860 INFO:teuthology.orchestra.run.smithi052.stdout: python3-mako-1.1.4-6.el9.noarch 2024-03-21T13:13:54.860 INFO:teuthology.orchestra.run.smithi052.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-03-21T13:13:54.860 INFO:teuthology.orchestra.run.smithi052.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-03-21T13:13:54.860 INFO:teuthology.orchestra.run.smithi052.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-03-21T13:13:54.860 INFO:teuthology.orchestra.run.smithi052.stdout: python3-ply-3.11-14.el9.noarch 2024-03-21T13:13:54.860 INFO:teuthology.orchestra.run.smithi052.stdout: python3-portend-3.1.0-2.el9.noarch 2024-03-21T13:13:54.860 INFO:teuthology.orchestra.run.smithi052.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-03-21T13:13:54.860 INFO:teuthology.orchestra.run.smithi052.stdout: python3-pycparser-2.20-6.el9.noarch 2024-03-21T13:13:54.860 INFO:teuthology.orchestra.run.smithi052.stdout: python3-pytz-2021.1-5.el9.noarch 2024-03-21T13:13:54.860 INFO:teuthology.orchestra.run.smithi052.stdout: python3-requests-2.25.1-8.el9.noarch 2024-03-21T13:13:54.860 INFO:teuthology.orchestra.run.smithi052.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-03-21T13:13:54.860 INFO:teuthology.orchestra.run.smithi052.stdout: python3-toml-0.10.2-6.el9.noarch 2024-03-21T13:13:54.860 INFO:teuthology.orchestra.run.smithi052.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-03-21T13:13:54.861 INFO:teuthology.orchestra.run.smithi052.stdout: python3-webob-1.8.7-6.el9.noarch 2024-03-21T13:13:54.861 INFO:teuthology.orchestra.run.smithi052.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-03-21T13:13:54.861 INFO:teuthology.orchestra.run.smithi052.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-03-21T13:13:54.861 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:13:54.861 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-03-21T13:13:55.028 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:00:57 ago on Thu 21 Mar 2024 01:12:58 PM UTC. 2024-03-21T13:13:55.176 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-03-21T13:13:55.176 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-03-21T13:13:55.177 INFO:teuthology.orchestra.run.smithi116.stdout: Package Arch Version Repo Size 2024-03-21T13:13:55.177 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-03-21T13:13:55.177 INFO:teuthology.orchestra.run.smithi116.stdout:Installing: 2024-03-21T13:13:55.177 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 145 k 2024-03-21T13:13:55.177 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:13:55.177 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2024-03-21T13:13:55.177 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-03-21T13:13:55.177 INFO:teuthology.orchestra.run.smithi116.stdout:Install 1 Package 2024-03-21T13:13:55.177 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:13:55.177 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 145 k 2024-03-21T13:13:55.177 INFO:teuthology.orchestra.run.smithi116.stdout:Installed size: 436 k 2024-03-21T13:13:55.177 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2024-03-21T13:13:55.209 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install ceph-base 2024-03-21T13:13:55.400 INFO:teuthology.orchestra.run.smithi116.stdout:ceph-immutable-object-cache-19.0.0-2267.g960fbb 655 kB/s | 145 kB 00:00 2024-03-21T13:13:55.400 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2024-03-21T13:13:55.400 INFO:teuthology.orchestra.run.smithi116.stdout:Total 651 kB/s | 145 kB 00:00 2024-03-21T13:13:55.400 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2024-03-21T13:13:55.408 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2024-03-21T13:13:55.408 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2024-03-21T13:13:55.459 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2024-03-21T13:13:55.459 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2024-03-21T13:13:55.598 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2024-03-21T13:13:55.659 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2267.g960fbbe4. 1/1 2024-03-21T13:13:55.682 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2267.g960fbbe4. 1/1 2024-03-21T13:13:55.683 INFO:teuthology.orchestra.run.smithi116.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-21T13:13:55.683 INFO:teuthology.orchestra.run.smithi116.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-03-21T13:13:55.683 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:13:55.786 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:00:57 ago on Thu 21 Mar 2024 01:12:58 PM UTC. 2024-03-21T13:13:55.886 INFO:teuthology.orchestra.run.smithi052.stdout:Package ceph-base-2:19.0.0-2267.g960fbbe4.el9.x86_64 is already installed. 2024-03-21T13:13:55.941 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-03-21T13:13:55.942 INFO:teuthology.orchestra.run.smithi052.stdout:Nothing to do. 2024-03-21T13:13:55.942 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-03-21T13:13:56.008 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install cephadm 2024-03-21T13:13:56.578 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:00:58 ago on Thu 21 Mar 2024 01:12:58 PM UTC. 2024-03-21T13:13:56.614 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2267.g960fbbe4. 1/1 2024-03-21T13:13:56.615 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:13:56.615 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2024-03-21T13:13:56.615 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-immutable-object-cache-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:13:56.615 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:13:56.615 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-03-21T13:13:56.731 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-03-21T13:13:56.731 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-21T13:13:56.731 INFO:teuthology.orchestra.run.smithi052.stdout: Package Arch Version Repository Size 2024-03-21T13:13:56.732 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-21T13:13:56.732 INFO:teuthology.orchestra.run.smithi052.stdout:Installing: 2024-03-21T13:13:56.732 INFO:teuthology.orchestra.run.smithi052.stdout: cephadm noarch 2:19.0.0-2267.g960fbbe4.el9 ceph-noarch 750 k 2024-03-21T13:13:56.732 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:13:56.732 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction Summary 2024-03-21T13:13:56.732 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-21T13:13:56.732 INFO:teuthology.orchestra.run.smithi052.stdout:Install 1 Package 2024-03-21T13:13:56.732 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:13:56.732 INFO:teuthology.orchestra.run.smithi052.stdout:Total download size: 750 k 2024-03-21T13:13:56.732 INFO:teuthology.orchestra.run.smithi052.stdout:Installed size: 757 k 2024-03-21T13:13:56.732 INFO:teuthology.orchestra.run.smithi052.stdout:Downloading Packages: 2024-03-21T13:13:56.895 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install ceph-mgr 2024-03-21T13:13:57.121 INFO:teuthology.orchestra.run.smithi052.stdout:cephadm-19.0.0-2267.g960fbbe4.el9.noarch.rpm 1.9 MB/s | 750 kB 00:00 2024-03-21T13:13:57.122 INFO:teuthology.orchestra.run.smithi052.stdout:-------------------------------------------------------------------------------- 2024-03-21T13:13:57.122 INFO:teuthology.orchestra.run.smithi052.stdout:Total 1.9 MB/s | 750 kB 00:00 2024-03-21T13:13:57.122 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction check 2024-03-21T13:13:57.127 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction check succeeded. 2024-03-21T13:13:57.127 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction test 2024-03-21T13:13:57.133 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction test succeeded. 2024-03-21T13:13:57.133 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction 2024-03-21T13:13:57.205 INFO:teuthology.orchestra.run.smithi052.stdout: Preparing : 1/1 2024-03-21T13:13:57.465 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:00:59 ago on Thu 21 Mar 2024 01:12:58 PM UTC. 2024-03-21T13:13:57.563 INFO:teuthology.orchestra.run.smithi116.stdout:Package ceph-mgr-2:19.0.0-2267.g960fbbe4.el9.x86_64 is already installed. 2024-03-21T13:13:57.614 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-03-21T13:13:57.615 INFO:teuthology.orchestra.run.smithi116.stdout:Nothing to do. 2024-03-21T13:13:57.616 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-03-21T13:13:57.649 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: cephadm-2:19.0.0-2267.g960fbbe4.el9.noarch 1/1 2024-03-21T13:13:57.674 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install ceph-mgr-dashboard 2024-03-21T13:13:57.696 INFO:teuthology.orchestra.run.smithi029.stdout:(6/6): ceph-test-19.0.0-2267.g960fbbe4.el9.x86_ 3.2 MB/s | 48 MB 00:14 2024-03-21T13:13:57.699 INFO:teuthology.orchestra.run.smithi029.stdout:-------------------------------------------------------------------------------- 2024-03-21T13:13:57.699 INFO:teuthology.orchestra.run.smithi029.stdout:Total 3.3 MB/s | 49 MB 00:14 2024-03-21T13:13:57.713 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction check 2024-03-21T13:13:57.736 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction check succeeded. 2024-03-21T13:13:57.736 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction test 2024-03-21T13:13:57.744 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : cephadm-2:19.0.0-2267.g960fbbe4.el9.noarch 1/1 2024-03-21T13:13:58.118 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: cephadm-2:19.0.0-2267.g960fbbe4.el9.noarch 1/1 2024-03-21T13:13:58.134 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction test succeeded. 2024-03-21T13:13:58.135 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction 2024-03-21T13:13:58.238 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:01:00 ago on Thu 21 Mar 2024 01:12:58 PM UTC. 2024-03-21T13:13:58.398 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-03-21T13:13:58.399 INFO:teuthology.orchestra.run.smithi116.stdout:====================================================================================== 2024-03-21T13:13:58.399 INFO:teuthology.orchestra.run.smithi116.stdout: Package Arch Version Repository Size 2024-03-21T13:13:58.399 INFO:teuthology.orchestra.run.smithi116.stdout:====================================================================================== 2024-03-21T13:13:58.400 INFO:teuthology.orchestra.run.smithi116.stdout:Installing: 2024-03-21T13:13:58.400 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2267.g960fbbe4.el9 ceph-noarch 3.5 M 2024-03-21T13:13:58.400 INFO:teuthology.orchestra.run.smithi116.stdout:Installing dependencies: 2024-03-21T13:13:58.400 INFO:teuthology.orchestra.run.smithi116.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-03-21T13:13:58.400 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2267.g960fbbe4.el9 ceph-noarch 34 k 2024-03-21T13:13:58.400 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2267.g960fbbe4.el9 ceph-noarch 16 k 2024-03-21T13:13:58.400 INFO:teuthology.orchestra.run.smithi116.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-03-21T13:13:58.400 INFO:teuthology.orchestra.run.smithi116.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-03-21T13:13:58.400 INFO:teuthology.orchestra.run.smithi116.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-03-21T13:13:58.400 INFO:teuthology.orchestra.run.smithi116.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-03-21T13:13:58.400 INFO:teuthology.orchestra.run.smithi116.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-03-21T13:13:58.400 INFO:teuthology.orchestra.run.smithi116.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-03-21T13:13:58.400 INFO:teuthology.orchestra.run.smithi116.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-03-21T13:13:58.401 INFO:teuthology.orchestra.run.smithi116.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-03-21T13:13:58.401 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:13:58.401 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2024-03-21T13:13:58.401 INFO:teuthology.orchestra.run.smithi116.stdout:====================================================================================== 2024-03-21T13:13:58.401 INFO:teuthology.orchestra.run.smithi116.stdout:Install 12 Packages 2024-03-21T13:13:58.401 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:13:58.401 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 8.6 M 2024-03-21T13:13:58.402 INFO:teuthology.orchestra.run.smithi116.stdout:Installed size: 103 M 2024-03-21T13:13:58.402 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2024-03-21T13:13:58.514 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : cephadm-2:19.0.0-2267.g960fbbe4.el9.noarch 1/1 2024-03-21T13:13:58.514 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:13:58.514 INFO:teuthology.orchestra.run.smithi052.stdout:Installed: 2024-03-21T13:13:58.514 INFO:teuthology.orchestra.run.smithi052.stdout: cephadm-2:19.0.0-2267.g960fbbe4.el9.noarch 2024-03-21T13:13:58.515 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:13:58.515 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-03-21T13:13:58.718 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install ceph-immutable-object-cache 2024-03-21T13:13:58.730 INFO:teuthology.orchestra.run.smithi029.stdout: Preparing : 1/1 2024-03-21T13:13:58.806 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-03-21T13:13:58.866 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-03-21T13:13:58.910 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-03-21T13:13:58.958 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-03-21T13:13:58.985 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : libcephsqlite-2:19.0.0-2267.g960fbbe4.el9.x86_64 5/6 2024-03-21T13:13:59.012 INFO:teuthology.orchestra.run.smithi116.stdout:(1/12): ceph-grafana-dashboards-19.0.0-2267.g96 174 kB/s | 34 kB 00:00 2024-03-21T13:13:59.054 INFO:teuthology.orchestra.run.smithi116.stdout:(2/12): ceph-prometheus-alerts-19.0.0-2267.g960 70 kB/s | 16 kB 00:00 2024-03-21T13:13:59.196 INFO:teuthology.orchestra.run.smithi116.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.6 MB/s | 238 kB 00:00 2024-03-21T13:13:59.229 INFO:teuthology.orchestra.run.smithi116.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 4.6 MB/s | 1.0 MB 00:00 2024-03-21T13:13:59.293 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:01:01 ago on Thu 21 Mar 2024 01:12:58 PM UTC. 2024-03-21T13:13:59.452 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-03-21T13:13:59.452 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-21T13:13:59.453 INFO:teuthology.orchestra.run.smithi052.stdout: Package Arch Version Repo Size 2024-03-21T13:13:59.453 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-21T13:13:59.453 INFO:teuthology.orchestra.run.smithi052.stdout:Installing: 2024-03-21T13:13:59.453 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 145 k 2024-03-21T13:13:59.453 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:13:59.453 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction Summary 2024-03-21T13:13:59.453 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-21T13:13:59.453 INFO:teuthology.orchestra.run.smithi052.stdout:Install 1 Package 2024-03-21T13:13:59.453 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:13:59.453 INFO:teuthology.orchestra.run.smithi052.stdout:Total download size: 145 k 2024-03-21T13:13:59.453 INFO:teuthology.orchestra.run.smithi052.stdout:Installed size: 436 k 2024-03-21T13:13:59.453 INFO:teuthology.orchestra.run.smithi052.stdout:Downloading Packages: 2024-03-21T13:13:59.488 INFO:teuthology.orchestra.run.smithi116.stdout:(5/12): protobuf-compiler-3.14.0-13.el9.x86_64. 2.9 MB/s | 863 kB 00:00 2024-03-21T13:13:59.546 INFO:teuthology.orchestra.run.smithi116.stdout:(6/12): ceph-mgr-dashboard-19.0.0-2267.g960fbbe 4.8 MB/s | 3.5 MB 00:00 2024-03-21T13:13:59.655 INFO:teuthology.orchestra.run.smithi116.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 116 kB/s | 19 kB 00:00 2024-03-21T13:13:59.680 INFO:teuthology.orchestra.run.smithi116.stdout:(8/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.2 MB/s | 548 kB 00:00 2024-03-21T13:13:59.683 INFO:teuthology.orchestra.run.smithi052.stdout:ceph-immutable-object-cache-19.0.0-2267.g960fbb 633 kB/s | 145 kB 00:00 2024-03-21T13:13:59.684 INFO:teuthology.orchestra.run.smithi052.stdout:-------------------------------------------------------------------------------- 2024-03-21T13:13:59.684 INFO:teuthology.orchestra.run.smithi052.stdout:Total 629 kB/s | 145 kB 00:00 2024-03-21T13:13:59.684 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction check 2024-03-21T13:13:59.692 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction check succeeded. 2024-03-21T13:13:59.692 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction test 2024-03-21T13:13:59.747 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction test succeeded. 2024-03-21T13:13:59.747 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction 2024-03-21T13:13:59.797 INFO:teuthology.orchestra.run.smithi116.stdout:(9/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 8.1 MB/s | 2.0 MB 00:00 2024-03-21T13:13:59.822 INFO:teuthology.orchestra.run.smithi116.stdout:(10/12): python3-grpcio-tools-1.46.7-10.el9.x86 866 kB/s | 144 kB 00:00 2024-03-21T13:13:59.847 INFO:teuthology.orchestra.run.smithi116.stdout:(11/12): python3-repoze-lru-0.7-16.el9.noarch.r 185 kB/s | 31 kB 00:00 2024-03-21T13:13:59.872 INFO:teuthology.orchestra.run.smithi116.stdout:(12/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.5 MB/s | 188 kB 00:00 2024-03-21T13:13:59.878 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2024-03-21T13:13:59.878 INFO:teuthology.orchestra.run.smithi116.stdout:Total 5.8 MB/s | 8.6 MB 00:01 2024-03-21T13:13:59.888 INFO:teuthology.orchestra.run.smithi052.stdout: Preparing : 1/1 2024-03-21T13:13:59.897 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2024-03-21T13:13:59.914 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2024-03-21T13:13:59.914 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2024-03-21T13:13:59.960 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2267.g960fbbe4. 1/1 2024-03-21T13:13:59.985 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2267.g960fbbe4. 1/1 2024-03-21T13:13:59.985 INFO:teuthology.orchestra.run.smithi052.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-21T13:13:59.985 INFO:teuthology.orchestra.run.smithi052.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-03-21T13:13:59.985 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:14:00.089 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2024-03-21T13:14:00.089 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2024-03-21T13:14:00.607 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2024-03-21T13:14:00.681 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-03-21T13:14:00.717 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-03-21T13:14:00.764 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-03-21T13:14:00.794 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-03-21T13:14:00.911 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-03-21T13:14:00.976 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2267.g960fbbe4. 1/1 2024-03-21T13:14:00.976 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:14:00.976 INFO:teuthology.orchestra.run.smithi052.stdout:Installed: 2024-03-21T13:14:00.976 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-immutable-object-cache-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:14:00.977 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:14:00.977 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-03-21T13:14:01.044 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-03-21T13:14:01.138 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-03-21T13:14:01.181 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-03-21T13:14:01.210 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-03-21T13:14:01.239 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install ceph-mgr 2024-03-21T13:14:01.242 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2267.g960fbbe4.el9 10/12 2024-03-21T13:14:01.815 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:01:03 ago on Thu 21 Mar 2024 01:12:58 PM UTC. 2024-03-21T13:14:01.914 INFO:teuthology.orchestra.run.smithi052.stdout:Package ceph-mgr-2:19.0.0-2267.g960fbbe4.el9.x86_64 is already installed. 2024-03-21T13:14:01.969 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-03-21T13:14:01.970 INFO:teuthology.orchestra.run.smithi052.stdout:Nothing to do. 2024-03-21T13:14:01.970 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-03-21T13:14:02.038 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install ceph-mgr-dashboard 2024-03-21T13:14:02.289 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2267.g960fbbe4.el 11/12 2024-03-21T13:14:02.326 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2267.g960fbbe4.el9.noa 12/12 2024-03-21T13:14:02.611 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:01:04 ago on Thu 21 Mar 2024 01:12:58 PM UTC. 2024-03-21T13:14:02.766 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-03-21T13:14:02.767 INFO:teuthology.orchestra.run.smithi052.stdout:====================================================================================== 2024-03-21T13:14:02.767 INFO:teuthology.orchestra.run.smithi052.stdout: Package Arch Version Repository Size 2024-03-21T13:14:02.767 INFO:teuthology.orchestra.run.smithi052.stdout:====================================================================================== 2024-03-21T13:14:02.767 INFO:teuthology.orchestra.run.smithi052.stdout:Installing: 2024-03-21T13:14:02.768 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2267.g960fbbe4.el9 ceph-noarch 3.5 M 2024-03-21T13:14:02.768 INFO:teuthology.orchestra.run.smithi052.stdout:Installing dependencies: 2024-03-21T13:14:02.768 INFO:teuthology.orchestra.run.smithi052.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-03-21T13:14:02.768 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2267.g960fbbe4.el9 ceph-noarch 34 k 2024-03-21T13:14:02.768 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2267.g960fbbe4.el9 ceph-noarch 16 k 2024-03-21T13:14:02.768 INFO:teuthology.orchestra.run.smithi052.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-03-21T13:14:02.768 INFO:teuthology.orchestra.run.smithi052.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-03-21T13:14:02.768 INFO:teuthology.orchestra.run.smithi052.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-03-21T13:14:02.768 INFO:teuthology.orchestra.run.smithi052.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-03-21T13:14:02.768 INFO:teuthology.orchestra.run.smithi052.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-03-21T13:14:02.768 INFO:teuthology.orchestra.run.smithi052.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-03-21T13:14:02.768 INFO:teuthology.orchestra.run.smithi052.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-03-21T13:14:02.768 INFO:teuthology.orchestra.run.smithi052.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-03-21T13:14:02.768 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:14:02.769 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction Summary 2024-03-21T13:14:02.769 INFO:teuthology.orchestra.run.smithi052.stdout:====================================================================================== 2024-03-21T13:14:02.769 INFO:teuthology.orchestra.run.smithi052.stdout:Install 12 Packages 2024-03-21T13:14:02.769 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:14:02.769 INFO:teuthology.orchestra.run.smithi052.stdout:Total download size: 8.6 M 2024-03-21T13:14:02.769 INFO:teuthology.orchestra.run.smithi052.stdout:Installed size: 103 M 2024-03-21T13:14:02.769 INFO:teuthology.orchestra.run.smithi052.stdout:Downloading Packages: 2024-03-21T13:14:03.221 INFO:teuthology.orchestra.run.smithi052.stdout:(1/12): ceph-grafana-dashboards-19.0.0-2267.g96 165 kB/s | 34 kB 00:00 2024-03-21T13:14:03.312 INFO:teuthology.orchestra.run.smithi052.stdout:(2/12): ceph-prometheus-alerts-19.0.0-2267.g960 55 kB/s | 16 kB 00:00 2024-03-21T13:14:03.371 INFO:teuthology.orchestra.run.smithi052.stdout:(3/12): protobuf-3.14.0-13.el9.x86_64.rpm 6.7 MB/s | 1.0 MB 00:00 2024-03-21T13:14:03.396 INFO:teuthology.orchestra.run.smithi052.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 2.8 MB/s | 238 kB 00:00 2024-03-21T13:14:03.650 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2267.g960fbbe4.el9.noa 12/12 2024-03-21T13:14:03.650 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2267.g960fbbe4.el 1/12 2024-03-21T13:14:03.650 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2267.g960fbbe4.el9.noa 2/12 2024-03-21T13:14:03.650 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2267.g960fbbe4.el9 3/12 2024-03-21T13:14:03.650 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-03-21T13:14:03.650 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-03-21T13:14:03.650 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-03-21T13:14:03.650 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-03-21T13:14:03.650 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-03-21T13:14:03.650 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-03-21T13:14:03.651 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-03-21T13:14:03.651 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-03-21T13:14:03.747 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2267.g960fbbe4.el9.x86_64 5/6 2024-03-21T13:14:03.813 INFO:teuthology.orchestra.run.smithi052.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.3 MB/s | 548 kB 00:00 2024-03-21T13:14:03.835 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : ceph-test-2:19.0.0-2267.g960fbbe4.el9.x86_64 6/6 2024-03-21T13:14:03.872 INFO:teuthology.orchestra.run.smithi052.stdout:(6/12): ceph-mgr-dashboard-19.0.0-2267.g960fbbe 4.1 MB/s | 3.5 MB 00:00 2024-03-21T13:14:03.897 INFO:teuthology.orchestra.run.smithi052.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 233 kB/s | 19 kB 00:00 2024-03-21T13:14:03.972 INFO:teuthology.orchestra.run.smithi052.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 1.9 MB/s | 144 kB 00:00 2024-03-21T13:14:03.988 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-03-21T13:14:03.988 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:14:03.988 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2024-03-21T13:14:03.988 INFO:teuthology.orchestra.run.smithi116.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-03-21T13:14:03.988 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-grafana-dashboards-2:19.0.0-2267.g960fbbe4.el9.noarch 2024-03-21T13:14:03.988 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-mgr-dashboard-2:19.0.0-2267.g960fbbe4.el9.noarch 2024-03-21T13:14:03.988 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-prometheus-alerts-2:19.0.0-2267.g960fbbe4.el9.noarch 2024-03-21T13:14:03.988 INFO:teuthology.orchestra.run.smithi116.stdout: grpc-data-1.46.7-10.el9.noarch 2024-03-21T13:14:03.988 INFO:teuthology.orchestra.run.smithi116.stdout: protobuf-3.14.0-13.el9.x86_64 2024-03-21T13:14:03.988 INFO:teuthology.orchestra.run.smithi116.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-03-21T13:14:03.989 INFO:teuthology.orchestra.run.smithi116.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-03-21T13:14:03.989 INFO:teuthology.orchestra.run.smithi116.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-03-21T13:14:03.989 INFO:teuthology.orchestra.run.smithi116.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-03-21T13:14:03.989 INFO:teuthology.orchestra.run.smithi116.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-03-21T13:14:03.989 INFO:teuthology.orchestra.run.smithi116.stdout: python3-routes-2.5.1-5.el9.noarch 2024-03-21T13:14:03.989 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:14:03.989 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-03-21T13:14:04.040 INFO:teuthology.orchestra.run.smithi052.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 460 kB/s | 31 kB 00:00 2024-03-21T13:14:04.115 INFO:teuthology.orchestra.run.smithi052.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.5 MB/s | 188 kB 00:00 2024-03-21T13:14:04.230 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install ceph-mgr-diskprediction-local 2024-03-21T13:14:04.390 INFO:teuthology.orchestra.run.smithi052.stdout:(11/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 3.9 MB/s | 2.0 MB 00:00 2024-03-21T13:14:04.795 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:01:06 ago on Thu 21 Mar 2024 01:12:58 PM UTC. 2024-03-21T13:14:04.946 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-03-21T13:14:04.947 INFO:teuthology.orchestra.run.smithi116.stdout:============================================================================================ 2024-03-21T13:14:04.947 INFO:teuthology.orchestra.run.smithi116.stdout: Package Arch Version Repository Size 2024-03-21T13:14:04.947 INFO:teuthology.orchestra.run.smithi116.stdout:============================================================================================ 2024-03-21T13:14:04.948 INFO:teuthology.orchestra.run.smithi116.stdout:Installing: 2024-03-21T13:14:04.948 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2267.g960fbbe4.el9 ceph-noarch 7.4 M 2024-03-21T13:14:04.948 INFO:teuthology.orchestra.run.smithi116.stdout:Installing dependencies: 2024-03-21T13:14:04.948 INFO:teuthology.orchestra.run.smithi116.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-03-21T13:14:04.948 INFO:teuthology.orchestra.run.smithi116.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-03-21T13:14:04.948 INFO:teuthology.orchestra.run.smithi116.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-03-21T13:14:04.948 INFO:teuthology.orchestra.run.smithi116.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-03-21T13:14:04.948 INFO:teuthology.orchestra.run.smithi116.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-03-21T13:14:04.948 INFO:teuthology.orchestra.run.smithi116.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-03-21T13:14:04.948 INFO:teuthology.orchestra.run.smithi116.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-03-21T13:14:04.948 INFO:teuthology.orchestra.run.smithi116.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-03-21T13:14:04.948 INFO:teuthology.orchestra.run.smithi116.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-03-21T13:14:04.948 INFO:teuthology.orchestra.run.smithi116.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-03-21T13:14:04.949 INFO:teuthology.orchestra.run.smithi116.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-03-21T13:14:04.949 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:14:04.949 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2024-03-21T13:14:04.949 INFO:teuthology.orchestra.run.smithi116.stdout:============================================================================================ 2024-03-21T13:14:04.949 INFO:teuthology.orchestra.run.smithi116.stdout:Install 12 Packages 2024-03-21T13:14:04.949 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:14:04.949 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 37 M 2024-03-21T13:14:04.950 INFO:teuthology.orchestra.run.smithi116.stdout:Installed size: 209 M 2024-03-21T13:14:04.950 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2024-03-21T13:14:05.165 INFO:teuthology.orchestra.run.smithi052.stdout:(12/12): protobuf-compiler-3.14.0-13.el9.x86_64 481 kB/s | 863 kB 00:01 2024-03-21T13:14:05.171 INFO:teuthology.orchestra.run.smithi052.stdout:-------------------------------------------------------------------------------- 2024-03-21T13:14:05.171 INFO:teuthology.orchestra.run.smithi052.stdout:Total 3.6 MB/s | 8.6 MB 00:02 2024-03-21T13:14:05.192 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction check 2024-03-21T13:14:05.212 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction check succeeded. 2024-03-21T13:14:05.212 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction test 2024-03-21T13:14:05.399 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction test succeeded. 2024-03-21T13:14:05.399 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction 2024-03-21T13:14:05.480 INFO:teuthology.orchestra.run.smithi116.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 238 kB/s | 32 kB 00:00 2024-03-21T13:14:05.513 INFO:teuthology.orchestra.run.smithi116.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 537 kB/s | 17 kB 00:00 2024-03-21T13:14:05.556 INFO:teuthology.orchestra.run.smithi116.stdout:(3/12): openblas-0.3.21-2.el9.x86_64.rpm 843 kB/s | 34 kB 00:00 2024-03-21T13:14:05.606 INFO:teuthology.orchestra.run.smithi116.stdout:(4/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 12 MB/s | 3.0 MB 00:00 2024-03-21T13:14:05.781 INFO:teuthology.orchestra.run.smithi116.stdout:(5/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 21 MB/s | 4.7 MB 00:00 2024-03-21T13:14:05.840 INFO:teuthology.orchestra.run.smithi116.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 20 MB/s | 4.8 MB 00:00 2024-03-21T13:14:05.865 INFO:teuthology.orchestra.run.smithi116.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.6 MB/s | 217 kB 00:00 2024-03-21T13:14:05.936 INFO:teuthology.orchestra.run.smithi052.stdout: Preparing : 1/1 2024-03-21T13:14:06.007 INFO:teuthology.orchestra.run.smithi116.stdout:(8/12): libgfortran-11.4.1-3.el9.x86_64.rpm 5.6 MB/s | 803 kB 00:00 2024-03-21T13:14:06.016 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-03-21T13:14:06.060 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-03-21T13:14:06.107 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-03-21T13:14:06.136 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-03-21T13:14:06.207 INFO:teuthology.orchestra.run.smithi116.stdout:(9/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 43 MB/s | 16 MB 00:00 2024-03-21T13:14:06.232 INFO:teuthology.orchestra.run.smithi116.stdout:(10/12): libquadmath-11.4.1-3.el9.x86_64.rpm 877 kB/s | 195 kB 00:00 2024-03-21T13:14:06.248 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-03-21T13:14:06.332 INFO:teuthology.orchestra.run.smithi116.stdout:(11/12): python3-devel-3.9.17-2.el9.x86_64.rpm 1.9 MB/s | 245 kB 00:00 2024-03-21T13:14:06.375 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-03-21T13:14:06.468 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-03-21T13:14:06.517 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-03-21T13:14:06.544 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-03-21T13:14:06.577 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2267.g960fbbe4.el9 10/12 2024-03-21T13:14:06.624 INFO:teuthology.orchestra.run.smithi116.stdout:(12/12): ceph-mgr-diskprediction-local-19.0.0-2 5.8 MB/s | 7.4 MB 00:01 2024-03-21T13:14:06.627 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2024-03-21T13:14:06.627 INFO:teuthology.orchestra.run.smithi116.stdout:Total 22 MB/s | 37 MB 00:01 2024-03-21T13:14:06.667 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2024-03-21T13:14:06.691 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2024-03-21T13:14:06.691 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2024-03-21T13:14:07.040 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2024-03-21T13:14:07.041 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2024-03-21T13:14:07.684 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2267.g960fbbe4.el 11/12 2024-03-21T13:14:07.718 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2267.g960fbbe4.el9.noa 12/12 2024-03-21T13:14:07.741 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2024-03-21T13:14:07.814 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-03-21T13:14:07.816 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: ceph-test-2:19.0.0-2267.g960fbbe4.el9.x86_64 6/6 2024-03-21T13:14:07.816 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : ceph-test-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/6 2024-03-21T13:14:07.816 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : libcephsqlite-2:19.0.0-2267.g960fbbe4.el9.x86_64 2/6 2024-03-21T13:14:07.816 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-03-21T13:14:07.816 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 4/6 2024-03-21T13:14:07.816 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/6 2024-03-21T13:14:07.846 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-03-21T13:14:07.938 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-03-21T13:14:07.974 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-03-21T13:14:08.150 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-03-21T13:14:08.181 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-03-21T13:14:08.251 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : jq-1.6-16.el9.x86_64 6/6 2024-03-21T13:14:08.251 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:14:08.251 INFO:teuthology.orchestra.run.smithi029.stdout:Installed: 2024-03-21T13:14:08.251 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-test-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:14:08.251 INFO:teuthology.orchestra.run.smithi029.stdout: jq-1.6-16.el9.x86_64 2024-03-21T13:14:08.251 INFO:teuthology.orchestra.run.smithi029.stdout: libcephsqlite-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:14:08.251 INFO:teuthology.orchestra.run.smithi029.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-03-21T13:14:08.252 INFO:teuthology.orchestra.run.smithi029.stdout: socat-1.7.4.1-5.el9.x86_64 2024-03-21T13:14:08.252 INFO:teuthology.orchestra.run.smithi029.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-03-21T13:14:08.252 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:14:08.252 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2024-03-21T13:14:08.262 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-03-21T13:14:08.511 DEBUG:teuthology.orchestra.run.smithi029:> sudo yum -y install ceph 2024-03-21T13:14:08.910 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-03-21T13:14:09.018 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-03-21T13:14:09.036 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2267.g960fbbe4.el9.noa 12/12 2024-03-21T13:14:09.036 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2267.g960fbbe4.el 1/12 2024-03-21T13:14:09.036 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2267.g960fbbe4.el9.noa 2/12 2024-03-21T13:14:09.036 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2267.g960fbbe4.el9 3/12 2024-03-21T13:14:09.036 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-03-21T13:14:09.036 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-03-21T13:14:09.036 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-03-21T13:14:09.037 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-03-21T13:14:09.037 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-03-21T13:14:09.037 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-03-21T13:14:09.037 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-03-21T13:14:09.037 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-03-21T13:14:09.083 INFO:teuthology.orchestra.run.smithi029.stdout:Last metadata expiration check: 0:00:59 ago on Thu 21 Mar 2024 01:13:10 PM UTC. 2024-03-21T13:14:09.248 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2024-03-21T13:14:09.250 INFO:teuthology.orchestra.run.smithi029.stdout:========================================================================================= 2024-03-21T13:14:09.250 INFO:teuthology.orchestra.run.smithi029.stdout: Package Arch Version Repository Size 2024-03-21T13:14:09.251 INFO:teuthology.orchestra.run.smithi029.stdout:========================================================================================= 2024-03-21T13:14:09.251 INFO:teuthology.orchestra.run.smithi029.stdout:Installing: 2024-03-21T13:14:09.251 INFO:teuthology.orchestra.run.smithi029.stdout: ceph x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 6.6 k 2024-03-21T13:14:09.251 INFO:teuthology.orchestra.run.smithi029.stdout:Installing dependencies: 2024-03-21T13:14:09.251 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-mds x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 2.3 M 2024-03-21T13:14:09.251 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-mgr x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 1.5 M 2024-03-21T13:14:09.251 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2267.g960fbbe4.el9 ceph-noarch 248 k 2024-03-21T13:14:09.251 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-mon x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 4.7 M 2024-03-21T13:14:09.251 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-osd x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 17 M 2024-03-21T13:14:09.251 INFO:teuthology.orchestra.run.smithi029.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-03-21T13:14:09.251 INFO:teuthology.orchestra.run.smithi029.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-03-21T13:14:09.251 INFO:teuthology.orchestra.run.smithi029.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-03-21T13:14:09.251 INFO:teuthology.orchestra.run.smithi029.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-03-21T13:14:09.251 INFO:teuthology.orchestra.run.smithi029.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-03-21T13:14:09.252 INFO:teuthology.orchestra.run.smithi029.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-03-21T13:14:09.252 INFO:teuthology.orchestra.run.smithi029.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-03-21T13:14:09.252 INFO:teuthology.orchestra.run.smithi029.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-03-21T13:14:09.252 INFO:teuthology.orchestra.run.smithi029.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-03-21T13:14:09.252 INFO:teuthology.orchestra.run.smithi029.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-03-21T13:14:09.252 INFO:teuthology.orchestra.run.smithi029.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-03-21T13:14:09.252 INFO:teuthology.orchestra.run.smithi029.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-03-21T13:14:09.252 INFO:teuthology.orchestra.run.smithi029.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-03-21T13:14:09.252 INFO:teuthology.orchestra.run.smithi029.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-03-21T13:14:09.252 INFO:teuthology.orchestra.run.smithi029.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-03-21T13:14:09.252 INFO:teuthology.orchestra.run.smithi029.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-03-21T13:14:09.252 INFO:teuthology.orchestra.run.smithi029.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-03-21T13:14:09.252 INFO:teuthology.orchestra.run.smithi029.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-03-21T13:14:09.252 INFO:teuthology.orchestra.run.smithi029.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-03-21T13:14:09.253 INFO:teuthology.orchestra.run.smithi029.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-03-21T13:14:09.253 INFO:teuthology.orchestra.run.smithi029.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-03-21T13:14:09.253 INFO:teuthology.orchestra.run.smithi029.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-03-21T13:14:09.253 INFO:teuthology.orchestra.run.smithi029.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-03-21T13:14:09.253 INFO:teuthology.orchestra.run.smithi029.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-03-21T13:14:09.253 INFO:teuthology.orchestra.run.smithi029.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-03-21T13:14:09.253 INFO:teuthology.orchestra.run.smithi029.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-03-21T13:14:09.253 INFO:teuthology.orchestra.run.smithi029.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-03-21T13:14:09.253 INFO:teuthology.orchestra.run.smithi029.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-03-21T13:14:09.253 INFO:teuthology.orchestra.run.smithi029.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-03-21T13:14:09.253 INFO:teuthology.orchestra.run.smithi029.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-03-21T13:14:09.253 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:14:09.253 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction Summary 2024-03-21T13:14:09.253 INFO:teuthology.orchestra.run.smithi029.stdout:========================================================================================= 2024-03-21T13:14:09.254 INFO:teuthology.orchestra.run.smithi029.stdout:Install 36 Packages 2024-03-21T13:14:09.254 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:14:09.254 INFO:teuthology.orchestra.run.smithi029.stdout:Total download size: 30 M 2024-03-21T13:14:09.254 INFO:teuthology.orchestra.run.smithi029.stdout:Installed size: 107 M 2024-03-21T13:14:09.254 INFO:teuthology.orchestra.run.smithi029.stdout:Downloading Packages: 2024-03-21T13:14:09.384 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-03-21T13:14:09.384 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:14:09.384 INFO:teuthology.orchestra.run.smithi052.stdout:Installed: 2024-03-21T13:14:09.384 INFO:teuthology.orchestra.run.smithi052.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-03-21T13:14:09.384 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-grafana-dashboards-2:19.0.0-2267.g960fbbe4.el9.noarch 2024-03-21T13:14:09.384 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-mgr-dashboard-2:19.0.0-2267.g960fbbe4.el9.noarch 2024-03-21T13:14:09.385 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-prometheus-alerts-2:19.0.0-2267.g960fbbe4.el9.noarch 2024-03-21T13:14:09.385 INFO:teuthology.orchestra.run.smithi052.stdout: grpc-data-1.46.7-10.el9.noarch 2024-03-21T13:14:09.385 INFO:teuthology.orchestra.run.smithi052.stdout: protobuf-3.14.0-13.el9.x86_64 2024-03-21T13:14:09.385 INFO:teuthology.orchestra.run.smithi052.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-03-21T13:14:09.385 INFO:teuthology.orchestra.run.smithi052.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-03-21T13:14:09.385 INFO:teuthology.orchestra.run.smithi052.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-03-21T13:14:09.385 INFO:teuthology.orchestra.run.smithi052.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-03-21T13:14:09.385 INFO:teuthology.orchestra.run.smithi052.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-03-21T13:14:09.385 INFO:teuthology.orchestra.run.smithi052.stdout: python3-routes-2.5.1-5.el9.noarch 2024-03-21T13:14:09.385 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:14:09.385 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-03-21T13:14:09.610 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install ceph-mgr-diskprediction-local 2024-03-21T13:14:09.664 INFO:teuthology.orchestra.run.smithi029.stdout:(1/36): ceph-19.0.0-2267.g960fbbe4.el9.x86_64.r 39 kB/s | 6.6 kB 00:00 2024-03-21T13:14:09.923 INFO:teuthology.orchestra.run.smithi029.stdout:(2/36): ceph-mgr-19.0.0-2267.g960fbbe4.el9.x86_ 3.5 MB/s | 1.5 MB 00:00 2024-03-21T13:14:10.007 INFO:teuthology.orchestra.run.smithi029.stdout:(3/36): ceph-mds-19.0.0-2267.g960fbbe4.el9.x86_ 4.5 MB/s | 2.3 MB 00:00 2024-03-21T13:14:10.067 INFO:teuthology.orchestra.run.smithi029.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2267.g960f 4.0 MB/s | 248 kB 00:00 2024-03-21T13:14:10.177 INFO:teuthology.orchestra.run.smithi029.stdout:(5/36): lua-5.4.4-4.el9.x86_64.rpm 1.7 MB/s | 187 kB 00:00 2024-03-21T13:14:10.187 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:01:12 ago on Thu 21 Mar 2024 01:12:58 PM UTC. 2024-03-21T13:14:10.269 INFO:teuthology.orchestra.run.smithi029.stdout:(6/36): ceph-mon-19.0.0-2267.g960fbbe4.el9.x86_ 7.8 MB/s | 4.7 MB 00:00 2024-03-21T13:14:10.296 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-03-21T13:14:10.302 INFO:teuthology.orchestra.run.smithi029.stdout:(7/36): python3-mako-1.1.4-6.el9.noarch.rpm 1.1 MB/s | 144 kB 00:00 2024-03-21T13:14:10.320 INFO:teuthology.orchestra.run.smithi029.stdout:(8/36): python3-markupsafe-1.1.1-12.el9.x86_64. 623 kB/s | 32 kB 00:00 2024-03-21T13:14:10.337 INFO:teuthology.orchestra.run.smithi029.stdout:(9/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.4 MB/s | 47 kB 00:00 2024-03-21T13:14:10.344 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-03-21T13:14:10.345 INFO:teuthology.orchestra.run.smithi052.stdout:============================================================================================ 2024-03-21T13:14:10.345 INFO:teuthology.orchestra.run.smithi052.stdout: Package Arch Version Repository Size 2024-03-21T13:14:10.345 INFO:teuthology.orchestra.run.smithi052.stdout:============================================================================================ 2024-03-21T13:14:10.346 INFO:teuthology.orchestra.run.smithi052.stdout:Installing: 2024-03-21T13:14:10.346 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2267.g960fbbe4.el9 ceph-noarch 7.4 M 2024-03-21T13:14:10.346 INFO:teuthology.orchestra.run.smithi052.stdout:Installing dependencies: 2024-03-21T13:14:10.346 INFO:teuthology.orchestra.run.smithi052.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-03-21T13:14:10.346 INFO:teuthology.orchestra.run.smithi052.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-03-21T13:14:10.346 INFO:teuthology.orchestra.run.smithi052.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-03-21T13:14:10.346 INFO:teuthology.orchestra.run.smithi052.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-03-21T13:14:10.346 INFO:teuthology.orchestra.run.smithi052.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-03-21T13:14:10.346 INFO:teuthology.orchestra.run.smithi052.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-03-21T13:14:10.346 INFO:teuthology.orchestra.run.smithi052.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-03-21T13:14:10.346 INFO:teuthology.orchestra.run.smithi052.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-03-21T13:14:10.346 INFO:teuthology.orchestra.run.smithi052.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-03-21T13:14:10.346 INFO:teuthology.orchestra.run.smithi052.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-03-21T13:14:10.347 INFO:teuthology.orchestra.run.smithi052.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-03-21T13:14:10.347 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:14:10.347 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction Summary 2024-03-21T13:14:10.347 INFO:teuthology.orchestra.run.smithi052.stdout:============================================================================================ 2024-03-21T13:14:10.347 INFO:teuthology.orchestra.run.smithi052.stdout:Install 12 Packages 2024-03-21T13:14:10.347 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:14:10.347 INFO:teuthology.orchestra.run.smithi052.stdout:Total download size: 37 M 2024-03-21T13:14:10.348 INFO:teuthology.orchestra.run.smithi052.stdout:Installed size: 209 M 2024-03-21T13:14:10.348 INFO:teuthology.orchestra.run.smithi052.stdout:Downloading Packages: 2024-03-21T13:14:10.354 INFO:teuthology.orchestra.run.smithi029.stdout:(10/36): python3-toml-0.10.2-6.el9.noarch.rpm 1.1 MB/s | 39 kB 00:00 2024-03-21T13:14:10.388 INFO:teuthology.orchestra.run.smithi029.stdout:(11/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 4.6 MB/s | 241 kB 00:00 2024-03-21T13:14:10.455 INFO:teuthology.orchestra.run.smithi029.stdout:(12/36): python3-cryptography-36.0.1-4.el9.x86_ 11 MB/s | 1.1 MB 00:00 2024-03-21T13:14:10.481 INFO:teuthology.orchestra.run.smithi029.stdout:(13/36): python3-ply-3.11-14.el9.noarch.rpm 1.1 MB/s | 103 kB 00:00 2024-03-21T13:14:10.506 INFO:teuthology.orchestra.run.smithi029.stdout:(14/36): python3-pycparser-2.20-6.el9.noarch.rp 2.4 MB/s | 124 kB 00:00 2024-03-21T13:14:10.540 INFO:teuthology.orchestra.run.smithi029.stdout:(15/36): python3-urllib3-1.26.5-5.el9.noarch.rp 3.1 MB/s | 187 kB 00:00 2024-03-21T13:14:10.641 INFO:teuthology.orchestra.run.smithi029.stdout:(16/36): lua-devel-5.4.4-4.el9.x86_64.rpm 222 kB/s | 22 kB 00:00 2024-03-21T13:14:10.700 INFO:teuthology.orchestra.run.smithi029.stdout:(17/36): python3-requests-2.25.1-8.el9.noarch.r 648 kB/s | 125 kB 00:00 2024-03-21T13:14:10.848 INFO:teuthology.orchestra.run.smithi052.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 211 kB/s | 32 kB 00:00 2024-03-21T13:14:10.874 INFO:teuthology.orchestra.run.smithi052.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 691 kB/s | 17 kB 00:00 2024-03-21T13:14:10.915 INFO:teuthology.orchestra.run.smithi052.stdout:(3/12): openblas-0.3.21-2.el9.x86_64.rpm 831 kB/s | 34 kB 00:00 2024-03-21T13:14:10.966 INFO:teuthology.orchestra.run.smithi052.stdout:(4/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 11 MB/s | 3.0 MB 00:00 2024-03-21T13:14:11.150 INFO:teuthology.orchestra.run.smithi052.stdout:(5/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 20 MB/s | 4.7 MB 00:00 2024-03-21T13:14:11.150 INFO:teuthology.orchestra.run.smithi029.stdout:(18/36): ceph-osd-19.0.0-2267.g960fbbe4.el9.x86 14 MB/s | 17 MB 00:01 2024-03-21T13:14:11.177 INFO:teuthology.orchestra.run.smithi029.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 91 kB/s | 43 kB 00:00 2024-03-21T13:14:11.216 INFO:teuthology.orchestra.run.smithi052.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 19 MB/s | 4.8 MB 00:00 2024-03-21T13:14:11.242 INFO:teuthology.orchestra.run.smithi052.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.3 MB/s | 217 kB 00:00 2024-03-21T13:14:11.324 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-03-21T13:14:11.345 INFO:teuthology.orchestra.run.smithi029.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 215 kB/s | 151 kB 00:00 2024-03-21T13:14:11.355 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2267.g960fb 12/12 2024-03-21T13:14:11.528 INFO:teuthology.orchestra.run.smithi029.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 58 kB/s | 11 kB 00:00 2024-03-21T13:14:11.542 INFO:teuthology.orchestra.run.smithi052.stdout:(8/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 48 MB/s | 16 MB 00:00 2024-03-21T13:14:11.579 INFO:teuthology.orchestra.run.smithi029.stdout:(22/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 401 kB/s | 172 kB 00:00 2024-03-21T13:14:11.634 INFO:teuthology.orchestra.run.smithi052.stdout:(9/12): ceph-mgr-diskprediction-local-19.0.0-22 7.9 MB/s | 7.4 MB 00:00 2024-03-21T13:14:11.688 INFO:teuthology.orchestra.run.smithi029.stdout:(23/36): python3-cherrypy-18.6.1-2.el9.noarch.r 702 kB/s | 358 kB 00:00 2024-03-21T13:14:11.692 INFO:teuthology.orchestra.run.smithi052.stdout:(10/12): libgfortran-11.4.1-3.el9.x86_64.rpm 1.7 MB/s | 803 kB 00:00 2024-03-21T13:14:11.784 INFO:teuthology.orchestra.run.smithi052.stdout:(11/12): python3-devel-3.9.17-2.el9.x86_64.rpm 1.6 MB/s | 245 kB 00:00 2024-03-21T13:14:11.788 INFO:teuthology.orchestra.run.smithi029.stdout:(24/36): python3-jaraco-classes-3.2.1-5.el9.noa 68 kB/s | 18 kB 00:00 2024-03-21T13:14:11.809 INFO:teuthology.orchestra.run.smithi052.stdout:(12/12): libquadmath-11.4.1-3.el9.x86_64.rpm 732 kB/s | 195 kB 00:00 2024-03-21T13:14:11.811 INFO:teuthology.orchestra.run.smithi052.stdout:-------------------------------------------------------------------------------- 2024-03-21T13:14:11.811 INFO:teuthology.orchestra.run.smithi052.stdout:Total 25 MB/s | 37 MB 00:01 2024-03-21T13:14:11.853 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction check 2024-03-21T13:14:11.864 INFO:teuthology.orchestra.run.smithi029.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 81 kB/s | 23 kB 00:00 2024-03-21T13:14:11.877 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction check succeeded. 2024-03-21T13:14:11.877 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction test 2024-03-21T13:14:11.948 INFO:teuthology.orchestra.run.smithi029.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 75 kB/s | 19 kB 00:00 2024-03-21T13:14:12.048 INFO:teuthology.orchestra.run.smithi029.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 76 kB/s | 20 kB 00:00 2024-03-21T13:14:12.207 INFO:teuthology.orchestra.run.smithi029.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 135 kB/s | 46 kB 00:00 2024-03-21T13:14:12.247 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction test succeeded. 2024-03-21T13:14:12.247 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction 2024-03-21T13:14:12.374 INFO:teuthology.orchestra.run.smithi029.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 185 kB/s | 79 kB 00:00 2024-03-21T13:14:12.466 INFO:teuthology.orchestra.run.smithi029.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 63 kB/s | 16 kB 00:00 2024-03-21T13:14:12.550 INFO:teuthology.orchestra.run.smithi029.stdout:(31/36): python3-pecan-1.4.2-3.el9.noarch.rpm 543 kB/s | 272 kB 00:00 2024-03-21T13:14:12.734 INFO:teuthology.orchestra.run.smithi029.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 250 kB/s | 90 kB 00:00 2024-03-21T13:14:12.759 INFO:teuthology.orchestra.run.smithi029.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 122 kB/s | 36 kB 00:00 2024-03-21T13:14:12.967 INFO:teuthology.orchestra.run.smithi052.stdout: Preparing : 1/1 2024-03-21T13:14:13.018 INFO:teuthology.orchestra.run.smithi029.stdout:(34/36): python3-zc-lockfile-2.0-10.el9.noarch. 77 kB/s | 20 kB 00:00 2024-03-21T13:14:13.041 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-03-21T13:14:13.061 INFO:teuthology.orchestra.run.smithi029.stdout:(35/36): python3-webob-1.8.7-6.el9.noarch.rpm 450 kB/s | 230 kB 00:00 2024-03-21T13:14:13.072 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-03-21T13:14:13.173 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-03-21T13:14:13.217 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-03-21T13:14:13.329 INFO:teuthology.orchestra.run.smithi029.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 718 kB/s | 427 kB 00:00 2024-03-21T13:14:13.333 INFO:teuthology.orchestra.run.smithi029.stdout:-------------------------------------------------------------------------------- 2024-03-21T13:14:13.333 INFO:teuthology.orchestra.run.smithi029.stdout:Total 7.3 MB/s | 30 MB 00:04 2024-03-21T13:14:13.358 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction check 2024-03-21T13:14:13.400 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-03-21T13:14:13.404 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction check succeeded. 2024-03-21T13:14:13.404 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction test 2024-03-21T13:14:13.432 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-03-21T13:14:13.511 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-03-21T13:14:13.875 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction test succeeded. 2024-03-21T13:14:13.876 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction 2024-03-21T13:14:13.909 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2267.g960fb 12/12 2024-03-21T13:14:13.909 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2267.g960fb 1/12 2024-03-21T13:14:13.909 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-03-21T13:14:13.909 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-03-21T13:14:13.909 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-03-21T13:14:13.909 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-03-21T13:14:13.909 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-03-21T13:14:13.909 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-03-21T13:14:13.909 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-03-21T13:14:13.909 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-03-21T13:14:13.910 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-03-21T13:14:13.910 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-03-21T13:14:14.197 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-03-21T13:14:14.317 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-03-21T13:14:14.371 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-03-21T13:14:14.372 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:14:14.372 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2024-03-21T13:14:14.372 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2267.g960fbbe4.el9.noarch 2024-03-21T13:14:14.372 INFO:teuthology.orchestra.run.smithi116.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-03-21T13:14:14.372 INFO:teuthology.orchestra.run.smithi116.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-03-21T13:14:14.372 INFO:teuthology.orchestra.run.smithi116.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-03-21T13:14:14.372 INFO:teuthology.orchestra.run.smithi116.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-03-21T13:14:14.372 INFO:teuthology.orchestra.run.smithi116.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-03-21T13:14:14.372 INFO:teuthology.orchestra.run.smithi116.stdout: openblas-0.3.21-2.el9.x86_64 2024-03-21T13:14:14.372 INFO:teuthology.orchestra.run.smithi116.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-03-21T13:14:14.372 INFO:teuthology.orchestra.run.smithi116.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-03-21T13:14:14.372 INFO:teuthology.orchestra.run.smithi116.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-03-21T13:14:14.373 INFO:teuthology.orchestra.run.smithi116.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-03-21T13:14:14.373 INFO:teuthology.orchestra.run.smithi116.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-03-21T13:14:14.373 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:14:14.373 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-03-21T13:14:14.767 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install ceph-mgr-rook 2024-03-21T13:14:15.264 INFO:teuthology.orchestra.run.smithi029.stdout: Preparing : 1/1 2024-03-21T13:14:15.332 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-03-21T13:14:15.337 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:01:17 ago on Thu 21 Mar 2024 01:12:58 PM UTC. 2024-03-21T13:14:15.374 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-03-21T13:14:15.403 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-03-21T13:14:15.477 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-03-21T13:14:15.487 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-03-21T13:14:15.488 INFO:teuthology.orchestra.run.smithi116.stdout:======================================================================================== 2024-03-21T13:14:15.488 INFO:teuthology.orchestra.run.smithi116.stdout: Package Arch Version Repository Size 2024-03-21T13:14:15.488 INFO:teuthology.orchestra.run.smithi116.stdout:======================================================================================== 2024-03-21T13:14:15.488 INFO:teuthology.orchestra.run.smithi116.stdout:Installing: 2024-03-21T13:14:15.488 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-mgr-rook noarch 2:19.0.0-2267.g960fbbe4.el9 ceph-noarch 49 k 2024-03-21T13:14:15.488 INFO:teuthology.orchestra.run.smithi116.stdout:Installing dependencies: 2024-03-21T13:14:15.489 INFO:teuthology.orchestra.run.smithi116.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-03-21T13:14:15.489 INFO:teuthology.orchestra.run.smithi116.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-03-21T13:14:15.489 INFO:teuthology.orchestra.run.smithi116.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-03-21T13:14:15.489 INFO:teuthology.orchestra.run.smithi116.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-03-21T13:14:15.489 INFO:teuthology.orchestra.run.smithi116.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-03-21T13:14:15.489 INFO:teuthology.orchestra.run.smithi116.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-03-21T13:14:15.489 INFO:teuthology.orchestra.run.smithi116.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-03-21T13:14:15.489 INFO:teuthology.orchestra.run.smithi116.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-03-21T13:14:15.489 INFO:teuthology.orchestra.run.smithi116.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-03-21T13:14:15.490 INFO:teuthology.orchestra.run.smithi116.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-03-21T13:14:15.490 INFO:teuthology.orchestra.run.smithi116.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-03-21T13:14:15.490 INFO:teuthology.orchestra.run.smithi116.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-03-21T13:14:15.490 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:14:15.490 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2024-03-21T13:14:15.490 INFO:teuthology.orchestra.run.smithi116.stdout:======================================================================================== 2024-03-21T13:14:15.490 INFO:teuthology.orchestra.run.smithi116.stdout:Install 13 Packages 2024-03-21T13:14:15.491 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:14:15.491 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 2.0 M 2024-03-21T13:14:15.492 INFO:teuthology.orchestra.run.smithi116.stdout:Installed size: 26 M 2024-03-21T13:14:15.492 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2024-03-21T13:14:15.520 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-03-21T13:14:15.553 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-03-21T13:14:15.611 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-03-21T13:14:15.651 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-03-21T13:14:15.727 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-03-21T13:14:15.781 INFO:teuthology.orchestra.run.smithi116.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 146 kB/s | 18 kB 00:00 2024-03-21T13:14:15.785 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-03-21T13:14:15.806 INFO:teuthology.orchestra.run.smithi116.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 164 kB/s | 24 kB 00:00 2024-03-21T13:14:15.868 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-03-21T13:14:15.873 INFO:teuthology.orchestra.run.smithi116.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.9 MB/s | 174 kB 00:00 2024-03-21T13:14:15.898 INFO:teuthology.orchestra.run.smithi116.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.4 MB/s | 132 kB 00:00 2024-03-21T13:14:15.924 INFO:teuthology.orchestra.run.smithi116.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 4.1 MB/s | 211 kB 00:00 2024-03-21T13:14:15.929 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-03-21T13:14:15.949 INFO:teuthology.orchestra.run.smithi116.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 857 kB/s | 43 kB 00:00 2024-03-21T13:14:15.975 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-03-21T13:14:16.045 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-03-21T13:14:16.107 INFO:teuthology.orchestra.run.smithi116.stdout:(7/13): ceph-mgr-rook-19.0.0-2267.g960fbbe4.el9 109 kB/s | 49 kB 00:00 2024-03-21T13:14:16.108 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-03-21T13:14:16.303 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-03-21T13:14:16.349 INFO:teuthology.orchestra.run.smithi116.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 37 kB/s | 15 kB 00:00 2024-03-21T13:14:16.360 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-03-21T13:14:16.375 INFO:teuthology.orchestra.run.smithi116.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 71 kB/s | 32 kB 00:00 2024-03-21T13:14:16.393 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-03-21T13:14:16.436 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-03-21T13:14:16.474 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-03-21T13:14:16.554 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-03-21T13:14:16.583 INFO:teuthology.orchestra.run.smithi116.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 284 kB/s | 59 kB 00:00 2024-03-21T13:14:16.594 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-03-21T13:14:16.628 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-03-21T13:14:16.670 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-03-21T13:14:16.706 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-03-21T13:14:16.715 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-03-21T13:14:16.731 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2267.g960fb 12/12 2024-03-21T13:14:16.734 INFO:teuthology.orchestra.run.smithi116.stdout:(11/13): python3-google-auth-2.28.2-1.el9.noarc 324 kB/s | 203 kB 00:00 2024-03-21T13:14:16.749 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-03-21T13:14:16.750 INFO:teuthology.orchestra.run.smithi116.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 537 kB/s | 90 kB 00:00 2024-03-21T13:14:16.844 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-03-21T13:14:16.890 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-03-21T13:14:16.959 INFO:teuthology.orchestra.run.smithi116.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 1.7 MB/s | 1.0 MB 00:00 2024-03-21T13:14:16.963 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2024-03-21T13:14:16.963 INFO:teuthology.orchestra.run.smithi116.stdout:Total 1.4 MB/s | 2.0 MB 00:01 2024-03-21T13:14:16.964 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2024-03-21T13:14:16.975 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-03-21T13:14:16.977 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2024-03-21T13:14:16.977 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2024-03-21T13:14:17.070 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2024-03-21T13:14:17.070 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2024-03-21T13:14:17.125 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-03-21T13:14:17.262 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-03-21T13:14:17.439 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2267.g960fbbe4.el9. 31/36 2024-03-21T13:14:17.468 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : ceph-mgr-2:19.0.0-2267.g960fbbe4.el9.x86_64 32/36 2024-03-21T13:14:17.493 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2267.g960fbbe4.el9.x86_64 32/36 2024-03-21T13:14:17.493 INFO:teuthology.orchestra.run.smithi029.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-21T13:14:17.493 INFO:teuthology.orchestra.run.smithi029.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-03-21T13:14:17.493 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-03-21T13:14:17.493 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-03-21T13:14:17.494 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:14:17.576 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2024-03-21T13:14:17.739 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-03-21T13:14:17.793 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-03-21T13:14:17.848 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-03-21T13:14:17.878 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-03-21T13:14:17.919 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-03-21T13:14:18.013 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-03-21T13:14:18.122 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-03-21T13:14:18.179 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-03-21T13:14:18.899 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-03-21T13:14:18.950 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-03-21T13:14:19.009 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-03-21T13:14:19.030 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : ceph-osd-2:19.0.0-2267.g960fbbe4.el9.x86_64 33/36 2024-03-21T13:14:19.056 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: ceph-osd-2:19.0.0-2267.g960fbbe4.el9.x86_64 33/36 2024-03-21T13:14:19.056 INFO:teuthology.orchestra.run.smithi029.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-21T13:14:19.056 INFO:teuthology.orchestra.run.smithi029.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-03-21T13:14:19.056 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-03-21T13:14:19.056 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-03-21T13:14:19.056 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:14:19.057 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-03-21T13:14:19.079 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-mgr-rook-2:19.0.0-2267.g960fbbe4.el9.noarch 13/13 2024-03-21T13:14:19.244 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2267.g960fb 12/12 2024-03-21T13:14:19.244 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2267.g960fb 1/12 2024-03-21T13:14:19.244 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-03-21T13:14:19.244 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-03-21T13:14:19.244 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-03-21T13:14:19.244 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-03-21T13:14:19.244 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-03-21T13:14:19.245 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-03-21T13:14:19.245 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-03-21T13:14:19.245 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-03-21T13:14:19.245 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-03-21T13:14:19.245 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-03-21T13:14:19.532 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : ceph-mon-2:19.0.0-2267.g960fbbe4.el9.x86_64 34/36 2024-03-21T13:14:19.554 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: ceph-mon-2:19.0.0-2267.g960fbbe4.el9.x86_64 34/36 2024-03-21T13:14:19.554 INFO:teuthology.orchestra.run.smithi029.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-21T13:14:19.554 INFO:teuthology.orchestra.run.smithi029.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-03-21T13:14:19.554 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-03-21T13:14:19.555 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-03-21T13:14:19.555 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:14:19.656 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-03-21T13:14:19.656 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:14:19.656 INFO:teuthology.orchestra.run.smithi052.stdout:Installed: 2024-03-21T13:14:19.657 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2267.g960fbbe4.el9.noarch 2024-03-21T13:14:19.657 INFO:teuthology.orchestra.run.smithi052.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-03-21T13:14:19.657 INFO:teuthology.orchestra.run.smithi052.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-03-21T13:14:19.657 INFO:teuthology.orchestra.run.smithi052.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-03-21T13:14:19.657 INFO:teuthology.orchestra.run.smithi052.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-03-21T13:14:19.657 INFO:teuthology.orchestra.run.smithi052.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-03-21T13:14:19.657 INFO:teuthology.orchestra.run.smithi052.stdout: openblas-0.3.21-2.el9.x86_64 2024-03-21T13:14:19.657 INFO:teuthology.orchestra.run.smithi052.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-03-21T13:14:19.657 INFO:teuthology.orchestra.run.smithi052.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-03-21T13:14:19.657 INFO:teuthology.orchestra.run.smithi052.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-03-21T13:14:19.657 INFO:teuthology.orchestra.run.smithi052.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-03-21T13:14:19.657 INFO:teuthology.orchestra.run.smithi052.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-03-21T13:14:19.657 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:14:19.657 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-03-21T13:14:19.793 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : ceph-mds-2:19.0.0-2267.g960fbbe4.el9.x86_64 35/36 2024-03-21T13:14:19.815 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: ceph-mds-2:19.0.0-2267.g960fbbe4.el9.x86_64 35/36 2024-03-21T13:14:19.815 INFO:teuthology.orchestra.run.smithi029.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-21T13:14:19.815 INFO:teuthology.orchestra.run.smithi029.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-03-21T13:14:19.815 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-03-21T13:14:19.815 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-03-21T13:14:19.815 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:14:19.857 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2267.g960fbbe4.el9.noarch 13/13 2024-03-21T13:14:19.857 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2267.g960fbbe4.el9.noarch 1/13 2024-03-21T13:14:19.857 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-03-21T13:14:19.857 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-03-21T13:14:19.857 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-03-21T13:14:19.857 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-03-21T13:14:19.857 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-03-21T13:14:19.858 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-03-21T13:14:19.858 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-03-21T13:14:19.858 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-03-21T13:14:19.858 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-03-21T13:14:19.858 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-03-21T13:14:19.858 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-03-21T13:14:19.893 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : ceph-2:19.0.0-2267.g960fbbe4.el9.x86_64 36/36 2024-03-21T13:14:20.101 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install ceph-mgr-rook 2024-03-21T13:14:20.211 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-03-21T13:14:20.212 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:14:20.212 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2024-03-21T13:14:20.212 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-mgr-rook-2:19.0.0-2267.g960fbbe4.el9.noarch 2024-03-21T13:14:20.212 INFO:teuthology.orchestra.run.smithi116.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-03-21T13:14:20.212 INFO:teuthology.orchestra.run.smithi116.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-03-21T13:14:20.212 INFO:teuthology.orchestra.run.smithi116.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-03-21T13:14:20.212 INFO:teuthology.orchestra.run.smithi116.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-03-21T13:14:20.212 INFO:teuthology.orchestra.run.smithi116.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-03-21T13:14:20.212 INFO:teuthology.orchestra.run.smithi116.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-03-21T13:14:20.212 INFO:teuthology.orchestra.run.smithi116.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-03-21T13:14:20.212 INFO:teuthology.orchestra.run.smithi116.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-03-21T13:14:20.212 INFO:teuthology.orchestra.run.smithi116.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-03-21T13:14:20.212 INFO:teuthology.orchestra.run.smithi116.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-03-21T13:14:20.213 INFO:teuthology.orchestra.run.smithi116.stdout: python3-rsa-4.9-2.el9.noarch 2024-03-21T13:14:20.213 INFO:teuthology.orchestra.run.smithi116.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-03-21T13:14:20.213 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:14:20.213 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-03-21T13:14:20.443 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install ceph-mgr-cephadm 2024-03-21T13:14:20.675 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:01:22 ago on Thu 21 Mar 2024 01:12:58 PM UTC. 2024-03-21T13:14:20.832 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-03-21T13:14:20.833 INFO:teuthology.orchestra.run.smithi052.stdout:======================================================================================== 2024-03-21T13:14:20.833 INFO:teuthology.orchestra.run.smithi052.stdout: Package Arch Version Repository Size 2024-03-21T13:14:20.833 INFO:teuthology.orchestra.run.smithi052.stdout:======================================================================================== 2024-03-21T13:14:20.833 INFO:teuthology.orchestra.run.smithi052.stdout:Installing: 2024-03-21T13:14:20.833 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-mgr-rook noarch 2:19.0.0-2267.g960fbbe4.el9 ceph-noarch 49 k 2024-03-21T13:14:20.833 INFO:teuthology.orchestra.run.smithi052.stdout:Installing dependencies: 2024-03-21T13:14:20.834 INFO:teuthology.orchestra.run.smithi052.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-03-21T13:14:20.834 INFO:teuthology.orchestra.run.smithi052.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-03-21T13:14:20.834 INFO:teuthology.orchestra.run.smithi052.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-03-21T13:14:20.834 INFO:teuthology.orchestra.run.smithi052.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-03-21T13:14:20.834 INFO:teuthology.orchestra.run.smithi052.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-03-21T13:14:20.834 INFO:teuthology.orchestra.run.smithi052.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-03-21T13:14:20.834 INFO:teuthology.orchestra.run.smithi052.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-03-21T13:14:20.834 INFO:teuthology.orchestra.run.smithi052.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-03-21T13:14:20.834 INFO:teuthology.orchestra.run.smithi052.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-03-21T13:14:20.834 INFO:teuthology.orchestra.run.smithi052.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-03-21T13:14:20.834 INFO:teuthology.orchestra.run.smithi052.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-03-21T13:14:20.834 INFO:teuthology.orchestra.run.smithi052.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-03-21T13:14:20.835 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:14:20.835 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction Summary 2024-03-21T13:14:20.835 INFO:teuthology.orchestra.run.smithi052.stdout:======================================================================================== 2024-03-21T13:14:20.835 INFO:teuthology.orchestra.run.smithi052.stdout:Install 13 Packages 2024-03-21T13:14:20.835 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:14:20.835 INFO:teuthology.orchestra.run.smithi052.stdout:Total download size: 2.0 M 2024-03-21T13:14:20.836 INFO:teuthology.orchestra.run.smithi052.stdout:Installed size: 26 M 2024-03-21T13:14:20.836 INFO:teuthology.orchestra.run.smithi052.stdout:Downloading Packages: 2024-03-21T13:14:21.006 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:01:23 ago on Thu 21 Mar 2024 01:12:58 PM UTC. 2024-03-21T13:14:21.063 INFO:teuthology.orchestra.run.smithi052.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 141 kB/s | 18 kB 00:00 2024-03-21T13:14:21.088 INFO:teuthology.orchestra.run.smithi052.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 159 kB/s | 24 kB 00:00 2024-03-21T13:14:21.139 INFO:teuthology.orchestra.run.smithi052.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.3 MB/s | 174 kB 00:00 2024-03-21T13:14:21.155 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-03-21T13:14:21.156 INFO:teuthology.orchestra.run.smithi116.stdout:======================================================================================== 2024-03-21T13:14:21.156 INFO:teuthology.orchestra.run.smithi116.stdout: Package Arch Version Repository Size 2024-03-21T13:14:21.156 INFO:teuthology.orchestra.run.smithi116.stdout:======================================================================================== 2024-03-21T13:14:21.156 INFO:teuthology.orchestra.run.smithi116.stdout:Installing: 2024-03-21T13:14:21.156 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2267.g960fbbe4.el9 ceph-noarch 140 k 2024-03-21T13:14:21.156 INFO:teuthology.orchestra.run.smithi116.stdout:Installing dependencies: 2024-03-21T13:14:21.156 INFO:teuthology.orchestra.run.smithi116.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-03-21T13:14:21.157 INFO:teuthology.orchestra.run.smithi116.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-03-21T13:14:21.157 INFO:teuthology.orchestra.run.smithi116.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-03-21T13:14:21.157 INFO:teuthology.orchestra.run.smithi116.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-03-21T13:14:21.157 INFO:teuthology.orchestra.run.smithi116.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-03-21T13:14:21.157 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:14:21.157 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2024-03-21T13:14:21.157 INFO:teuthology.orchestra.run.smithi116.stdout:======================================================================================== 2024-03-21T13:14:21.157 INFO:teuthology.orchestra.run.smithi116.stdout:Install 6 Packages 2024-03-21T13:14:21.157 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:14:21.158 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 6.8 M 2024-03-21T13:14:21.158 INFO:teuthology.orchestra.run.smithi116.stdout:Installed size: 33 M 2024-03-21T13:14:21.158 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2024-03-21T13:14:21.189 INFO:teuthology.orchestra.run.smithi052.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.3 MB/s | 132 kB 00:00 2024-03-21T13:14:21.214 INFO:teuthology.orchestra.run.smithi052.stdout:(5/13): ceph-mgr-rook-19.0.0-2267.g960fbbe4.el9 176 kB/s | 49 kB 00:00 2024-03-21T13:14:21.239 INFO:teuthology.orchestra.run.smithi052.stdout:(6/13): python3-pyasn1-modules-0.4.8-6.el9.noar 2.1 MB/s | 211 kB 00:00 2024-03-21T13:14:21.264 INFO:teuthology.orchestra.run.smithi052.stdout:(7/13): python3-requests-oauthlib-1.3.0-12.el9. 571 kB/s | 43 kB 00:00 2024-03-21T13:14:21.412 INFO:teuthology.orchestra.run.smithi116.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.8 MB/s | 248 kB 00:00 2024-03-21T13:14:21.473 INFO:teuthology.orchestra.run.smithi052.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 64 kB/s | 15 kB 00:00 2024-03-21T13:14:21.499 INFO:teuthology.orchestra.run.smithi052.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 124 kB/s | 32 kB 00:00 2024-03-21T13:14:21.565 INFO:teuthology.orchestra.run.smithi052.stdout:(10/13): python3-google-auth-2.28.2-1.el9.noarc 674 kB/s | 203 kB 00:00 2024-03-21T13:14:21.571 INFO:teuthology.orchestra.run.smithi116.stdout:(2/6): python3-babel-2.9.1-2.el9.noarch.rpm 20 MB/s | 5.8 MB 00:00 2024-03-21T13:14:21.591 INFO:teuthology.orchestra.run.smithi052.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 643 kB/s | 59 kB 00:00 2024-03-21T13:14:21.624 INFO:teuthology.orchestra.run.smithi052.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.5 MB/s | 90 kB 00:00 2024-03-21T13:14:21.671 INFO:teuthology.orchestra.run.smithi116.stdout:(3/6): ceph-mgr-cephadm-19.0.0-2267.g960fbbe4.e 356 kB/s | 140 kB 00:00 2024-03-21T13:14:21.674 INFO:teuthology.orchestra.run.smithi052.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 5.1 MB/s | 1.0 MB 00:00 2024-03-21T13:14:21.676 INFO:teuthology.orchestra.run.smithi052.stdout:-------------------------------------------------------------------------------- 2024-03-21T13:14:21.677 INFO:teuthology.orchestra.run.smithi052.stdout:Total 2.4 MB/s | 2.0 MB 00:00 2024-03-21T13:14:21.677 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction check 2024-03-21T13:14:21.692 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction check succeeded. 2024-03-21T13:14:21.692 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction test 2024-03-21T13:14:21.791 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction test succeeded. 2024-03-21T13:14:21.793 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction 2024-03-21T13:14:21.805 INFO:teuthology.orchestra.run.smithi116.stdout:(4/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.4 MB/s | 548 kB 00:00 2024-03-21T13:14:21.830 INFO:teuthology.orchestra.run.smithi116.stdout:(5/6): python3-natsort-7.1.1-5.el9.noarch.rpm 223 kB/s | 58 kB 00:00 2024-03-21T13:14:21.846 INFO:teuthology.orchestra.run.smithi116.stdout:(6/6): python3-typing-extensions-4.4.0-2.el9.no 291 kB/s | 51 kB 00:00 2024-03-21T13:14:21.849 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2024-03-21T13:14:21.849 INFO:teuthology.orchestra.run.smithi116.stdout:Total 9.8 MB/s | 6.8 MB 00:00 2024-03-21T13:14:21.862 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2024-03-21T13:14:21.872 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2024-03-21T13:14:21.872 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2024-03-21T13:14:21.961 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2024-03-21T13:14:21.961 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2024-03-21T13:14:22.279 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2024-03-21T13:14:22.310 INFO:teuthology.orchestra.run.smithi052.stdout: Preparing : 1/1 2024-03-21T13:14:22.445 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-03-21T13:14:22.488 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-03-21T13:14:22.498 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-03-21T13:14:22.544 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-03-21T13:14:22.572 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: ceph-2:19.0.0-2267.g960fbbe4.el9.x86_64 36/36 2024-03-21T13:14:22.572 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : ceph-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/36 2024-03-21T13:14:22.572 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : ceph-mds-2:19.0.0-2267.g960fbbe4.el9.x86_64 2/36 2024-03-21T13:14:22.572 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : ceph-mgr-2:19.0.0-2267.g960fbbe4.el9.x86_64 3/36 2024-03-21T13:14:22.573 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : ceph-mon-2:19.0.0-2267.g960fbbe4.el9.x86_64 4/36 2024-03-21T13:14:22.573 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : ceph-osd-2:19.0.0-2267.g960fbbe4.el9.x86_64 5/36 2024-03-21T13:14:22.573 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2267.g960fbbe4.el9. 6/36 2024-03-21T13:14:22.573 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-03-21T13:14:22.573 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-03-21T13:14:22.573 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-03-21T13:14:22.573 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-03-21T13:14:22.573 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-03-21T13:14:22.573 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-03-21T13:14:22.573 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-03-21T13:14:22.573 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-03-21T13:14:22.573 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-03-21T13:14:22.573 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 16/36 2024-03-21T13:14:22.573 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 17/36 2024-03-21T13:14:22.574 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-03-21T13:14:22.574 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-03-21T13:14:22.574 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-03-21T13:14:22.574 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-03-21T13:14:22.574 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-03-21T13:14:22.574 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-03-21T13:14:22.574 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-03-21T13:14:22.574 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-03-21T13:14:22.574 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-03-21T13:14:22.574 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-03-21T13:14:22.575 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-03-21T13:14:22.575 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-03-21T13:14:22.575 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-03-21T13:14:22.576 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-03-21T13:14:22.576 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-03-21T13:14:22.576 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-03-21T13:14:22.576 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-03-21T13:14:22.576 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-03-21T13:14:22.599 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-03-21T13:14:22.635 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-03-21T13:14:22.677 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-03-21T13:14:22.776 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-03-21T13:14:22.885 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-03-21T13:14:22.937 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-03-21T13:14:23.014 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-03-21T13:14:23.101 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-03-21T13:14:23.172 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-03-21T13:14:23.202 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2267.g960fbbe4.el9.noarch 6/6 2024-03-21T13:14:23.509 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-03-21T13:14:23.509 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:14:23.509 INFO:teuthology.orchestra.run.smithi029.stdout:Installed: 2024-03-21T13:14:23.510 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:14:23.510 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-mds-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:14:23.510 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-mgr-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:14:23.510 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-mgr-modules-core-2:19.0.0-2267.g960fbbe4.el9.noarch 2024-03-21T13:14:23.510 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-mon-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:14:23.510 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-osd-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:14:23.510 INFO:teuthology.orchestra.run.smithi029.stdout: lua-5.4.4-4.el9.x86_64 2024-03-21T13:14:23.510 INFO:teuthology.orchestra.run.smithi029.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-03-21T13:14:23.510 INFO:teuthology.orchestra.run.smithi029.stdout: luarocks-3.9.2-1.el9.noarch 2024-03-21T13:14:23.510 INFO:teuthology.orchestra.run.smithi029.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-03-21T13:14:23.510 INFO:teuthology.orchestra.run.smithi029.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-03-21T13:14:23.510 INFO:teuthology.orchestra.run.smithi029.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-03-21T13:14:23.510 INFO:teuthology.orchestra.run.smithi029.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-03-21T13:14:23.511 INFO:teuthology.orchestra.run.smithi029.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-03-21T13:14:23.511 INFO:teuthology.orchestra.run.smithi029.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-03-21T13:14:23.511 INFO:teuthology.orchestra.run.smithi029.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-03-21T13:14:23.511 INFO:teuthology.orchestra.run.smithi029.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-03-21T13:14:23.511 INFO:teuthology.orchestra.run.smithi029.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-03-21T13:14:23.511 INFO:teuthology.orchestra.run.smithi029.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-03-21T13:14:23.511 INFO:teuthology.orchestra.run.smithi029.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-03-21T13:14:23.511 INFO:teuthology.orchestra.run.smithi029.stdout: python3-mako-1.1.4-6.el9.noarch 2024-03-21T13:14:23.511 INFO:teuthology.orchestra.run.smithi029.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-03-21T13:14:23.511 INFO:teuthology.orchestra.run.smithi029.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-03-21T13:14:23.511 INFO:teuthology.orchestra.run.smithi029.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-03-21T13:14:23.511 INFO:teuthology.orchestra.run.smithi029.stdout: python3-ply-3.11-14.el9.noarch 2024-03-21T13:14:23.511 INFO:teuthology.orchestra.run.smithi029.stdout: python3-portend-3.1.0-2.el9.noarch 2024-03-21T13:14:23.512 INFO:teuthology.orchestra.run.smithi029.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-03-21T13:14:23.512 INFO:teuthology.orchestra.run.smithi029.stdout: python3-pycparser-2.20-6.el9.noarch 2024-03-21T13:14:23.512 INFO:teuthology.orchestra.run.smithi029.stdout: python3-pytz-2021.1-5.el9.noarch 2024-03-21T13:14:23.512 INFO:teuthology.orchestra.run.smithi029.stdout: python3-requests-2.25.1-8.el9.noarch 2024-03-21T13:14:23.512 INFO:teuthology.orchestra.run.smithi029.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-03-21T13:14:23.512 INFO:teuthology.orchestra.run.smithi029.stdout: python3-toml-0.10.2-6.el9.noarch 2024-03-21T13:14:23.512 INFO:teuthology.orchestra.run.smithi029.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-03-21T13:14:23.512 INFO:teuthology.orchestra.run.smithi029.stdout: python3-webob-1.8.7-6.el9.noarch 2024-03-21T13:14:23.512 INFO:teuthology.orchestra.run.smithi029.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-03-21T13:14:23.512 INFO:teuthology.orchestra.run.smithi029.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-03-21T13:14:23.512 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:14:23.512 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2024-03-21T13:14:23.711 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-03-21T13:14:23.758 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-03-21T13:14:23.792 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-03-21T13:14:23.840 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-03-21T13:14:23.869 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : ceph-mgr-rook-2:19.0.0-2267.g960fbbe4.el9.noarch 13/13 2024-03-21T13:14:23.915 DEBUG:teuthology.orchestra.run.smithi029:> sudo yum -y install ceph-base 2024-03-21T13:14:23.952 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2267.g960fbbe4.el9.noarch 6/6 2024-03-21T13:14:23.952 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2267.g960fbbe4.el9.noarch 1/6 2024-03-21T13:14:23.953 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-03-21T13:14:23.953 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-03-21T13:14:23.953 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-03-21T13:14:23.953 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-03-21T13:14:24.249 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-03-21T13:14:24.250 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:14:24.250 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2024-03-21T13:14:24.250 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-mgr-cephadm-2:19.0.0-2267.g960fbbe4.el9.noarch 2024-03-21T13:14:24.250 INFO:teuthology.orchestra.run.smithi116.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-03-21T13:14:24.250 INFO:teuthology.orchestra.run.smithi116.stdout: python3-babel-2.9.1-2.el9.noarch 2024-03-21T13:14:24.250 INFO:teuthology.orchestra.run.smithi116.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-03-21T13:14:24.251 INFO:teuthology.orchestra.run.smithi116.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-03-21T13:14:24.251 INFO:teuthology.orchestra.run.smithi116.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-03-21T13:14:24.251 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:14:24.251 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-03-21T13:14:24.493 INFO:teuthology.orchestra.run.smithi029.stdout:Last metadata expiration check: 0:01:14 ago on Thu 21 Mar 2024 01:13:10 PM UTC. 2024-03-21T13:14:24.521 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install ceph-fuse 2024-03-21T13:14:24.592 INFO:teuthology.orchestra.run.smithi029.stdout:Package ceph-base-2:19.0.0-2267.g960fbbe4.el9.x86_64 is already installed. 2024-03-21T13:14:24.648 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2024-03-21T13:14:24.650 INFO:teuthology.orchestra.run.smithi029.stdout:Nothing to do. 2024-03-21T13:14:24.650 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2024-03-21T13:14:24.721 DEBUG:teuthology.orchestra.run.smithi029:> sudo yum -y install cephadm 2024-03-21T13:14:24.800 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2267.g960fbbe4.el9.noarch 13/13 2024-03-21T13:14:24.801 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2267.g960fbbe4.el9.noarch 1/13 2024-03-21T13:14:24.801 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-03-21T13:14:24.801 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-03-21T13:14:24.801 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-03-21T13:14:24.801 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-03-21T13:14:24.801 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-03-21T13:14:24.801 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-03-21T13:14:24.801 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-03-21T13:14:24.801 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-03-21T13:14:24.801 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-03-21T13:14:24.801 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-03-21T13:14:24.801 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-03-21T13:14:25.083 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:01:27 ago on Thu 21 Mar 2024 01:12:58 PM UTC. 2024-03-21T13:14:25.167 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-03-21T13:14:25.168 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:14:25.168 INFO:teuthology.orchestra.run.smithi052.stdout:Installed: 2024-03-21T13:14:25.168 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-mgr-rook-2:19.0.0-2267.g960fbbe4.el9.noarch 2024-03-21T13:14:25.168 INFO:teuthology.orchestra.run.smithi052.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-03-21T13:14:25.168 INFO:teuthology.orchestra.run.smithi052.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-03-21T13:14:25.168 INFO:teuthology.orchestra.run.smithi052.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-03-21T13:14:25.168 INFO:teuthology.orchestra.run.smithi052.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-03-21T13:14:25.168 INFO:teuthology.orchestra.run.smithi052.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-03-21T13:14:25.168 INFO:teuthology.orchestra.run.smithi052.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-03-21T13:14:25.168 INFO:teuthology.orchestra.run.smithi052.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-03-21T13:14:25.168 INFO:teuthology.orchestra.run.smithi052.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-03-21T13:14:25.168 INFO:teuthology.orchestra.run.smithi052.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-03-21T13:14:25.169 INFO:teuthology.orchestra.run.smithi052.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-03-21T13:14:25.169 INFO:teuthology.orchestra.run.smithi052.stdout: python3-rsa-4.9-2.el9.noarch 2024-03-21T13:14:25.169 INFO:teuthology.orchestra.run.smithi052.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-03-21T13:14:25.169 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:14:25.169 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-03-21T13:14:25.234 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-03-21T13:14:25.235 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-03-21T13:14:25.235 INFO:teuthology.orchestra.run.smithi116.stdout: Package Arch Version Repository Size 2024-03-21T13:14:25.235 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-03-21T13:14:25.235 INFO:teuthology.orchestra.run.smithi116.stdout:Installing: 2024-03-21T13:14:25.235 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-fuse x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 890 k 2024-03-21T13:14:25.235 INFO:teuthology.orchestra.run.smithi116.stdout:Installing dependencies: 2024-03-21T13:14:25.236 INFO:teuthology.orchestra.run.smithi116.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-03-21T13:14:25.236 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:14:25.236 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2024-03-21T13:14:25.236 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-03-21T13:14:25.236 INFO:teuthology.orchestra.run.smithi116.stdout:Install 2 Packages 2024-03-21T13:14:25.236 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:14:25.236 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 969 k 2024-03-21T13:14:25.236 INFO:teuthology.orchestra.run.smithi116.stdout:Installed size: 2.8 M 2024-03-21T13:14:25.237 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2024-03-21T13:14:25.288 INFO:teuthology.orchestra.run.smithi029.stdout:Last metadata expiration check: 0:01:15 ago on Thu 21 Mar 2024 01:13:10 PM UTC. 2024-03-21T13:14:25.365 INFO:teuthology.orchestra.run.smithi116.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 615 kB/s | 79 kB 00:00 2024-03-21T13:14:25.399 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install ceph-mgr-cephadm 2024-03-21T13:14:25.441 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2024-03-21T13:14:25.442 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-03-21T13:14:25.442 INFO:teuthology.orchestra.run.smithi029.stdout: Package Arch Version Repository Size 2024-03-21T13:14:25.442 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-03-21T13:14:25.442 INFO:teuthology.orchestra.run.smithi029.stdout:Installing: 2024-03-21T13:14:25.442 INFO:teuthology.orchestra.run.smithi029.stdout: cephadm noarch 2:19.0.0-2267.g960fbbe4.el9 ceph-noarch 750 k 2024-03-21T13:14:25.442 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:14:25.442 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction Summary 2024-03-21T13:14:25.443 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-03-21T13:14:25.443 INFO:teuthology.orchestra.run.smithi029.stdout:Install 1 Package 2024-03-21T13:14:25.443 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:14:25.443 INFO:teuthology.orchestra.run.smithi029.stdout:Total download size: 750 k 2024-03-21T13:14:25.443 INFO:teuthology.orchestra.run.smithi029.stdout:Installed size: 757 k 2024-03-21T13:14:25.443 INFO:teuthology.orchestra.run.smithi029.stdout:Downloading Packages: 2024-03-21T13:14:25.565 INFO:teuthology.orchestra.run.smithi116.stdout:(2/2): ceph-fuse-19.0.0-2267.g960fbbe4.el9.x86_ 2.6 MB/s | 890 kB 00:00 2024-03-21T13:14:25.566 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2024-03-21T13:14:25.566 INFO:teuthology.orchestra.run.smithi116.stdout:Total 2.9 MB/s | 969 kB 00:00 2024-03-21T13:14:25.566 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2024-03-21T13:14:25.587 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2024-03-21T13:14:25.587 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2024-03-21T13:14:25.661 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2024-03-21T13:14:25.661 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2024-03-21T13:14:25.843 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2024-03-21T13:14:25.974 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:01:27 ago on Thu 21 Mar 2024 01:12:58 PM UTC. 2024-03-21T13:14:25.977 INFO:teuthology.orchestra.run.smithi029.stdout:cephadm-19.0.0-2267.g960fbbe4.el9.noarch.rpm 1.4 MB/s | 750 kB 00:00 2024-03-21T13:14:25.978 INFO:teuthology.orchestra.run.smithi029.stdout:-------------------------------------------------------------------------------- 2024-03-21T13:14:25.978 INFO:teuthology.orchestra.run.smithi029.stdout:Total 1.4 MB/s | 750 kB 00:00 2024-03-21T13:14:25.978 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction check 2024-03-21T13:14:25.984 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction check succeeded. 2024-03-21T13:14:25.984 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction test 2024-03-21T13:14:25.990 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction test succeeded. 2024-03-21T13:14:25.990 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction 2024-03-21T13:14:25.992 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-03-21T13:14:26.056 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-fuse-2:19.0.0-2267.g960fbbe4.el9.x86_64 2/2 2024-03-21T13:14:26.063 INFO:teuthology.orchestra.run.smithi029.stdout: Preparing : 1/1 2024-03-21T13:14:26.133 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-03-21T13:14:26.134 INFO:teuthology.orchestra.run.smithi052.stdout:======================================================================================== 2024-03-21T13:14:26.134 INFO:teuthology.orchestra.run.smithi052.stdout: Package Arch Version Repository Size 2024-03-21T13:14:26.134 INFO:teuthology.orchestra.run.smithi052.stdout:======================================================================================== 2024-03-21T13:14:26.134 INFO:teuthology.orchestra.run.smithi052.stdout:Installing: 2024-03-21T13:14:26.134 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2267.g960fbbe4.el9 ceph-noarch 140 k 2024-03-21T13:14:26.134 INFO:teuthology.orchestra.run.smithi052.stdout:Installing dependencies: 2024-03-21T13:14:26.134 INFO:teuthology.orchestra.run.smithi052.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-03-21T13:14:26.134 INFO:teuthology.orchestra.run.smithi052.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-03-21T13:14:26.134 INFO:teuthology.orchestra.run.smithi052.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-03-21T13:14:26.134 INFO:teuthology.orchestra.run.smithi052.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-03-21T13:14:26.134 INFO:teuthology.orchestra.run.smithi052.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-03-21T13:14:26.135 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:14:26.135 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction Summary 2024-03-21T13:14:26.135 INFO:teuthology.orchestra.run.smithi052.stdout:======================================================================================== 2024-03-21T13:14:26.135 INFO:teuthology.orchestra.run.smithi052.stdout:Install 6 Packages 2024-03-21T13:14:26.135 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:14:26.135 INFO:teuthology.orchestra.run.smithi052.stdout:Total download size: 6.8 M 2024-03-21T13:14:26.136 INFO:teuthology.orchestra.run.smithi052.stdout:Installed size: 33 M 2024-03-21T13:14:26.136 INFO:teuthology.orchestra.run.smithi052.stdout:Downloading Packages: 2024-03-21T13:14:26.559 INFO:teuthology.orchestra.run.smithi052.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.4 MB/s | 248 kB 00:00 2024-03-21T13:14:26.582 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: cephadm-2:19.0.0-2267.g960fbbe4.el9.noarch 1/1 2024-03-21T13:14:26.675 INFO:teuthology.orchestra.run.smithi052.stdout:(2/6): python3-babel-2.9.1-2.el9.noarch.rpm 20 MB/s | 5.8 MB 00:00 2024-03-21T13:14:26.682 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : cephadm-2:19.0.0-2267.g960fbbe4.el9.noarch 1/1 2024-03-21T13:14:26.724 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2267.g960fbbe4.el9.x86_64 2/2 2024-03-21T13:14:26.724 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-fuse-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/2 2024-03-21T13:14:26.742 INFO:teuthology.orchestra.run.smithi052.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 871 kB/s | 58 kB 00:00 2024-03-21T13:14:26.784 INFO:teuthology.orchestra.run.smithi052.stdout:(4/6): python3-typing-extensions-4.4.0-2.el9.no 1.2 MB/s | 51 kB 00:00 2024-03-21T13:14:26.809 INFO:teuthology.orchestra.run.smithi052.stdout:(5/6): ceph-mgr-cephadm-19.0.0-2267.g960fbbe4.e 327 kB/s | 140 kB 00:00 2024-03-21T13:14:26.834 INFO:teuthology.orchestra.run.smithi052.stdout:(6/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 2.0 MB/s | 548 kB 00:00 2024-03-21T13:14:26.836 INFO:teuthology.orchestra.run.smithi052.stdout:-------------------------------------------------------------------------------- 2024-03-21T13:14:26.836 INFO:teuthology.orchestra.run.smithi052.stdout:Total 9.7 MB/s | 6.8 MB 00:00 2024-03-21T13:14:26.850 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction check 2024-03-21T13:14:26.860 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction check succeeded. 2024-03-21T13:14:26.860 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction test 2024-03-21T13:14:26.952 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction test succeeded. 2024-03-21T13:14:26.953 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction 2024-03-21T13:14:27.009 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-03-21T13:14:27.010 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:14:27.010 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2024-03-21T13:14:27.010 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-fuse-2:19.0.0-2267.g960fbbe4.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-03-21T13:14:27.010 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:14:27.010 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-03-21T13:14:27.120 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: cephadm-2:19.0.0-2267.g960fbbe4.el9.noarch 1/1 2024-03-21T13:14:27.297 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install ceph-volume 2024-03-21T13:14:27.380 INFO:teuthology.orchestra.run.smithi052.stdout: Preparing : 1/1 2024-03-21T13:14:27.421 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : cephadm-2:19.0.0-2267.g960fbbe4.el9.noarch 1/1 2024-03-21T13:14:27.421 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:14:27.422 INFO:teuthology.orchestra.run.smithi029.stdout:Installed: 2024-03-21T13:14:27.422 INFO:teuthology.orchestra.run.smithi029.stdout: cephadm-2:19.0.0-2267.g960fbbe4.el9.noarch 2024-03-21T13:14:27.422 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:14:27.422 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2024-03-21T13:14:27.556 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-03-21T13:14:27.613 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-03-21T13:14:27.684 DEBUG:teuthology.orchestra.run.smithi029:> sudo yum -y install ceph-immutable-object-cache 2024-03-21T13:14:27.869 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:01:29 ago on Thu 21 Mar 2024 01:12:58 PM UTC. 2024-03-21T13:14:28.019 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-03-21T13:14:28.021 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-03-21T13:14:28.021 INFO:teuthology.orchestra.run.smithi116.stdout: Package Arch Version Repository Size 2024-03-21T13:14:28.021 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-03-21T13:14:28.021 INFO:teuthology.orchestra.run.smithi116.stdout:Installing: 2024-03-21T13:14:28.021 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-volume noarch 2:19.0.0-2267.g960fbbe4.el9 ceph-noarch 273 k 2024-03-21T13:14:28.021 INFO:teuthology.orchestra.run.smithi116.stdout:Installing dependencies: 2024-03-21T13:14:28.022 INFO:teuthology.orchestra.run.smithi116.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-03-21T13:14:28.022 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:14:28.022 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2024-03-21T13:14:28.022 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-03-21T13:14:28.022 INFO:teuthology.orchestra.run.smithi116.stdout:Install 2 Packages 2024-03-21T13:14:28.022 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:14:28.023 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 342 k 2024-03-21T13:14:28.023 INFO:teuthology.orchestra.run.smithi116.stdout:Installed size: 1.5 M 2024-03-21T13:14:28.023 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2024-03-21T13:14:28.136 INFO:teuthology.orchestra.run.smithi116.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 598 kB/s | 69 kB 00:00 2024-03-21T13:14:28.170 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-03-21T13:14:28.250 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-03-21T13:14:28.259 INFO:teuthology.orchestra.run.smithi029.stdout:Last metadata expiration check: 0:01:18 ago on Thu 21 Mar 2024 01:13:10 PM UTC. 2024-03-21T13:14:28.323 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-03-21T13:14:28.349 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2267.g960fbbe4.el9.noarch 6/6 2024-03-21T13:14:28.416 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2024-03-21T13:14:28.416 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-03-21T13:14:28.416 INFO:teuthology.orchestra.run.smithi029.stdout: Package Arch Version Repo Size 2024-03-21T13:14:28.416 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-03-21T13:14:28.416 INFO:teuthology.orchestra.run.smithi029.stdout:Installing: 2024-03-21T13:14:28.417 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 145 k 2024-03-21T13:14:28.417 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:14:28.417 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction Summary 2024-03-21T13:14:28.417 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-03-21T13:14:28.417 INFO:teuthology.orchestra.run.smithi029.stdout:Install 1 Package 2024-03-21T13:14:28.417 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:14:28.417 INFO:teuthology.orchestra.run.smithi029.stdout:Total download size: 145 k 2024-03-21T13:14:28.418 INFO:teuthology.orchestra.run.smithi029.stdout:Installed size: 436 k 2024-03-21T13:14:28.418 INFO:teuthology.orchestra.run.smithi029.stdout:Downloading Packages: 2024-03-21T13:14:28.419 INFO:teuthology.orchestra.run.smithi116.stdout:(2/2): ceph-volume-19.0.0-2267.g960fbbe4.el9.no 686 kB/s | 273 kB 00:00 2024-03-21T13:14:28.421 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2024-03-21T13:14:28.421 INFO:teuthology.orchestra.run.smithi116.stdout:Total 854 kB/s | 342 kB 00:00 2024-03-21T13:14:28.421 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2024-03-21T13:14:28.429 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2024-03-21T13:14:28.429 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2024-03-21T13:14:28.461 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2024-03-21T13:14:28.461 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2024-03-21T13:14:28.611 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2024-03-21T13:14:28.625 INFO:teuthology.orchestra.run.smithi029.stdout:ceph-immutable-object-cache-19.0.0-2267.g960fbb 698 kB/s | 145 kB 00:00 2024-03-21T13:14:28.626 INFO:teuthology.orchestra.run.smithi029.stdout:-------------------------------------------------------------------------------- 2024-03-21T13:14:28.626 INFO:teuthology.orchestra.run.smithi029.stdout:Total 693 kB/s | 145 kB 00:00 2024-03-21T13:14:28.626 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction check 2024-03-21T13:14:28.635 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction check succeeded. 2024-03-21T13:14:28.635 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction test 2024-03-21T13:14:28.689 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction test succeeded. 2024-03-21T13:14:28.690 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction 2024-03-21T13:14:28.782 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-03-21T13:14:28.814 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-volume-2:19.0.0-2267.g960fbbe4.el9.noarch 2/2 2024-03-21T13:14:28.829 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: ceph-volume-2:19.0.0-2267.g960fbbe4.el9.noarch 2/2 2024-03-21T13:14:28.830 INFO:teuthology.orchestra.run.smithi116.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-21T13:14:28.830 INFO:teuthology.orchestra.run.smithi116.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-03-21T13:14:28.830 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:14:28.831 INFO:teuthology.orchestra.run.smithi029.stdout: Preparing : 1/1 2024-03-21T13:14:28.887 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2267.g960fbbe4. 1/1 2024-03-21T13:14:28.912 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2267.g960fbbe4. 1/1 2024-03-21T13:14:28.912 INFO:teuthology.orchestra.run.smithi029.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-21T13:14:28.912 INFO:teuthology.orchestra.run.smithi029.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-03-21T13:14:28.912 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:14:29.175 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2267.g960fbbe4.el9.noarch 6/6 2024-03-21T13:14:29.175 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2267.g960fbbe4.el9.noarch 1/6 2024-03-21T13:14:29.175 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-03-21T13:14:29.175 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-03-21T13:14:29.175 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-03-21T13:14:29.175 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-03-21T13:14:29.482 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-03-21T13:14:29.482 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:14:29.482 INFO:teuthology.orchestra.run.smithi052.stdout:Installed: 2024-03-21T13:14:29.482 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-mgr-cephadm-2:19.0.0-2267.g960fbbe4.el9.noarch 2024-03-21T13:14:29.483 INFO:teuthology.orchestra.run.smithi052.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-03-21T13:14:29.483 INFO:teuthology.orchestra.run.smithi052.stdout: python3-babel-2.9.1-2.el9.noarch 2024-03-21T13:14:29.483 INFO:teuthology.orchestra.run.smithi052.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-03-21T13:14:29.483 INFO:teuthology.orchestra.run.smithi052.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-03-21T13:14:29.483 INFO:teuthology.orchestra.run.smithi052.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-03-21T13:14:29.483 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:14:29.483 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-03-21T13:14:29.597 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-volume-2:19.0.0-2267.g960fbbe4.el9.noarch 1/2 2024-03-21T13:14:29.718 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install ceph-fuse 2024-03-21T13:14:29.914 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-03-21T13:14:29.914 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:14:29.914 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2024-03-21T13:14:29.915 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-volume-2:19.0.0-2267.g960fbbe4.el9.noarch 2024-03-21T13:14:29.915 INFO:teuthology.orchestra.run.smithi116.stdout: python3-packaging-20.9-5.el9.noarch 2024-03-21T13:14:29.915 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:14:29.915 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-03-21T13:14:29.918 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2267.g960fbbe4. 1/1 2024-03-21T13:14:29.918 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:14:29.918 INFO:teuthology.orchestra.run.smithi029.stdout:Installed: 2024-03-21T13:14:29.918 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-immutable-object-cache-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:14:29.918 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:14:29.919 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2024-03-21T13:14:30.192 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install librados-devel 2024-03-21T13:14:30.209 DEBUG:teuthology.orchestra.run.smithi029:> sudo yum -y install ceph-mgr 2024-03-21T13:14:30.287 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:01:32 ago on Thu 21 Mar 2024 01:12:58 PM UTC. 2024-03-21T13:14:30.446 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-03-21T13:14:30.446 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-21T13:14:30.446 INFO:teuthology.orchestra.run.smithi052.stdout: Package Arch Version Repository Size 2024-03-21T13:14:30.446 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-21T13:14:30.446 INFO:teuthology.orchestra.run.smithi052.stdout:Installing: 2024-03-21T13:14:30.446 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-fuse x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 890 k 2024-03-21T13:14:30.446 INFO:teuthology.orchestra.run.smithi052.stdout:Installing dependencies: 2024-03-21T13:14:30.446 INFO:teuthology.orchestra.run.smithi052.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-03-21T13:14:30.447 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:14:30.447 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction Summary 2024-03-21T13:14:30.447 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-21T13:14:30.447 INFO:teuthology.orchestra.run.smithi052.stdout:Install 2 Packages 2024-03-21T13:14:30.447 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:14:30.447 INFO:teuthology.orchestra.run.smithi052.stdout:Total download size: 969 k 2024-03-21T13:14:30.447 INFO:teuthology.orchestra.run.smithi052.stdout:Installed size: 2.8 M 2024-03-21T13:14:30.448 INFO:teuthology.orchestra.run.smithi052.stdout:Downloading Packages: 2024-03-21T13:14:30.652 INFO:teuthology.orchestra.run.smithi052.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 384 kB/s | 79 kB 00:00 2024-03-21T13:14:30.769 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:01:32 ago on Thu 21 Mar 2024 01:12:58 PM UTC. 2024-03-21T13:14:30.784 INFO:teuthology.orchestra.run.smithi029.stdout:Last metadata expiration check: 0:01:20 ago on Thu 21 Mar 2024 01:13:10 PM UTC. 2024-03-21T13:14:30.885 INFO:teuthology.orchestra.run.smithi029.stdout:Package ceph-mgr-2:19.0.0-2267.g960fbbe4.el9.x86_64 is already installed. 2024-03-21T13:14:30.918 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-03-21T13:14:30.918 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-03-21T13:14:30.919 INFO:teuthology.orchestra.run.smithi116.stdout: Package Arch Version Repo Size 2024-03-21T13:14:30.919 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-03-21T13:14:30.919 INFO:teuthology.orchestra.run.smithi116.stdout:Installing: 2024-03-21T13:14:30.919 INFO:teuthology.orchestra.run.smithi116.stdout: librados-devel x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 127 k 2024-03-21T13:14:30.919 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:14:30.919 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2024-03-21T13:14:30.919 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-03-21T13:14:30.919 INFO:teuthology.orchestra.run.smithi116.stdout:Install 1 Package 2024-03-21T13:14:30.919 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:14:30.919 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 127 k 2024-03-21T13:14:30.919 INFO:teuthology.orchestra.run.smithi116.stdout:Installed size: 456 k 2024-03-21T13:14:30.919 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2024-03-21T13:14:30.940 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2024-03-21T13:14:30.941 INFO:teuthology.orchestra.run.smithi029.stdout:Nothing to do. 2024-03-21T13:14:30.941 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2024-03-21T13:14:31.009 DEBUG:teuthology.orchestra.run.smithi029:> sudo yum -y install ceph-mgr-dashboard 2024-03-21T13:14:31.119 INFO:teuthology.orchestra.run.smithi052.stdout:(2/2): ceph-fuse-19.0.0-2267.g960fbbe4.el9.x86_ 1.3 MB/s | 890 kB 00:00 2024-03-21T13:14:31.120 INFO:teuthology.orchestra.run.smithi052.stdout:-------------------------------------------------------------------------------- 2024-03-21T13:14:31.121 INFO:teuthology.orchestra.run.smithi052.stdout:Total 1.4 MB/s | 969 kB 00:00 2024-03-21T13:14:31.121 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction check 2024-03-21T13:14:31.143 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction check succeeded. 2024-03-21T13:14:31.143 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction test 2024-03-21T13:14:31.219 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction test succeeded. 2024-03-21T13:14:31.219 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction 2024-03-21T13:14:31.342 INFO:teuthology.orchestra.run.smithi116.stdout:librados-devel-19.0.0-2267.g960fbbe4.el9.x86_64 300 kB/s | 127 kB 00:00 2024-03-21T13:14:31.343 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2024-03-21T13:14:31.343 INFO:teuthology.orchestra.run.smithi116.stdout:Total 299 kB/s | 127 kB 00:00 2024-03-21T13:14:31.343 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2024-03-21T13:14:31.348 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2024-03-21T13:14:31.348 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2024-03-21T13:14:31.400 INFO:teuthology.orchestra.run.smithi052.stdout: Preparing : 1/1 2024-03-21T13:14:31.408 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2024-03-21T13:14:31.409 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2024-03-21T13:14:31.547 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-03-21T13:14:31.579 INFO:teuthology.orchestra.run.smithi029.stdout:Last metadata expiration check: 0:01:21 ago on Thu 21 Mar 2024 01:13:10 PM UTC. 2024-03-21T13:14:31.593 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2024-03-21T13:14:31.614 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : ceph-fuse-2:19.0.0-2267.g960fbbe4.el9.x86_64 2/2 2024-03-21T13:14:31.699 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : librados-devel-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T13:14:31.733 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2024-03-21T13:14:31.735 INFO:teuthology.orchestra.run.smithi029.stdout:====================================================================================== 2024-03-21T13:14:31.735 INFO:teuthology.orchestra.run.smithi029.stdout: Package Arch Version Repository Size 2024-03-21T13:14:31.735 INFO:teuthology.orchestra.run.smithi029.stdout:====================================================================================== 2024-03-21T13:14:31.735 INFO:teuthology.orchestra.run.smithi029.stdout:Installing: 2024-03-21T13:14:31.735 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2267.g960fbbe4.el9 ceph-noarch 3.5 M 2024-03-21T13:14:31.735 INFO:teuthology.orchestra.run.smithi029.stdout:Installing dependencies: 2024-03-21T13:14:31.735 INFO:teuthology.orchestra.run.smithi029.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-03-21T13:14:31.735 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2267.g960fbbe4.el9 ceph-noarch 34 k 2024-03-21T13:14:31.736 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2267.g960fbbe4.el9 ceph-noarch 16 k 2024-03-21T13:14:31.736 INFO:teuthology.orchestra.run.smithi029.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-03-21T13:14:31.736 INFO:teuthology.orchestra.run.smithi029.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-03-21T13:14:31.736 INFO:teuthology.orchestra.run.smithi029.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-03-21T13:14:31.736 INFO:teuthology.orchestra.run.smithi029.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-03-21T13:14:31.736 INFO:teuthology.orchestra.run.smithi029.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-03-21T13:14:31.736 INFO:teuthology.orchestra.run.smithi029.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-03-21T13:14:31.736 INFO:teuthology.orchestra.run.smithi029.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-03-21T13:14:31.736 INFO:teuthology.orchestra.run.smithi029.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-03-21T13:14:31.736 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:14:31.736 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction Summary 2024-03-21T13:14:31.736 INFO:teuthology.orchestra.run.smithi029.stdout:====================================================================================== 2024-03-21T13:14:31.736 INFO:teuthology.orchestra.run.smithi029.stdout:Install 12 Packages 2024-03-21T13:14:31.736 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:14:31.737 INFO:teuthology.orchestra.run.smithi029.stdout:Total download size: 8.6 M 2024-03-21T13:14:31.737 INFO:teuthology.orchestra.run.smithi029.stdout:Installed size: 103 M 2024-03-21T13:14:31.737 INFO:teuthology.orchestra.run.smithi029.stdout:Downloading Packages: 2024-03-21T13:14:32.045 INFO:teuthology.orchestra.run.smithi029.stdout:(1/12): ceph-prometheus-alerts-19.0.0-2267.g960 80 kB/s | 16 kB 00:00 2024-03-21T13:14:32.123 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: librados-devel-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T13:14:32.154 INFO:teuthology.orchestra.run.smithi029.stdout:(2/12): ceph-grafana-dashboards-19.0.0-2267.g96 108 kB/s | 34 kB 00:00 2024-03-21T13:14:32.287 INFO:teuthology.orchestra.run.smithi029.stdout:(3/12): protobuf-3.14.0-13.el9.x86_64.rpm 4.2 MB/s | 1.0 MB 00:00 2024-03-21T13:14:32.321 INFO:teuthology.orchestra.run.smithi029.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.4 MB/s | 238 kB 00:00 2024-03-21T13:14:32.343 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2267.g960fbbe4.el9.x86_64 2/2 2024-03-21T13:14:32.344 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : ceph-fuse-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/2 2024-03-21T13:14:32.414 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : librados-devel-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T13:14:32.414 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:14:32.414 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2024-03-21T13:14:32.414 INFO:teuthology.orchestra.run.smithi116.stdout: librados-devel-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:14:32.414 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:14:32.415 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-03-21T13:14:32.490 INFO:teuthology.orchestra.run.smithi029.stdout:(5/12): ceph-mgr-dashboard-19.0.0-2267.g960fbbe 5.4 MB/s | 3.5 MB 00:00 2024-03-21T13:14:32.644 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install libcephfs2 2024-03-21T13:14:32.675 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-03-21T13:14:32.675 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:14:32.675 INFO:teuthology.orchestra.run.smithi052.stdout:Installed: 2024-03-21T13:14:32.675 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-fuse-2:19.0.0-2267.g960fbbe4.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-03-21T13:14:32.675 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:14:32.675 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-03-21T13:14:32.749 INFO:teuthology.orchestra.run.smithi029.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 76 kB/s | 19 kB 00:00 2024-03-21T13:14:32.891 INFO:teuthology.orchestra.run.smithi029.stdout:(7/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 962 kB/s | 548 kB 00:00 2024-03-21T13:14:32.950 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install ceph-volume 2024-03-21T13:14:32.983 INFO:teuthology.orchestra.run.smithi029.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 1.5 MB/s | 144 kB 00:00 2024-03-21T13:14:33.067 INFO:teuthology.orchestra.run.smithi029.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 368 kB/s | 31 kB 00:00 2024-03-21T13:14:33.176 INFO:teuthology.orchestra.run.smithi029.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.7 MB/s | 188 kB 00:00 2024-03-21T13:14:33.215 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:01:35 ago on Thu 21 Mar 2024 01:12:58 PM UTC. 2024-03-21T13:14:33.315 INFO:teuthology.orchestra.run.smithi116.stdout:Package libcephfs2-2:19.0.0-2267.g960fbbe4.el9.x86_64 is already installed. 2024-03-21T13:14:33.369 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-03-21T13:14:33.370 INFO:teuthology.orchestra.run.smithi116.stdout:Nothing to do. 2024-03-21T13:14:33.370 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-03-21T13:14:33.436 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install libcephfs-devel 2024-03-21T13:14:33.530 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:01:35 ago on Thu 21 Mar 2024 01:12:58 PM UTC. 2024-03-21T13:14:33.687 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-03-21T13:14:33.687 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-21T13:14:33.687 INFO:teuthology.orchestra.run.smithi052.stdout: Package Arch Version Repository Size 2024-03-21T13:14:33.687 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-21T13:14:33.687 INFO:teuthology.orchestra.run.smithi052.stdout:Installing: 2024-03-21T13:14:33.688 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-volume noarch 2:19.0.0-2267.g960fbbe4.el9 ceph-noarch 273 k 2024-03-21T13:14:33.688 INFO:teuthology.orchestra.run.smithi052.stdout:Installing dependencies: 2024-03-21T13:14:33.688 INFO:teuthology.orchestra.run.smithi052.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-03-21T13:14:33.688 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:14:33.688 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction Summary 2024-03-21T13:14:33.688 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-21T13:14:33.688 INFO:teuthology.orchestra.run.smithi052.stdout:Install 2 Packages 2024-03-21T13:14:33.688 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:14:33.689 INFO:teuthology.orchestra.run.smithi052.stdout:Total download size: 342 k 2024-03-21T13:14:33.689 INFO:teuthology.orchestra.run.smithi052.stdout:Installed size: 1.5 M 2024-03-21T13:14:33.689 INFO:teuthology.orchestra.run.smithi052.stdout:Downloading Packages: 2024-03-21T13:14:33.883 INFO:teuthology.orchestra.run.smithi052.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 353 kB/s | 69 kB 00:00 2024-03-21T13:14:33.951 INFO:teuthology.orchestra.run.smithi052.stdout:(2/2): ceph-volume-19.0.0-2267.g960fbbe4.el9.no 1.0 MB/s | 273 kB 00:00 2024-03-21T13:14:33.952 INFO:teuthology.orchestra.run.smithi052.stdout:-------------------------------------------------------------------------------- 2024-03-21T13:14:33.952 INFO:teuthology.orchestra.run.smithi052.stdout:Total 1.3 MB/s | 342 kB 00:00 2024-03-21T13:14:33.952 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction check 2024-03-21T13:14:33.962 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction check succeeded. 2024-03-21T13:14:33.962 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction test 2024-03-21T13:14:33.995 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction test succeeded. 2024-03-21T13:14:33.995 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction 2024-03-21T13:14:34.001 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:01:36 ago on Thu 21 Mar 2024 01:12:58 PM UTC. 2024-03-21T13:14:34.018 INFO:teuthology.orchestra.run.smithi029.stdout:(11/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 1.6 MB/s | 2.0 MB 00:01 2024-03-21T13:14:34.145 INFO:teuthology.orchestra.run.smithi052.stdout: Preparing : 1/1 2024-03-21T13:14:34.150 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-03-21T13:14:34.150 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-03-21T13:14:34.150 INFO:teuthology.orchestra.run.smithi116.stdout: Package Arch Version Repo Size 2024-03-21T13:14:34.150 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-03-21T13:14:34.151 INFO:teuthology.orchestra.run.smithi116.stdout:Installing: 2024-03-21T13:14:34.151 INFO:teuthology.orchestra.run.smithi116.stdout: libcephfs-devel x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 31 k 2024-03-21T13:14:34.151 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:14:34.151 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2024-03-21T13:14:34.151 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-03-21T13:14:34.151 INFO:teuthology.orchestra.run.smithi116.stdout:Install 1 Package 2024-03-21T13:14:34.151 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:14:34.152 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 31 k 2024-03-21T13:14:34.152 INFO:teuthology.orchestra.run.smithi116.stdout:Installed size: 140 k 2024-03-21T13:14:34.152 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2024-03-21T13:14:34.320 INFO:teuthology.orchestra.run.smithi116.stdout:libcephfs-devel-19.0.0-2267.g960fbbe4.el9.x86_6 185 kB/s | 31 kB 00:00 2024-03-21T13:14:34.321 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2024-03-21T13:14:34.321 INFO:teuthology.orchestra.run.smithi116.stdout:Total 184 kB/s | 31 kB 00:00 2024-03-21T13:14:34.321 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2024-03-21T13:14:34.325 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2024-03-21T13:14:34.325 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2024-03-21T13:14:34.337 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-03-21T13:14:34.351 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2024-03-21T13:14:34.351 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2024-03-21T13:14:34.370 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : ceph-volume-2:19.0.0-2267.g960fbbe4.el9.noarch 2/2 2024-03-21T13:14:34.386 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: ceph-volume-2:19.0.0-2267.g960fbbe4.el9.noarch 2/2 2024-03-21T13:14:34.386 INFO:teuthology.orchestra.run.smithi052.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-21T13:14:34.386 INFO:teuthology.orchestra.run.smithi052.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-03-21T13:14:34.386 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:14:34.402 INFO:teuthology.orchestra.run.smithi029.stdout:(12/12): protobuf-compiler-3.14.0-13.el9.x86_64 408 kB/s | 863 kB 00:02 2024-03-21T13:14:34.408 INFO:teuthology.orchestra.run.smithi029.stdout:-------------------------------------------------------------------------------- 2024-03-21T13:14:34.408 INFO:teuthology.orchestra.run.smithi029.stdout:Total 3.2 MB/s | 8.6 MB 00:02 2024-03-21T13:14:34.428 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction check 2024-03-21T13:14:34.440 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2024-03-21T13:14:34.449 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction check succeeded. 2024-03-21T13:14:34.449 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction test 2024-03-21T13:14:34.543 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : libcephfs-devel-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T13:14:34.646 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction test succeeded. 2024-03-21T13:14:34.646 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction 2024-03-21T13:14:34.926 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T13:14:35.122 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : ceph-volume-2:19.0.0-2267.g960fbbe4.el9.noarch 1/2 2024-03-21T13:14:35.181 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : libcephfs-devel-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T13:14:35.182 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:14:35.182 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2024-03-21T13:14:35.182 INFO:teuthology.orchestra.run.smithi116.stdout: libcephfs-devel-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:14:35.182 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:14:35.182 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-03-21T13:14:35.184 INFO:teuthology.orchestra.run.smithi029.stdout: Preparing : 1/1 2024-03-21T13:14:35.279 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-03-21T13:14:35.323 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-03-21T13:14:35.355 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install librados2 2024-03-21T13:14:35.379 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-03-21T13:14:35.411 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-03-21T13:14:35.465 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-03-21T13:14:35.465 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:14:35.465 INFO:teuthology.orchestra.run.smithi052.stdout:Installed: 2024-03-21T13:14:35.465 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-volume-2:19.0.0-2267.g960fbbe4.el9.noarch 2024-03-21T13:14:35.465 INFO:teuthology.orchestra.run.smithi052.stdout: python3-packaging-20.9-5.el9.noarch 2024-03-21T13:14:35.466 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:14:35.466 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-03-21T13:14:35.530 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-03-21T13:14:35.662 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-03-21T13:14:35.731 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install librados-devel 2024-03-21T13:14:35.764 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-03-21T13:14:35.823 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-03-21T13:14:35.859 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-03-21T13:14:35.901 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2267.g960fbbe4.el9 10/12 2024-03-21T13:14:35.912 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:01:37 ago on Thu 21 Mar 2024 01:12:58 PM UTC. 2024-03-21T13:14:36.010 INFO:teuthology.orchestra.run.smithi116.stdout:Package librados2-2:19.0.0-2267.g960fbbe4.el9.x86_64 is already installed. 2024-03-21T13:14:36.063 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-03-21T13:14:36.064 INFO:teuthology.orchestra.run.smithi116.stdout:Nothing to do. 2024-03-21T13:14:36.064 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-03-21T13:14:36.121 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install librbd1 2024-03-21T13:14:36.308 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:01:38 ago on Thu 21 Mar 2024 01:12:58 PM UTC. 2024-03-21T13:14:36.465 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-03-21T13:14:36.466 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-21T13:14:36.466 INFO:teuthology.orchestra.run.smithi052.stdout: Package Arch Version Repo Size 2024-03-21T13:14:36.466 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-21T13:14:36.466 INFO:teuthology.orchestra.run.smithi052.stdout:Installing: 2024-03-21T13:14:36.466 INFO:teuthology.orchestra.run.smithi052.stdout: librados-devel x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 127 k 2024-03-21T13:14:36.466 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:14:36.466 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction Summary 2024-03-21T13:14:36.467 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-21T13:14:36.467 INFO:teuthology.orchestra.run.smithi052.stdout:Install 1 Package 2024-03-21T13:14:36.467 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:14:36.467 INFO:teuthology.orchestra.run.smithi052.stdout:Total download size: 127 k 2024-03-21T13:14:36.467 INFO:teuthology.orchestra.run.smithi052.stdout:Installed size: 456 k 2024-03-21T13:14:36.467 INFO:teuthology.orchestra.run.smithi052.stdout:Downloading Packages: 2024-03-21T13:14:36.677 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:01:38 ago on Thu 21 Mar 2024 01:12:58 PM UTC. 2024-03-21T13:14:36.773 INFO:teuthology.orchestra.run.smithi116.stdout:Package librbd1-2:19.0.0-2267.g960fbbe4.el9.x86_64 is already installed. 2024-03-21T13:14:36.824 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-03-21T13:14:36.825 INFO:teuthology.orchestra.run.smithi116.stdout:Nothing to do. 2024-03-21T13:14:36.825 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-03-21T13:14:36.892 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install python3-rados 2024-03-21T13:14:36.947 INFO:teuthology.orchestra.run.smithi052.stdout:librados-devel-19.0.0-2267.g960fbbe4.el9.x86_64 264 kB/s | 127 kB 00:00 2024-03-21T13:14:36.947 INFO:teuthology.orchestra.run.smithi052.stdout:-------------------------------------------------------------------------------- 2024-03-21T13:14:36.947 INFO:teuthology.orchestra.run.smithi052.stdout:Total 263 kB/s | 127 kB 00:00 2024-03-21T13:14:36.948 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction check 2024-03-21T13:14:36.954 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction check succeeded. 2024-03-21T13:14:36.954 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction test 2024-03-21T13:14:37.012 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2267.g960fbbe4.el 11/12 2024-03-21T13:14:37.018 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction test succeeded. 2024-03-21T13:14:37.018 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction 2024-03-21T13:14:37.054 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2267.g960fbbe4.el9.noa 12/12 2024-03-21T13:14:37.225 INFO:teuthology.orchestra.run.smithi052.stdout: Preparing : 1/1 2024-03-21T13:14:37.340 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : librados-devel-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T13:14:37.459 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:01:39 ago on Thu 21 Mar 2024 01:12:58 PM UTC. 2024-03-21T13:14:37.557 INFO:teuthology.orchestra.run.smithi116.stdout:Package python3-rados-2:19.0.0-2267.g960fbbe4.el9.x86_64 is already installed. 2024-03-21T13:14:37.608 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-03-21T13:14:37.609 INFO:teuthology.orchestra.run.smithi116.stdout:Nothing to do. 2024-03-21T13:14:37.609 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-03-21T13:14:37.667 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install python3-rgw 2024-03-21T13:14:37.813 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: librados-devel-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T13:14:38.117 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : librados-devel-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T13:14:38.117 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:14:38.117 INFO:teuthology.orchestra.run.smithi052.stdout:Installed: 2024-03-21T13:14:38.117 INFO:teuthology.orchestra.run.smithi052.stdout: librados-devel-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:14:38.117 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:14:38.118 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-03-21T13:14:38.234 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:01:40 ago on Thu 21 Mar 2024 01:12:58 PM UTC. 2024-03-21T13:14:38.329 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install libcephfs2 2024-03-21T13:14:38.331 INFO:teuthology.orchestra.run.smithi116.stdout:Package python3-rgw-2:19.0.0-2267.g960fbbe4.el9.x86_64 is already installed. 2024-03-21T13:14:38.382 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-03-21T13:14:38.383 INFO:teuthology.orchestra.run.smithi116.stdout:Nothing to do. 2024-03-21T13:14:38.383 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-03-21T13:14:38.443 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install python3-cephfs 2024-03-21T13:14:38.919 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:01:40 ago on Thu 21 Mar 2024 01:12:58 PM UTC. 2024-03-21T13:14:39.005 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:01:41 ago on Thu 21 Mar 2024 01:12:58 PM UTC. 2024-03-21T13:14:39.019 INFO:teuthology.orchestra.run.smithi052.stdout:Package libcephfs2-2:19.0.0-2267.g960fbbe4.el9.x86_64 is already installed. 2024-03-21T13:14:39.074 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-03-21T13:14:39.075 INFO:teuthology.orchestra.run.smithi052.stdout:Nothing to do. 2024-03-21T13:14:39.075 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-03-21T13:14:39.108 INFO:teuthology.orchestra.run.smithi116.stdout:Package python3-cephfs-2:19.0.0-2267.g960fbbe4.el9.x86_64 is already installed. 2024-03-21T13:14:39.129 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install libcephfs-devel 2024-03-21T13:14:39.159 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-03-21T13:14:39.160 INFO:teuthology.orchestra.run.smithi116.stdout:Nothing to do. 2024-03-21T13:14:39.160 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-03-21T13:14:39.217 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install python3-rbd 2024-03-21T13:14:39.338 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2267.g960fbbe4.el9.noa 12/12 2024-03-21T13:14:39.338 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2267.g960fbbe4.el 1/12 2024-03-21T13:14:39.338 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2267.g960fbbe4.el9.noa 2/12 2024-03-21T13:14:39.338 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2267.g960fbbe4.el9 3/12 2024-03-21T13:14:39.338 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-03-21T13:14:39.338 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-03-21T13:14:39.339 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-03-21T13:14:39.339 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-03-21T13:14:39.339 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-03-21T13:14:39.339 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-03-21T13:14:39.339 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-03-21T13:14:39.339 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-03-21T13:14:39.678 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-03-21T13:14:39.678 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:14:39.678 INFO:teuthology.orchestra.run.smithi029.stdout:Installed: 2024-03-21T13:14:39.678 INFO:teuthology.orchestra.run.smithi029.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-03-21T13:14:39.679 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-grafana-dashboards-2:19.0.0-2267.g960fbbe4.el9.noarch 2024-03-21T13:14:39.679 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-mgr-dashboard-2:19.0.0-2267.g960fbbe4.el9.noarch 2024-03-21T13:14:39.679 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-prometheus-alerts-2:19.0.0-2267.g960fbbe4.el9.noarch 2024-03-21T13:14:39.679 INFO:teuthology.orchestra.run.smithi029.stdout: grpc-data-1.46.7-10.el9.noarch 2024-03-21T13:14:39.679 INFO:teuthology.orchestra.run.smithi029.stdout: protobuf-3.14.0-13.el9.x86_64 2024-03-21T13:14:39.679 INFO:teuthology.orchestra.run.smithi029.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-03-21T13:14:39.679 INFO:teuthology.orchestra.run.smithi029.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-03-21T13:14:39.679 INFO:teuthology.orchestra.run.smithi029.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-03-21T13:14:39.679 INFO:teuthology.orchestra.run.smithi029.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-03-21T13:14:39.679 INFO:teuthology.orchestra.run.smithi029.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-03-21T13:14:39.679 INFO:teuthology.orchestra.run.smithi029.stdout: python3-routes-2.5.1-5.el9.noarch 2024-03-21T13:14:39.679 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:14:39.679 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2024-03-21T13:14:39.703 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:01:41 ago on Thu 21 Mar 2024 01:12:58 PM UTC. 2024-03-21T13:14:39.779 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:01:41 ago on Thu 21 Mar 2024 01:12:58 PM UTC. 2024-03-21T13:14:39.857 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-03-21T13:14:39.858 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-21T13:14:39.858 INFO:teuthology.orchestra.run.smithi052.stdout: Package Arch Version Repo Size 2024-03-21T13:14:39.858 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-21T13:14:39.858 INFO:teuthology.orchestra.run.smithi052.stdout:Installing: 2024-03-21T13:14:39.858 INFO:teuthology.orchestra.run.smithi052.stdout: libcephfs-devel x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 31 k 2024-03-21T13:14:39.858 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:14:39.859 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction Summary 2024-03-21T13:14:39.859 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-21T13:14:39.859 INFO:teuthology.orchestra.run.smithi052.stdout:Install 1 Package 2024-03-21T13:14:39.859 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:14:39.859 INFO:teuthology.orchestra.run.smithi052.stdout:Total download size: 31 k 2024-03-21T13:14:39.859 INFO:teuthology.orchestra.run.smithi052.stdout:Installed size: 140 k 2024-03-21T13:14:39.859 INFO:teuthology.orchestra.run.smithi052.stdout:Downloading Packages: 2024-03-21T13:14:39.876 INFO:teuthology.orchestra.run.smithi116.stdout:Package python3-rbd-2:19.0.0-2267.g960fbbe4.el9.x86_64 is already installed. 2024-03-21T13:14:39.927 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-03-21T13:14:39.928 INFO:teuthology.orchestra.run.smithi116.stdout:Nothing to do. 2024-03-21T13:14:39.928 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-03-21T13:14:39.987 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install rbd-fuse 2024-03-21T13:14:40.037 DEBUG:teuthology.orchestra.run.smithi029:> sudo yum -y install ceph-mgr-diskprediction-local 2024-03-21T13:14:40.175 INFO:teuthology.orchestra.run.smithi052.stdout:libcephfs-devel-19.0.0-2267.g960fbbe4.el9.x86_6 99 kB/s | 31 kB 00:00 2024-03-21T13:14:40.176 INFO:teuthology.orchestra.run.smithi052.stdout:-------------------------------------------------------------------------------- 2024-03-21T13:14:40.176 INFO:teuthology.orchestra.run.smithi052.stdout:Total 98 kB/s | 31 kB 00:00 2024-03-21T13:14:40.176 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction check 2024-03-21T13:14:40.180 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction check succeeded. 2024-03-21T13:14:40.180 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction test 2024-03-21T13:14:40.209 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction test succeeded. 2024-03-21T13:14:40.209 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction 2024-03-21T13:14:40.309 INFO:teuthology.orchestra.run.smithi052.stdout: Preparing : 1/1 2024-03-21T13:14:40.435 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : libcephfs-devel-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T13:14:40.544 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:01:42 ago on Thu 21 Mar 2024 01:12:58 PM UTC. 2024-03-21T13:14:40.615 INFO:teuthology.orchestra.run.smithi029.stdout:Last metadata expiration check: 0:01:30 ago on Thu 21 Mar 2024 01:13:10 PM UTC. 2024-03-21T13:14:40.693 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-03-21T13:14:40.693 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-03-21T13:14:40.693 INFO:teuthology.orchestra.run.smithi116.stdout: Package Architecture Version Repository Size 2024-03-21T13:14:40.694 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-03-21T13:14:40.694 INFO:teuthology.orchestra.run.smithi116.stdout:Installing: 2024-03-21T13:14:40.694 INFO:teuthology.orchestra.run.smithi116.stdout: rbd-fuse x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 85 k 2024-03-21T13:14:40.694 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:14:40.694 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2024-03-21T13:14:40.694 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-03-21T13:14:40.694 INFO:teuthology.orchestra.run.smithi116.stdout:Install 1 Package 2024-03-21T13:14:40.694 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:14:40.694 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 85 k 2024-03-21T13:14:40.694 INFO:teuthology.orchestra.run.smithi116.stdout:Installed size: 231 k 2024-03-21T13:14:40.694 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2024-03-21T13:14:40.772 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2024-03-21T13:14:40.773 INFO:teuthology.orchestra.run.smithi029.stdout:============================================================================================ 2024-03-21T13:14:40.773 INFO:teuthology.orchestra.run.smithi029.stdout: Package Arch Version Repository Size 2024-03-21T13:14:40.773 INFO:teuthology.orchestra.run.smithi029.stdout:============================================================================================ 2024-03-21T13:14:40.773 INFO:teuthology.orchestra.run.smithi029.stdout:Installing: 2024-03-21T13:14:40.773 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2267.g960fbbe4.el9 ceph-noarch 7.4 M 2024-03-21T13:14:40.773 INFO:teuthology.orchestra.run.smithi029.stdout:Installing dependencies: 2024-03-21T13:14:40.773 INFO:teuthology.orchestra.run.smithi029.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-03-21T13:14:40.773 INFO:teuthology.orchestra.run.smithi029.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-03-21T13:14:40.773 INFO:teuthology.orchestra.run.smithi029.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-03-21T13:14:40.773 INFO:teuthology.orchestra.run.smithi029.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-03-21T13:14:40.773 INFO:teuthology.orchestra.run.smithi029.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-03-21T13:14:40.774 INFO:teuthology.orchestra.run.smithi029.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-03-21T13:14:40.774 INFO:teuthology.orchestra.run.smithi029.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-03-21T13:14:40.774 INFO:teuthology.orchestra.run.smithi029.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-03-21T13:14:40.774 INFO:teuthology.orchestra.run.smithi029.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-03-21T13:14:40.774 INFO:teuthology.orchestra.run.smithi029.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-03-21T13:14:40.774 INFO:teuthology.orchestra.run.smithi029.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-03-21T13:14:40.774 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:14:40.774 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction Summary 2024-03-21T13:14:40.774 INFO:teuthology.orchestra.run.smithi029.stdout:============================================================================================ 2024-03-21T13:14:40.774 INFO:teuthology.orchestra.run.smithi029.stdout:Install 12 Packages 2024-03-21T13:14:40.774 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:14:40.775 INFO:teuthology.orchestra.run.smithi029.stdout:Total download size: 37 M 2024-03-21T13:14:40.775 INFO:teuthology.orchestra.run.smithi029.stdout:Installed size: 209 M 2024-03-21T13:14:40.775 INFO:teuthology.orchestra.run.smithi029.stdout:Downloading Packages: 2024-03-21T13:14:40.906 INFO:teuthology.orchestra.run.smithi116.stdout:rbd-fuse-19.0.0-2267.g960fbbe4.el9.x86_64.rpm 401 kB/s | 85 kB 00:00 2024-03-21T13:14:40.907 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2024-03-21T13:14:40.907 INFO:teuthology.orchestra.run.smithi116.stdout:Total 399 kB/s | 85 kB 00:00 2024-03-21T13:14:40.907 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2024-03-21T13:14:40.914 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2024-03-21T13:14:40.914 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2024-03-21T13:14:40.930 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T13:14:40.969 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2024-03-21T13:14:40.969 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2024-03-21T13:14:41.130 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2024-03-21T13:14:41.139 INFO:teuthology.orchestra.run.smithi029.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 191 kB/s | 32 kB 00:00 2024-03-21T13:14:41.173 INFO:teuthology.orchestra.run.smithi029.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 530 kB/s | 17 kB 00:00 2024-03-21T13:14:41.188 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : libcephfs-devel-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T13:14:41.188 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:14:41.188 INFO:teuthology.orchestra.run.smithi052.stdout:Installed: 2024-03-21T13:14:41.188 INFO:teuthology.orchestra.run.smithi052.stdout: libcephfs-devel-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:14:41.188 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:14:41.188 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-03-21T13:14:41.215 INFO:teuthology.orchestra.run.smithi029.stdout:(3/12): openblas-0.3.21-2.el9.x86_64.rpm 833 kB/s | 34 kB 00:00 2024-03-21T13:14:41.222 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : rbd-fuse-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T13:14:41.299 INFO:teuthology.orchestra.run.smithi029.stdout:(4/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 9.2 MB/s | 3.0 MB 00:00 2024-03-21T13:14:41.368 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install librados2 2024-03-21T13:14:41.524 INFO:teuthology.orchestra.run.smithi029.stdout:(5/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 15 MB/s | 4.7 MB 00:00 2024-03-21T13:14:41.601 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T13:14:41.634 INFO:teuthology.orchestra.run.smithi029.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 14 MB/s | 4.8 MB 00:00 2024-03-21T13:14:41.659 INFO:teuthology.orchestra.run.smithi029.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 1.6 MB/s | 217 kB 00:00 2024-03-21T13:14:41.925 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : rbd-fuse-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T13:14:41.925 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:14:41.925 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2024-03-21T13:14:41.925 INFO:teuthology.orchestra.run.smithi116.stdout: rbd-fuse-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:14:41.925 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:14:41.925 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-03-21T13:14:41.937 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:01:43 ago on Thu 21 Mar 2024 01:12:58 PM UTC. 2024-03-21T13:14:42.037 INFO:teuthology.orchestra.run.smithi052.stdout:Package librados2-2:19.0.0-2267.g960fbbe4.el9.x86_64 is already installed. 2024-03-21T13:14:42.092 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-03-21T13:14:42.093 INFO:teuthology.orchestra.run.smithi052.stdout:Nothing to do. 2024-03-21T13:14:42.093 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-03-21T13:14:42.156 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install librbd1 2024-03-21T13:14:42.161 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install rbd-mirror 2024-03-21T13:14:42.234 INFO:teuthology.orchestra.run.smithi029.stdout:(8/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 26 MB/s | 16 MB 00:00 2024-03-21T13:14:42.510 INFO:teuthology.orchestra.run.smithi029.stdout:(9/12): libquadmath-11.4.1-3.el9.x86_64.rpm 710 kB/s | 195 kB 00:00 2024-03-21T13:14:42.727 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:01:44 ago on Thu 21 Mar 2024 01:12:58 PM UTC. 2024-03-21T13:14:42.762 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:01:44 ago on Thu 21 Mar 2024 01:12:58 PM UTC. 2024-03-21T13:14:42.828 INFO:teuthology.orchestra.run.smithi052.stdout:Package librbd1-2:19.0.0-2267.g960fbbe4.el9.x86_64 is already installed. 2024-03-21T13:14:42.883 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-03-21T13:14:42.884 INFO:teuthology.orchestra.run.smithi052.stdout:Nothing to do. 2024-03-21T13:14:42.884 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-03-21T13:14:42.920 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-03-21T13:14:42.920 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-03-21T13:14:42.920 INFO:teuthology.orchestra.run.smithi116.stdout: Package Arch Version Repo Size 2024-03-21T13:14:42.920 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-03-21T13:14:42.920 INFO:teuthology.orchestra.run.smithi116.stdout:Installing: 2024-03-21T13:14:42.921 INFO:teuthology.orchestra.run.smithi116.stdout: rbd-mirror x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 3.1 M 2024-03-21T13:14:42.921 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:14:42.921 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2024-03-21T13:14:42.921 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-03-21T13:14:42.921 INFO:teuthology.orchestra.run.smithi116.stdout:Install 1 Package 2024-03-21T13:14:42.921 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:14:42.921 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 3.1 M 2024-03-21T13:14:42.921 INFO:teuthology.orchestra.run.smithi116.stdout:Installed size: 13 M 2024-03-21T13:14:42.921 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2024-03-21T13:14:42.943 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install python3-rados 2024-03-21T13:14:42.985 INFO:teuthology.orchestra.run.smithi029.stdout:(10/12): python3-devel-3.9.17-2.el9.x86_64.rpm 516 kB/s | 245 kB 00:00 2024-03-21T13:14:43.244 INFO:teuthology.orchestra.run.smithi029.stdout:(11/12): libgfortran-11.4.1-3.el9.x86_64.rpm 507 kB/s | 803 kB 00:01 2024-03-21T13:14:43.524 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:01:45 ago on Thu 21 Mar 2024 01:12:58 PM UTC. 2024-03-21T13:14:43.625 INFO:teuthology.orchestra.run.smithi052.stdout:Package python3-rados-2:19.0.0-2267.g960fbbe4.el9.x86_64 is already installed. 2024-03-21T13:14:43.680 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-03-21T13:14:43.681 INFO:teuthology.orchestra.run.smithi052.stdout:Nothing to do. 2024-03-21T13:14:43.682 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-03-21T13:14:43.750 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install python3-rgw 2024-03-21T13:14:43.810 INFO:teuthology.orchestra.run.smithi116.stdout:rbd-mirror-19.0.0-2267.g960fbbe4.el9.x86_64.rpm 3.5 MB/s | 3.1 MB 00:00 2024-03-21T13:14:43.811 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2024-03-21T13:14:43.811 INFO:teuthology.orchestra.run.smithi116.stdout:Total 3.5 MB/s | 3.1 MB 00:00 2024-03-21T13:14:43.811 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2024-03-21T13:14:43.821 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2024-03-21T13:14:43.821 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2024-03-21T13:14:43.894 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2024-03-21T13:14:43.894 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2024-03-21T13:14:44.316 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2024-03-21T13:14:44.325 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:01:46 ago on Thu 21 Mar 2024 01:12:58 PM UTC. 2024-03-21T13:14:44.386 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : rbd-mirror-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T13:14:44.411 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T13:14:44.411 INFO:teuthology.orchestra.run.smithi116.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-21T13:14:44.411 INFO:teuthology.orchestra.run.smithi116.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-03-21T13:14:44.411 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-03-21T13:14:44.411 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-03-21T13:14:44.411 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:14:44.426 INFO:teuthology.orchestra.run.smithi052.stdout:Package python3-rgw-2:19.0.0-2267.g960fbbe4.el9.x86_64 is already installed. 2024-03-21T13:14:44.480 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-03-21T13:14:44.481 INFO:teuthology.orchestra.run.smithi052.stdout:Nothing to do. 2024-03-21T13:14:44.481 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-03-21T13:14:44.547 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install python3-cephfs 2024-03-21T13:14:45.120 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:01:47 ago on Thu 21 Mar 2024 01:12:58 PM UTC. 2024-03-21T13:14:45.221 INFO:teuthology.orchestra.run.smithi052.stdout:Package python3-cephfs-2:19.0.0-2267.g960fbbe4.el9.x86_64 is already installed. 2024-03-21T13:14:45.276 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-03-21T13:14:45.277 INFO:teuthology.orchestra.run.smithi052.stdout:Nothing to do. 2024-03-21T13:14:45.277 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-03-21T13:14:45.338 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install python3-rbd 2024-03-21T13:14:45.521 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : rbd-mirror-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T13:14:45.521 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:14:45.521 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2024-03-21T13:14:45.521 INFO:teuthology.orchestra.run.smithi116.stdout: rbd-mirror-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:14:45.521 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:14:45.521 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-03-21T13:14:45.778 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install rbd-nbd 2024-03-21T13:14:45.844 INFO:teuthology.orchestra.run.smithi029.stdout:(12/12): ceph-mgr-diskprediction-local-19.0.0-2 1.5 MB/s | 7.4 MB 00:04 2024-03-21T13:14:45.847 INFO:teuthology.orchestra.run.smithi029.stdout:-------------------------------------------------------------------------------- 2024-03-21T13:14:45.847 INFO:teuthology.orchestra.run.smithi029.stdout:Total 7.3 MB/s | 37 MB 00:05 2024-03-21T13:14:45.891 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction check 2024-03-21T13:14:45.914 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:01:47 ago on Thu 21 Mar 2024 01:12:58 PM UTC. 2024-03-21T13:14:45.918 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction check succeeded. 2024-03-21T13:14:45.918 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction test 2024-03-21T13:14:46.014 INFO:teuthology.orchestra.run.smithi052.stdout:Package python3-rbd-2:19.0.0-2267.g960fbbe4.el9.x86_64 is already installed. 2024-03-21T13:14:46.069 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-03-21T13:14:46.070 INFO:teuthology.orchestra.run.smithi052.stdout:Nothing to do. 2024-03-21T13:14:46.071 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-03-21T13:14:46.138 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install rbd-fuse 2024-03-21T13:14:46.298 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction test succeeded. 2024-03-21T13:14:46.299 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction 2024-03-21T13:14:46.345 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:01:48 ago on Thu 21 Mar 2024 01:12:58 PM UTC. 2024-03-21T13:14:46.496 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-03-21T13:14:46.497 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-03-21T13:14:46.497 INFO:teuthology.orchestra.run.smithi116.stdout: Package Architecture Version Repository Size 2024-03-21T13:14:46.497 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-03-21T13:14:46.497 INFO:teuthology.orchestra.run.smithi116.stdout:Installing: 2024-03-21T13:14:46.497 INFO:teuthology.orchestra.run.smithi116.stdout: rbd-nbd x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 170 k 2024-03-21T13:14:46.497 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:14:46.497 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2024-03-21T13:14:46.497 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-03-21T13:14:46.497 INFO:teuthology.orchestra.run.smithi116.stdout:Install 1 Package 2024-03-21T13:14:46.498 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:14:46.498 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 170 k 2024-03-21T13:14:46.498 INFO:teuthology.orchestra.run.smithi116.stdout:Installed size: 490 k 2024-03-21T13:14:46.498 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2024-03-21T13:14:46.709 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:01:48 ago on Thu 21 Mar 2024 01:12:58 PM UTC. 2024-03-21T13:14:46.730 INFO:teuthology.orchestra.run.smithi116.stdout:rbd-nbd-19.0.0-2267.g960fbbe4.el9.x86_64.rpm 734 kB/s | 170 kB 00:00 2024-03-21T13:14:46.731 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2024-03-21T13:14:46.731 INFO:teuthology.orchestra.run.smithi116.stdout:Total 729 kB/s | 170 kB 00:00 2024-03-21T13:14:46.731 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2024-03-21T13:14:46.739 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2024-03-21T13:14:46.739 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2024-03-21T13:14:46.794 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2024-03-21T13:14:46.794 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2024-03-21T13:14:46.864 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-03-21T13:14:46.865 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-21T13:14:46.865 INFO:teuthology.orchestra.run.smithi052.stdout: Package Architecture Version Repository Size 2024-03-21T13:14:46.865 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-21T13:14:46.865 INFO:teuthology.orchestra.run.smithi052.stdout:Installing: 2024-03-21T13:14:46.865 INFO:teuthology.orchestra.run.smithi052.stdout: rbd-fuse x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 85 k 2024-03-21T13:14:46.865 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:14:46.866 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction Summary 2024-03-21T13:14:46.866 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-21T13:14:46.866 INFO:teuthology.orchestra.run.smithi052.stdout:Install 1 Package 2024-03-21T13:14:46.866 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:14:46.866 INFO:teuthology.orchestra.run.smithi052.stdout:Total download size: 85 k 2024-03-21T13:14:46.866 INFO:teuthology.orchestra.run.smithi052.stdout:Installed size: 231 k 2024-03-21T13:14:46.866 INFO:teuthology.orchestra.run.smithi052.stdout:Downloading Packages: 2024-03-21T13:14:46.937 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2024-03-21T13:14:47.026 INFO:teuthology.orchestra.run.smithi029.stdout: Preparing : 1/1 2024-03-21T13:14:47.028 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : rbd-nbd-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T13:14:47.070 INFO:teuthology.orchestra.run.smithi052.stdout:rbd-fuse-19.0.0-2267.g960fbbe4.el9.x86_64.rpm 419 kB/s | 85 kB 00:00 2024-03-21T13:14:47.070 INFO:teuthology.orchestra.run.smithi052.stdout:-------------------------------------------------------------------------------- 2024-03-21T13:14:47.071 INFO:teuthology.orchestra.run.smithi052.stdout:Total 416 kB/s | 85 kB 00:00 2024-03-21T13:14:47.071 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction check 2024-03-21T13:14:47.078 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction check succeeded. 2024-03-21T13:14:47.078 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction test 2024-03-21T13:14:47.104 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-03-21T13:14:47.135 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-03-21T13:14:47.136 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction test succeeded. 2024-03-21T13:14:47.136 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction 2024-03-21T13:14:47.234 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-03-21T13:14:47.280 INFO:teuthology.orchestra.run.smithi052.stdout: Preparing : 1/1 2024-03-21T13:14:47.281 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-03-21T13:14:47.379 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : rbd-fuse-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T13:14:47.466 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-03-21T13:14:47.483 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T13:14:47.497 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-03-21T13:14:47.595 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-03-21T13:14:47.778 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T13:14:47.788 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : rbd-nbd-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T13:14:47.788 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:14:47.788 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2024-03-21T13:14:47.788 INFO:teuthology.orchestra.run.smithi116.stdout: rbd-nbd-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:14:47.788 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:14:47.789 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-03-21T13:14:48.029 DEBUG:teuthology.parallel:result is None 2024-03-21T13:14:48.071 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : rbd-fuse-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T13:14:48.071 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:14:48.072 INFO:teuthology.orchestra.run.smithi052.stdout:Installed: 2024-03-21T13:14:48.072 INFO:teuthology.orchestra.run.smithi052.stdout: rbd-fuse-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:14:48.072 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:14:48.072 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-03-21T13:14:48.291 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-03-21T13:14:48.307 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install rbd-mirror 2024-03-21T13:14:48.415 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-03-21T13:14:48.892 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:01:50 ago on Thu 21 Mar 2024 01:12:58 PM UTC. 2024-03-21T13:14:49.047 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-03-21T13:14:49.048 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-21T13:14:49.048 INFO:teuthology.orchestra.run.smithi052.stdout: Package Arch Version Repo Size 2024-03-21T13:14:49.048 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-21T13:14:49.048 INFO:teuthology.orchestra.run.smithi052.stdout:Installing: 2024-03-21T13:14:49.048 INFO:teuthology.orchestra.run.smithi052.stdout: rbd-mirror x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 3.1 M 2024-03-21T13:14:49.048 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:14:49.048 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction Summary 2024-03-21T13:14:49.048 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-21T13:14:49.048 INFO:teuthology.orchestra.run.smithi052.stdout:Install 1 Package 2024-03-21T13:14:49.049 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:14:49.049 INFO:teuthology.orchestra.run.smithi052.stdout:Total download size: 3.1 M 2024-03-21T13:14:49.049 INFO:teuthology.orchestra.run.smithi052.stdout:Installed size: 13 M 2024-03-21T13:14:49.049 INFO:teuthology.orchestra.run.smithi052.stdout:Downloading Packages: 2024-03-21T13:14:49.564 INFO:teuthology.orchestra.run.smithi052.stdout:rbd-mirror-19.0.0-2267.g960fbbe4.el9.x86_64.rpm 6.0 MB/s | 3.1 MB 00:00 2024-03-21T13:14:49.565 INFO:teuthology.orchestra.run.smithi052.stdout:-------------------------------------------------------------------------------- 2024-03-21T13:14:49.565 INFO:teuthology.orchestra.run.smithi052.stdout:Total 6.0 MB/s | 3.1 MB 00:00 2024-03-21T13:14:49.565 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction check 2024-03-21T13:14:49.575 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction check succeeded. 2024-03-21T13:14:49.575 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction test 2024-03-21T13:14:49.652 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction test succeeded. 2024-03-21T13:14:49.652 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction 2024-03-21T13:14:49.732 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-03-21T13:14:50.096 INFO:teuthology.orchestra.run.smithi052.stdout: Preparing : 1/1 2024-03-21T13:14:50.165 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : rbd-mirror-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T13:14:50.189 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T13:14:50.189 INFO:teuthology.orchestra.run.smithi052.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-21T13:14:50.189 INFO:teuthology.orchestra.run.smithi052.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-03-21T13:14:50.189 INFO:teuthology.orchestra.run.smithi052.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-03-21T13:14:50.189 INFO:teuthology.orchestra.run.smithi052.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-03-21T13:14:50.189 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:14:50.834 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-03-21T13:14:50.872 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2267.g960fb 12/12 2024-03-21T13:14:51.395 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : rbd-mirror-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T13:14:51.395 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:14:51.395 INFO:teuthology.orchestra.run.smithi052.stdout:Installed: 2024-03-21T13:14:51.395 INFO:teuthology.orchestra.run.smithi052.stdout: rbd-mirror-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:14:51.395 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:14:51.395 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-03-21T13:14:51.678 DEBUG:teuthology.orchestra.run.smithi052:> sudo yum -y install rbd-nbd 2024-03-21T13:14:52.257 INFO:teuthology.orchestra.run.smithi052.stdout:Last metadata expiration check: 0:01:54 ago on Thu 21 Mar 2024 01:12:58 PM UTC. 2024-03-21T13:14:52.412 INFO:teuthology.orchestra.run.smithi052.stdout:Dependencies resolved. 2024-03-21T13:14:52.413 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-21T13:14:52.413 INFO:teuthology.orchestra.run.smithi052.stdout: Package Architecture Version Repository Size 2024-03-21T13:14:52.413 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-21T13:14:52.413 INFO:teuthology.orchestra.run.smithi052.stdout:Installing: 2024-03-21T13:14:52.413 INFO:teuthology.orchestra.run.smithi052.stdout: rbd-nbd x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 170 k 2024-03-21T13:14:52.413 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:14:52.413 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction Summary 2024-03-21T13:14:52.413 INFO:teuthology.orchestra.run.smithi052.stdout:================================================================================ 2024-03-21T13:14:52.413 INFO:teuthology.orchestra.run.smithi052.stdout:Install 1 Package 2024-03-21T13:14:52.413 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:14:52.413 INFO:teuthology.orchestra.run.smithi052.stdout:Total download size: 170 k 2024-03-21T13:14:52.413 INFO:teuthology.orchestra.run.smithi052.stdout:Installed size: 490 k 2024-03-21T13:14:52.414 INFO:teuthology.orchestra.run.smithi052.stdout:Downloading Packages: 2024-03-21T13:14:52.684 INFO:teuthology.orchestra.run.smithi052.stdout:rbd-nbd-19.0.0-2267.g960fbbe4.el9.x86_64.rpm 631 kB/s | 170 kB 00:00 2024-03-21T13:14:52.685 INFO:teuthology.orchestra.run.smithi052.stdout:-------------------------------------------------------------------------------- 2024-03-21T13:14:52.685 INFO:teuthology.orchestra.run.smithi052.stdout:Total 628 kB/s | 170 kB 00:00 2024-03-21T13:14:52.685 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction check 2024-03-21T13:14:52.694 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction check succeeded. 2024-03-21T13:14:52.694 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction test 2024-03-21T13:14:52.752 INFO:teuthology.orchestra.run.smithi052.stdout:Transaction test succeeded. 2024-03-21T13:14:52.752 INFO:teuthology.orchestra.run.smithi052.stdout:Running transaction 2024-03-21T13:14:52.907 INFO:teuthology.orchestra.run.smithi052.stdout: Preparing : 1/1 2024-03-21T13:14:52.993 INFO:teuthology.orchestra.run.smithi052.stdout: Installing : rbd-nbd-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T13:14:53.589 INFO:teuthology.orchestra.run.smithi052.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T13:14:53.872 INFO:teuthology.orchestra.run.smithi052.stdout: Verifying : rbd-nbd-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T13:14:53.872 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:14:53.872 INFO:teuthology.orchestra.run.smithi052.stdout:Installed: 2024-03-21T13:14:53.872 INFO:teuthology.orchestra.run.smithi052.stdout: rbd-nbd-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:14:53.872 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-03-21T13:14:53.872 INFO:teuthology.orchestra.run.smithi052.stdout:Complete! 2024-03-21T13:14:54.116 DEBUG:teuthology.parallel:result is None 2024-03-21T13:14:55.221 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2267.g960fb 12/12 2024-03-21T13:14:55.222 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2267.g960fb 1/12 2024-03-21T13:14:55.222 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-03-21T13:14:55.222 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-03-21T13:14:55.222 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-03-21T13:14:55.222 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-03-21T13:14:55.222 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-03-21T13:14:55.222 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-03-21T13:14:55.222 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-03-21T13:14:55.222 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-03-21T13:14:55.222 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-03-21T13:14:55.222 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-03-21T13:14:55.713 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-03-21T13:14:55.713 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:14:55.713 INFO:teuthology.orchestra.run.smithi029.stdout:Installed: 2024-03-21T13:14:55.713 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2267.g960fbbe4.el9.noarch 2024-03-21T13:14:55.713 INFO:teuthology.orchestra.run.smithi029.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-03-21T13:14:55.714 INFO:teuthology.orchestra.run.smithi029.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-03-21T13:14:55.714 INFO:teuthology.orchestra.run.smithi029.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-03-21T13:14:55.714 INFO:teuthology.orchestra.run.smithi029.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-03-21T13:14:55.714 INFO:teuthology.orchestra.run.smithi029.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-03-21T13:14:55.714 INFO:teuthology.orchestra.run.smithi029.stdout: openblas-0.3.21-2.el9.x86_64 2024-03-21T13:14:55.714 INFO:teuthology.orchestra.run.smithi029.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-03-21T13:14:55.714 INFO:teuthology.orchestra.run.smithi029.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-03-21T13:14:55.714 INFO:teuthology.orchestra.run.smithi029.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-03-21T13:14:55.714 INFO:teuthology.orchestra.run.smithi029.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-03-21T13:14:55.714 INFO:teuthology.orchestra.run.smithi029.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-03-21T13:14:55.714 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:14:55.714 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2024-03-21T13:14:56.217 DEBUG:teuthology.orchestra.run.smithi029:> sudo yum -y install ceph-mgr-rook 2024-03-21T13:14:56.799 INFO:teuthology.orchestra.run.smithi029.stdout:Last metadata expiration check: 0:01:46 ago on Thu 21 Mar 2024 01:13:10 PM UTC. 2024-03-21T13:14:56.955 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2024-03-21T13:14:56.957 INFO:teuthology.orchestra.run.smithi029.stdout:======================================================================================== 2024-03-21T13:14:56.957 INFO:teuthology.orchestra.run.smithi029.stdout: Package Arch Version Repository Size 2024-03-21T13:14:56.957 INFO:teuthology.orchestra.run.smithi029.stdout:======================================================================================== 2024-03-21T13:14:56.957 INFO:teuthology.orchestra.run.smithi029.stdout:Installing: 2024-03-21T13:14:56.957 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-mgr-rook noarch 2:19.0.0-2267.g960fbbe4.el9 ceph-noarch 49 k 2024-03-21T13:14:56.957 INFO:teuthology.orchestra.run.smithi029.stdout:Installing dependencies: 2024-03-21T13:14:56.957 INFO:teuthology.orchestra.run.smithi029.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-03-21T13:14:56.957 INFO:teuthology.orchestra.run.smithi029.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-03-21T13:14:56.957 INFO:teuthology.orchestra.run.smithi029.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-03-21T13:14:56.958 INFO:teuthology.orchestra.run.smithi029.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-03-21T13:14:56.958 INFO:teuthology.orchestra.run.smithi029.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-03-21T13:14:56.958 INFO:teuthology.orchestra.run.smithi029.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-03-21T13:14:56.958 INFO:teuthology.orchestra.run.smithi029.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-03-21T13:14:56.958 INFO:teuthology.orchestra.run.smithi029.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-03-21T13:14:56.958 INFO:teuthology.orchestra.run.smithi029.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-03-21T13:14:56.958 INFO:teuthology.orchestra.run.smithi029.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-03-21T13:14:56.958 INFO:teuthology.orchestra.run.smithi029.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-03-21T13:14:56.958 INFO:teuthology.orchestra.run.smithi029.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-03-21T13:14:56.958 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:14:56.958 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction Summary 2024-03-21T13:14:56.958 INFO:teuthology.orchestra.run.smithi029.stdout:======================================================================================== 2024-03-21T13:14:56.958 INFO:teuthology.orchestra.run.smithi029.stdout:Install 13 Packages 2024-03-21T13:14:56.959 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:14:56.959 INFO:teuthology.orchestra.run.smithi029.stdout:Total download size: 2.0 M 2024-03-21T13:14:56.959 INFO:teuthology.orchestra.run.smithi029.stdout:Installed size: 26 M 2024-03-21T13:14:56.959 INFO:teuthology.orchestra.run.smithi029.stdout:Downloading Packages: 2024-03-21T13:14:57.338 INFO:teuthology.orchestra.run.smithi029.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 127 kB/s | 24 kB 00:00 2024-03-21T13:14:57.363 INFO:teuthology.orchestra.run.smithi029.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 83 kB/s | 18 kB 00:00 2024-03-21T13:14:57.389 INFO:teuthology.orchestra.run.smithi029.stdout:(3/13): ceph-mgr-rook-19.0.0-2267.g960fbbe4.el9 203 kB/s | 49 kB 00:00 2024-03-21T13:14:57.456 INFO:teuthology.orchestra.run.smithi029.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.4 MB/s | 174 kB 00:00 2024-03-21T13:14:57.490 INFO:teuthology.orchestra.run.smithi029.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.0 MB/s | 132 kB 00:00 2024-03-21T13:14:57.515 INFO:teuthology.orchestra.run.smithi029.stdout:(6/13): python3-pyasn1-modules-0.4.8-6.el9.noar 1.6 MB/s | 211 kB 00:00 2024-03-21T13:14:57.541 INFO:teuthology.orchestra.run.smithi029.stdout:(7/13): python3-requests-oauthlib-1.3.0-12.el9. 508 kB/s | 43 kB 00:00 2024-03-21T13:14:57.808 INFO:teuthology.orchestra.run.smithi029.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 101 kB/s | 32 kB 00:00 2024-03-21T13:14:57.833 INFO:teuthology.orchestra.run.smithi029.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 51 kB/s | 15 kB 00:00 2024-03-21T13:14:57.969 INFO:teuthology.orchestra.run.smithi029.stdout:(10/13): python3-google-auth-2.28.2-1.el9.noarc 474 kB/s | 203 kB 00:00 2024-03-21T13:14:57.994 INFO:teuthology.orchestra.run.smithi029.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 368 kB/s | 59 kB 00:00 2024-03-21T13:14:58.062 INFO:teuthology.orchestra.run.smithi029.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 974 kB/s | 90 kB 00:00 2024-03-21T13:14:58.145 INFO:teuthology.orchestra.run.smithi029.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 3.0 MB/s | 1.0 MB 00:00 2024-03-21T13:14:58.150 INFO:teuthology.orchestra.run.smithi029.stdout:-------------------------------------------------------------------------------- 2024-03-21T13:14:58.150 INFO:teuthology.orchestra.run.smithi029.stdout:Total 1.7 MB/s | 2.0 MB 00:01 2024-03-21T13:14:58.151 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction check 2024-03-21T13:14:58.167 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction check succeeded. 2024-03-21T13:14:58.167 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction test 2024-03-21T13:14:58.270 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction test succeeded. 2024-03-21T13:14:58.270 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction 2024-03-21T13:14:58.803 INFO:teuthology.orchestra.run.smithi029.stdout: Preparing : 1/1 2024-03-21T13:14:58.984 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-03-21T13:14:59.041 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-03-21T13:14:59.106 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-03-21T13:14:59.142 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-03-21T13:14:59.195 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-03-21T13:14:59.301 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-03-21T13:14:59.412 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-03-21T13:14:59.474 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-03-21T13:15:00.230 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-03-21T13:15:00.292 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-03-21T13:15:00.326 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-03-21T13:15:00.375 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-03-21T13:15:00.406 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : ceph-mgr-rook-2:19.0.0-2267.g960fbbe4.el9.noarch 13/13 2024-03-21T13:15:01.496 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2267.g960fbbe4.el9.noarch 13/13 2024-03-21T13:15:01.496 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2267.g960fbbe4.el9.noarch 1/13 2024-03-21T13:15:01.496 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-03-21T13:15:01.496 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-03-21T13:15:01.496 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-03-21T13:15:01.496 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-03-21T13:15:01.496 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-03-21T13:15:01.496 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-03-21T13:15:01.496 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-03-21T13:15:01.496 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-03-21T13:15:01.496 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-03-21T13:15:01.496 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-03-21T13:15:01.497 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-03-21T13:15:01.859 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-03-21T13:15:01.860 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:15:01.860 INFO:teuthology.orchestra.run.smithi029.stdout:Installed: 2024-03-21T13:15:01.860 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-mgr-rook-2:19.0.0-2267.g960fbbe4.el9.noarch 2024-03-21T13:15:01.860 INFO:teuthology.orchestra.run.smithi029.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-03-21T13:15:01.860 INFO:teuthology.orchestra.run.smithi029.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-03-21T13:15:01.860 INFO:teuthology.orchestra.run.smithi029.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-03-21T13:15:01.860 INFO:teuthology.orchestra.run.smithi029.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-03-21T13:15:01.860 INFO:teuthology.orchestra.run.smithi029.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-03-21T13:15:01.860 INFO:teuthology.orchestra.run.smithi029.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-03-21T13:15:01.860 INFO:teuthology.orchestra.run.smithi029.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-03-21T13:15:01.860 INFO:teuthology.orchestra.run.smithi029.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-03-21T13:15:01.860 INFO:teuthology.orchestra.run.smithi029.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-03-21T13:15:01.860 INFO:teuthology.orchestra.run.smithi029.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-03-21T13:15:01.861 INFO:teuthology.orchestra.run.smithi029.stdout: python3-rsa-4.9-2.el9.noarch 2024-03-21T13:15:01.861 INFO:teuthology.orchestra.run.smithi029.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-03-21T13:15:01.861 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:15:01.861 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2024-03-21T13:15:02.170 DEBUG:teuthology.orchestra.run.smithi029:> sudo yum -y install ceph-mgr-cephadm 2024-03-21T13:15:02.749 INFO:teuthology.orchestra.run.smithi029.stdout:Last metadata expiration check: 0:01:52 ago on Thu 21 Mar 2024 01:13:10 PM UTC. 2024-03-21T13:15:02.905 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2024-03-21T13:15:02.906 INFO:teuthology.orchestra.run.smithi029.stdout:======================================================================================== 2024-03-21T13:15:02.906 INFO:teuthology.orchestra.run.smithi029.stdout: Package Arch Version Repository Size 2024-03-21T13:15:02.906 INFO:teuthology.orchestra.run.smithi029.stdout:======================================================================================== 2024-03-21T13:15:02.906 INFO:teuthology.orchestra.run.smithi029.stdout:Installing: 2024-03-21T13:15:02.906 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2267.g960fbbe4.el9 ceph-noarch 140 k 2024-03-21T13:15:02.906 INFO:teuthology.orchestra.run.smithi029.stdout:Installing dependencies: 2024-03-21T13:15:02.906 INFO:teuthology.orchestra.run.smithi029.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-03-21T13:15:02.906 INFO:teuthology.orchestra.run.smithi029.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-03-21T13:15:02.906 INFO:teuthology.orchestra.run.smithi029.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-03-21T13:15:02.906 INFO:teuthology.orchestra.run.smithi029.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-03-21T13:15:02.906 INFO:teuthology.orchestra.run.smithi029.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-03-21T13:15:02.906 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:15:02.907 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction Summary 2024-03-21T13:15:02.907 INFO:teuthology.orchestra.run.smithi029.stdout:======================================================================================== 2024-03-21T13:15:02.907 INFO:teuthology.orchestra.run.smithi029.stdout:Install 6 Packages 2024-03-21T13:15:02.907 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:15:02.907 INFO:teuthology.orchestra.run.smithi029.stdout:Total download size: 6.8 M 2024-03-21T13:15:02.907 INFO:teuthology.orchestra.run.smithi029.stdout:Installed size: 33 M 2024-03-21T13:15:02.907 INFO:teuthology.orchestra.run.smithi029.stdout:Downloading Packages: 2024-03-21T13:15:03.595 INFO:teuthology.orchestra.run.smithi029.stdout:(1/6): python3-babel-2.9.1-2.el9.noarch.rpm 19 MB/s | 5.8 MB 00:00 2024-03-21T13:15:03.728 INFO:teuthology.orchestra.run.smithi029.stdout:(2/6): ceph-mgr-cephadm-19.0.0-2267.g960fbbe4.e 324 kB/s | 140 kB 00:00 2024-03-21T13:15:03.979 INFO:teuthology.orchestra.run.smithi029.stdout:(3/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 363 kB/s | 248 kB 00:00 2024-03-21T13:15:04.038 INFO:teuthology.orchestra.run.smithi029.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 186 kB/s | 58 kB 00:00 2024-03-21T13:15:04.097 INFO:teuthology.orchestra.run.smithi029.stdout:(5/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.1 MB/s | 548 kB 00:00 2024-03-21T13:15:04.289 INFO:teuthology.orchestra.run.smithi029.stdout:(6/6): python3-typing-extensions-4.4.0-2.el9.no 165 kB/s | 51 kB 00:00 2024-03-21T13:15:04.292 INFO:teuthology.orchestra.run.smithi029.stdout:-------------------------------------------------------------------------------- 2024-03-21T13:15:04.292 INFO:teuthology.orchestra.run.smithi029.stdout:Total 4.9 MB/s | 6.8 MB 00:01 2024-03-21T13:15:04.305 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction check 2024-03-21T13:15:04.317 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction check succeeded. 2024-03-21T13:15:04.317 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction test 2024-03-21T13:15:04.410 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction test succeeded. 2024-03-21T13:15:04.410 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction 2024-03-21T13:15:04.711 INFO:teuthology.orchestra.run.smithi029.stdout: Preparing : 1/1 2024-03-21T13:15:04.886 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-03-21T13:15:04.953 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-03-21T13:15:05.515 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-03-21T13:15:05.609 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-03-21T13:15:05.679 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-03-21T13:15:05.719 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2267.g960fbbe4.el9.noarch 6/6 2024-03-21T13:15:06.952 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2267.g960fbbe4.el9.noarch 6/6 2024-03-21T13:15:06.952 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2267.g960fbbe4.el9.noarch 1/6 2024-03-21T13:15:06.952 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-03-21T13:15:06.953 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-03-21T13:15:06.953 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-03-21T13:15:06.953 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-03-21T13:15:07.285 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-03-21T13:15:07.285 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:15:07.285 INFO:teuthology.orchestra.run.smithi029.stdout:Installed: 2024-03-21T13:15:07.285 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-mgr-cephadm-2:19.0.0-2267.g960fbbe4.el9.noarch 2024-03-21T13:15:07.285 INFO:teuthology.orchestra.run.smithi029.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-03-21T13:15:07.286 INFO:teuthology.orchestra.run.smithi029.stdout: python3-babel-2.9.1-2.el9.noarch 2024-03-21T13:15:07.286 INFO:teuthology.orchestra.run.smithi029.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-03-21T13:15:07.286 INFO:teuthology.orchestra.run.smithi029.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-03-21T13:15:07.286 INFO:teuthology.orchestra.run.smithi029.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-03-21T13:15:07.286 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:15:07.286 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2024-03-21T13:15:07.596 DEBUG:teuthology.orchestra.run.smithi029:> sudo yum -y install ceph-fuse 2024-03-21T13:15:08.166 INFO:teuthology.orchestra.run.smithi029.stdout:Last metadata expiration check: 0:01:58 ago on Thu 21 Mar 2024 01:13:10 PM UTC. 2024-03-21T13:15:08.325 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2024-03-21T13:15:08.326 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-03-21T13:15:08.326 INFO:teuthology.orchestra.run.smithi029.stdout: Package Arch Version Repository Size 2024-03-21T13:15:08.326 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-03-21T13:15:08.326 INFO:teuthology.orchestra.run.smithi029.stdout:Installing: 2024-03-21T13:15:08.326 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-fuse x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 890 k 2024-03-21T13:15:08.327 INFO:teuthology.orchestra.run.smithi029.stdout:Installing dependencies: 2024-03-21T13:15:08.327 INFO:teuthology.orchestra.run.smithi029.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-03-21T13:15:08.327 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:15:08.327 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction Summary 2024-03-21T13:15:08.327 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-03-21T13:15:08.327 INFO:teuthology.orchestra.run.smithi029.stdout:Install 2 Packages 2024-03-21T13:15:08.327 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:15:08.327 INFO:teuthology.orchestra.run.smithi029.stdout:Total download size: 969 k 2024-03-21T13:15:08.328 INFO:teuthology.orchestra.run.smithi029.stdout:Installed size: 2.8 M 2024-03-21T13:15:08.328 INFO:teuthology.orchestra.run.smithi029.stdout:Downloading Packages: 2024-03-21T13:15:08.480 INFO:teuthology.orchestra.run.smithi029.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 517 kB/s | 79 kB 00:00 2024-03-21T13:15:08.947 INFO:teuthology.orchestra.run.smithi029.stdout:(2/2): ceph-fuse-19.0.0-2267.g960fbbe4.el9.x86_ 1.4 MB/s | 890 kB 00:00 2024-03-21T13:15:08.948 INFO:teuthology.orchestra.run.smithi029.stdout:-------------------------------------------------------------------------------- 2024-03-21T13:15:08.948 INFO:teuthology.orchestra.run.smithi029.stdout:Total 1.5 MB/s | 969 kB 00:00 2024-03-21T13:15:08.948 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction check 2024-03-21T13:15:08.970 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction check succeeded. 2024-03-21T13:15:08.972 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction test 2024-03-21T13:15:09.049 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction test succeeded. 2024-03-21T13:15:09.049 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction 2024-03-21T13:15:09.235 INFO:teuthology.orchestra.run.smithi029.stdout: Preparing : 1/1 2024-03-21T13:15:09.394 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-03-21T13:15:09.476 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : ceph-fuse-2:19.0.0-2267.g960fbbe4.el9.x86_64 2/2 2024-03-21T13:15:10.239 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2267.g960fbbe4.el9.x86_64 2/2 2024-03-21T13:15:10.239 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : ceph-fuse-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/2 2024-03-21T13:15:10.542 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-03-21T13:15:10.542 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:15:10.542 INFO:teuthology.orchestra.run.smithi029.stdout:Installed: 2024-03-21T13:15:10.542 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-fuse-2:19.0.0-2267.g960fbbe4.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-03-21T13:15:10.542 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:15:10.542 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2024-03-21T13:15:10.900 DEBUG:teuthology.orchestra.run.smithi029:> sudo yum -y install ceph-volume 2024-03-21T13:15:11.483 INFO:teuthology.orchestra.run.smithi029.stdout:Last metadata expiration check: 0:02:01 ago on Thu 21 Mar 2024 01:13:10 PM UTC. 2024-03-21T13:15:11.641 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2024-03-21T13:15:11.642 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-03-21T13:15:11.642 INFO:teuthology.orchestra.run.smithi029.stdout: Package Arch Version Repository Size 2024-03-21T13:15:11.642 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-03-21T13:15:11.642 INFO:teuthology.orchestra.run.smithi029.stdout:Installing: 2024-03-21T13:15:11.642 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-volume noarch 2:19.0.0-2267.g960fbbe4.el9 ceph-noarch 273 k 2024-03-21T13:15:11.642 INFO:teuthology.orchestra.run.smithi029.stdout:Installing dependencies: 2024-03-21T13:15:11.643 INFO:teuthology.orchestra.run.smithi029.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-03-21T13:15:11.643 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:15:11.643 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction Summary 2024-03-21T13:15:11.643 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-03-21T13:15:11.643 INFO:teuthology.orchestra.run.smithi029.stdout:Install 2 Packages 2024-03-21T13:15:11.643 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:15:11.644 INFO:teuthology.orchestra.run.smithi029.stdout:Total download size: 342 k 2024-03-21T13:15:11.644 INFO:teuthology.orchestra.run.smithi029.stdout:Installed size: 1.5 M 2024-03-21T13:15:11.644 INFO:teuthology.orchestra.run.smithi029.stdout:Downloading Packages: 2024-03-21T13:15:11.776 INFO:teuthology.orchestra.run.smithi029.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 519 kB/s | 69 kB 00:00 2024-03-21T13:15:11.910 INFO:teuthology.orchestra.run.smithi029.stdout:(2/2): ceph-volume-19.0.0-2267.g960fbbe4.el9.no 1.0 MB/s | 273 kB 00:00 2024-03-21T13:15:11.911 INFO:teuthology.orchestra.run.smithi029.stdout:-------------------------------------------------------------------------------- 2024-03-21T13:15:11.911 INFO:teuthology.orchestra.run.smithi029.stdout:Total 1.2 MB/s | 342 kB 00:00 2024-03-21T13:15:11.912 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction check 2024-03-21T13:15:11.921 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction check succeeded. 2024-03-21T13:15:11.921 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction test 2024-03-21T13:15:11.962 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction test succeeded. 2024-03-21T13:15:11.962 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction 2024-03-21T13:15:12.118 INFO:teuthology.orchestra.run.smithi029.stdout: Preparing : 1/1 2024-03-21T13:15:12.298 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-03-21T13:15:12.332 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : ceph-volume-2:19.0.0-2267.g960fbbe4.el9.noarch 2/2 2024-03-21T13:15:12.348 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: ceph-volume-2:19.0.0-2267.g960fbbe4.el9.noarch 2/2 2024-03-21T13:15:12.348 INFO:teuthology.orchestra.run.smithi029.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-21T13:15:12.348 INFO:teuthology.orchestra.run.smithi029.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-03-21T13:15:12.348 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:15:13.167 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : ceph-volume-2:19.0.0-2267.g960fbbe4.el9.noarch 1/2 2024-03-21T13:15:13.483 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-03-21T13:15:13.483 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:15:13.483 INFO:teuthology.orchestra.run.smithi029.stdout:Installed: 2024-03-21T13:15:13.483 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-volume-2:19.0.0-2267.g960fbbe4.el9.noarch 2024-03-21T13:15:13.483 INFO:teuthology.orchestra.run.smithi029.stdout: python3-packaging-20.9-5.el9.noarch 2024-03-21T13:15:13.483 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:15:13.483 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2024-03-21T13:15:13.870 DEBUG:teuthology.orchestra.run.smithi029:> sudo yum -y install librados-devel 2024-03-21T13:15:14.447 INFO:teuthology.orchestra.run.smithi029.stdout:Last metadata expiration check: 0:02:04 ago on Thu 21 Mar 2024 01:13:10 PM UTC. 2024-03-21T13:15:14.603 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2024-03-21T13:15:14.604 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-03-21T13:15:14.604 INFO:teuthology.orchestra.run.smithi029.stdout: Package Arch Version Repo Size 2024-03-21T13:15:14.604 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-03-21T13:15:14.604 INFO:teuthology.orchestra.run.smithi029.stdout:Installing: 2024-03-21T13:15:14.604 INFO:teuthology.orchestra.run.smithi029.stdout: librados-devel x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 127 k 2024-03-21T13:15:14.604 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:15:14.604 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction Summary 2024-03-21T13:15:14.604 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-03-21T13:15:14.604 INFO:teuthology.orchestra.run.smithi029.stdout:Install 1 Package 2024-03-21T13:15:14.604 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:15:14.604 INFO:teuthology.orchestra.run.smithi029.stdout:Total download size: 127 k 2024-03-21T13:15:14.605 INFO:teuthology.orchestra.run.smithi029.stdout:Installed size: 456 k 2024-03-21T13:15:14.605 INFO:teuthology.orchestra.run.smithi029.stdout:Downloading Packages: 2024-03-21T13:15:14.926 INFO:teuthology.orchestra.run.smithi029.stdout:librados-devel-19.0.0-2267.g960fbbe4.el9.x86_64 394 kB/s | 127 kB 00:00 2024-03-21T13:15:14.927 INFO:teuthology.orchestra.run.smithi029.stdout:-------------------------------------------------------------------------------- 2024-03-21T13:15:14.927 INFO:teuthology.orchestra.run.smithi029.stdout:Total 392 kB/s | 127 kB 00:00 2024-03-21T13:15:14.927 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction check 2024-03-21T13:15:14.933 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction check succeeded. 2024-03-21T13:15:14.933 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction test 2024-03-21T13:15:14.996 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction test succeeded. 2024-03-21T13:15:14.997 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction 2024-03-21T13:15:15.211 INFO:teuthology.orchestra.run.smithi029.stdout: Preparing : 1/1 2024-03-21T13:15:15.303 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : librados-devel-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T13:15:15.805 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: librados-devel-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T13:15:16.090 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : librados-devel-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T13:15:16.090 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:15:16.090 INFO:teuthology.orchestra.run.smithi029.stdout:Installed: 2024-03-21T13:15:16.090 INFO:teuthology.orchestra.run.smithi029.stdout: librados-devel-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:15:16.090 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:15:16.090 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2024-03-21T13:15:16.358 DEBUG:teuthology.orchestra.run.smithi029:> sudo yum -y install libcephfs2 2024-03-21T13:15:16.941 INFO:teuthology.orchestra.run.smithi029.stdout:Last metadata expiration check: 0:02:06 ago on Thu 21 Mar 2024 01:13:10 PM UTC. 2024-03-21T13:15:17.041 INFO:teuthology.orchestra.run.smithi029.stdout:Package libcephfs2-2:19.0.0-2267.g960fbbe4.el9.x86_64 is already installed. 2024-03-21T13:15:17.096 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2024-03-21T13:15:17.097 INFO:teuthology.orchestra.run.smithi029.stdout:Nothing to do. 2024-03-21T13:15:17.097 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2024-03-21T13:15:17.150 DEBUG:teuthology.orchestra.run.smithi029:> sudo yum -y install libcephfs-devel 2024-03-21T13:15:17.722 INFO:teuthology.orchestra.run.smithi029.stdout:Last metadata expiration check: 0:02:07 ago on Thu 21 Mar 2024 01:13:10 PM UTC. 2024-03-21T13:15:17.876 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2024-03-21T13:15:17.877 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-03-21T13:15:17.877 INFO:teuthology.orchestra.run.smithi029.stdout: Package Arch Version Repo Size 2024-03-21T13:15:17.878 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-03-21T13:15:17.878 INFO:teuthology.orchestra.run.smithi029.stdout:Installing: 2024-03-21T13:15:17.878 INFO:teuthology.orchestra.run.smithi029.stdout: libcephfs-devel x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 31 k 2024-03-21T13:15:17.878 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:15:17.878 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction Summary 2024-03-21T13:15:17.878 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-03-21T13:15:17.878 INFO:teuthology.orchestra.run.smithi029.stdout:Install 1 Package 2024-03-21T13:15:17.878 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:15:17.878 INFO:teuthology.orchestra.run.smithi029.stdout:Total download size: 31 k 2024-03-21T13:15:17.878 INFO:teuthology.orchestra.run.smithi029.stdout:Installed size: 140 k 2024-03-21T13:15:17.878 INFO:teuthology.orchestra.run.smithi029.stdout:Downloading Packages: 2024-03-21T13:15:18.046 INFO:teuthology.orchestra.run.smithi029.stdout:libcephfs-devel-19.0.0-2267.g960fbbe4.el9.x86_6 186 kB/s | 31 kB 00:00 2024-03-21T13:15:18.047 INFO:teuthology.orchestra.run.smithi029.stdout:-------------------------------------------------------------------------------- 2024-03-21T13:15:18.047 INFO:teuthology.orchestra.run.smithi029.stdout:Total 185 kB/s | 31 kB 00:00 2024-03-21T13:15:18.047 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction check 2024-03-21T13:15:18.050 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction check succeeded. 2024-03-21T13:15:18.050 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction test 2024-03-21T13:15:18.080 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction test succeeded. 2024-03-21T13:15:18.081 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction 2024-03-21T13:15:18.180 INFO:teuthology.orchestra.run.smithi029.stdout: Preparing : 1/1 2024-03-21T13:15:18.348 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : libcephfs-devel-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T13:15:18.740 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T13:15:19.006 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : libcephfs-devel-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T13:15:19.006 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:15:19.006 INFO:teuthology.orchestra.run.smithi029.stdout:Installed: 2024-03-21T13:15:19.006 INFO:teuthology.orchestra.run.smithi029.stdout: libcephfs-devel-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:15:19.006 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:15:19.006 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2024-03-21T13:15:19.186 DEBUG:teuthology.orchestra.run.smithi029:> sudo yum -y install librados2 2024-03-21T13:15:19.760 INFO:teuthology.orchestra.run.smithi029.stdout:Last metadata expiration check: 0:02:09 ago on Thu 21 Mar 2024 01:13:10 PM UTC. 2024-03-21T13:15:19.862 INFO:teuthology.orchestra.run.smithi029.stdout:Package librados2-2:19.0.0-2267.g960fbbe4.el9.x86_64 is already installed. 2024-03-21T13:15:19.916 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2024-03-21T13:15:19.918 INFO:teuthology.orchestra.run.smithi029.stdout:Nothing to do. 2024-03-21T13:15:19.918 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2024-03-21T13:15:19.977 DEBUG:teuthology.orchestra.run.smithi029:> sudo yum -y install librbd1 2024-03-21T13:15:20.550 INFO:teuthology.orchestra.run.smithi029.stdout:Last metadata expiration check: 0:02:10 ago on Thu 21 Mar 2024 01:13:10 PM UTC. 2024-03-21T13:15:20.650 INFO:teuthology.orchestra.run.smithi029.stdout:Package librbd1-2:19.0.0-2267.g960fbbe4.el9.x86_64 is already installed. 2024-03-21T13:15:20.705 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2024-03-21T13:15:20.706 INFO:teuthology.orchestra.run.smithi029.stdout:Nothing to do. 2024-03-21T13:15:20.706 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2024-03-21T13:15:20.778 DEBUG:teuthology.orchestra.run.smithi029:> sudo yum -y install python3-rados 2024-03-21T13:15:21.359 INFO:teuthology.orchestra.run.smithi029.stdout:Last metadata expiration check: 0:02:11 ago on Thu 21 Mar 2024 01:13:10 PM UTC. 2024-03-21T13:15:21.462 INFO:teuthology.orchestra.run.smithi029.stdout:Package python3-rados-2:19.0.0-2267.g960fbbe4.el9.x86_64 is already installed. 2024-03-21T13:15:21.518 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2024-03-21T13:15:21.519 INFO:teuthology.orchestra.run.smithi029.stdout:Nothing to do. 2024-03-21T13:15:21.519 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2024-03-21T13:15:21.591 DEBUG:teuthology.orchestra.run.smithi029:> sudo yum -y install python3-rgw 2024-03-21T13:15:22.173 INFO:teuthology.orchestra.run.smithi029.stdout:Last metadata expiration check: 0:02:12 ago on Thu 21 Mar 2024 01:13:10 PM UTC. 2024-03-21T13:15:22.273 INFO:teuthology.orchestra.run.smithi029.stdout:Package python3-rgw-2:19.0.0-2267.g960fbbe4.el9.x86_64 is already installed. 2024-03-21T13:15:22.329 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2024-03-21T13:15:22.330 INFO:teuthology.orchestra.run.smithi029.stdout:Nothing to do. 2024-03-21T13:15:22.330 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2024-03-21T13:15:22.405 DEBUG:teuthology.orchestra.run.smithi029:> sudo yum -y install python3-cephfs 2024-03-21T13:15:22.981 INFO:teuthology.orchestra.run.smithi029.stdout:Last metadata expiration check: 0:02:12 ago on Thu 21 Mar 2024 01:13:10 PM UTC. 2024-03-21T13:15:23.080 INFO:teuthology.orchestra.run.smithi029.stdout:Package python3-cephfs-2:19.0.0-2267.g960fbbe4.el9.x86_64 is already installed. 2024-03-21T13:15:23.135 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2024-03-21T13:15:23.136 INFO:teuthology.orchestra.run.smithi029.stdout:Nothing to do. 2024-03-21T13:15:23.136 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2024-03-21T13:15:23.201 DEBUG:teuthology.orchestra.run.smithi029:> sudo yum -y install python3-rbd 2024-03-21T13:15:23.778 INFO:teuthology.orchestra.run.smithi029.stdout:Last metadata expiration check: 0:02:13 ago on Thu 21 Mar 2024 01:13:10 PM UTC. 2024-03-21T13:15:23.878 INFO:teuthology.orchestra.run.smithi029.stdout:Package python3-rbd-2:19.0.0-2267.g960fbbe4.el9.x86_64 is already installed. 2024-03-21T13:15:23.932 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2024-03-21T13:15:23.933 INFO:teuthology.orchestra.run.smithi029.stdout:Nothing to do. 2024-03-21T13:15:23.933 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2024-03-21T13:15:24.001 DEBUG:teuthology.orchestra.run.smithi029:> sudo yum -y install rbd-fuse 2024-03-21T13:15:24.574 INFO:teuthology.orchestra.run.smithi029.stdout:Last metadata expiration check: 0:02:14 ago on Thu 21 Mar 2024 01:13:10 PM UTC. 2024-03-21T13:15:24.730 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2024-03-21T13:15:24.731 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-03-21T13:15:24.731 INFO:teuthology.orchestra.run.smithi029.stdout: Package Architecture Version Repository Size 2024-03-21T13:15:24.731 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-03-21T13:15:24.731 INFO:teuthology.orchestra.run.smithi029.stdout:Installing: 2024-03-21T13:15:24.732 INFO:teuthology.orchestra.run.smithi029.stdout: rbd-fuse x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 85 k 2024-03-21T13:15:24.732 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:15:24.732 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction Summary 2024-03-21T13:15:24.732 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-03-21T13:15:24.732 INFO:teuthology.orchestra.run.smithi029.stdout:Install 1 Package 2024-03-21T13:15:24.732 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:15:24.732 INFO:teuthology.orchestra.run.smithi029.stdout:Total download size: 85 k 2024-03-21T13:15:24.732 INFO:teuthology.orchestra.run.smithi029.stdout:Installed size: 231 k 2024-03-21T13:15:24.732 INFO:teuthology.orchestra.run.smithi029.stdout:Downloading Packages: 2024-03-21T13:15:24.955 INFO:teuthology.orchestra.run.smithi029.stdout:rbd-fuse-19.0.0-2267.g960fbbe4.el9.x86_64.rpm 382 kB/s | 85 kB 00:00 2024-03-21T13:15:24.956 INFO:teuthology.orchestra.run.smithi029.stdout:-------------------------------------------------------------------------------- 2024-03-21T13:15:24.956 INFO:teuthology.orchestra.run.smithi029.stdout:Total 380 kB/s | 85 kB 00:00 2024-03-21T13:15:24.956 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction check 2024-03-21T13:15:24.964 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction check succeeded. 2024-03-21T13:15:24.964 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction test 2024-03-21T13:15:25.021 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction test succeeded. 2024-03-21T13:15:25.022 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction 2024-03-21T13:15:25.161 INFO:teuthology.orchestra.run.smithi029.stdout: Preparing : 1/1 2024-03-21T13:15:25.274 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : rbd-fuse-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T13:15:25.710 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T13:15:25.995 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : rbd-fuse-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T13:15:25.995 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:15:25.995 INFO:teuthology.orchestra.run.smithi029.stdout:Installed: 2024-03-21T13:15:25.995 INFO:teuthology.orchestra.run.smithi029.stdout: rbd-fuse-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:15:25.995 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:15:25.995 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2024-03-21T13:15:26.271 DEBUG:teuthology.orchestra.run.smithi029:> sudo yum -y install rbd-mirror 2024-03-21T13:15:26.851 INFO:teuthology.orchestra.run.smithi029.stdout:Last metadata expiration check: 0:02:16 ago on Thu 21 Mar 2024 01:13:10 PM UTC. 2024-03-21T13:15:27.005 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2024-03-21T13:15:27.006 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-03-21T13:15:27.006 INFO:teuthology.orchestra.run.smithi029.stdout: Package Arch Version Repo Size 2024-03-21T13:15:27.006 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-03-21T13:15:27.007 INFO:teuthology.orchestra.run.smithi029.stdout:Installing: 2024-03-21T13:15:27.007 INFO:teuthology.orchestra.run.smithi029.stdout: rbd-mirror x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 3.1 M 2024-03-21T13:15:27.007 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:15:27.007 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction Summary 2024-03-21T13:15:27.007 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-03-21T13:15:27.007 INFO:teuthology.orchestra.run.smithi029.stdout:Install 1 Package 2024-03-21T13:15:27.007 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:15:27.007 INFO:teuthology.orchestra.run.smithi029.stdout:Total download size: 3.1 M 2024-03-21T13:15:27.007 INFO:teuthology.orchestra.run.smithi029.stdout:Installed size: 13 M 2024-03-21T13:15:27.007 INFO:teuthology.orchestra.run.smithi029.stdout:Downloading Packages: 2024-03-21T13:15:27.674 INFO:teuthology.orchestra.run.smithi029.stdout:rbd-mirror-19.0.0-2267.g960fbbe4.el9.x86_64.rpm 4.6 MB/s | 3.1 MB 00:00 2024-03-21T13:15:27.675 INFO:teuthology.orchestra.run.smithi029.stdout:-------------------------------------------------------------------------------- 2024-03-21T13:15:27.675 INFO:teuthology.orchestra.run.smithi029.stdout:Total 4.6 MB/s | 3.1 MB 00:00 2024-03-21T13:15:27.675 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction check 2024-03-21T13:15:27.686 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction check succeeded. 2024-03-21T13:15:27.686 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction test 2024-03-21T13:15:27.764 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction test succeeded. 2024-03-21T13:15:27.764 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction 2024-03-21T13:15:28.204 INFO:teuthology.orchestra.run.smithi029.stdout: Preparing : 1/1 2024-03-21T13:15:28.276 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : rbd-mirror-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T13:15:28.300 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T13:15:28.300 INFO:teuthology.orchestra.run.smithi029.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-21T13:15:28.300 INFO:teuthology.orchestra.run.smithi029.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-03-21T13:15:28.300 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-03-21T13:15:28.300 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-03-21T13:15:28.300 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:15:29.572 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : rbd-mirror-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T13:15:29.572 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:15:29.572 INFO:teuthology.orchestra.run.smithi029.stdout:Installed: 2024-03-21T13:15:29.572 INFO:teuthology.orchestra.run.smithi029.stdout: rbd-mirror-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:15:29.572 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:15:29.572 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2024-03-21T13:15:29.881 DEBUG:teuthology.orchestra.run.smithi029:> sudo yum -y install rbd-nbd 2024-03-21T13:15:30.458 INFO:teuthology.orchestra.run.smithi029.stdout:Last metadata expiration check: 0:02:20 ago on Thu 21 Mar 2024 01:13:10 PM UTC. 2024-03-21T13:15:30.615 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2024-03-21T13:15:30.616 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-03-21T13:15:30.616 INFO:teuthology.orchestra.run.smithi029.stdout: Package Architecture Version Repository Size 2024-03-21T13:15:30.616 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-03-21T13:15:30.616 INFO:teuthology.orchestra.run.smithi029.stdout:Installing: 2024-03-21T13:15:30.616 INFO:teuthology.orchestra.run.smithi029.stdout: rbd-nbd x86_64 2:19.0.0-2267.g960fbbe4.el9 ceph 170 k 2024-03-21T13:15:30.616 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:15:30.616 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction Summary 2024-03-21T13:15:30.616 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-03-21T13:15:30.616 INFO:teuthology.orchestra.run.smithi029.stdout:Install 1 Package 2024-03-21T13:15:30.616 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:15:30.616 INFO:teuthology.orchestra.run.smithi029.stdout:Total download size: 170 k 2024-03-21T13:15:30.617 INFO:teuthology.orchestra.run.smithi029.stdout:Installed size: 490 k 2024-03-21T13:15:30.617 INFO:teuthology.orchestra.run.smithi029.stdout:Downloading Packages: 2024-03-21T13:15:30.936 INFO:teuthology.orchestra.run.smithi029.stdout:rbd-nbd-19.0.0-2267.g960fbbe4.el9.x86_64.rpm 535 kB/s | 170 kB 00:00 2024-03-21T13:15:30.936 INFO:teuthology.orchestra.run.smithi029.stdout:-------------------------------------------------------------------------------- 2024-03-21T13:15:30.937 INFO:teuthology.orchestra.run.smithi029.stdout:Total 532 kB/s | 170 kB 00:00 2024-03-21T13:15:30.937 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction check 2024-03-21T13:15:30.945 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction check succeeded. 2024-03-21T13:15:30.945 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction test 2024-03-21T13:15:31.003 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction test succeeded. 2024-03-21T13:15:31.003 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction 2024-03-21T13:15:31.155 INFO:teuthology.orchestra.run.smithi029.stdout: Preparing : 1/1 2024-03-21T13:15:31.262 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : rbd-nbd-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T13:15:31.776 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T13:15:32.082 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : rbd-nbd-2:19.0.0-2267.g960fbbe4.el9.x86_64 1/1 2024-03-21T13:15:32.082 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:15:32.082 INFO:teuthology.orchestra.run.smithi029.stdout:Installed: 2024-03-21T13:15:32.082 INFO:teuthology.orchestra.run.smithi029.stdout: rbd-nbd-2:19.0.0-2267.g960fbbe4.el9.x86_64 2024-03-21T13:15:32.082 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:15:32.082 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2024-03-21T13:15:32.365 DEBUG:teuthology.parallel:result is None 2024-03-21T13:15:32.366 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=960fbbe4645c2becc8084669be194c95183c7753 2024-03-21T13:15:32.512 DEBUG:teuthology.orchestra.run.smithi029:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-03-21T13:15:32.532 INFO:teuthology.orchestra.run.smithi029.stdout:19.0.0-2267.g960fbbe4.el9 2024-03-21T13:15:32.532 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2267.g960fbbe4.el9 2024-03-21T13:15:32.533 INFO:teuthology.task.install:The correct ceph version 19.0.0-2267.g960fbbe4 is installed. 2024-03-21T13:15:32.534 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=960fbbe4645c2becc8084669be194c95183c7753 2024-03-21T13:15:32.753 DEBUG:teuthology.orchestra.run.smithi052:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-03-21T13:15:32.778 INFO:teuthology.orchestra.run.smithi052.stdout:19.0.0-2267.g960fbbe4.el9 2024-03-21T13:15:32.778 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2267.g960fbbe4.el9 2024-03-21T13:15:32.779 INFO:teuthology.task.install:The correct ceph version 19.0.0-2267.g960fbbe4 is installed. 2024-03-21T13:15:32.781 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=960fbbe4645c2becc8084669be194c95183c7753 2024-03-21T13:15:32.919 DEBUG:teuthology.orchestra.run.smithi116:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-03-21T13:15:32.943 INFO:teuthology.orchestra.run.smithi116.stdout:19.0.0-2267.g960fbbe4.el9 2024-03-21T13:15:32.943 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2267.g960fbbe4.el9 2024-03-21T13:15:32.944 INFO:teuthology.task.install:The correct ceph version 19.0.0-2267.g960fbbe4 is installed. 2024-03-21T13:15:32.945 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-03-21T13:15:32.946 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-03-21T13:15:32.946 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-21T13:15:32.974 DEBUG:teuthology.orchestra.run.smithi052:> set -ex 2024-03-21T13:15:32.974 DEBUG:teuthology.orchestra.run.smithi052:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-21T13:15:33.007 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-03-21T13:15:33.007 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-21T13:15:33.039 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-03-21T13:15:33.040 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-03-21T13:15:33.040 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/usr/bin/daemon-helper 2024-03-21T13:15:33.067 DEBUG:teuthology.orchestra.run.smithi029:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-21T13:15:33.134 DEBUG:teuthology.orchestra.run.smithi052:> set -ex 2024-03-21T13:15:33.134 DEBUG:teuthology.orchestra.run.smithi052:> sudo dd of=/usr/bin/daemon-helper 2024-03-21T13:15:33.165 DEBUG:teuthology.orchestra.run.smithi052:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-21T13:15:33.235 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-03-21T13:15:33.235 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/usr/bin/daemon-helper 2024-03-21T13:15:33.267 DEBUG:teuthology.orchestra.run.smithi116:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-21T13:15:33.337 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-03-21T13:15:33.338 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-03-21T13:15:33.338 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-21T13:15:33.364 DEBUG:teuthology.orchestra.run.smithi029:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-21T13:15:33.430 DEBUG:teuthology.orchestra.run.smithi052:> set -ex 2024-03-21T13:15:33.430 DEBUG:teuthology.orchestra.run.smithi052:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-21T13:15:33.461 DEBUG:teuthology.orchestra.run.smithi052:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-21T13:15:33.530 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-03-21T13:15:33.530 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-21T13:15:33.557 DEBUG:teuthology.orchestra.run.smithi116:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-21T13:15:33.624 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-03-21T13:15:33.625 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-03-21T13:15:33.625 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/usr/bin/stdin-killer 2024-03-21T13:15:33.652 DEBUG:teuthology.orchestra.run.smithi029:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-21T13:15:33.719 DEBUG:teuthology.orchestra.run.smithi052:> set -ex 2024-03-21T13:15:33.719 DEBUG:teuthology.orchestra.run.smithi052:> sudo dd of=/usr/bin/stdin-killer 2024-03-21T13:15:33.747 DEBUG:teuthology.orchestra.run.smithi052:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-21T13:15:33.814 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-03-21T13:15:33.815 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/usr/bin/stdin-killer 2024-03-21T13:15:33.842 DEBUG:teuthology.orchestra.run.smithi116:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-21T13:15:33.909 INFO:teuthology.run_tasks:Running task cephadm... 2024-03-21T13:15:34.010 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'], 'sha1': '960fbbe4645c2becc8084669be194c95183c7753'} 2024-03-21T13:15:34.010 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 2024-03-21T13:15:34.011 INFO:tasks.cephadm:Cluster fsid is 19889ac0-e785-11ee-95cd-87774f69a715 2024-03-21T13:15:34.011 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-03-21T13:15:34.011 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.29', 'mon.b': '172.21.15.52', 'mon.c': '172.21.15.116'} 2024-03-21T13:15:34.011 INFO:tasks.cephadm:First mon is mon.a on smithi029 2024-03-21T13:15:34.011 INFO:tasks.cephadm:First mgr is a 2024-03-21T13:15:34.012 INFO:tasks.cephadm:Normalizing hostnames... 2024-03-21T13:15:34.012 DEBUG:teuthology.orchestra.run.smithi029:> sudo hostname $(hostname -s) 2024-03-21T13:15:34.039 DEBUG:teuthology.orchestra.run.smithi052:> sudo hostname $(hostname -s) 2024-03-21T13:15:34.066 DEBUG:teuthology.orchestra.run.smithi116:> sudo hostname $(hostname -s) 2024-03-21T13:15:34.094 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-03-21T13:15:34.095 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=960fbbe4645c2becc8084669be194c95183c7753 2024-03-21T13:15:34.233 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '960fbbe4645c2becc8084669be194c95183c7753', '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/77830/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2267-g960fbbe4', '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.0.0-2267.g960fbbe4'}, 'url': 'https://3.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-03-21 09:55:14.969817', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-guits-testing-2024-03-21-0818', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/centos/9/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2024-03-21T13:15:34.450 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref wip-guits-testing-2024-03-21-0818, sha1 960fbbe4645c2becc8084669be194c95183c7753 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=960fbbe4645c2becc8084669be194c95183c7753 2024-03-21T13:15:34.451 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/centos/9/x86_64/flavors/default/cephadm 2024-03-21T13:15:34.452 DEBUG:teuthology.orchestra.run.smithi029:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-21T13:15:34.946 INFO:teuthology.orchestra.run.smithi029.stdout:-rw-r--r--. 1 ubuntu ubuntu 769397 Mar 21 13:15 /home/ubuntu/cephtest/cephadm 2024-03-21T13:15:34.946 DEBUG:teuthology.orchestra.run.smithi052:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-21T13:15:35.416 INFO:teuthology.orchestra.run.smithi052.stdout:-rw-r--r--. 1 ubuntu ubuntu 769397 Mar 21 13:15 /home/ubuntu/cephtest/cephadm 2024-03-21T13:15:35.416 DEBUG:teuthology.orchestra.run.smithi116:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-21T13:15:35.855 INFO:teuthology.orchestra.run.smithi116.stdout:-rw-r--r--. 1 ubuntu ubuntu 769397 Mar 21 13:15 /home/ubuntu/cephtest/cephadm 2024-03-21T13:15:35.855 DEBUG:teuthology.orchestra.run.smithi029:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-21T13:15:35.874 DEBUG:teuthology.orchestra.run.smithi052:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-21T13:15:35.892 DEBUG:teuthology.orchestra.run.smithi116:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-21T13:15:35.921 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 on all hosts... 2024-03-21T13:15:35.922 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 pull 2024-03-21T13:15:35.924 DEBUG:teuthology.orchestra.run.smithi052:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 pull 2024-03-21T13:15:35.935 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 pull 2024-03-21T13:15:36.723 INFO:teuthology.orchestra.run.smithi052.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753... 2024-03-21T13:15:36.775 INFO:teuthology.orchestra.run.smithi116.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753... 2024-03-21T13:15:36.916 INFO:teuthology.orchestra.run.smithi029.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753... 2024-03-21T13:16:12.653 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2024-03-21T13:16:12.654 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph_version": "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)", 2024-03-21T13:16:12.654 INFO:teuthology.orchestra.run.smithi116.stdout: "image_id": "19e12293512ff7978c8adb5f72a829060dd47f07bfd6903b6b3178d2ebc29e4e", 2024-03-21T13:16:12.654 INFO:teuthology.orchestra.run.smithi116.stdout: "repo_digests": [ 2024-03-21T13:16:12.654 INFO:teuthology.orchestra.run.smithi116.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93" 2024-03-21T13:16:12.654 INFO:teuthology.orchestra.run.smithi116.stdout: ] 2024-03-21T13:16:12.654 INFO:teuthology.orchestra.run.smithi116.stdout:} 2024-03-21T13:16:21.880 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2024-03-21T13:16:21.880 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph_version": "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)", 2024-03-21T13:16:21.881 INFO:teuthology.orchestra.run.smithi029.stdout: "image_id": "19e12293512ff7978c8adb5f72a829060dd47f07bfd6903b6b3178d2ebc29e4e", 2024-03-21T13:16:21.881 INFO:teuthology.orchestra.run.smithi029.stdout: "repo_digests": [ 2024-03-21T13:16:21.881 INFO:teuthology.orchestra.run.smithi029.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93" 2024-03-21T13:16:21.881 INFO:teuthology.orchestra.run.smithi029.stdout: ] 2024-03-21T13:16:21.881 INFO:teuthology.orchestra.run.smithi029.stdout:} 2024-03-21T13:16:24.193 INFO:teuthology.orchestra.run.smithi052.stdout:{ 2024-03-21T13:16:24.193 INFO:teuthology.orchestra.run.smithi052.stdout: "ceph_version": "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)", 2024-03-21T13:16:24.193 INFO:teuthology.orchestra.run.smithi052.stdout: "image_id": "19e12293512ff7978c8adb5f72a829060dd47f07bfd6903b6b3178d2ebc29e4e", 2024-03-21T13:16:24.193 INFO:teuthology.orchestra.run.smithi052.stdout: "repo_digests": [ 2024-03-21T13:16:24.194 INFO:teuthology.orchestra.run.smithi052.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93" 2024-03-21T13:16:24.194 INFO:teuthology.orchestra.run.smithi052.stdout: ] 2024-03-21T13:16:24.194 INFO:teuthology.orchestra.run.smithi052.stdout:} 2024-03-21T13:16:24.217 DEBUG:teuthology.orchestra.run.smithi029:> sudo mkdir -p /etc/ceph 2024-03-21T13:16:24.247 DEBUG:teuthology.orchestra.run.smithi052:> sudo mkdir -p /etc/ceph 2024-03-21T13:16:24.276 DEBUG:teuthology.orchestra.run.smithi116:> sudo mkdir -p /etc/ceph 2024-03-21T13:16:24.312 DEBUG:teuthology.orchestra.run.smithi029:> sudo chmod 777 /etc/ceph 2024-03-21T13:16:24.339 DEBUG:teuthology.orchestra.run.smithi052:> sudo chmod 777 /etc/ceph 2024-03-21T13:16:24.366 DEBUG:teuthology.orchestra.run.smithi116:> sudo chmod 777 /etc/ceph 2024-03-21T13:16:24.396 INFO:tasks.cephadm:Writing seed config... 2024-03-21T13:16:24.397 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2024-03-21T13:16:24.397 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-03-21T13:16:24.397 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-03-21T13:16:24.398 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2024-03-21T13:16:24.398 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-03-21T13:16:24.398 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-03-21T13:16:24.398 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-03-21T13:16:24.398 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-03-21T13:16:24.398 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-03-21T13:16:24.398 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-03-21T13:16:24.399 DEBUG:teuthology.orchestra.run.smithi029:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-03-21T13:16:24.413 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 = 19889ac0-e785-11ee-95cd-87774f69a715 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-03-21T13:16:24.414 DEBUG:teuthology.orchestra.run.smithi029:mon.a> sudo journalctl -f -n 0 -u ceph-19889ac0-e785-11ee-95cd-87774f69a715@mon.a.service 2024-03-21T13:16:24.456 DEBUG:teuthology.orchestra.run.smithi029:mgr.a> sudo journalctl -f -n 0 -u ceph-19889ac0-e785-11ee-95cd-87774f69a715@mgr.a.service 2024-03-21T13:16:24.498 INFO:tasks.cephadm:Bootstrapping... 2024-03-21T13:16:24.498 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 -v bootstrap --fsid 19889ac0-e785-11ee-95cd-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.29 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-03-21T13:16:24.692 INFO:teuthology.orchestra.run.smithi029.stdout:-------------------------------------------------------------------------------- 2024-03-21T13:16:24.692 INFO:teuthology.orchestra.run.smithi029.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753', '-v', 'bootstrap', '--fsid', '19889ac0-e785-11ee-95cd-87774f69a715', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'a', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.29', '--skip-admin-label'] 2024-03-21T13:16:24.693 INFO:teuthology.orchestra.run.smithi029.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-03-21T13:16:24.693 INFO:teuthology.orchestra.run.smithi029.stdout:Verifying podman|docker is present... 2024-03-21T13:16:24.719 INFO:teuthology.orchestra.run.smithi029.stdout:/bin/podman: stdout 4.9.3-dev 2024-03-21T13:16:24.719 INFO:teuthology.orchestra.run.smithi029.stdout:Verifying lvm2 is present... 2024-03-21T13:16:24.719 INFO:teuthology.orchestra.run.smithi029.stdout:Verifying time synchronization is in place... 2024-03-21T13:16:24.726 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-03-21T13:16:24.726 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-03-21T13:16:24.732 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-03-21T13:16:24.732 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout inactive 2024-03-21T13:16:24.738 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout enabled 2024-03-21T13:16:24.744 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout active 2024-03-21T13:16:24.745 INFO:teuthology.orchestra.run.smithi029.stdout:Unit chronyd.service is enabled and running 2024-03-21T13:16:24.745 INFO:teuthology.orchestra.run.smithi029.stdout:Repeating the final host check... 2024-03-21T13:16:24.767 INFO:teuthology.orchestra.run.smithi029.stdout:/bin/podman: stdout 4.9.3-dev 2024-03-21T13:16:24.768 INFO:teuthology.orchestra.run.smithi029.stdout:podman (/bin/podman) version 4.9.3 is present 2024-03-21T13:16:24.768 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl is present 2024-03-21T13:16:24.768 INFO:teuthology.orchestra.run.smithi029.stdout:lvcreate is present 2024-03-21T13:16:24.774 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-03-21T13:16:24.774 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-03-21T13:16:24.780 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-03-21T13:16:24.780 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout inactive 2024-03-21T13:16:24.786 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout enabled 2024-03-21T13:16:24.792 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout active 2024-03-21T13:16:24.792 INFO:teuthology.orchestra.run.smithi029.stdout:Unit chronyd.service is enabled and running 2024-03-21T13:16:24.792 INFO:teuthology.orchestra.run.smithi029.stdout:Host looks OK 2024-03-21T13:16:24.792 INFO:teuthology.orchestra.run.smithi029.stdout:Cluster fsid: 19889ac0-e785-11ee-95cd-87774f69a715 2024-03-21T13:16:24.792 INFO:teuthology.orchestra.run.smithi029.stdout:Acquiring lock 140195830334416 on /run/cephadm/19889ac0-e785-11ee-95cd-87774f69a715.lock 2024-03-21T13:16:24.792 INFO:teuthology.orchestra.run.smithi029.stdout:Lock 140195830334416 acquired on /run/cephadm/19889ac0-e785-11ee-95cd-87774f69a715.lock 2024-03-21T13:16:24.793 INFO:teuthology.orchestra.run.smithi029.stdout:Verifying IP 172.21.15.29 port 3300 ... 2024-03-21T13:16:24.793 INFO:teuthology.orchestra.run.smithi029.stdout:Verifying IP 172.21.15.29 port 6789 ... 2024-03-21T13:16:24.793 INFO:teuthology.orchestra.run.smithi029.stdout:Base mon IP(s) is [172.21.15.29:3300, 172.21.15.29:6789], mon addrv is [v2:172.21.15.29:3300,v1:172.21.15.29:6789] 2024-03-21T13:16:24.796 INFO:teuthology.orchestra.run.smithi029.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.29 metric 100 2024-03-21T13:16:24.796 INFO:teuthology.orchestra.run.smithi029.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.29 metric 100 2024-03-21T13:16:24.798 INFO:teuthology.orchestra.run.smithi029.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-03-21T13:16:24.798 INFO:teuthology.orchestra.run.smithi029.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 1024 pref medium 2024-03-21T13:16:24.798 INFO:teuthology.orchestra.run.smithi029.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 100 pref medium 2024-03-21T13:16:24.801 INFO:teuthology.orchestra.run.smithi029.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-03-21T13:16:24.801 INFO:teuthology.orchestra.run.smithi029.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-03-21T13:16:24.801 INFO:teuthology.orchestra.run.smithi029.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-03-21T13:16:24.801 INFO:teuthology.orchestra.run.smithi029.stdout:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-03-21T13:16:24.801 INFO:teuthology.orchestra.run.smithi029.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:125a/64 scope link noprefixroute 2024-03-21T13:16:24.801 INFO:teuthology.orchestra.run.smithi029.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-03-21T13:16:24.802 INFO:teuthology.orchestra.run.smithi029.stdout:Mon IP `172.21.15.29` is in CIDR network `172.21.0.0/20` 2024-03-21T13:16:24.802 INFO:teuthology.orchestra.run.smithi029.stdout:Mon IP `172.21.15.29` is in CIDR network `172.21.0.0/20` 2024-03-21T13:16:24.802 INFO:teuthology.orchestra.run.smithi029.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-03-21T13:16:24.802 INFO:teuthology.orchestra.run.smithi029.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-03-21T13:16:24.803 INFO:teuthology.orchestra.run.smithi029.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753... 2024-03-21T13:16:25.294 INFO:teuthology.orchestra.run.smithi029.stdout:/bin/podman: stdout 19e12293512ff7978c8adb5f72a829060dd47f07bfd6903b6b3178d2ebc29e4e 2024-03-21T13:16:25.294 INFO:teuthology.orchestra.run.smithi029.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753... 2024-03-21T13:16:25.294 INFO:teuthology.orchestra.run.smithi029.stdout:/bin/podman: stderr Getting image source signatures 2024-03-21T13:16:25.294 INFO:teuthology.orchestra.run.smithi029.stdout:/bin/podman: stderr Copying blob sha256:42ed92a376f0fc24f900533b2c051b7c28b467ca85a1aa456c3a11e39d805f31 2024-03-21T13:16:25.294 INFO:teuthology.orchestra.run.smithi029.stdout:/bin/podman: stderr Copying blob sha256:9516588f908cdb14b5e4062a6063db2d9291b355c3f32e2a99864608a4a7b649 2024-03-21T13:16:25.294 INFO:teuthology.orchestra.run.smithi029.stdout:/bin/podman: stderr Copying config sha256:19e12293512ff7978c8adb5f72a829060dd47f07bfd6903b6b3178d2ebc29e4e 2024-03-21T13:16:25.294 INFO:teuthology.orchestra.run.smithi029.stdout:/bin/podman: stderr Writing manifest to image destination 2024-03-21T13:16:26.272 INFO:teuthology.orchestra.run.smithi029.stdout:ceph: stdout ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev) 2024-03-21T13:16:26.272 INFO:teuthology.orchestra.run.smithi029.stdout:Ceph version: ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev) 2024-03-21T13:16:26.272 INFO:teuthology.orchestra.run.smithi029.stdout:Extracting ceph user uid/gid from container image... 2024-03-21T13:16:27.271 INFO:teuthology.orchestra.run.smithi029.stdout:stat: stdout 167 167 2024-03-21T13:16:27.272 INFO:teuthology.orchestra.run.smithi029.stdout:Creating initial keys... 2024-03-21T13:16:28.240 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-authtool: stdout AQArM/xlqWFPJRAAOJcBPwzD1efl/6oxfoXztQ== 2024-03-21T13:16:29.219 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-authtool: stdout AQAsM/xlMdaZJBAA9rWvhfJ/TKlNfHRLLqUQog== 2024-03-21T13:16:30.148 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-authtool: stdout AQAtM/xloa5jIhAAdCcIgWTXgBXylL6TIXsVUw== 2024-03-21T13:16:30.149 INFO:teuthology.orchestra.run.smithi029.stdout:Creating initial monmap... 2024-03-21T13:16:31.047 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-21T13:16:31.047 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-03-21T13:16:31.047 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 19889ac0-e785-11ee-95cd-87774f69a715 2024-03-21T13:16:31.047 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-21T13:16:31.048 INFO:teuthology.orchestra.run.smithi029.stdout:monmaptool for a [v2:172.21.15.29:3300,v1:172.21.15.29:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-21T13:16:31.048 INFO:teuthology.orchestra.run.smithi029.stdout:setting min_mon_release = quincy 2024-03-21T13:16:31.048 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/monmaptool: set fsid to 19889ac0-e785-11ee-95cd-87774f69a715 2024-03-21T13:16:31.048 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-21T13:16:31.048 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:16:31.048 INFO:teuthology.orchestra.run.smithi029.stdout:Creating mon... 2024-03-21T13:16:32.035 INFO:teuthology.orchestra.run.smithi029.stdout:create mon.a on 2024-03-21T13:16:32.252 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-03-21T13:16:32.393 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-03-21T13:16:32.569 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-19889ac0-e785-11ee-95cd-87774f69a715.target → /etc/systemd/system/ceph-19889ac0-e785-11ee-95cd-87774f69a715.target. 2024-03-21T13:16:32.569 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-19889ac0-e785-11ee-95cd-87774f69a715.target → /etc/systemd/system/ceph-19889ac0-e785-11ee-95cd-87774f69a715.target. 2024-03-21T13:16:32.802 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-19889ac0-e785-11ee-95cd-87774f69a715@mon.a 2024-03-21T13:16:32.802 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Failed to reset failed state of unit ceph-19889ac0-e785-11ee-95cd-87774f69a715@mon.a.service: Unit ceph-19889ac0-e785-11ee-95cd-87774f69a715@mon.a.service not loaded. 2024-03-21T13:16:32.959 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-19889ac0-e785-11ee-95cd-87774f69a715.target.wants/ceph-19889ac0-e785-11ee-95cd-87774f69a715@mon.a.service → /etc/systemd/system/ceph-19889ac0-e785-11ee-95cd-87774f69a715@.service. 2024-03-21T13:16:33.507 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-03-21T13:16:33.508 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout disabled 2024-03-21T13:16:33.514 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-03-21T13:16:33.514 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout inactive 2024-03-21T13:16:33.514 INFO:teuthology.orchestra.run.smithi029.stdout:firewalld.service is not enabled 2024-03-21T13:16:33.514 INFO:teuthology.orchestra.run.smithi029.stdout:Not possible to enable service . firewalld.service is not available 2024-03-21T13:16:33.515 INFO:teuthology.orchestra.run.smithi029.stdout:Waiting for mon to start... 2024-03-21T13:16:33.515 INFO:teuthology.orchestra.run.smithi029.stdout:Waiting for mon... 2024-03-21T13:16:34.571 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout cluster: 2024-03-21T13:16:34.571 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout id: 19889ac0-e785-11ee-95cd-87774f69a715 2024-03-21T13:16:34.571 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-03-21T13:16:34.571 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-03-21T13:16:34.571 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout services: 2024-03-21T13:16:34.572 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.558612s) 2024-03-21T13:16:34.572 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-03-21T13:16:34.572 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-03-21T13:16:34.572 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-03-21T13:16:34.572 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout data: 2024-03-21T13:16:34.572 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-03-21T13:16:34.572 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-03-21T13:16:34.572 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-03-21T13:16:34.572 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout pgs: 2024-03-21T13:16:34.572 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-03-21T13:16:34.572 INFO:teuthology.orchestra.run.smithi029.stdout:mon is available 2024-03-21T13:16:34.572 INFO:teuthology.orchestra.run.smithi029.stdout:Assimilating anything we can from ceph.conf... 2024-03-21T13:16:35.662 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-03-21T13:16:35.662 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout [global] 2024-03-21T13:16:35.662 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout fsid = 19889ac0-e785-11ee-95cd-87774f69a715 2024-03-21T13:16:35.663 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.29:3300,v1:172.21.15.29:6789] 2024-03-21T13:16:35.663 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-03-21T13:16:35.663 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-03-21T13:16:35.663 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-03-21T13:16:35.663 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-03-21T13:16:35.663 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-03-21T13:16:35.663 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout [mgr] 2024-03-21T13:16:35.663 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2024-03-21T13:16:35.663 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-03-21T13:16:35.663 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-03-21T13:16:35.663 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout [osd] 2024-03-21T13:16:35.663 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-03-21T13:16:35.663 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-03-21T13:16:35.663 INFO:teuthology.orchestra.run.smithi029.stdout:Generating new minimal ceph.conf... 2024-03-21T13:16:36.750 INFO:teuthology.orchestra.run.smithi029.stdout:Restarting the monitor... 2024-03-21T13:16:37.012 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:36 smithi029 systemd[1]: Stopping Ceph mon.a for 19889ac0-e785-11ee-95cd-87774f69a715... 2024-03-21T13:16:37.302 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:37 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mon-a[29613]: 2024-03-21T13:16:37.011+0000 7f93d852e700 -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-03-21T13:16:37.302 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:37 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mon-a[29613]: 2024-03-21T13:16:37.011+0000 7f93d852e700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-03-21T13:16:37.302 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:37 smithi029 podman[29967]: 2024-03-21 13:16:37.052742995 +0000 UTC m=+0.138300594 container died b21f00ee928d227d3313b24f367897cc69a9468a59691d36c8266f3d3df3c14c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753, name=ceph-19889ac0-e785-11ee-95cd-87774f69a715-mon-a, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, ceph=True, org.label-schema.build-date=20240319, org.label-schema.license=GPLv2) 2024-03-21T13:16:37.644 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:37 smithi029 podman[29967]: 2024-03-21 13:16:37.395071063 +0000 UTC m=+0.480628668 container cleanup b21f00ee928d227d3313b24f367897cc69a9468a59691d36c8266f3d3df3c14c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753, name=ceph-19889ac0-e785-11ee-95cd-87774f69a715-mon-a, maintainer=Guillaume Abrioux , ceph=True, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, org.label-schema.build-date=20240319) 2024-03-21T13:16:37.645 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:37 smithi029 bash[29967]: ceph-19889ac0-e785-11ee-95cd-87774f69a715-mon-a 2024-03-21T13:16:38.006 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:37 smithi029 podman[29986]: 2024-03-21 13:16:37.680238643 +0000 UTC m=+0.629503457 container remove b21f00ee928d227d3313b24f367897cc69a9468a59691d36c8266f3d3df3c14c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753, name=ceph-19889ac0-e785-11ee-95cd-87774f69a715-mon-a, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, org.label-schema.build-date=20240319, CEPH_POINT_RELEASE=) 2024-03-21T13:16:38.006 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:37 smithi029 systemd[1]: ceph-19889ac0-e785-11ee-95cd-87774f69a715@mon.a.service: Deactivated successfully. 2024-03-21T13:16:38.006 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:37 smithi029 systemd[1]: Stopped Ceph mon.a for 19889ac0-e785-11ee-95cd-87774f69a715. 2024-03-21T13:16:38.007 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:37 smithi029 systemd[1]: Starting Ceph mon.a for 19889ac0-e785-11ee-95cd-87774f69a715... 2024-03-21T13:16:38.296 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 podman[30085]: 2024-03-21 13:16:38.006754892 +0000 UTC m=+0.108291629 container create f5b2ccb4b64e17d9bc868e7fda2d5fd4c4b86fd3eee82d94ae4e658635404b47 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753, name=ceph-19889ac0-e785-11ee-95cd-87774f69a715-mon-a, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.build-date=20240319, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, ceph=True, maintainer=Guillaume Abrioux ) 2024-03-21T13:16:38.296 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 podman[30085]: 2024-03-21 13:16:37.916079283 +0000 UTC m=+0.017616032 image pull 19e12293512ff7978c8adb5f72a829060dd47f07bfd6903b6b3178d2ebc29e4e quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 2024-03-21T13:16:38.296 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 podman[30085]: 2024-03-21 13:16:38.210856166 +0000 UTC m=+0.312392903 container init f5b2ccb4b64e17d9bc868e7fda2d5fd4c4b86fd3eee82d94ae4e658635404b47 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753, name=ceph-19889ac0-e785-11ee-95cd-87774f69a715-mon-a, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, org.label-schema.license=GPLv2, org.label-schema.build-date=20240319, ceph=True, io.buildah.version=1.33.5, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30) 2024-03-21T13:16:38.296 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 podman[30085]: 2024-03-21 13:16:38.215864188 +0000 UTC m=+0.317400926 container start f5b2ccb4b64e17d9bc868e7fda2d5fd4c4b86fd3eee82d94ae4e658635404b47 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753, name=ceph-19889ac0-e785-11ee-95cd-87774f69a715-mon-a, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, io.buildah.version=1.33.5, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, GIT_CLEAN=True, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.build-date=20240319, maintainer=Guillaume Abrioux ) 2024-03-21T13:16:38.296 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: set uid:gid to 167:167 (ceph:ceph) 2024-03-21T13:16:38.296 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev), process ceph-mon, pid 7 2024-03-21T13:16:38.296 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: pidfile_write: ignore empty --pid-file 2024-03-21T13:16:38.296 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: load: jerasure load: lrc 2024-03-21T13:16:38.297 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: RocksDB version: 7.9.2 2024-03-21T13:16:38.297 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Git sha 0 2024-03-21T13:16:38.297 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Compile date 2024-03-21 08:53:26 2024-03-21T13:16:38.297 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: DB SUMMARY 2024-03-21T13:16:38.297 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: DB Session ID: NKERA3OYVY274GTND6DP 2024-03-21T13:16:38.297 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: CURRENT file: CURRENT 2024-03-21T13:16:38.297 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: IDENTITY file: IDENTITY 2024-03-21T13:16:38.297 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-03-21T13:16:38.297 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-03-21T13:16:38.297 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 84955 ; 2024-03-21T13:16:38.299 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.error_if_exists: 0 2024-03-21T13:16:38.299 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.create_if_missing: 0 2024-03-21T13:16:38.299 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.paranoid_checks: 1 2024-03-21T13:16:38.299 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.flush_verify_memtable_count: 1 2024-03-21T13:16:38.299 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-21T13:16:38.299 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-21T13:16:38.299 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.env: 0x563ab964bb20 2024-03-21T13:16:38.299 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.fs: PosixFileSystem 2024-03-21T13:16:38.299 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.info_log: 0x563abb155920 2024-03-21T13:16:38.299 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.max_file_opening_threads: 16 2024-03-21T13:16:38.299 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.statistics: (nil) 2024-03-21T13:16:38.299 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.use_fsync: 0 2024-03-21T13:16:38.300 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.max_log_file_size: 0 2024-03-21T13:16:38.300 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-21T13:16:38.300 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.log_file_time_to_roll: 0 2024-03-21T13:16:38.300 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.keep_log_file_num: 1000 2024-03-21T13:16:38.300 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.recycle_log_file_num: 0 2024-03-21T13:16:38.300 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.allow_fallocate: 1 2024-03-21T13:16:38.300 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.allow_mmap_reads: 0 2024-03-21T13:16:38.300 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.allow_mmap_writes: 0 2024-03-21T13:16:38.300 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.use_direct_reads: 0 2024-03-21T13:16:38.300 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-21T13:16:38.300 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.create_missing_column_families: 0 2024-03-21T13:16:38.300 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.db_log_dir: 2024-03-21T13:16:38.300 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.wal_dir: 2024-03-21T13:16:38.300 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.table_cache_numshardbits: 6 2024-03-21T13:16:38.301 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.WAL_ttl_seconds: 0 2024-03-21T13:16:38.301 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.WAL_size_limit_MB: 0 2024-03-21T13:16:38.301 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-21T13:16:38.301 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-21T13:16:38.301 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.is_fd_close_on_exec: 1 2024-03-21T13:16:38.301 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.advise_random_on_open: 1 2024-03-21T13:16:38.301 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.db_write_buffer_size: 0 2024-03-21T13:16:38.301 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.write_buffer_manager: 0x563abb1261e0 2024-03-21T13:16:38.301 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-21T13:16:38.301 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-21T13:16:38.301 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.use_adaptive_mutex: 0 2024-03-21T13:16:38.301 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.rate_limiter: (nil) 2024-03-21T13:16:38.301 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-21T13:16:38.302 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.wal_recovery_mode: 2 2024-03-21T13:16:38.302 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.enable_thread_tracking: 0 2024-03-21T13:16:38.302 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.enable_pipelined_write: 0 2024-03-21T13:16:38.302 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.unordered_write: 0 2024-03-21T13:16:38.302 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-21T13:16:38.302 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-21T13:16:38.302 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-21T13:16:38.302 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-21T13:16:38.302 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.row_cache: None 2024-03-21T13:16:38.302 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.wal_filter: None 2024-03-21T13:16:38.302 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-21T13:16:38.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.allow_ingest_behind: 0 2024-03-21T13:16:38.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.two_write_queues: 0 2024-03-21T13:16:38.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.manual_wal_flush: 0 2024-03-21T13:16:38.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.wal_compression: 0 2024-03-21T13:16:38.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.atomic_flush: 0 2024-03-21T13:16:38.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-21T13:16:38.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.persist_stats_to_disk: 0 2024-03-21T13:16:38.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.write_dbid_to_manifest: 0 2024-03-21T13:16:38.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.log_readahead_size: 0 2024-03-21T13:16:38.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-21T13:16:38.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.best_efforts_recovery: 0 2024-03-21T13:16:38.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-21T13:16:38.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-21T13:16:38.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.allow_data_in_errors: 0 2024-03-21T13:16:38.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.db_host_id: __hostname__ 2024-03-21T13:16:38.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.enforce_single_del_contracts: true 2024-03-21T13:16:38.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.max_background_jobs: 2 2024-03-21T13:16:38.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.max_background_compactions: -1 2024-03-21T13:16:38.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.max_subcompactions: 1 2024-03-21T13:16:38.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-21T13:16:38.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-21T13:16:38.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.delayed_write_rate : 16777216 2024-03-21T13:16:38.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.max_total_wal_size: 0 2024-03-21T13:16:38.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-21T13:16:38.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.stats_dump_period_sec: 600 2024-03-21T13:16:38.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.stats_persist_period_sec: 600 2024-03-21T13:16:38.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-21T13:16:38.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.max_open_files: -1 2024-03-21T13:16:38.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.bytes_per_sync: 0 2024-03-21T13:16:38.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.wal_bytes_per_sync: 0 2024-03-21T13:16:38.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.strict_bytes_per_sync: 0 2024-03-21T13:16:38.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.compaction_readahead_size: 0 2024-03-21T13:16:38.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.max_background_flushes: -1 2024-03-21T13:16:38.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Compression algorithms supported: 2024-03-21T13:16:38.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-21T13:16:38.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: kZSTD supported: 0 2024-03-21T13:16:38.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: kXpressCompression supported: 0 2024-03-21T13:16:38.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: kLZ4HCCompression supported: 1 2024-03-21T13:16:38.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: kZlibCompression supported: 1 2024-03-21T13:16:38.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: kSnappyCompression supported: 1 2024-03-21T13:16:38.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: kLZ4Compression supported: 1 2024-03-21T13:16:38.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: kBZip2Compression supported: 0 2024-03-21T13:16:38.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Fast CRC32 supported: Supported on x86 2024-03-21T13:16:38.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: DMutex implementation: pthread_mutex_t 2024-03-21T13:16:38.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-03-21T13:16:38.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-21T13:16:38.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-21T13:16:38.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.merge_operator: 2024-03-21T13:16:38.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.compaction_filter: None 2024-03-21T13:16:38.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.compaction_filter_factory: None 2024-03-21T13:16:38.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.sst_partitioner_factory: None 2024-03-21T13:16:38.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.memtable_factory: SkipListFactory 2024-03-21T13:16:38.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.table_factory: BlockBasedTable 2024-03-21T13:16:38.306 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x563abb155a20) 2024-03-21T13:16:38.306 INFO:journalctl@ceph.mon.a.smithi029.stdout: cache_index_and_filter_blocks: 1 2024-03-21T13:16:38.307 INFO:journalctl@ceph.mon.a.smithi029.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-21T13:16:38.307 INFO:journalctl@ceph.mon.a.smithi029.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-21T13:16:38.307 INFO:journalctl@ceph.mon.a.smithi029.stdout: pin_top_level_index_and_filter: 1 2024-03-21T13:16:38.307 INFO:journalctl@ceph.mon.a.smithi029.stdout: index_type: 0 2024-03-21T13:16:38.307 INFO:journalctl@ceph.mon.a.smithi029.stdout: data_block_index_type: 0 2024-03-21T13:16:38.307 INFO:journalctl@ceph.mon.a.smithi029.stdout: index_shortening: 1 2024-03-21T13:16:38.307 INFO:journalctl@ceph.mon.a.smithi029.stdout: data_block_hash_table_util_ratio: 0.750000 2024-03-21T13:16:38.307 INFO:journalctl@ceph.mon.a.smithi029.stdout: checksum: 4 2024-03-21T13:16:38.307 INFO:journalctl@ceph.mon.a.smithi029.stdout: no_block_cache: 0 2024-03-21T13:16:38.307 INFO:journalctl@ceph.mon.a.smithi029.stdout: block_cache: 0x563abb159090 2024-03-21T13:16:38.307 INFO:journalctl@ceph.mon.a.smithi029.stdout: block_cache_name: BinnedLRUCache 2024-03-21T13:16:38.307 INFO:journalctl@ceph.mon.a.smithi029.stdout: block_cache_options: 2024-03-21T13:16:38.307 INFO:journalctl@ceph.mon.a.smithi029.stdout: capacity : 536870912 2024-03-21T13:16:38.308 INFO:journalctl@ceph.mon.a.smithi029.stdout: num_shard_bits : 4 2024-03-21T13:16:38.308 INFO:journalctl@ceph.mon.a.smithi029.stdout: strict_capacity_limit : 0 2024-03-21T13:16:38.308 INFO:journalctl@ceph.mon.a.smithi029.stdout: high_pri_pool_ratio: 0.000 2024-03-21T13:16:38.308 INFO:journalctl@ceph.mon.a.smithi029.stdout: block_cache_compressed: (nil) 2024-03-21T13:16:38.308 INFO:journalctl@ceph.mon.a.smithi029.stdout: persistent_cache: (nil) 2024-03-21T13:16:38.308 INFO:journalctl@ceph.mon.a.smithi029.stdout: block_size: 4096 2024-03-21T13:16:38.308 INFO:journalctl@ceph.mon.a.smithi029.stdout: block_size_deviation: 10 2024-03-21T13:16:38.308 INFO:journalctl@ceph.mon.a.smithi029.stdout: block_restart_interval: 16 2024-03-21T13:16:38.308 INFO:journalctl@ceph.mon.a.smithi029.stdout: index_block_restart_interval: 1 2024-03-21T13:16:38.308 INFO:journalctl@ceph.mon.a.smithi029.stdout: metadata_block_size: 4096 2024-03-21T13:16:38.308 INFO:journalctl@ceph.mon.a.smithi029.stdout: partition_filters: 0 2024-03-21T13:16:38.308 INFO:journalctl@ceph.mon.a.smithi029.stdout: use_delta_encoding: 1 2024-03-21T13:16:38.308 INFO:journalctl@ceph.mon.a.smithi029.stdout: filter_policy: bloomfilter 2024-03-21T13:16:38.309 INFO:journalctl@ceph.mon.a.smithi029.stdout: whole_key_filtering: 1 2024-03-21T13:16:38.309 INFO:journalctl@ceph.mon.a.smithi029.stdout: verify_compression: 0 2024-03-21T13:16:38.309 INFO:journalctl@ceph.mon.a.smithi029.stdout: read_amp_bytes_per_bit: 0 2024-03-21T13:16:38.309 INFO:journalctl@ceph.mon.a.smithi029.stdout: format_version: 5 2024-03-21T13:16:38.309 INFO:journalctl@ceph.mon.a.smithi029.stdout: enable_index_compression: 1 2024-03-21T13:16:38.309 INFO:journalctl@ceph.mon.a.smithi029.stdout: block_align: 0 2024-03-21T13:16:38.309 INFO:journalctl@ceph.mon.a.smithi029.stdout: max_auto_readahead_size: 262144 2024-03-21T13:16:38.309 INFO:journalctl@ceph.mon.a.smithi029.stdout: prepopulate_block_cache: 0 2024-03-21T13:16:38.309 INFO:journalctl@ceph.mon.a.smithi029.stdout: initial_auto_readahead_size: 8192 2024-03-21T13:16:38.309 INFO:journalctl@ceph.mon.a.smithi029.stdout: num_file_reads_for_auto_readahead: 2 2024-03-21T13:16:38.309 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.write_buffer_size: 33554432 2024-03-21T13:16:38.309 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.max_write_buffer_number: 2 2024-03-21T13:16:38.310 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.compression: NoCompression 2024-03-21T13:16:38.310 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.bottommost_compression: Disabled 2024-03-21T13:16:38.310 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.prefix_extractor: nullptr 2024-03-21T13:16:38.310 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-21T13:16:38.310 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.num_levels: 7 2024-03-21T13:16:38.310 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-21T13:16:38.310 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-21T13:16:38.310 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-21T13:16:38.310 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-21T13:16:38.310 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-21T13:16:38.310 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-21T13:16:38.310 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-21T13:16:38.310 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-21T13:16:38.310 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-21T13:16:38.311 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-21T13:16:38.311 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-21T13:16:38.311 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-21T13:16:38.311 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.compression_opts.window_bits: -14 2024-03-21T13:16:38.311 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.compression_opts.level: 32767 2024-03-21T13:16:38.311 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.compression_opts.strategy: 0 2024-03-21T13:16:38.311 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-21T13:16:38.311 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-21T13:16:38.311 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-21T13:16:38.311 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-21T13:16:38.311 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.compression_opts.enabled: false 2024-03-21T13:16:38.311 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-21T13:16:38.311 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-21T13:16:38.311 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-21T13:16:38.311 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-21T13:16:38.312 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.target_file_size_base: 67108864 2024-03-21T13:16:38.312 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.target_file_size_multiplier: 1 2024-03-21T13:16:38.312 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-21T13:16:38.312 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-21T13:16:38.312 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-21T13:16:38.312 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-21T13:16:38.312 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-21T13:16:38.312 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-21T13:16:38.312 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-21T13:16:38.312 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-21T13:16:38.312 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-21T13:16:38.312 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-21T13:16:38.312 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-21T13:16:38.312 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-21T13:16:38.313 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-21T13:16:38.313 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.arena_block_size: 1048576 2024-03-21T13:16:38.313 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-21T13:16:38.313 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-21T13:16:38.313 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.disable_auto_compactions: 0 2024-03-21T13:16:38.313 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-21T13:16:38.313 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-21T13:16:38.313 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-21T13:16:38.313 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-21T13:16:38.313 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-21T13:16:38.313 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-21T13:16:38.313 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-21T13:16:38.313 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-21T13:16:38.314 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-21T13:16:38.314 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-21T13:16:38.314 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.table_properties_collectors: 2024-03-21T13:16:38.314 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.inplace_update_support: 0 2024-03-21T13:16:38.314 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.inplace_update_num_locks: 10000 2024-03-21T13:16:38.314 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-21T13:16:38.314 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-21T13:16:38.314 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.memtable_huge_page_size: 0 2024-03-21T13:16:38.314 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.bloom_locality: 0 2024-03-21T13:16:38.314 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.max_successive_merges: 0 2024-03-21T13:16:38.314 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.optimize_filters_for_hits: 0 2024-03-21T13:16:38.314 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.paranoid_file_checks: 0 2024-03-21T13:16:38.314 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.force_consistency_checks: 1 2024-03-21T13:16:38.314 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.report_bg_io_stats: 0 2024-03-21T13:16:38.315 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.ttl: 2592000 2024-03-21T13:16:38.315 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.periodic_compaction_seconds: 0 2024-03-21T13:16:38.315 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-21T13:16:38.315 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-21T13:16:38.315 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.enable_blob_files: false 2024-03-21T13:16:38.315 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.min_blob_size: 0 2024-03-21T13:16:38.315 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.blob_file_size: 268435456 2024-03-21T13:16:38.315 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.blob_compression_type: NoCompression 2024-03-21T13:16:38.315 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.enable_blob_garbage_collection: false 2024-03-21T13:16:38.315 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-21T13:16:38.315 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-21T13:16:38.315 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-21T13:16:38.315 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.blob_file_starting_level: 0 2024-03-21T13:16:38.315 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-21T13:16:38.315 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-03-21T13:16:38.315 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-03-21T13:16:38.316 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 8538fa48-381b-47ec-b564-5da091f51d51 2024-03-21T13:16:38.316 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: EVENT_LOG_v1 {"time_micros": 1711026998245072, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-03-21T13:16:38.316 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-03-21T13:16:38.316 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: EVENT_LOG_v1 {"time_micros": 1711026998245911, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 81580, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 252, "table_properties": {"data_size": 79767, "index_size": 223, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 10027, "raw_average_key_size": 47, "raw_value_size": 74076, "raw_average_value_size": 351, "num_data_blocks": 10, "num_entries": 211, "num_filter_entries": 211, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1711026998, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "8538fa48-381b-47ec-b564-5da091f51d51", "db_session_id": "NKERA3OYVY274GTND6DP", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-03-21T13:16:38.316 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: EVENT_LOG_v1 {"time_micros": 1711026998245993, "job": 1, "event": "recovery_finished"} 2024-03-21T13:16:38.316 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-03-21T13:16:38.316 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-03-21T13:16:38.316 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x563abb248000 2024-03-21T13:16:38.316 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: DB pointer 0x563abb232000 2024-03-21T13:16:38.316 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-21T13:16:38.316 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-21T13:16:38.316 INFO:journalctl@ceph.mon.a.smithi029.stdout: ** DB Stats ** 2024-03-21T13:16:38.316 INFO:journalctl@ceph.mon.a.smithi029.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T13:16:38.316 INFO:journalctl@ceph.mon.a.smithi029.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-03-21T13:16:38.316 INFO:journalctl@ceph.mon.a.smithi029.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-21T13:16:38.316 INFO:journalctl@ceph.mon.a.smithi029.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T13:16:38.317 INFO:journalctl@ceph.mon.a.smithi029.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-03-21T13:16:38.317 INFO:journalctl@ceph.mon.a.smithi029.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-21T13:16:38.317 INFO:journalctl@ceph.mon.a.smithi029.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T13:16:38.317 INFO:journalctl@ceph.mon.a.smithi029.stdout: 2024-03-21T13:16:38.317 INFO:journalctl@ceph.mon.a.smithi029.stdout: ** Compaction Stats [default] ** 2024-03-21T13:16:38.317 INFO:journalctl@ceph.mon.a.smithi029.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-03-21T13:16:38.317 INFO:journalctl@ceph.mon.a.smithi029.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-21T13:16:38.317 INFO:journalctl@ceph.mon.a.smithi029.stdout: L0 2/0 81.50 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-03-21T13:16:38.317 INFO:journalctl@ceph.mon.a.smithi029.stdout: Sum 2/0 81.50 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-03-21T13:16:38.317 INFO:journalctl@ceph.mon.a.smithi029.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-03-21T13:16:38.317 INFO:journalctl@ceph.mon.a.smithi029.stdout: 2024-03-21T13:16:38.317 INFO:journalctl@ceph.mon.a.smithi029.stdout: ** Compaction Stats [default] ** 2024-03-21T13:16:38.317 INFO:journalctl@ceph.mon.a.smithi029.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-03-21T13:16:38.317 INFO:journalctl@ceph.mon.a.smithi029.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-21T13:16:38.318 INFO:journalctl@ceph.mon.a.smithi029.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-03-21T13:16:38.318 INFO:journalctl@ceph.mon.a.smithi029.stdout: 2024-03-21T13:16:38.318 INFO:journalctl@ceph.mon.a.smithi029.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-21T13:16:38.318 INFO:journalctl@ceph.mon.a.smithi029.stdout: 2024-03-21T13:16:38.318 INFO:journalctl@ceph.mon.a.smithi029.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T13:16:38.318 INFO:journalctl@ceph.mon.a.smithi029.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-03-21T13:16:38.319 INFO:journalctl@ceph.mon.a.smithi029.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-21T13:16:38.319 INFO:journalctl@ceph.mon.a.smithi029.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-03-21T13:16:38.319 INFO:journalctl@ceph.mon.a.smithi029.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-03-21T13:16:38.319 INFO:journalctl@ceph.mon.a.smithi029.stdout: AddFile(Keys): cumulative 0, interval 0 2024-03-21T13:16:38.319 INFO:journalctl@ceph.mon.a.smithi029.stdout: Cumulative compaction: 0.00 GB write, 27.57 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T13:16:38.319 INFO:journalctl@ceph.mon.a.smithi029.stdout: Interval compaction: 0.00 GB write, 27.57 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T13:16:38.319 INFO:journalctl@ceph.mon.a.smithi029.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-03-21T13:16:38.319 INFO:journalctl@ceph.mon.a.smithi029.stdout: Block cache BinnedLRUCache@0x563abb159090#7 capacity: 512.00 MB usage: 1.17 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 8e-06 secs_since: 0 2024-03-21T13:16:38.319 INFO:journalctl@ceph.mon.a.smithi029.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.41 KB,7.7486e-05%) Misc(1,0.00 KB,0%) 2024-03-21T13:16:38.319 INFO:journalctl@ceph.mon.a.smithi029.stdout: 2024-03-21T13:16:38.319 INFO:journalctl@ceph.mon.a.smithi029.stdout: ** File Read Latency Histogram By Level [default] ** 2024-03-21T13:16:38.319 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: starting mon.a rank 0 at public addrs [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] at bind addrs [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 19889ac0-e785-11ee-95cd-87774f69a715 2024-03-21T13:16:38.319 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: mon.a@-1(???) e1 preinit fsid 19889ac0-e785-11ee-95cd-87774f69a715 2024-03-21T13:16:38.319 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: mon.a@-1(???).mds e1 new map 2024-03-21T13:16:38.320 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: mon.a@-1(???).mds e1 print_map 2024-03-21T13:16:38.320 INFO:journalctl@ceph.mon.a.smithi029.stdout: e1 2024-03-21T13:16:38.320 INFO:journalctl@ceph.mon.a.smithi029.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-03-21T13:16:38.320 INFO:journalctl@ceph.mon.a.smithi029.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} 2024-03-21T13:16:38.320 INFO:journalctl@ceph.mon.a.smithi029.stdout: legacy client fscid: -1 2024-03-21T13:16:38.320 INFO:journalctl@ceph.mon.a.smithi029.stdout: 2024-03-21T13:16:38.320 INFO:journalctl@ceph.mon.a.smithi029.stdout: No filesystems configured 2024-03-21T13:16:38.320 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-21T13:16:38.320 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T13:16:38.320 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T13:16:38.320 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T13:16:38.320 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-03-21T13:16:38.320 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 bash[30085]: f5b2ccb4b64e17d9bc868e7fda2d5fd4c4b86fd3eee82d94ae4e658635404b47 2024-03-21T13:16:38.320 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 systemd[1]: Started Ceph mon.a for 19889ac0-e785-11ee-95cd-87774f69a715. 2024-03-21T13:16:38.321 INFO:teuthology.orchestra.run.smithi029.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-03-21T13:16:38.551 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: mon.a is new leader, mons a in quorum (ranks 0) 2024-03-21T13:16:38.551 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: monmap e1: 1 mons at {a=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T13:16:38.551 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: fsmap 2024-03-21T13:16:38.551 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: osdmap e1: 0 total, 0 up, 0 in 2024-03-21T13:16:38.551 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:38 smithi029 ceph-mon[30122]: mgrmap e1: no daemons active 2024-03-21T13:16:39.387 INFO:teuthology.orchestra.run.smithi029.stdout:Wrote config to /etc/ceph/ceph.conf 2024-03-21T13:16:39.409 INFO:teuthology.orchestra.run.smithi029.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-03-21T13:16:39.409 INFO:teuthology.orchestra.run.smithi029.stdout:Creating mgr... 2024-03-21T13:16:39.409 INFO:teuthology.orchestra.run.smithi029.stdout:Verifying port 0.0.0.0:9283 ... 2024-03-21T13:16:39.409 INFO:teuthology.orchestra.run.smithi029.stdout:Verifying port 0.0.0.0:8765 ... 2024-03-21T13:16:39.651 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-19889ac0-e785-11ee-95cd-87774f69a715@mgr.a 2024-03-21T13:16:39.651 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Failed to reset failed state of unit ceph-19889ac0-e785-11ee-95cd-87774f69a715@mgr.a.service: Unit ceph-19889ac0-e785-11ee-95cd-87774f69a715@mgr.a.service not loaded. 2024-03-21T13:16:39.793 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-19889ac0-e785-11ee-95cd-87774f69a715.target.wants/ceph-19889ac0-e785-11ee-95cd-87774f69a715@mgr.a.service → /etc/systemd/system/ceph-19889ac0-e785-11ee-95cd-87774f69a715@.service. 2024-03-21T13:16:40.130 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:39 smithi029 ceph-mon[30122]: from='client.? 172.21.15.29:0/4116598612' entity='client.admin' 2024-03-21T13:16:40.130 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:16:40 smithi029 podman[30361]: 2024-03-21 13:16:39.930570448 +0000 UTC m=+0.017849670 image pull 19e12293512ff7978c8adb5f72a829060dd47f07bfd6903b6b3178d2ebc29e4e quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 2024-03-21T13:16:40.335 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-03-21T13:16:40.335 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout disabled 2024-03-21T13:16:40.342 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-03-21T13:16:40.343 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout inactive 2024-03-21T13:16:40.343 INFO:teuthology.orchestra.run.smithi029.stdout:firewalld.service is not enabled 2024-03-21T13:16:40.343 INFO:teuthology.orchestra.run.smithi029.stdout:Not possible to enable service . firewalld.service is not available 2024-03-21T13:16:40.353 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-03-21T13:16:40.353 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout disabled 2024-03-21T13:16:40.361 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-03-21T13:16:40.361 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout inactive 2024-03-21T13:16:40.361 INFO:teuthology.orchestra.run.smithi029.stdout:firewalld.service is not enabled 2024-03-21T13:16:40.361 INFO:teuthology.orchestra.run.smithi029.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-03-21T13:16:40.361 INFO:teuthology.orchestra.run.smithi029.stdout:Waiting for mgr to start... 2024-03-21T13:16:40.361 INFO:teuthology.orchestra.run.smithi029.stdout:Waiting for mgr... 2024-03-21T13:16:40.471 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:16:40 smithi029 podman[30361]: 2024-03-21 13:16:40.218837141 +0000 UTC m=+0.306116346 container init 0665d7b887f2da3281112594a1bd0450289eb8980f519102111932d53acbdd2e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753, name=ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.build-date=20240319, CEPH_POINT_RELEASE=, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, ceph=True, io.buildah.version=1.33.5) 2024-03-21T13:16:40.471 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:16:40 smithi029 podman[30361]: 2024-03-21 13:16:40.224278306 +0000 UTC m=+0.311557512 container start 0665d7b887f2da3281112594a1bd0450289eb8980f519102111932d53acbdd2e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753, name=ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240319, io.buildah.version=1.33.5, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS) 2024-03-21T13:16:40.471 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:16:40 smithi029 bash[30361]: 0665d7b887f2da3281112594a1bd0450289eb8980f519102111932d53acbdd2e 2024-03-21T13:16:40.471 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:16:40 smithi029 systemd[1]: Started Ceph mgr.a for 19889ac0-e785-11ee-95cd-87774f69a715. 2024-03-21T13:16:41.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:40 smithi029 ceph-mon[30122]: from='client.? 172.21.15.29:0/1619522889' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-21T13:16:41.144 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:16:40 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:16:40.813+0000 7f30bcd4c200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T13:16:41.144 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:16:40 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:16:40.909+0000 7f30bcd4c200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T13:16:41.507 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-03-21T13:16:41.507 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout { 2024-03-21T13:16:41.507 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "fsid": "19889ac0-e785-11ee-95cd-87774f69a715", 2024-03-21T13:16:41.507 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "health": { 2024-03-21T13:16:41.507 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-21T13:16:41.507 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-21T13:16:41.507 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-21T13:16:41.507 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:16:41.507 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-21T13:16:41.507 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-21T13:16:41.507 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 0 2024-03-21T13:16:41.508 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2024-03-21T13:16:41.508 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-21T13:16:41.508 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "a" 2024-03-21T13:16:41.508 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2024-03-21T13:16:41.508 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-03-21T13:16:41.508 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-21T13:16:41.508 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T13:16:41.508 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-21T13:16:41.508 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-21T13:16:41.508 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:16:41.508 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-21T13:16:41.508 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T13:16:41.508 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-21T13:16:41.508 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-21T13:16:41.509 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-21T13:16:41.509 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-21T13:16:41.509 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-21T13:16:41.509 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-21T13:16:41.512 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:16:41.512 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-21T13:16:41.512 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-21T13:16:41.512 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-21T13:16:41.512 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-21T13:16:41.512 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-21T13:16:41.512 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-21T13:16:41.512 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-21T13:16:41.513 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-21T13:16:41.513 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-21T13:16:41.513 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:16:41.513 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-21T13:16:41.513 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T13:16:41.513 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-21T13:16:41.513 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-21T13:16:41.513 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:16:41.513 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-21T13:16:41.513 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-21T13:16:41.513 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-21T13:16:41.513 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-21T13:16:41.513 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-21T13:16:41.514 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-21T13:16:41.514 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "restful" 2024-03-21T13:16:41.514 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2024-03-21T13:16:41.514 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-21T13:16:41.514 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:16:41.514 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-21T13:16:41.514 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T13:16:41.514 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "modified": "2024-03-21T13:16:33.476294+0000", 2024-03-21T13:16:41.514 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-21T13:16:41.514 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:16:41.514 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-21T13:16:41.514 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout } 2024-03-21T13:16:41.514 INFO:teuthology.orchestra.run.smithi029.stdout:mgr not available, waiting (1/15)... 2024-03-21T13:16:41.894 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:16:41 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:16:41.583+0000 7f30bcd4c200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T13:16:41.895 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:16:41 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:16:41.677+0000 7f30bcd4c200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T13:16:41.895 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:16:41 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:16:41.819+0000 7f30bcd4c200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T13:16:42.268 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:16:41 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:16:41.916+0000 7f30bcd4c200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T13:16:42.268 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:16:42 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:16:42.001+0000 7f30bcd4c200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T13:16:42.268 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:16:42 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:16:42.267+0000 7f30bcd4c200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-21T13:16:42.562 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:16:42 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:16:42.378+0000 7f30bcd4c200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T13:16:42.562 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:16:42 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:16:42.465+0000 7f30bcd4c200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T13:16:42.562 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:16:42 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:16:42.561+0000 7f30bcd4c200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T13:16:42.894 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:16:42 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:16:42.737+0000 7f30bcd4c200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T13:16:43.894 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:16:43 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:16:43.734+0000 7f30bcd4c200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T13:16:43.894 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:16:43 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:16:43.867+0000 7f30bcd4c200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T13:16:44.644 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:16:44 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:16:44.271+0000 7f30bcd4c200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T13:16:44.644 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:16:44 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:16:44.362+0000 7f30bcd4c200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T13:16:45.144 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:16:44 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:16:44.559+0000 7f30bcd4c200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:16:45.144 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:16:44 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:16:44.746+0000 7f30bcd4c200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T13:16:45.644 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:16:45 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:16:45.032+0000 7f30bcd4c200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:16:45.644 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:16:45 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:16:45.292+0000 7f30bcd4c200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T13:16:46.144 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:16:45 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:16:45.532+0000 7f30bcd4c200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-21T13:16:46.644 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:16:46 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:16:46.357+0000 7f30bcd4c200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T13:16:47.320 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:16:46 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:16:46.936+0000 7f30bcd4c200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T13:16:47.320 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:16:47 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:16:47.036+0000 7f30bcd4c200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T13:16:47.644 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:16:47 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:16:47.255+0000 7f30bcd4c200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T13:16:47.644 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:47 smithi029 ceph-mon[30122]: Activating manager daemon a 2024-03-21T13:16:47.645 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:47 smithi029 ceph-mon[30122]: mgrmap e2: a(active, starting, since 0.00296283s) 2024-03-21T13:16:47.645 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:47 smithi029 ceph-mon[30122]: from='mgr.14100 172.21.15.29:0/2294963748' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T13:16:47.645 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:47 smithi029 ceph-mon[30122]: from='mgr.14100 172.21.15.29:0/2294963748' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T13:16:47.645 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:47 smithi029 ceph-mon[30122]: from='mgr.14100 172.21.15.29:0/2294963748' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T13:16:47.645 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:47 smithi029 ceph-mon[30122]: from='mgr.14100 172.21.15.29:0/2294963748' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:16:47.645 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:47 smithi029 ceph-mon[30122]: from='mgr.14100 172.21.15.29:0/2294963748' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-21T13:16:47.645 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:47 smithi029 ceph-mon[30122]: Manager daemon a is now available 2024-03-21T13:16:48.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:48 smithi029 ceph-mon[30122]: from='mgr.14100 172.21.15.29:0/2294963748' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:16:48.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:48 smithi029 ceph-mon[30122]: from='mgr.14100 172.21.15.29:0/2294963748' entity='mgr.a' 2024-03-21T13:16:48.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:48 smithi029 ceph-mon[30122]: from='mgr.14100 172.21.15.29:0/2294963748' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-21T13:16:48.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:48 smithi029 ceph-mon[30122]: from='mgr.14100 172.21.15.29:0/2294963748' entity='mgr.a' 2024-03-21T13:16:48.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:48 smithi029 ceph-mon[30122]: from='mgr.14100 172.21.15.29:0/2294963748' entity='mgr.a' 2024-03-21T13:16:48.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:48 smithi029 ceph-mon[30122]: mgrmap e3: a(active, since 1.00679s) 2024-03-21T13:16:50.609 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:50 smithi029 ceph-mon[30122]: mgrmap e4: a(active, since 2s) 2024-03-21T13:16:50.610 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:16:50 smithi029 ceph-mon[30122]: from='client.? 172.21.15.29:0/3563510025' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-21T13:17:00.993 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-03-21T13:17:00.993 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout { 2024-03-21T13:17:00.993 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "fsid": "19889ac0-e785-11ee-95cd-87774f69a715", 2024-03-21T13:17:00.993 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "health": { 2024-03-21T13:17:00.993 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-21T13:17:00.993 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-21T13:17:00.994 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-21T13:17:00.994 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:17:00.994 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-21T13:17:00.994 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-21T13:17:00.994 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 0 2024-03-21T13:17:00.994 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2024-03-21T13:17:00.994 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-21T13:17:00.994 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "a" 2024-03-21T13:17:00.994 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2024-03-21T13:17:00.994 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum_age": 11, 2024-03-21T13:17:00.994 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-21T13:17:00.994 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T13:17:00.994 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-21T13:17:00.994 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-21T13:17:00.994 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:17:00.995 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-21T13:17:00.995 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T13:17:00.995 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-21T13:17:00.995 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-21T13:17:00.995 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-21T13:17:00.995 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-21T13:17:00.995 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-21T13:17:00.995 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-21T13:17:00.995 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:17:00.995 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-21T13:17:00.995 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-21T13:17:00.995 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-21T13:17:00.995 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-21T13:17:00.995 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-21T13:17:00.995 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-21T13:17:00.996 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-21T13:17:00.996 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-21T13:17:00.996 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-21T13:17:00.996 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:17:00.996 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-21T13:17:00.996 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T13:17:00.996 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-21T13:17:00.996 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-21T13:17:00.996 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:17:00.996 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-21T13:17:00.996 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-21T13:17:00.996 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-21T13:17:00.996 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-21T13:17:00.996 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-21T13:17:00.996 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-21T13:17:00.997 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "restful" 2024-03-21T13:17:00.997 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2024-03-21T13:17:00.997 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-21T13:17:00.997 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:17:00.997 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-21T13:17:00.997 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T13:17:00.997 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "modified": "2024-03-21T13:16:33.476294+0000", 2024-03-21T13:17:00.997 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-21T13:17:00.997 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:17:00.997 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-21T13:17:00.997 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout } 2024-03-21T13:17:00.997 INFO:teuthology.orchestra.run.smithi029.stdout:mgr is available 2024-03-21T13:17:03.010 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:02 smithi029 ceph-mon[30122]: from='client.? 172.21.15.29:0/2804468117' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-21T13:17:03.011 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:02 smithi029 ceph-mon[30122]: from='client.? 172.21.15.29:0/2804468117' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-03-21T13:17:03.275 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-03-21T13:17:03.275 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout [global] 2024-03-21T13:17:03.275 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout fsid = 19889ac0-e785-11ee-95cd-87774f69a715 2024-03-21T13:17:03.275 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-03-21T13:17:03.275 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-03-21T13:17:03.275 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-03-21T13:17:03.275 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-03-21T13:17:03.275 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-03-21T13:17:03.275 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout [mgr] 2024-03-21T13:17:03.275 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-03-21T13:17:03.275 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-03-21T13:17:03.276 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout [osd] 2024-03-21T13:17:03.276 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-03-21T13:17:03.276 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-03-21T13:17:03.276 INFO:teuthology.orchestra.run.smithi029.stdout:Enabling cephadm module... 2024-03-21T13:17:04.324 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:04 smithi029 ceph-mon[30122]: from='client.? 172.21.15.29:0/484847079' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-03-21T13:17:04.324 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:04 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: ignoring --setuser ceph since I am not root 2024-03-21T13:17:04.324 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:04 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: ignoring --setgroup ceph since I am not root 2024-03-21T13:17:04.894 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:04 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:17:04.600+0000 7ff8992a2200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T13:17:04.894 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:04 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:17:04.696+0000 7ff8992a2200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T13:17:05.295 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:05 smithi029 ceph-mon[30122]: from='client.? 172.21.15.29:0/484847079' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-03-21T13:17:05.295 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:05 smithi029 ceph-mon[30122]: mgrmap e5: a(active, since 16s) 2024-03-21T13:17:05.607 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:05 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:17:05.369+0000 7ff8992a2200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T13:17:05.607 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:05 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:17:05.464+0000 7ff8992a2200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T13:17:05.892 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:05 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:17:05.609+0000 7ff8992a2200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T13:17:05.892 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:05 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:17:05.706+0000 7ff8992a2200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T13:17:05.892 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:05 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:17:05.792+0000 7ff8992a2200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T13:17:05.896 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout { 2024-03-21T13:17:05.896 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-03-21T13:17:05.896 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-21T13:17:05.896 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-03-21T13:17:05.896 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-03-21T13:17:05.896 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout } 2024-03-21T13:17:05.896 INFO:teuthology.orchestra.run.smithi029.stdout:Waiting for the mgr to restart... 2024-03-21T13:17:05.896 INFO:teuthology.orchestra.run.smithi029.stdout:Waiting for mgr epoch 5... 2024-03-21T13:17:06.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:06 smithi029 ceph-mon[30122]: from='client.? 172.21.15.29:0/1678660145' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-03-21T13:17:06.144 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:06 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:17:06.065+0000 7ff8992a2200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-21T13:17:06.550 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:06 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:17:06.182+0000 7ff8992a2200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T13:17:06.551 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:06 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:17:06.270+0000 7ff8992a2200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T13:17:06.551 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:06 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:17:06.371+0000 7ff8992a2200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T13:17:06.551 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:06 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:17:06.550+0000 7ff8992a2200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T13:17:07.894 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:07 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:17:07.537+0000 7ff8992a2200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T13:17:07.895 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:07 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:17:07.670+0000 7ff8992a2200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T13:17:08.302 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:08 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:17:08.010+0000 7ff8992a2200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T13:17:08.303 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:08 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:17:08.102+0000 7ff8992a2200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T13:17:08.303 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:08 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:17:08.302+0000 7ff8992a2200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:17:08.644 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:08 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:17:08.492+0000 7ff8992a2200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T13:17:09.044 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:08 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:17:08.784+0000 7ff8992a2200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:17:09.044 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:09 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:17:09.044+0000 7ff8992a2200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T13:17:09.394 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:09 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:17:09.286+0000 7ff8992a2200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-21T13:17:10.394 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:10 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:17:10.110+0000 7ff8992a2200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T13:17:11.011 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:10 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:17:10.688+0000 7ff8992a2200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T13:17:11.011 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:10 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:17:10.789+0000 7ff8992a2200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T13:17:11.011 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:11 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:17:11.010+0000 7ff8992a2200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T13:17:11.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:11 smithi029 ceph-mon[30122]: Active manager daemon a restarted 2024-03-21T13:17:11.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:11 smithi029 ceph-mon[30122]: Activating manager daemon a 2024-03-21T13:17:11.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:11 smithi029 ceph-mon[30122]: osdmap e2: 0 total, 0 up, 0 in 2024-03-21T13:17:11.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:11 smithi029 ceph-mon[30122]: mgrmap e6: a(active, starting, since 0.00300117s) 2024-03-21T13:17:11.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:11 smithi029 ceph-mon[30122]: from='mgr.14116 172.21.15.29:0/4064816854' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:17:11.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:11 smithi029 ceph-mon[30122]: from='mgr.14116 172.21.15.29:0/4064816854' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-21T13:17:11.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:11 smithi029 ceph-mon[30122]: from='mgr.14116 172.21.15.29:0/4064816854' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T13:17:11.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:11 smithi029 ceph-mon[30122]: from='mgr.14116 172.21.15.29:0/4064816854' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T13:17:11.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:11 smithi029 ceph-mon[30122]: from='mgr.14116 172.21.15.29:0/4064816854' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T13:17:11.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:11 smithi029 ceph-mon[30122]: Manager daemon a is now available 2024-03-21T13:17:11.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:11 smithi029 ceph-mon[30122]: Found migration_current of "None". Setting to last migration. 2024-03-21T13:17:11.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:11 smithi029 ceph-mon[30122]: from='mgr.14116 172.21.15.29:0/4064816854' entity='mgr.a' 2024-03-21T13:17:11.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:11 smithi029 ceph-mon[30122]: from='mgr.14116 172.21.15.29:0/4064816854' entity='mgr.a' 2024-03-21T13:17:11.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:11 smithi029 ceph-mon[30122]: from='mgr.14116 172.21.15.29:0/4064816854' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:17:11.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:11 smithi029 ceph-mon[30122]: from='mgr.14116 172.21.15.29:0/4064816854' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:17:12.342 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:12 smithi029 ceph-mon[30122]: from='mgr.14116 172.21.15.29:0/4064816854' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:17:12.342 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:12 smithi029 ceph-mon[30122]: from='mgr.14116 172.21.15.29:0/4064816854' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-21T13:17:12.342 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:12 smithi029 ceph-mon[30122]: from='mgr.14116 172.21.15.29:0/4064816854' entity='mgr.a' 2024-03-21T13:17:12.342 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:12 smithi029 ceph-mon[30122]: from='mgr.14116 172.21.15.29:0/4064816854' entity='mgr.a' 2024-03-21T13:17:12.343 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:12 smithi029 ceph-mon[30122]: [21/Mar/2024:13:17:11] ENGINE Bus STARTING 2024-03-21T13:17:12.343 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:12 smithi029 ceph-mon[30122]: [21/Mar/2024:13:17:11] ENGINE Serving on http://172.21.15.29:8765 2024-03-21T13:17:12.343 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:12 smithi029 ceph-mon[30122]: from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-03-21T13:17:12.343 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:12 smithi029 ceph-mon[30122]: mgrmap e7: a(active, since 1.00559s) 2024-03-21T13:17:12.343 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:12 smithi029 ceph-mon[30122]: from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-03-21T13:17:12.588 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout { 2024-03-21T13:17:12.588 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-03-21T13:17:12.588 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "initialized": true 2024-03-21T13:17:12.588 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout } 2024-03-21T13:17:12.589 INFO:teuthology.orchestra.run.smithi029.stdout:mgr epoch 5 is available 2024-03-21T13:17:12.589 INFO:teuthology.orchestra.run.smithi029.stdout:Setting orchestrator backend to cephadm... 2024-03-21T13:17:13.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:13 smithi029 ceph-mon[30122]: [21/Mar/2024:13:17:12] ENGINE Serving on https://172.21.15.29:7150 2024-03-21T13:17:13.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:13 smithi029 ceph-mon[30122]: [21/Mar/2024:13:17:12] ENGINE Bus STARTED 2024-03-21T13:17:13.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:13 smithi029 ceph-mon[30122]: from='mgr.14116 172.21.15.29:0/4064816854' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:17:14.130 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:14 smithi029 ceph-mon[30122]: mgrmap e8: a(active, since 2s) 2024-03-21T13:17:14.131 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:14 smithi029 ceph-mon[30122]: from='client.14128 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:17:14.131 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:14 smithi029 ceph-mon[30122]: from='mgr.14116 172.21.15.29:0/4064816854' entity='mgr.a' 2024-03-21T13:17:14.131 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:14 smithi029 ceph-mon[30122]: from='mgr.14116 172.21.15.29:0/4064816854' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:17:15.125 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout value unchanged 2024-03-21T13:17:15.125 INFO:teuthology.orchestra.run.smithi029.stdout:Generating ssh key... 2024-03-21T13:17:15.338 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:15 smithi029 ceph-mon[30122]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:17:16.383 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:16 smithi029 ceph-mon[30122]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:17:16.383 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:16 smithi029 ceph-mon[30122]: Generating ssh key... 2024-03-21T13:17:16.383 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:16 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: Generating public/private rsa key pair. 2024-03-21T13:17:16.384 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:16 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: Your identification has been saved in /tmp/tmp46ivot1i/key. 2024-03-21T13:17:16.384 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:16 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: Your public key has been saved in /tmp/tmp46ivot1i/key.pub. 2024-03-21T13:17:16.384 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:16 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: The key fingerprint is: 2024-03-21T13:17:16.384 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:16 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: SHA256:GnUP/kKFeXT2Rq4xw5NNtfafomiFftP0fKEKqBGPVuA ceph-19889ac0-e785-11ee-95cd-87774f69a715 2024-03-21T13:17:16.384 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:16 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: The key's randomart image is: 2024-03-21T13:17:16.384 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:16 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: +---[RSA 3072]----+ 2024-03-21T13:17:16.384 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:16 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: | . o =| 2024-03-21T13:17:16.384 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:16 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: | + + B.| 2024-03-21T13:17:16.384 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:16 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: | . . = o Bo=| 2024-03-21T13:17:16.384 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:16 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: | . .. o = .B.| 2024-03-21T13:17:16.384 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:16 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: | E..S + . . .| 2024-03-21T13:17:16.384 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:16 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: | =o.o o . .o| 2024-03-21T13:17:16.384 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:16 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: | +.o..o +.+.o| 2024-03-21T13:17:16.385 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:16 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: | . o oo+.o.o.| 2024-03-21T13:17:16.385 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:16 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: | . ...oo .| 2024-03-21T13:17:16.385 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:16 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: +----[SHA256]-----+ 2024-03-21T13:17:17.289 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:17 smithi029 ceph-mon[30122]: from='mgr.14116 172.21.15.29:0/4064816854' entity='mgr.a' 2024-03-21T13:17:17.289 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:17 smithi029 ceph-mon[30122]: from='mgr.14116 172.21.15.29:0/4064816854' entity='mgr.a' 2024-03-21T13:17:17.861 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCdyTWWFo7l3gpKvKzs5Ie3VosN3kQU402YVX0XBq6fVSyRMIqVP3EFF0wwM8QqRH0lvmnnn8K9JS6cnQevDxzMWHV4HZKO6+tNS4nzjogjkadhbazu8LxrBCTe+erajtO1RZa6jdszzLCm1/OSQKi49vqeXn33mACn9sw3GGWjEe8M7LlM7n4ofSaOjwUR7EEgtMewFEyHi4vTdykzAm7UMdvQiV3HaSNBjYNXVHt8M5T+kOikKll/ie04/XYWKin7V2FbuSIwuDGrv4R5vFijGn8ZZukcFAgv9/Ht1NhOmwTyYg85y68ia7c+tQcLq+6/Ma1LA1a/uC0Ak9qlHKHsR66Do7+ymBeoCJtVTlNP10Nb0x07CepJd74ZK2kRg1l51CKrl0u0Y9wohkPb1+bu/r/aWPglsvX1twMWhB0J2wC32a1hACUxKQENtLJVjPDO2Gkomii99Sh+Py3kYiJiVpLqbIU2e+3QH94/P7KYwIov5+4y4OdQC1U5ksFIYsU= ceph-19889ac0-e785-11ee-95cd-87774f69a715 2024-03-21T13:17:17.861 INFO:teuthology.orchestra.run.smithi029.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-03-21T13:17:17.862 INFO:teuthology.orchestra.run.smithi029.stdout:Adding key to root@localhost authorized_keys... 2024-03-21T13:17:17.862 INFO:teuthology.orchestra.run.smithi029.stdout:Adding host smithi029... 2024-03-21T13:17:18.118 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:18 smithi029 ceph-mon[30122]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:17:19.190 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:19 smithi029 ceph-mon[30122]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi029", "addr": "172.21.15.29", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:17:20.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:20 smithi029 ceph-mon[30122]: Deploying cephadm binary to smithi029 2024-03-21T13:17:23.579 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout Added host 'smithi029' with addr '172.21.15.29' 2024-03-21T13:17:23.580 INFO:teuthology.orchestra.run.smithi029.stdout:Deploying unmanaged mon service... 2024-03-21T13:17:24.293 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:24 smithi029 ceph-mon[30122]: from='mgr.14116 172.21.15.29:0/4064816854' entity='mgr.a' 2024-03-21T13:17:24.293 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:24 smithi029 ceph-mon[30122]: Added host smithi029 2024-03-21T13:17:24.293 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:24 smithi029 ceph-mon[30122]: from='mgr.14116 172.21.15.29:0/4064816854' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:17:24.908 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-03-21T13:17:24.908 INFO:teuthology.orchestra.run.smithi029.stdout:Deploying unmanaged mgr service... 2024-03-21T13:17:25.474 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:25 smithi029 ceph-mon[30122]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:17:25.474 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:25 smithi029 ceph-mon[30122]: Saving service mon spec with placement count:5 2024-03-21T13:17:25.474 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:25 smithi029 ceph-mon[30122]: from='mgr.14116 172.21.15.29:0/4064816854' entity='mgr.a' 2024-03-21T13:17:26.912 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-03-21T13:17:27.168 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:27 smithi029 ceph-mon[30122]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:17:27.168 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:27 smithi029 ceph-mon[30122]: Saving service mgr spec with placement count:2 2024-03-21T13:17:27.168 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:27 smithi029 ceph-mon[30122]: from='mgr.14116 172.21.15.29:0/4064816854' entity='mgr.a' 2024-03-21T13:17:27.168 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:27 smithi029 ceph-mon[30122]: from='mgr.14116 172.21.15.29:0/4064816854' entity='mgr.a' 2024-03-21T13:17:27.168 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:27 smithi029 ceph-mon[30122]: from='mgr.14116 172.21.15.29:0/4064816854' entity='mgr.a' 2024-03-21T13:17:28.926 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:28 smithi029 ceph-mon[30122]: from='client.? 172.21.15.29:0/1815864063' entity='client.admin' 2024-03-21T13:17:29.980 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:29 smithi029 ceph-mon[30122]: from='mgr.14116 172.21.15.29:0/4064816854' entity='mgr.a' 2024-03-21T13:17:29.981 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:29 smithi029 ceph-mon[30122]: from='client.? 172.21.15.29:0/1683758315' entity='client.admin' 2024-03-21T13:17:29.983 INFO:teuthology.orchestra.run.smithi029.stdout:Enabling the dashboard module... 2024-03-21T13:17:31.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:31 smithi029 ceph-mon[30122]: from='mgr.14116 172.21.15.29:0/4064816854' entity='mgr.a' 2024-03-21T13:17:31.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:31 smithi029 ceph-mon[30122]: from='client.? 172.21.15.29:0/351726589' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-03-21T13:17:31.395 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:31 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: ignoring --setuser ceph since I am not root 2024-03-21T13:17:31.395 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:31 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: ignoring --setgroup ceph since I am not root 2024-03-21T13:17:31.795 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:31 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:17:31.636+0000 7faba696a200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T13:17:31.795 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:31 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:17:31.732+0000 7faba696a200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T13:17:32.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:32 smithi029 ceph-mon[30122]: from='client.? 172.21.15.29:0/351726589' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-03-21T13:17:32.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:32 smithi029 ceph-mon[30122]: mgrmap e9: a(active, since 20s) 2024-03-21T13:17:32.664 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:32 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:17:32.408+0000 7faba696a200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T13:17:32.664 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:32 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:17:32.505+0000 7faba696a200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T13:17:32.664 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:32 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:17:32.653+0000 7faba696a200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T13:17:32.952 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:32 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:17:32.751+0000 7faba696a200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T13:17:32.952 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:32 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:17:32.837+0000 7faba696a200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T13:17:33.221 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:33 smithi029 ceph-mon[30122]: from='client.? 172.21.15.29:0/2145442068' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-03-21T13:17:33.221 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:33 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:17:33.108+0000 7faba696a200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-21T13:17:33.221 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:33 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:17:33.220+0000 7faba696a200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T13:17:33.226 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout { 2024-03-21T13:17:33.226 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-03-21T13:17:33.226 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-21T13:17:33.226 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-03-21T13:17:33.226 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-03-21T13:17:33.226 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout } 2024-03-21T13:17:33.226 INFO:teuthology.orchestra.run.smithi029.stdout:Waiting for the mgr to restart... 2024-03-21T13:17:33.226 INFO:teuthology.orchestra.run.smithi029.stdout:Waiting for mgr epoch 9... 2024-03-21T13:17:33.569 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:33 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:17:33.312+0000 7faba696a200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T13:17:33.570 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:33 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:17:33.411+0000 7faba696a200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T13:17:33.894 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:33 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:17:33.595+0000 7faba696a200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T13:17:34.894 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:34 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:17:34.579+0000 7faba696a200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T13:17:34.894 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:34 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:17:34.714+0000 7faba696a200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T13:17:35.362 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:35 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:17:35.067+0000 7faba696a200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T13:17:35.362 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:35 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:17:35.159+0000 7faba696a200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T13:17:35.362 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:35 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:17:35.361+0000 7faba696a200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:17:35.644 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:35 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:17:35.552+0000 7faba696a200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T13:17:36.109 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:35 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:17:35.847+0000 7faba696a200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:17:36.109 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:36 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:17:36.108+0000 7faba696a200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T13:17:36.394 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:36 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:17:36.352+0000 7faba696a200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-21T13:17:37.644 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:37 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:17:37.188+0000 7faba696a200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T13:17:38.101 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:37 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:17:37.770+0000 7faba696a200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T13:17:38.101 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:37 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:17:37.873+0000 7faba696a200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T13:17:38.101 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:17:38 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:17:38.100+0000 7faba696a200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T13:17:38.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:38 smithi029 ceph-mon[30122]: Active manager daemon a restarted 2024-03-21T13:17:38.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:38 smithi029 ceph-mon[30122]: Activating manager daemon a 2024-03-21T13:17:38.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:38 smithi029 ceph-mon[30122]: osdmap e3: 0 total, 0 up, 0 in 2024-03-21T13:17:38.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:38 smithi029 ceph-mon[30122]: mgrmap e10: a(active, starting, since 0.00303208s) 2024-03-21T13:17:38.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:38 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:17:38.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:38 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-21T13:17:38.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:38 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T13:17:38.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:38 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T13:17:38.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:38 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T13:17:38.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:38 smithi029 ceph-mon[30122]: Manager daemon a is now available 2024-03-21T13:17:38.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:38 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:17:39.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:39 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:17:39.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:39 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-21T13:17:39.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:39 smithi029 ceph-mon[30122]: [21/Mar/2024:13:17:38] ENGINE Bus STARTING 2024-03-21T13:17:39.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:39 smithi029 ceph-mon[30122]: [21/Mar/2024:13:17:38] ENGINE Serving on https://172.21.15.29:7150 2024-03-21T13:17:39.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:39 smithi029 ceph-mon[30122]: [21/Mar/2024:13:17:38] ENGINE Serving on http://172.21.15.29:8765 2024-03-21T13:17:39.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:39 smithi029 ceph-mon[30122]: [21/Mar/2024:13:17:38] ENGINE Bus STARTED 2024-03-21T13:17:39.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:39 smithi029 ceph-mon[30122]: mgrmap e11: a(active, since 1.00563s) 2024-03-21T13:17:40.270 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:40 smithi029 ceph-mon[30122]: from='client.14152 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-03-21T13:17:40.270 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:40 smithi029 ceph-mon[30122]: from='client.14152 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-03-21T13:17:40.273 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout { 2024-03-21T13:17:40.273 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-03-21T13:17:40.273 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "initialized": true 2024-03-21T13:17:40.273 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout } 2024-03-21T13:17:40.273 INFO:teuthology.orchestra.run.smithi029.stdout:mgr epoch 9 is available 2024-03-21T13:17:40.274 INFO:teuthology.orchestra.run.smithi029.stdout:Generating a dashboard self-signed certificate... 2024-03-21T13:17:41.465 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:41 smithi029 ceph-mon[30122]: mgrmap e12: a(active, since 2s) 2024-03-21T13:17:41.465 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:41 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:17:41.465 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:41 smithi029 ceph-mon[30122]: from='client.14160 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:17:41.465 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:41 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:17:41.465 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:41 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:17:41.729 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-03-21T13:17:41.729 INFO:teuthology.orchestra.run.smithi029.stdout:Creating initial admin user... 2024-03-21T13:17:43.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:43 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:17:43.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:43 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:17:43.736 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$1rpZPxHoJ4nB7AsfU31fTebf332Yt2pbPQ0fCH4a2QKwn6RwzuhF6", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1711027062, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-03-21T13:17:43.736 INFO:teuthology.orchestra.run.smithi029.stdout:Fetching dashboard port number... 2024-03-21T13:17:44.311 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:44 smithi029 ceph-mon[30122]: from='client.14162 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:17:45.242 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 8443 2024-03-21T13:17:45.250 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-03-21T13:17:45.250 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout disabled 2024-03-21T13:17:45.257 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-03-21T13:17:45.257 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout inactive 2024-03-21T13:17:45.257 INFO:teuthology.orchestra.run.smithi029.stdout:firewalld.service is not enabled 2024-03-21T13:17:45.257 INFO:teuthology.orchestra.run.smithi029.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-03-21T13:17:45.259 INFO:teuthology.orchestra.run.smithi029.stdout:Ceph Dashboard is now available at: 2024-03-21T13:17:45.259 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:17:45.259 INFO:teuthology.orchestra.run.smithi029.stdout: URL: https://smithi029.front.sepia.ceph.com:8443/ 2024-03-21T13:17:45.259 INFO:teuthology.orchestra.run.smithi029.stdout: User: admin 2024-03-21T13:17:45.259 INFO:teuthology.orchestra.run.smithi029.stdout: Password: g5c0sw7s3k 2024-03-21T13:17:45.259 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:17:45.259 INFO:teuthology.orchestra.run.smithi029.stdout:Saving cluster configuration to /var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/config directory 2024-03-21T13:17:45.260 INFO:teuthology.orchestra.run.smithi029.stdout:Enabling autotune for osd_memory_target 2024-03-21T13:17:45.384 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:45 smithi029 ceph-mon[30122]: from='client.? 172.21.15.29:0/610000022' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-03-21T13:17:46.265 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:46 smithi029 ceph-mon[30122]: mgrmap e13: a(active, since 6s) 2024-03-21T13:17:47.918 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-03-21T13:17:47.918 INFO:teuthology.orchestra.run.smithi029.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-03-21T13:17:47.918 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:17:47.918 INFO:teuthology.orchestra.run.smithi029.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 19889ac0-e785-11ee-95cd-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-03-21T13:17:47.918 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:17:47.918 INFO:teuthology.orchestra.run.smithi029.stdout:Or, if you are only running a single cluster on this host: 2024-03-21T13:17:47.918 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:17:47.919 INFO:teuthology.orchestra.run.smithi029.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-03-21T13:17:47.919 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:17:47.919 INFO:teuthology.orchestra.run.smithi029.stdout:Please consider enabling telemetry to help improve Ceph: 2024-03-21T13:17:47.919 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:17:47.919 INFO:teuthology.orchestra.run.smithi029.stdout: ceph telemetry on 2024-03-21T13:17:47.919 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:17:47.919 INFO:teuthology.orchestra.run.smithi029.stdout:For more information see: 2024-03-21T13:17:47.919 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:17:47.919 INFO:teuthology.orchestra.run.smithi029.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-03-21T13:17:47.919 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:17:47.919 INFO:teuthology.orchestra.run.smithi029.stdout:Bootstrap complete. 2024-03-21T13:17:47.965 INFO:tasks.cephadm:Fetching config... 2024-03-21T13:17:47.965 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-03-21T13:17:47.965 DEBUG:teuthology.orchestra.run.smithi029:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-03-21T13:17:47.982 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-03-21T13:17:47.982 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-03-21T13:17:47.982 DEBUG:teuthology.orchestra.run.smithi029:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-03-21T13:17:48.038 INFO:tasks.cephadm:Fetching mon keyring... 2024-03-21T13:17:48.038 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-03-21T13:17:48.039 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/mon.a/keyring of=/dev/stdout 2024-03-21T13:17:48.107 INFO:tasks.cephadm:Fetching pub ssh key... 2024-03-21T13:17:48.107 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-03-21T13:17:48.107 DEBUG:teuthology.orchestra.run.smithi029:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-03-21T13:17:48.162 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-03-21T13:17:48.162 DEBUG:teuthology.orchestra.run.smithi029:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCdyTWWFo7l3gpKvKzs5Ie3VosN3kQU402YVX0XBq6fVSyRMIqVP3EFF0wwM8QqRH0lvmnnn8K9JS6cnQevDxzMWHV4HZKO6+tNS4nzjogjkadhbazu8LxrBCTe+erajtO1RZa6jdszzLCm1/OSQKi49vqeXn33mACn9sw3GGWjEe8M7LlM7n4ofSaOjwUR7EEgtMewFEyHi4vTdykzAm7UMdvQiV3HaSNBjYNXVHt8M5T+kOikKll/ie04/XYWKin7V2FbuSIwuDGrv4R5vFijGn8ZZukcFAgv9/Ht1NhOmwTyYg85y68ia7c+tQcLq+6/Ma1LA1a/uC0Ak9qlHKHsR66Do7+ymBeoCJtVTlNP10Nb0x07CepJd74ZK2kRg1l51CKrl0u0Y9wohkPb1+bu/r/aWPglsvX1twMWhB0J2wC32a1hACUxKQENtLJVjPDO2Gkomii99Sh+Py3kYiJiVpLqbIU2e+3QH94/P7KYwIov5+4y4OdQC1U5ksFIYsU= ceph-19889ac0-e785-11ee-95cd-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-21T13:17:48.246 INFO:teuthology.orchestra.run.smithi029.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCdyTWWFo7l3gpKvKzs5Ie3VosN3kQU402YVX0XBq6fVSyRMIqVP3EFF0wwM8QqRH0lvmnnn8K9JS6cnQevDxzMWHV4HZKO6+tNS4nzjogjkadhbazu8LxrBCTe+erajtO1RZa6jdszzLCm1/OSQKi49vqeXn33mACn9sw3GGWjEe8M7LlM7n4ofSaOjwUR7EEgtMewFEyHi4vTdykzAm7UMdvQiV3HaSNBjYNXVHt8M5T+kOikKll/ie04/XYWKin7V2FbuSIwuDGrv4R5vFijGn8ZZukcFAgv9/Ht1NhOmwTyYg85y68ia7c+tQcLq+6/Ma1LA1a/uC0Ak9qlHKHsR66Do7+ymBeoCJtVTlNP10Nb0x07CepJd74ZK2kRg1l51CKrl0u0Y9wohkPb1+bu/r/aWPglsvX1twMWhB0J2wC32a1hACUxKQENtLJVjPDO2Gkomii99Sh+Py3kYiJiVpLqbIU2e+3QH94/P7KYwIov5+4y4OdQC1U5ksFIYsU= ceph-19889ac0-e785-11ee-95cd-87774f69a715 2024-03-21T13:17:48.270 DEBUG:teuthology.orchestra.run.smithi052:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCdyTWWFo7l3gpKvKzs5Ie3VosN3kQU402YVX0XBq6fVSyRMIqVP3EFF0wwM8QqRH0lvmnnn8K9JS6cnQevDxzMWHV4HZKO6+tNS4nzjogjkadhbazu8LxrBCTe+erajtO1RZa6jdszzLCm1/OSQKi49vqeXn33mACn9sw3GGWjEe8M7LlM7n4ofSaOjwUR7EEgtMewFEyHi4vTdykzAm7UMdvQiV3HaSNBjYNXVHt8M5T+kOikKll/ie04/XYWKin7V2FbuSIwuDGrv4R5vFijGn8ZZukcFAgv9/Ht1NhOmwTyYg85y68ia7c+tQcLq+6/Ma1LA1a/uC0Ak9qlHKHsR66Do7+ymBeoCJtVTlNP10Nb0x07CepJd74ZK2kRg1l51CKrl0u0Y9wohkPb1+bu/r/aWPglsvX1twMWhB0J2wC32a1hACUxKQENtLJVjPDO2Gkomii99Sh+Py3kYiJiVpLqbIU2e+3QH94/P7KYwIov5+4y4OdQC1U5ksFIYsU= ceph-19889ac0-e785-11ee-95cd-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-21T13:17:48.315 INFO:teuthology.orchestra.run.smithi052.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCdyTWWFo7l3gpKvKzs5Ie3VosN3kQU402YVX0XBq6fVSyRMIqVP3EFF0wwM8QqRH0lvmnnn8K9JS6cnQevDxzMWHV4HZKO6+tNS4nzjogjkadhbazu8LxrBCTe+erajtO1RZa6jdszzLCm1/OSQKi49vqeXn33mACn9sw3GGWjEe8M7LlM7n4ofSaOjwUR7EEgtMewFEyHi4vTdykzAm7UMdvQiV3HaSNBjYNXVHt8M5T+kOikKll/ie04/XYWKin7V2FbuSIwuDGrv4R5vFijGn8ZZukcFAgv9/Ht1NhOmwTyYg85y68ia7c+tQcLq+6/Ma1LA1a/uC0Ak9qlHKHsR66Do7+ymBeoCJtVTlNP10Nb0x07CepJd74ZK2kRg1l51CKrl0u0Y9wohkPb1+bu/r/aWPglsvX1twMWhB0J2wC32a1hACUxKQENtLJVjPDO2Gkomii99Sh+Py3kYiJiVpLqbIU2e+3QH94/P7KYwIov5+4y4OdQC1U5ksFIYsU= ceph-19889ac0-e785-11ee-95cd-87774f69a715 2024-03-21T13:17:48.330 DEBUG:teuthology.orchestra.run.smithi116:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCdyTWWFo7l3gpKvKzs5Ie3VosN3kQU402YVX0XBq6fVSyRMIqVP3EFF0wwM8QqRH0lvmnnn8K9JS6cnQevDxzMWHV4HZKO6+tNS4nzjogjkadhbazu8LxrBCTe+erajtO1RZa6jdszzLCm1/OSQKi49vqeXn33mACn9sw3GGWjEe8M7LlM7n4ofSaOjwUR7EEgtMewFEyHi4vTdykzAm7UMdvQiV3HaSNBjYNXVHt8M5T+kOikKll/ie04/XYWKin7V2FbuSIwuDGrv4R5vFijGn8ZZukcFAgv9/Ht1NhOmwTyYg85y68ia7c+tQcLq+6/Ma1LA1a/uC0Ak9qlHKHsR66Do7+ymBeoCJtVTlNP10Nb0x07CepJd74ZK2kRg1l51CKrl0u0Y9wohkPb1+bu/r/aWPglsvX1twMWhB0J2wC32a1hACUxKQENtLJVjPDO2Gkomii99Sh+Py3kYiJiVpLqbIU2e+3QH94/P7KYwIov5+4y4OdQC1U5ksFIYsU= ceph-19889ac0-e785-11ee-95cd-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-21T13:17:48.375 INFO:teuthology.orchestra.run.smithi116.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCdyTWWFo7l3gpKvKzs5Ie3VosN3kQU402YVX0XBq6fVSyRMIqVP3EFF0wwM8QqRH0lvmnnn8K9JS6cnQevDxzMWHV4HZKO6+tNS4nzjogjkadhbazu8LxrBCTe+erajtO1RZa6jdszzLCm1/OSQKi49vqeXn33mACn9sw3GGWjEe8M7LlM7n4ofSaOjwUR7EEgtMewFEyHi4vTdykzAm7UMdvQiV3HaSNBjYNXVHt8M5T+kOikKll/ie04/XYWKin7V2FbuSIwuDGrv4R5vFijGn8ZZukcFAgv9/Ht1NhOmwTyYg85y68ia7c+tQcLq+6/Ma1LA1a/uC0Ak9qlHKHsR66Do7+ymBeoCJtVTlNP10Nb0x07CepJd74ZK2kRg1l51CKrl0u0Y9wohkPb1+bu/r/aWPglsvX1twMWhB0J2wC32a1hACUxKQENtLJVjPDO2Gkomii99Sh+Py3kYiJiVpLqbIU2e+3QH94/P7KYwIov5+4y4OdQC1U5ksFIYsU= ceph-19889ac0-e785-11ee-95cd-87774f69a715 2024-03-21T13:17:48.390 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19889ac0-e785-11ee-95cd-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-03-21T13:17:48.499 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:48 smithi029 ceph-mon[30122]: from='client.? 172.21.15.29:0/1494536933' entity='client.admin' 2024-03-21T13:17:48.631 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:17:51.086 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:51 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:17:51.087 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:51 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:17:51.087 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:51 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi029", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:17:51.087 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:51 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:17:51.087 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:51 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:17:51.087 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:51 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:17:52.850 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:52 smithi029 ceph-mon[30122]: from='client.? 172.21.15.29:0/847103274' entity='client.admin' 2024-03-21T13:17:52.851 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:52 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:17:52.851 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:52 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:17:52.883 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-03-21T13:17:52.884 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19889ac0-e785-11ee-95cd-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-03-21T13:17:53.131 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:17:55.715 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi052 2024-03-21T13:17:55.715 DEBUG:teuthology.orchestra.run.smithi052:> set -ex 2024-03-21T13:17:55.715 DEBUG:teuthology.orchestra.run.smithi052:> dd of=/etc/ceph/ceph.conf 2024-03-21T13:17:55.736 DEBUG:teuthology.orchestra.run.smithi052:> set -ex 2024-03-21T13:17:55.736 DEBUG:teuthology.orchestra.run.smithi052:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:17:55.794 INFO:tasks.cephadm:Adding host smithi052 to orchestrator... 2024-03-21T13:17:55.794 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19889ac0-e785-11ee-95cd-87774f69a715 -- ceph orch host add smithi052 2024-03-21T13:17:56.033 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:17:56.257 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:55 smithi029 ceph-mon[30122]: from='client.14172 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:17:56.258 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:55 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:17:56.258 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:55 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:17:56.258 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:55 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:17:56.258 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:55 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:17:56.258 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:55 smithi029 ceph-mon[30122]: Updating smithi029:/etc/ceph/ceph.conf 2024-03-21T13:17:56.258 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:55 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:17:56.258 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:55 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:17:56.258 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:55 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:17:57.128 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:56 smithi029 ceph-mon[30122]: Updating smithi029:/var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:17:57.128 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:56 smithi029 ceph-mon[30122]: Updating smithi029:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:17:57.128 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:56 smithi029 ceph-mon[30122]: Updating smithi029:/var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:17:58.644 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:58 smithi029 ceph-mon[30122]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi052", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:17:59.644 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:59 smithi029 ceph-mon[30122]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:17:59.644 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:17:59 smithi029 ceph-mon[30122]: Deploying cephadm binary to smithi052 2024-03-21T13:18:01.644 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:01 smithi029 ceph-mon[30122]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:02.236 INFO:teuthology.orchestra.run.smithi029.stdout:Added host 'smithi052' with addr '172.21.15.52' 2024-03-21T13:18:02.827 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19889ac0-e785-11ee-95cd-87774f69a715 -- ceph orch host ls --format=json 2024-03-21T13:18:03.071 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:18:03.540 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:03 smithi029 ceph-mon[30122]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:03.540 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:03 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:03.540 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:03 smithi029 ceph-mon[30122]: Added host smithi052 2024-03-21T13:18:03.540 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:03 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:18:03.540 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:03 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:04.537 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:04 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:04.864 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:18:04.864 INFO:teuthology.orchestra.run.smithi029.stdout:[{"addr": "172.21.15.29", "hostname": "smithi029", "labels": [], "status": ""}, {"addr": "172.21.15.52", "hostname": "smithi052", "labels": [], "status": ""}] 2024-03-21T13:18:05.458 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi116 2024-03-21T13:18:05.459 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-03-21T13:18:05.459 DEBUG:teuthology.orchestra.run.smithi116:> dd of=/etc/ceph/ceph.conf 2024-03-21T13:18:05.477 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-03-21T13:18:05.477 DEBUG:teuthology.orchestra.run.smithi116:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:18:05.535 INFO:tasks.cephadm:Adding host smithi116 to orchestrator... 2024-03-21T13:18:05.535 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19889ac0-e785-11ee-95cd-87774f69a715 -- ceph orch host add smithi116 2024-03-21T13:18:05.777 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:18:06.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:05 smithi029 ceph-mon[30122]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:06.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:05 smithi029 ceph-mon[30122]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:18:06.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:05 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:08.146 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:07 smithi029 ceph-mon[30122]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:09.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:08 smithi029 ceph-mon[30122]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi116", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:18:09.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:08 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:09.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:08 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:09.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:08 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:09.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:08 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:09.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:08 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi052", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:18:09.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:08 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:18:09.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:08 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:18:09.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:08 smithi029 ceph-mon[30122]: Updating smithi052:/etc/ceph/ceph.conf 2024-03-21T13:18:09.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:08 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:09.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:08 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:09.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:08 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:10.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:09 smithi029 ceph-mon[30122]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:10.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:09 smithi029 ceph-mon[30122]: Updating smithi052:/var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:18:10.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:09 smithi029 ceph-mon[30122]: Deploying cephadm binary to smithi116 2024-03-21T13:18:10.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:09 smithi029 ceph-mon[30122]: Updating smithi052:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:18:10.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:09 smithi029 ceph-mon[30122]: Updating smithi052:/var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:18:12.054 INFO:teuthology.orchestra.run.smithi029.stdout:Added host 'smithi116' with addr '172.21.15.116' 2024-03-21T13:18:12.388 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:11 smithi029 ceph-mon[30122]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:12.681 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19889ac0-e785-11ee-95cd-87774f69a715 -- ceph orch host ls --format=json 2024-03-21T13:18:12.924 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:18:13.289 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:13 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:13.289 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:13 smithi029 ceph-mon[30122]: Added host smithi116 2024-03-21T13:18:13.289 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:13 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:18:13.290 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:13 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:14.286 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:14 smithi029 ceph-mon[30122]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:14.286 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:14 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:14.739 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:18:14.740 INFO:teuthology.orchestra.run.smithi029.stdout:[{"addr": "172.21.15.29", "hostname": "smithi029", "labels": [], "status": ""}, {"addr": "172.21.15.52", "hostname": "smithi052", "labels": [], "status": ""}, {"addr": "172.21.15.116", "hostname": "smithi116", "labels": [], "status": ""}] 2024-03-21T13:18:15.315 INFO:tasks.cephadm:Setting crush tunables to default 2024-03-21T13:18:15.315 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19889ac0-e785-11ee-95cd-87774f69a715 -- ceph osd crush tunables default 2024-03-21T13:18:15.555 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:18:15.888 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:15 smithi029 ceph-mon[30122]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:15.888 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:15 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:15.888 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:15 smithi029 ceph-mon[30122]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:18:17.642 INFO:teuthology.orchestra.run.smithi029.stderr:adjusted tunables profile to default 2024-03-21T13:18:17.894 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:17 smithi029 ceph-mon[30122]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:17.894 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:17 smithi029 ceph-mon[30122]: from='client.? 172.21.15.29:0/842031932' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-21T13:18:18.307 INFO:tasks.cephadm:Adding mon.a on smithi029 2024-03-21T13:18:18.308 INFO:tasks.cephadm:Adding mon.b on smithi052 2024-03-21T13:18:18.308 INFO:tasks.cephadm:Adding mon.c on smithi116 2024-03-21T13:18:18.308 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19889ac0-e785-11ee-95cd-87774f69a715 -- ceph orch apply mon '3;smithi029:172.21.15.29=a;smithi052:172.21.15.52=b;smithi116:172.21.15.116=c' 2024-03-21T13:18:18.542 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:18:18.894 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:18 smithi029 ceph-mon[30122]: from='client.? 172.21.15.29:0/842031932' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-21T13:18:18.894 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:18 smithi029 ceph-mon[30122]: osdmap e4: 0 total, 0 up, 0 in 2024-03-21T13:18:18.895 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:18 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:18.895 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:18 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:18.895 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:18 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:18.895 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:18 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:18.895 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:18 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi116", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:18:18.895 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:18 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:18:18.895 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:18 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:18:18.895 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:18 smithi029 ceph-mon[30122]: Updating smithi116:/etc/ceph/ceph.conf 2024-03-21T13:18:18.895 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:18 smithi029 ceph-mon[30122]: Updating smithi116:/var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:18:18.895 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:18 smithi029 ceph-mon[30122]: Updating smithi116:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:18:18.895 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:18 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:18.895 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:18 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:18.895 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:18 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:20.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:19 smithi029 ceph-mon[30122]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:20.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:19 smithi029 ceph-mon[30122]: Updating smithi116:/var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:18:20.313 INFO:teuthology.orchestra.run.smithi116.stdout:Scheduled mon update... 2024-03-21T13:18:20.894 DEBUG:teuthology.orchestra.run.smithi052:mon.b> sudo journalctl -f -n 0 -u ceph-19889ac0-e785-11ee-95cd-87774f69a715@mon.b.service 2024-03-21T13:18:20.897 DEBUG:teuthology.orchestra.run.smithi116:mon.c> sudo journalctl -f -n 0 -u ceph-19889ac0-e785-11ee-95cd-87774f69a715@mon.c.service 2024-03-21T13:18:20.899 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-21T13:18:20.900 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19889ac0-e785-11ee-95cd-87774f69a715 -- ceph mon dump -f json 2024-03-21T13:18:21.644 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:21 smithi029 ceph-mon[30122]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:21.644 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:21 smithi029 ceph-mon[30122]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi029:172.21.15.29=a;smithi052:172.21.15.52=b;smithi116:172.21.15.116=c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:18:21.644 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:21 smithi029 ceph-mon[30122]: Saving service mon spec with placement smithi029:172.21.15.29=a;smithi052:172.21.15.52=b;smithi116:172.21.15.116=c;count:3 2024-03-21T13:18:21.645 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:21 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:21.645 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:21 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:18:21.645 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:21 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:18:21.645 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:21 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:18:21.645 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:21 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:21.645 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:21 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:18:21.645 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:21 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:18:21.645 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:21 smithi029 ceph-mon[30122]: Deploying daemon mon.c on smithi116 2024-03-21T13:18:21.673 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:18:23.644 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:23 smithi029 ceph-mon[30122]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:24.758 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:18:24.759 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":1,"fsid":"19889ac0-e785-11ee-95cd-87774f69a715","modified":"2024-03-21T13:16:30.511946Z","created":"2024-03-21T13:16:30.511946Z","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.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-03-21T13:18:24.761 INFO:teuthology.orchestra.run.smithi116.stderr:dumped monmap epoch 1 2024-03-21T13:18:25.644 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:25 smithi029 ceph-mon[30122]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:25.644 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:25 smithi029 ceph-mon[30122]: from='client.? 172.21.15.116:0/812372000' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-21T13:18:25.652 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 podman[33535]: 2024-03-21 13:18:25.377511637 +0000 UTC m=+0.018898941 image pull 19e12293512ff7978c8adb5f72a829060dd47f07bfd6903b6b3178d2ebc29e4e quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93 2024-03-21T13:18:25.652 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 podman[33535]: 2024-03-21 13:18:25.65225329 +0000 UTC m=+0.293640596 container init 360e7f5ee32272e05630140d2903891da53cdd54f6829cc855d376bad5cca92b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-19889ac0-e785-11ee-95cd-87774f69a715-mon-c, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.build-date=20240319, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image) 2024-03-21T13:18:26.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 podman[33535]: 2024-03-21 13:18:25.658108893 +0000 UTC m=+0.299496199 container start 360e7f5ee32272e05630140d2903891da53cdd54f6829cc855d376bad5cca92b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-19889ac0-e785-11ee-95cd-87774f69a715-mon-c, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.build-date=20240319, maintainer=Guillaume Abrioux , RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, GIT_CLEAN=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2) 2024-03-21T13:18:26.046 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: set uid:gid to 167:167 (ceph:ceph) 2024-03-21T13:18:26.046 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev), process ceph-mon, pid 7 2024-03-21T13:18:26.046 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: pidfile_write: ignore empty --pid-file 2024-03-21T13:18:26.046 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: load: jerasure load: lrc 2024-03-21T13:18:26.046 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: RocksDB version: 7.9.2 2024-03-21T13:18:26.046 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Git sha 0 2024-03-21T13:18:26.046 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Compile date 2024-03-21 08:53:26 2024-03-21T13:18:26.046 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: DB SUMMARY 2024-03-21T13:18:26.046 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: DB Session ID: 6ZHDQZM8QFB30YY7ENL1 2024-03-21T13:18:26.046 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: CURRENT file: CURRENT 2024-03-21T13:18:26.046 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: IDENTITY file: IDENTITY 2024-03-21T13:18:26.046 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-03-21T13:18:26.047 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-03-21T13:18:26.047 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2024-03-21T13:18:26.047 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.error_if_exists: 0 2024-03-21T13:18:26.047 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.create_if_missing: 0 2024-03-21T13:18:26.047 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.paranoid_checks: 1 2024-03-21T13:18:26.047 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.flush_verify_memtable_count: 1 2024-03-21T13:18:26.047 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-21T13:18:26.047 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-21T13:18:26.047 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.env: 0x5589ff3b5b20 2024-03-21T13:18:26.047 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.fs: PosixFileSystem 2024-03-21T13:18:26.047 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.info_log: 0x558a007e5920 2024-03-21T13:18:26.047 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.max_file_opening_threads: 16 2024-03-21T13:18:26.047 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.statistics: (nil) 2024-03-21T13:18:26.048 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.use_fsync: 0 2024-03-21T13:18:26.048 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.max_log_file_size: 0 2024-03-21T13:18:26.048 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-21T13:18:26.048 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.log_file_time_to_roll: 0 2024-03-21T13:18:26.048 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.keep_log_file_num: 1000 2024-03-21T13:18:26.048 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.recycle_log_file_num: 0 2024-03-21T13:18:26.048 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.allow_fallocate: 1 2024-03-21T13:18:26.050 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.allow_mmap_reads: 0 2024-03-21T13:18:26.050 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.allow_mmap_writes: 0 2024-03-21T13:18:26.050 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.use_direct_reads: 0 2024-03-21T13:18:26.050 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-21T13:18:26.050 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.create_missing_column_families: 0 2024-03-21T13:18:26.050 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.db_log_dir: 2024-03-21T13:18:26.050 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.wal_dir: 2024-03-21T13:18:26.050 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.table_cache_numshardbits: 6 2024-03-21T13:18:26.051 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.WAL_ttl_seconds: 0 2024-03-21T13:18:26.051 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.WAL_size_limit_MB: 0 2024-03-21T13:18:26.051 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-21T13:18:26.051 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-21T13:18:26.051 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.is_fd_close_on_exec: 1 2024-03-21T13:18:26.051 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.advise_random_on_open: 1 2024-03-21T13:18:26.051 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.db_write_buffer_size: 0 2024-03-21T13:18:26.051 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.write_buffer_manager: 0x558a007b61e0 2024-03-21T13:18:26.051 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-21T13:18:26.051 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-21T13:18:26.051 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.use_adaptive_mutex: 0 2024-03-21T13:18:26.051 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.rate_limiter: (nil) 2024-03-21T13:18:26.051 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-21T13:18:26.052 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.wal_recovery_mode: 2 2024-03-21T13:18:26.052 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.enable_thread_tracking: 0 2024-03-21T13:18:26.052 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.enable_pipelined_write: 0 2024-03-21T13:18:26.052 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.unordered_write: 0 2024-03-21T13:18:26.052 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-21T13:18:26.052 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-21T13:18:26.052 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-21T13:18:26.052 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-21T13:18:26.052 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.row_cache: None 2024-03-21T13:18:26.052 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.wal_filter: None 2024-03-21T13:18:26.052 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-21T13:18:26.052 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.allow_ingest_behind: 0 2024-03-21T13:18:26.052 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.two_write_queues: 0 2024-03-21T13:18:26.053 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.manual_wal_flush: 0 2024-03-21T13:18:26.053 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.wal_compression: 0 2024-03-21T13:18:26.053 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.atomic_flush: 0 2024-03-21T13:18:26.053 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-21T13:18:26.053 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.persist_stats_to_disk: 0 2024-03-21T13:18:26.053 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.write_dbid_to_manifest: 0 2024-03-21T13:18:26.053 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.log_readahead_size: 0 2024-03-21T13:18:26.053 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-21T13:18:26.053 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.best_efforts_recovery: 0 2024-03-21T13:18:26.053 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-21T13:18:26.053 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-21T13:18:26.053 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.allow_data_in_errors: 0 2024-03-21T13:18:26.053 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.db_host_id: __hostname__ 2024-03-21T13:18:26.054 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.enforce_single_del_contracts: true 2024-03-21T13:18:26.054 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.max_background_jobs: 2 2024-03-21T13:18:26.054 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.max_background_compactions: -1 2024-03-21T13:18:26.054 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.max_subcompactions: 1 2024-03-21T13:18:26.054 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-21T13:18:26.054 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-21T13:18:26.054 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.delayed_write_rate : 16777216 2024-03-21T13:18:26.054 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.max_total_wal_size: 0 2024-03-21T13:18:26.054 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-21T13:18:26.054 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.stats_dump_period_sec: 600 2024-03-21T13:18:26.054 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.stats_persist_period_sec: 600 2024-03-21T13:18:26.054 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-21T13:18:26.054 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.max_open_files: -1 2024-03-21T13:18:26.054 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.bytes_per_sync: 0 2024-03-21T13:18:26.055 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.wal_bytes_per_sync: 0 2024-03-21T13:18:26.055 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.strict_bytes_per_sync: 0 2024-03-21T13:18:26.055 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.compaction_readahead_size: 0 2024-03-21T13:18:26.055 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.max_background_flushes: -1 2024-03-21T13:18:26.055 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Compression algorithms supported: 2024-03-21T13:18:26.055 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-21T13:18:26.055 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: kZSTD supported: 0 2024-03-21T13:18:26.055 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: kXpressCompression supported: 0 2024-03-21T13:18:26.055 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: kLZ4HCCompression supported: 1 2024-03-21T13:18:26.055 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: kZlibCompression supported: 1 2024-03-21T13:18:26.055 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: kSnappyCompression supported: 1 2024-03-21T13:18:26.055 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: kLZ4Compression supported: 1 2024-03-21T13:18:26.055 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: kBZip2Compression supported: 0 2024-03-21T13:18:26.055 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Fast CRC32 supported: Supported on x86 2024-03-21T13:18:26.056 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: DMutex implementation: pthread_mutex_t 2024-03-21T13:18:26.056 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2024-03-21T13:18:26.056 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-21T13:18:26.056 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-21T13:18:26.056 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.merge_operator: 2024-03-21T13:18:26.056 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.compaction_filter: None 2024-03-21T13:18:26.056 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.compaction_filter_factory: None 2024-03-21T13:18:26.056 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.sst_partitioner_factory: None 2024-03-21T13:18:26.056 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.memtable_factory: SkipListFactory 2024-03-21T13:18:26.056 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.table_factory: BlockBasedTable 2024-03-21T13:18:26.056 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x558a007e5a20) 2024-03-21T13:18:26.056 INFO:journalctl@ceph.mon.c.smithi116.stdout: cache_index_and_filter_blocks: 1 2024-03-21T13:18:26.056 INFO:journalctl@ceph.mon.c.smithi116.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-21T13:18:26.056 INFO:journalctl@ceph.mon.c.smithi116.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-21T13:18:26.057 INFO:journalctl@ceph.mon.c.smithi116.stdout: pin_top_level_index_and_filter: 1 2024-03-21T13:18:26.057 INFO:journalctl@ceph.mon.c.smithi116.stdout: index_type: 0 2024-03-21T13:18:26.057 INFO:journalctl@ceph.mon.c.smithi116.stdout: data_block_index_type: 0 2024-03-21T13:18:26.057 INFO:journalctl@ceph.mon.c.smithi116.stdout: index_shortening: 1 2024-03-21T13:18:26.057 INFO:journalctl@ceph.mon.c.smithi116.stdout: data_block_hash_table_util_ratio: 0.750000 2024-03-21T13:18:26.057 INFO:journalctl@ceph.mon.c.smithi116.stdout: checksum: 4 2024-03-21T13:18:26.057 INFO:journalctl@ceph.mon.c.smithi116.stdout: no_block_cache: 0 2024-03-21T13:18:26.057 INFO:journalctl@ceph.mon.c.smithi116.stdout: block_cache: 0x558a007e9090 2024-03-21T13:18:26.057 INFO:journalctl@ceph.mon.c.smithi116.stdout: block_cache_name: BinnedLRUCache 2024-03-21T13:18:26.057 INFO:journalctl@ceph.mon.c.smithi116.stdout: block_cache_options: 2024-03-21T13:18:26.057 INFO:journalctl@ceph.mon.c.smithi116.stdout: capacity : 536870912 2024-03-21T13:18:26.057 INFO:journalctl@ceph.mon.c.smithi116.stdout: num_shard_bits : 4 2024-03-21T13:18:26.057 INFO:journalctl@ceph.mon.c.smithi116.stdout: strict_capacity_limit : 0 2024-03-21T13:18:26.058 INFO:journalctl@ceph.mon.c.smithi116.stdout: high_pri_pool_ratio: 0.000 2024-03-21T13:18:26.058 INFO:journalctl@ceph.mon.c.smithi116.stdout: block_cache_compressed: (nil) 2024-03-21T13:18:26.058 INFO:journalctl@ceph.mon.c.smithi116.stdout: persistent_cache: (nil) 2024-03-21T13:18:26.058 INFO:journalctl@ceph.mon.c.smithi116.stdout: block_size: 4096 2024-03-21T13:18:26.058 INFO:journalctl@ceph.mon.c.smithi116.stdout: block_size_deviation: 10 2024-03-21T13:18:26.058 INFO:journalctl@ceph.mon.c.smithi116.stdout: block_restart_interval: 16 2024-03-21T13:18:26.058 INFO:journalctl@ceph.mon.c.smithi116.stdout: index_block_restart_interval: 1 2024-03-21T13:18:26.058 INFO:journalctl@ceph.mon.c.smithi116.stdout: metadata_block_size: 4096 2024-03-21T13:18:26.058 INFO:journalctl@ceph.mon.c.smithi116.stdout: partition_filters: 0 2024-03-21T13:18:26.058 INFO:journalctl@ceph.mon.c.smithi116.stdout: use_delta_encoding: 1 2024-03-21T13:18:26.058 INFO:journalctl@ceph.mon.c.smithi116.stdout: filter_policy: bloomfilter 2024-03-21T13:18:26.058 INFO:journalctl@ceph.mon.c.smithi116.stdout: whole_key_filtering: 1 2024-03-21T13:18:26.058 INFO:journalctl@ceph.mon.c.smithi116.stdout: verify_compression: 0 2024-03-21T13:18:26.058 INFO:journalctl@ceph.mon.c.smithi116.stdout: read_amp_bytes_per_bit: 0 2024-03-21T13:18:26.058 INFO:journalctl@ceph.mon.c.smithi116.stdout: format_version: 5 2024-03-21T13:18:26.059 INFO:journalctl@ceph.mon.c.smithi116.stdout: enable_index_compression: 1 2024-03-21T13:18:26.059 INFO:journalctl@ceph.mon.c.smithi116.stdout: block_align: 0 2024-03-21T13:18:26.059 INFO:journalctl@ceph.mon.c.smithi116.stdout: max_auto_readahead_size: 262144 2024-03-21T13:18:26.059 INFO:journalctl@ceph.mon.c.smithi116.stdout: prepopulate_block_cache: 0 2024-03-21T13:18:26.059 INFO:journalctl@ceph.mon.c.smithi116.stdout: initial_auto_readahead_size: 8192 2024-03-21T13:18:26.059 INFO:journalctl@ceph.mon.c.smithi116.stdout: num_file_reads_for_auto_readahead: 2 2024-03-21T13:18:26.059 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.write_buffer_size: 33554432 2024-03-21T13:18:26.059 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.max_write_buffer_number: 2 2024-03-21T13:18:26.059 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.compression: NoCompression 2024-03-21T13:18:26.059 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.bottommost_compression: Disabled 2024-03-21T13:18:26.059 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.prefix_extractor: nullptr 2024-03-21T13:18:26.059 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-21T13:18:26.059 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.num_levels: 7 2024-03-21T13:18:26.059 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-21T13:18:26.059 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-21T13:18:26.059 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-21T13:18:26.060 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-21T13:18:26.060 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-21T13:18:26.060 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-21T13:18:26.060 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-21T13:18:26.060 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-21T13:18:26.060 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-21T13:18:26.060 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-21T13:18:26.060 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-21T13:18:26.060 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-21T13:18:26.060 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.compression_opts.window_bits: -14 2024-03-21T13:18:26.060 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.compression_opts.level: 32767 2024-03-21T13:18:26.060 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.compression_opts.strategy: 0 2024-03-21T13:18:26.060 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-21T13:18:26.060 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-21T13:18:26.060 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-21T13:18:26.061 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-21T13:18:26.061 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.compression_opts.enabled: false 2024-03-21T13:18:26.061 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-21T13:18:26.061 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-21T13:18:26.061 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-21T13:18:26.061 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-21T13:18:26.061 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.target_file_size_base: 67108864 2024-03-21T13:18:26.061 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.target_file_size_multiplier: 1 2024-03-21T13:18:26.061 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-21T13:18:26.061 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-21T13:18:26.061 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-21T13:18:26.061 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-21T13:18:26.061 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-21T13:18:26.061 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-21T13:18:26.062 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-21T13:18:26.062 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-21T13:18:26.062 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-21T13:18:26.062 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-21T13:18:26.062 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-21T13:18:26.062 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-21T13:18:26.062 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-21T13:18:26.062 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.arena_block_size: 1048576 2024-03-21T13:18:26.062 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-21T13:18:26.062 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-21T13:18:26.062 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.disable_auto_compactions: 0 2024-03-21T13:18:26.062 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-21T13:18:26.062 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-21T13:18:26.063 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-21T13:18:26.063 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-21T13:18:26.063 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-21T13:18:26.063 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-21T13:18:26.063 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-21T13:18:26.063 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-21T13:18:26.063 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-21T13:18:26.063 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-21T13:18:26.063 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.table_properties_collectors: 2024-03-21T13:18:26.063 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.inplace_update_support: 0 2024-03-21T13:18:26.063 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.inplace_update_num_locks: 10000 2024-03-21T13:18:26.063 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-21T13:18:26.063 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-21T13:18:26.063 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.memtable_huge_page_size: 0 2024-03-21T13:18:26.063 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.bloom_locality: 0 2024-03-21T13:18:26.064 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.max_successive_merges: 0 2024-03-21T13:18:26.064 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.optimize_filters_for_hits: 0 2024-03-21T13:18:26.064 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.paranoid_file_checks: 0 2024-03-21T13:18:26.064 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.force_consistency_checks: 1 2024-03-21T13:18:26.064 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.report_bg_io_stats: 0 2024-03-21T13:18:26.064 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.ttl: 2592000 2024-03-21T13:18:26.064 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.periodic_compaction_seconds: 0 2024-03-21T13:18:26.064 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-21T13:18:26.064 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-21T13:18:26.064 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.enable_blob_files: false 2024-03-21T13:18:26.064 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.min_blob_size: 0 2024-03-21T13:18:26.064 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.blob_file_size: 268435456 2024-03-21T13:18:26.064 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.blob_compression_type: NoCompression 2024-03-21T13:18:26.064 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.enable_blob_garbage_collection: false 2024-03-21T13:18:26.064 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-21T13:18:26.065 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-21T13:18:26.065 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-21T13:18:26.065 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.blob_file_starting_level: 0 2024-03-21T13:18:26.065 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-21T13:18:26.065 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: 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-03-21T13:18:26.065 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-03-21T13:18:26.065 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 8052578e-ccb1-4648-8ef8-310d9283a8be 2024-03-21T13:18:26.065 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: EVENT_LOG_v1 {"time_micros": 1711027105687582, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-03-21T13:18:26.065 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-03-21T13:18:26.065 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: EVENT_LOG_v1 {"time_micros": 1711027105688118, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1622, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1711027105, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "8052578e-ccb1-4648-8ef8-310d9283a8be", "db_session_id": "6ZHDQZM8QFB30YY7ENL1", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-03-21T13:18:26.065 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: EVENT_LOG_v1 {"time_micros": 1711027105688214, "job": 1, "event": "recovery_finished"} 2024-03-21T13:18:26.065 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-03-21T13:18:26.065 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: 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-03-21T13:18:26.066 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x558a008d8000 2024-03-21T13:18:26.066 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: DB pointer 0x558a008c2000 2024-03-21T13:18:26.066 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-21T13:18:26.066 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-21T13:18:26.066 INFO:journalctl@ceph.mon.c.smithi116.stdout: ** DB Stats ** 2024-03-21T13:18:26.066 INFO:journalctl@ceph.mon.c.smithi116.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T13:18:26.066 INFO:journalctl@ceph.mon.c.smithi116.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-03-21T13:18:26.066 INFO:journalctl@ceph.mon.c.smithi116.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-21T13:18:26.066 INFO:journalctl@ceph.mon.c.smithi116.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T13:18:26.066 INFO:journalctl@ceph.mon.c.smithi116.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-03-21T13:18:26.066 INFO:journalctl@ceph.mon.c.smithi116.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-21T13:18:26.066 INFO:journalctl@ceph.mon.c.smithi116.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T13:18:26.066 INFO:journalctl@ceph.mon.c.smithi116.stdout: 2024-03-21T13:18:26.067 INFO:journalctl@ceph.mon.c.smithi116.stdout: ** Compaction Stats [default] ** 2024-03-21T13:18:26.067 INFO:journalctl@ceph.mon.c.smithi116.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-03-21T13:18:26.067 INFO:journalctl@ceph.mon.c.smithi116.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-21T13:18:26.067 INFO:journalctl@ceph.mon.c.smithi116.stdout: L0 1/0 1.58 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-21T13:18:26.067 INFO:journalctl@ceph.mon.c.smithi116.stdout: Sum 1/0 1.58 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-21T13:18:26.067 INFO:journalctl@ceph.mon.c.smithi116.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.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-21T13:18:26.067 INFO:journalctl@ceph.mon.c.smithi116.stdout: 2024-03-21T13:18:26.067 INFO:journalctl@ceph.mon.c.smithi116.stdout: ** Compaction Stats [default] ** 2024-03-21T13:18:26.067 INFO:journalctl@ceph.mon.c.smithi116.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-03-21T13:18:26.067 INFO:journalctl@ceph.mon.c.smithi116.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-21T13:18:26.067 INFO:journalctl@ceph.mon.c.smithi116.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.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-21T13:18:26.067 INFO:journalctl@ceph.mon.c.smithi116.stdout: 2024-03-21T13:18:26.067 INFO:journalctl@ceph.mon.c.smithi116.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-21T13:18:26.068 INFO:journalctl@ceph.mon.c.smithi116.stdout: 2024-03-21T13:18:26.068 INFO:journalctl@ceph.mon.c.smithi116.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T13:18:26.068 INFO:journalctl@ceph.mon.c.smithi116.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-03-21T13:18:26.068 INFO:journalctl@ceph.mon.c.smithi116.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-21T13:18:26.068 INFO:journalctl@ceph.mon.c.smithi116.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-03-21T13:18:26.068 INFO:journalctl@ceph.mon.c.smithi116.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-03-21T13:18:26.068 INFO:journalctl@ceph.mon.c.smithi116.stdout: AddFile(Keys): cumulative 0, interval 0 2024-03-21T13:18:26.068 INFO:journalctl@ceph.mon.c.smithi116.stdout: Cumulative compaction: 0.00 GB write, 0.52 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T13:18:26.068 INFO:journalctl@ceph.mon.c.smithi116.stdout: Interval compaction: 0.00 GB write, 0.52 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T13:18:26.068 INFO:journalctl@ceph.mon.c.smithi116.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-03-21T13:18:26.068 INFO:journalctl@ceph.mon.c.smithi116.stdout: Block cache BinnedLRUCache@0x558a007e9090#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 8e-06 secs_since: 0 2024-03-21T13:18:26.068 INFO:journalctl@ceph.mon.c.smithi116.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-03-21T13:18:26.068 INFO:journalctl@ceph.mon.c.smithi116.stdout: 2024-03-21T13:18:26.068 INFO:journalctl@ceph.mon.c.smithi116.stdout: ** File Read Latency Histogram By Level [default] ** 2024-03-21T13:18:26.069 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: mon.c does not exist in monmap, will attempt to join an existing cluster 2024-03-21T13:18:26.069 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: using public_addr v2:172.21.15.116:0/0 -> [v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0] 2024-03-21T13:18:26.069 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: starting mon.c rank -1 at public addrs [v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0] at bind addrs [v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid 19889ac0-e785-11ee-95cd-87774f69a715 2024-03-21T13:18:26.069 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: mon.c@-1(???) e0 preinit fsid 19889ac0-e785-11ee-95cd-87774f69a715 2024-03-21T13:18:26.069 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: mon.c@-1(synchronizing).mds e1 new map 2024-03-21T13:18:26.069 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: mon.c@-1(synchronizing).mds e1 print_map 2024-03-21T13:18:26.069 INFO:journalctl@ceph.mon.c.smithi116.stdout: e1 2024-03-21T13:18:26.069 INFO:journalctl@ceph.mon.c.smithi116.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-03-21T13:18:26.069 INFO:journalctl@ceph.mon.c.smithi116.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} 2024-03-21T13:18:26.069 INFO:journalctl@ceph.mon.c.smithi116.stdout: legacy client fscid: -1 2024-03-21T13:18:26.069 INFO:journalctl@ceph.mon.c.smithi116.stdout: 2024-03-21T13:18:26.069 INFO:journalctl@ceph.mon.c.smithi116.stdout: No filesystems configured 2024-03-21T13:18:26.069 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-03-21T13:18:26.069 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: 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-03-21T13:18:26.069 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-03-21T13:18:26.070 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-03-21T13:18:26.070 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-03-21T13:18:26.070 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-03-21T13:18:26.070 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-21T13:18:26.070 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T13:18:26.070 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T13:18:26.070 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T13:18:26.070 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:26.070 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:18:26.070 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:26.070 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:26.070 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi116", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:18:26.071 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:26.071 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:26.071 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:26.071 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:26.071 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi052", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:18:26.071 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:18:26.071 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:18:26.071 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: Updating smithi052:/etc/ceph/ceph.conf 2024-03-21T13:18:26.071 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:26.071 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:26.071 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:26.071 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:26.071 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: Updating smithi052:/var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:18:26.071 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: Deploying cephadm binary to smithi116 2024-03-21T13:18:26.071 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: Updating smithi052:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:18:26.072 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: Updating smithi052:/var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:18:26.072 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:26.072 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:26.072 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: Added host smithi116 2024-03-21T13:18:26.072 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:18:26.072 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:26.072 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:26.072 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:26.072 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:26.072 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:26.072 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:18:26.072 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:26.072 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: from='client.? 172.21.15.29:0/842031932' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-21T13:18:26.073 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: from='client.? 172.21.15.29:0/842031932' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-21T13:18:26.073 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: osdmap e4: 0 total, 0 up, 0 in 2024-03-21T13:18:26.073 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:26.073 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:26.073 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:26.073 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:26.073 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi116", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:18:26.073 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:18:26.073 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:18:26.073 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: Updating smithi116:/etc/ceph/ceph.conf 2024-03-21T13:18:26.073 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: Updating smithi116:/var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:18:26.073 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: Updating smithi116:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:18:26.074 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:26.074 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:26.074 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:26.074 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:26.074 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: Updating smithi116:/var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:18:26.074 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:26.074 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi029:172.21.15.29=a;smithi052:172.21.15.52=b;smithi116:172.21.15.116=c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:18:26.074 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: Saving service mon spec with placement smithi029:172.21.15.29=a;smithi052:172.21.15.52=b;smithi116:172.21.15.116=c;count:3 2024-03-21T13:18:26.074 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:26.074 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:18:26.074 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:18:26.074 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:18:26.074 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:26.074 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:18:26.075 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:18:26.075 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: Deploying daemon mon.c on smithi116 2024-03-21T13:18:26.075 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:26.075 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:26.075 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: from='client.? 172.21.15.116:0/812372000' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-21T13:18:26.075 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 ceph-mon[33572]: mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-03-21T13:18:26.075 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 bash[33535]: 360e7f5ee32272e05630140d2903891da53cdd54f6829cc855d376bad5cca92b 2024-03-21T13:18:26.075 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:25 smithi116 systemd[1]: Started Ceph mon.c for 19889ac0-e785-11ee-95cd-87774f69a715. 2024-03-21T13:18:26.258 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-21T13:18:26.258 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19889ac0-e785-11ee-95cd-87774f69a715 -- ceph mon dump -f json 2024-03-21T13:18:26.491 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/mon.c/config 2024-03-21T13:18:31.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:30 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:18:31.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:30 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:18:31.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:30 smithi029 ceph-mon[30122]: mon.a calling monitor election 2024-03-21T13:18:31.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:30 smithi029 ceph-mon[30122]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:31.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:30 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:18:31.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:30 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:18:31.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:30 smithi029 ceph-mon[30122]: mon.c calling monitor election 2024-03-21T13:18:31.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:30 smithi029 ceph-mon[30122]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:31.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:30 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:18:31.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:30 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:18:31.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:30 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:18:31.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:30 smithi029 ceph-mon[30122]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-21T13:18:31.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:30 smithi029 ceph-mon[30122]: monmap e2: 2 mons at {a=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0],c=[v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T13:18:31.146 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:30 smithi029 ceph-mon[30122]: fsmap 2024-03-21T13:18:31.146 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:30 smithi029 ceph-mon[30122]: osdmap e4: 0 total, 0 up, 0 in 2024-03-21T13:18:31.146 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:30 smithi029 ceph-mon[30122]: mgrmap e13: a(active, since 52s) 2024-03-21T13:18:31.146 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:30 smithi029 ceph-mon[30122]: overall HEALTH_OK 2024-03-21T13:18:31.146 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:30 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:31.146 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:30 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:31.146 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:30 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:31.146 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:30 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:18:31.146 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:30 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:18:31.209 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:30 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:18:31.210 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:30 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:18:31.210 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:30 smithi116 ceph-mon[33572]: mon.a calling monitor election 2024-03-21T13:18:31.210 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:30 smithi116 ceph-mon[33572]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:31.210 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:30 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:18:31.210 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:30 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:18:31.210 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:30 smithi116 ceph-mon[33572]: mon.c calling monitor election 2024-03-21T13:18:31.210 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:30 smithi116 ceph-mon[33572]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:31.210 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:30 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:18:31.210 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:30 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:18:31.210 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:30 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:18:31.210 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:30 smithi116 ceph-mon[33572]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-21T13:18:31.210 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:30 smithi116 ceph-mon[33572]: monmap e2: 2 mons at {a=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0],c=[v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T13:18:31.210 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:30 smithi116 ceph-mon[33572]: fsmap 2024-03-21T13:18:31.211 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:30 smithi116 ceph-mon[33572]: osdmap e4: 0 total, 0 up, 0 in 2024-03-21T13:18:31.211 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:30 smithi116 ceph-mon[33572]: mgrmap e13: a(active, since 52s) 2024-03-21T13:18:31.211 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:30 smithi116 ceph-mon[33572]: overall HEALTH_OK 2024-03-21T13:18:31.211 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:30 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:31.211 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:30 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:31.211 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:30 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:31.211 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:30 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:18:31.211 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:30 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:18:31.211 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:18:31.212 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":2,"fsid":"19889ac0-e785-11ee-95cd-87774f69a715","modified":"2024-03-21T13:18:25.712772Z","created":"2024-03-21T13:16:30.511946Z","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.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:3300","nonce":0},{"type":"v1","addr":"172.21.15.116:6789","nonce":0}]},"addr":"172.21.15.116:6789/0","public_addr":"172.21.15.116:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-03-21T13:18:31.212 INFO:teuthology.orchestra.run.smithi116.stderr:dumped monmap epoch 2 2024-03-21T13:18:32.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:31 smithi029 ceph-mon[30122]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:32.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:31 smithi029 ceph-mon[30122]: Deploying daemon mon.b on smithi052 2024-03-21T13:18:32.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:31 smithi029 ceph-mon[30122]: from='client.? 172.21.15.116:0/2497523824' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-21T13:18:32.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:31 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:18:32.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:31 smithi116 ceph-mon[33572]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:32.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:31 smithi116 ceph-mon[33572]: Deploying daemon mon.b on smithi052 2024-03-21T13:18:32.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:31 smithi116 ceph-mon[33572]: from='client.? 172.21.15.116:0/2497523824' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-21T13:18:32.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:31 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:18:32.772 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-21T13:18:32.773 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19889ac0-e785-11ee-95cd-87774f69a715 -- ceph mon dump -f json 2024-03-21T13:18:33.018 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/mon.c/config 2024-03-21T13:18:34.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:33 smithi116 ceph-mon[33572]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:34.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:33 smithi029 ceph-mon[30122]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:34.780 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-03-21T13:18:35.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: mon.b@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-03-21T13:18:35.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-03-21T13:18:35.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-03-21T13:18:35.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-03-21T13:18:35.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-03-21T13:18:35.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-21T13:18:35.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T13:18:35.150 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T13:18:35.150 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T13:18:35.150 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:35.150 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:18:35.150 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:35.150 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:35.150 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi116", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:18:35.150 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:35.150 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:35.150 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:35.150 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:35.150 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi052", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:18:35.150 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:18:35.150 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:18:35.151 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: Updating smithi052:/etc/ceph/ceph.conf 2024-03-21T13:18:35.151 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:35.151 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:35.151 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:35.151 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:35.151 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: Updating smithi052:/var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:18:35.151 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: Deploying cephadm binary to smithi116 2024-03-21T13:18:35.151 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: Updating smithi052:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:18:35.151 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: Updating smithi052:/var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:18:35.151 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:35.151 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:35.151 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: Added host smithi116 2024-03-21T13:18:35.151 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:18:35.151 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:35.151 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:35.152 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:35.152 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:35.152 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:35.152 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:18:35.152 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:35.152 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: from='client.? 172.21.15.29:0/842031932' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-21T13:18:35.152 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: from='client.? 172.21.15.29:0/842031932' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-21T13:18:35.152 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: osdmap e4: 0 total, 0 up, 0 in 2024-03-21T13:18:35.152 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:35.152 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:35.152 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:35.152 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:35.152 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi116", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:18:35.152 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:18:35.152 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:18:35.153 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: Updating smithi116:/etc/ceph/ceph.conf 2024-03-21T13:18:35.153 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: Updating smithi116:/var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:18:35.153 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: Updating smithi116:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:18:35.153 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:35.153 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:35.153 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:35.153 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:35.153 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: Updating smithi116:/var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:18:35.153 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:35.153 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi029:172.21.15.29=a;smithi052:172.21.15.52=b;smithi116:172.21.15.116=c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:18:35.153 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: Saving service mon spec with placement smithi029:172.21.15.29=a;smithi052:172.21.15.52=b;smithi116:172.21.15.116=c;count:3 2024-03-21T13:18:35.153 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:35.153 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:18:35.154 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:18:35.154 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:18:35.154 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:35.154 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:18:35.155 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:18:35.155 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: Deploying daemon mon.c on smithi116 2024-03-21T13:18:35.155 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:35.155 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:35.155 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: from='client.? 172.21.15.116:0/812372000' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-21T13:18:35.155 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:18:35.155 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:18:35.155 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: mon.a calling monitor election 2024-03-21T13:18:35.155 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:35.155 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:18:35.155 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:18:35.155 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: mon.c calling monitor election 2024-03-21T13:18:35.155 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:35.155 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:18:35.155 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:18:35.156 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:18:35.156 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-21T13:18:35.156 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: monmap e2: 2 mons at {a=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0],c=[v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T13:18:35.156 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: fsmap 2024-03-21T13:18:35.156 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: osdmap e4: 0 total, 0 up, 0 in 2024-03-21T13:18:35.156 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: mgrmap e13: a(active, since 52s) 2024-03-21T13:18:35.156 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: overall HEALTH_OK 2024-03-21T13:18:35.156 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:35.156 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:35.156 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:35.156 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:18:35.156 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:18:35.156 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:35.156 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: Deploying daemon mon.b on smithi052 2024-03-21T13:18:35.156 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: from='client.? 172.21.15.116:0/2497523824' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-21T13:18:35.156 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:18:35.157 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:35.157 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 ceph-mon[33033]: mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-03-21T13:18:35.157 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 bash[32996]: de4be9e1b1de800d1ca89d438587d30c14b1e14340d88f4966bac52e2432cb18 2024-03-21T13:18:35.157 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:34 smithi052 systemd[1]: Started Ceph mon.b for 19889ac0-e785-11ee-95cd-87774f69a715. 2024-03-21T13:18:39.819 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-03-21T13:18:39.820 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":3,"fsid":"19889ac0-e785-11ee-95cd-87774f69a715","modified":"2024-03-21T13:18:34.786312Z","created":"2024-03-21T13:16:30.511946Z","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.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:3300","nonce":0},{"type":"v1","addr":"172.21.15.116:6789","nonce":0}]},"addr":"172.21.15.116:6789/0","public_addr":"172.21.15.116:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-03-21T13:18:39.822 INFO:teuthology.orchestra.run.smithi116.stderr:dumped monmap epoch 3 2024-03-21T13:18:40.099 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:39 smithi116 ceph-mon[33572]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:40.100 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:39 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:18:40.100 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:39 smithi116 ceph-mon[33572]: mon.c calling monitor election 2024-03-21T13:18:40.100 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:39 smithi116 ceph-mon[33572]: mon.a calling monitor election 2024-03-21T13:18:40.100 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:39 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:18:40.100 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:39 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:18:40.100 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:39 smithi116 ceph-mon[33572]: from='client.? 172.21.15.116:0/128127635' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-21T13:18:40.100 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:39 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:18:40.100 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:39 smithi116 ceph-mon[33572]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:40.100 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:39 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:18:40.100 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:39 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:18:40.100 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:39 smithi116 ceph-mon[33572]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:40.100 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:39 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:18:40.100 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:39 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:18:40.100 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:39 smithi116 ceph-mon[33572]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-21T13:18:40.100 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:39 smithi116 ceph-mon[33572]: monmap e3: 3 mons at {a=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0],b=[v2:172.21.15.52:3300/0,v1:172.21.15.52:6789/0],c=[v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T13:18:40.101 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:39 smithi116 ceph-mon[33572]: fsmap 2024-03-21T13:18:40.101 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:39 smithi116 ceph-mon[33572]: osdmap e4: 0 total, 0 up, 0 in 2024-03-21T13:18:40.101 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:39 smithi116 ceph-mon[33572]: mgrmap e13: a(active, since 61s) 2024-03-21T13:18:40.101 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:39 smithi116 ceph-mon[33572]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-03-21T13:18:40.101 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:39 smithi116 ceph-mon[33572]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-21T13:18:40.101 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:39 smithi116 ceph-mon[33572]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-03-21T13:18:40.101 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:39 smithi116 ceph-mon[33572]: mon.b (rank 2) addr [v2:172.21.15.52:3300/0,v1:172.21.15.52:6789/0] is down (out of quorum) 2024-03-21T13:18:40.101 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:39 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:40.101 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:39 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:40.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:39 smithi029 ceph-mon[30122]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:40.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:39 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:18:40.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:39 smithi029 ceph-mon[30122]: mon.c calling monitor election 2024-03-21T13:18:40.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:39 smithi029 ceph-mon[30122]: mon.a calling monitor election 2024-03-21T13:18:40.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:39 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:18:40.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:39 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:18:40.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:39 smithi029 ceph-mon[30122]: from='client.? 172.21.15.116:0/128127635' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-21T13:18:40.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:39 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:18:40.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:39 smithi029 ceph-mon[30122]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:40.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:39 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:18:40.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:39 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:18:40.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:39 smithi029 ceph-mon[30122]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:40.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:39 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:18:40.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:39 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:18:40.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:39 smithi029 ceph-mon[30122]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-21T13:18:40.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:39 smithi029 ceph-mon[30122]: monmap e3: 3 mons at {a=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0],b=[v2:172.21.15.52:3300/0,v1:172.21.15.52:6789/0],c=[v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T13:18:40.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:39 smithi029 ceph-mon[30122]: fsmap 2024-03-21T13:18:40.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:39 smithi029 ceph-mon[30122]: osdmap e4: 0 total, 0 up, 0 in 2024-03-21T13:18:40.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:39 smithi029 ceph-mon[30122]: mgrmap e13: a(active, since 61s) 2024-03-21T13:18:40.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:39 smithi029 ceph-mon[30122]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-03-21T13:18:40.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:39 smithi029 ceph-mon[30122]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-21T13:18:40.146 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:39 smithi029 ceph-mon[30122]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-03-21T13:18:40.146 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:39 smithi029 ceph-mon[30122]: mon.b (rank 2) addr [v2:172.21.15.52:3300/0,v1:172.21.15.52:6789/0] is down (out of quorum) 2024-03-21T13:18:40.146 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:39 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:40.146 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:39 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:40.369 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-03-21T13:18:40.369 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19889ac0-e785-11ee-95cd-87774f69a715 -- ceph config generate-minimal-conf 2024-03-21T13:18:40.623 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:18:41.075 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:40 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:41.075 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:40 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:41.075 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:40 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:18:41.075 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:40 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:18:41.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:40 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:41.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:40 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:41.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:40 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:18:41.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:40 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:18:42.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:41 smithi052 ceph-mon[33033]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:42.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:41 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:18:42.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:41 smithi052 ceph-mon[33033]: mon.c calling monitor election 2024-03-21T13:18:42.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:41 smithi052 ceph-mon[33033]: mon.a calling monitor election 2024-03-21T13:18:42.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:41 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:18:42.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:41 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:18:42.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:41 smithi052 ceph-mon[33033]: from='client.? 172.21.15.116:0/128127635' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-21T13:18:42.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:41 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:18:42.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:41 smithi052 ceph-mon[33033]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:42.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:41 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:18:42.150 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:41 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:18:42.150 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:41 smithi052 ceph-mon[33033]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:42.150 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:41 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:18:42.150 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:41 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:18:42.150 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:41 smithi052 ceph-mon[33033]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-21T13:18:42.150 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:41 smithi052 ceph-mon[33033]: monmap e3: 3 mons at {a=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0],b=[v2:172.21.15.52:3300/0,v1:172.21.15.52:6789/0],c=[v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T13:18:42.150 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:41 smithi052 ceph-mon[33033]: fsmap 2024-03-21T13:18:42.150 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:41 smithi052 ceph-mon[33033]: osdmap e4: 0 total, 0 up, 0 in 2024-03-21T13:18:42.151 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:41 smithi052 ceph-mon[33033]: mgrmap e13: a(active, since 61s) 2024-03-21T13:18:42.151 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:41 smithi052 ceph-mon[33033]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-03-21T13:18:42.151 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:41 smithi052 ceph-mon[33033]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-21T13:18:42.151 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:41 smithi052 ceph-mon[33033]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-03-21T13:18:42.151 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:41 smithi052 ceph-mon[33033]: mon.b (rank 2) addr [v2:172.21.15.52:3300/0,v1:172.21.15.52:6789/0] is down (out of quorum) 2024-03-21T13:18:42.151 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:41 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:42.151 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:41 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:42.151 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:41 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:42.151 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:41 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:42.151 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:41 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:18:42.151 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:41 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:18:42.543 INFO:teuthology.orchestra.run.smithi029.stdout:# minimal ceph.conf for 19889ac0-e785-11ee-95cd-87774f69a715 2024-03-21T13:18:42.543 INFO:teuthology.orchestra.run.smithi029.stdout:[global] 2024-03-21T13:18:42.543 INFO:teuthology.orchestra.run.smithi029.stdout: fsid = 19889ac0-e785-11ee-95cd-87774f69a715 2024-03-21T13:18:42.543 INFO:teuthology.orchestra.run.smithi029.stdout: mon_host = [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] [v2:172.21.15.52:3300/0,v1:172.21.15.52:6789/0] [v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0] 2024-03-21T13:18:42.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:42 smithi052 ceph-mon[33033]: mon.b calling monitor election 2024-03-21T13:18:42.649 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:42 smithi052 ceph-mon[33033]: Updating smithi029:/etc/ceph/ceph.conf 2024-03-21T13:18:42.649 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:42 smithi052 ceph-mon[33033]: Updating smithi052:/etc/ceph/ceph.conf 2024-03-21T13:18:42.649 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:42 smithi052 ceph-mon[33033]: Updating smithi116:/etc/ceph/ceph.conf 2024-03-21T13:18:42.649 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:42 smithi052 ceph-mon[33033]: Updating smithi052:/var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:18:42.649 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:42 smithi052 ceph-mon[33033]: Updating smithi029:/var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:18:42.649 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:42 smithi052 ceph-mon[33033]: Updating smithi116:/var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:18:42.649 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:42 smithi052 ceph-mon[33033]: mon.b calling monitor election 2024-03-21T13:18:42.649 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:42 smithi052 ceph-mon[33033]: mon.c calling monitor election 2024-03-21T13:18:42.649 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:42 smithi052 ceph-mon[33033]: mon.a calling monitor election 2024-03-21T13:18:42.649 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:42 smithi052 ceph-mon[33033]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-21T13:18:42.649 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:42 smithi052 ceph-mon[33033]: monmap e3: 3 mons at {a=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0],b=[v2:172.21.15.52:3300/0,v1:172.21.15.52:6789/0],c=[v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T13:18:42.649 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:42 smithi052 ceph-mon[33033]: fsmap 2024-03-21T13:18:42.649 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:42 smithi052 ceph-mon[33033]: osdmap e4: 0 total, 0 up, 0 in 2024-03-21T13:18:42.650 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:42 smithi052 ceph-mon[33033]: mgrmap e13: a(active, since 63s) 2024-03-21T13:18:42.650 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:42 smithi052 ceph-mon[33033]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-03-21T13:18:42.650 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:42 smithi052 ceph-mon[33033]: Cluster is now healthy 2024-03-21T13:18:42.650 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:42 smithi052 ceph-mon[33033]: overall HEALTH_OK 2024-03-21T13:18:42.650 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:42 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:42.650 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:42 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:42.650 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:42 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:42.650 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:42 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:42.650 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:42 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:42.650 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:42 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:42.650 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:42 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:42.650 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:42 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:42.650 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:42 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:42.650 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:42 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:42.651 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:42 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:42.651 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:42 smithi052 ceph-mon[33033]: Reconfiguring mon.a (unknown last config time)... 2024-03-21T13:18:42.651 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:42 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:18:42.651 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:42 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:18:42.651 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:42 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:18:42.651 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:42 smithi052 ceph-mon[33033]: Reconfiguring daemon mon.a on smithi029 2024-03-21T13:18:42.735 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:42 smithi029 ceph-mon[30122]: mon.b calling monitor election 2024-03-21T13:18:42.735 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:42 smithi029 ceph-mon[30122]: Updating smithi029:/etc/ceph/ceph.conf 2024-03-21T13:18:42.736 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:42 smithi029 ceph-mon[30122]: Updating smithi052:/etc/ceph/ceph.conf 2024-03-21T13:18:42.736 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:42 smithi029 ceph-mon[30122]: Updating smithi116:/etc/ceph/ceph.conf 2024-03-21T13:18:42.736 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:42 smithi029 ceph-mon[30122]: Updating smithi052:/var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:18:42.736 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:42 smithi029 ceph-mon[30122]: Updating smithi029:/var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:18:42.736 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:42 smithi029 ceph-mon[30122]: Updating smithi116:/var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:18:42.736 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:42 smithi029 ceph-mon[30122]: mon.b calling monitor election 2024-03-21T13:18:42.736 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:42 smithi029 ceph-mon[30122]: mon.c calling monitor election 2024-03-21T13:18:42.736 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:42 smithi029 ceph-mon[30122]: mon.a calling monitor election 2024-03-21T13:18:42.736 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:42 smithi029 ceph-mon[30122]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-21T13:18:42.736 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:42 smithi029 ceph-mon[30122]: monmap e3: 3 mons at {a=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0],b=[v2:172.21.15.52:3300/0,v1:172.21.15.52:6789/0],c=[v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T13:18:42.736 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:42 smithi029 ceph-mon[30122]: fsmap 2024-03-21T13:18:42.736 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:42 smithi029 ceph-mon[30122]: osdmap e4: 0 total, 0 up, 0 in 2024-03-21T13:18:42.736 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:42 smithi029 ceph-mon[30122]: mgrmap e13: a(active, since 63s) 2024-03-21T13:18:42.736 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:42 smithi029 ceph-mon[30122]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-03-21T13:18:42.737 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:42 smithi029 ceph-mon[30122]: Cluster is now healthy 2024-03-21T13:18:42.737 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:42 smithi029 ceph-mon[30122]: overall HEALTH_OK 2024-03-21T13:18:42.737 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:42 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:42.737 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:42 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:42.737 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:42 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:42.737 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:42 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:42.737 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:42 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:42.737 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:42 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:42.737 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:42 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:42.737 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:42 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:42.737 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:42 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:42.737 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:42 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:42.737 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:42 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:42.737 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:42 smithi029 ceph-mon[30122]: Reconfiguring mon.a (unknown last config time)... 2024-03-21T13:18:42.738 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:42 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:18:42.738 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:42 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:18:42.738 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:42 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:18:42.738 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:42 smithi029 ceph-mon[30122]: Reconfiguring daemon mon.a on smithi029 2024-03-21T13:18:42.795 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:42 smithi116 ceph-mon[33572]: mon.b calling monitor election 2024-03-21T13:18:42.796 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:42 smithi116 ceph-mon[33572]: Updating smithi029:/etc/ceph/ceph.conf 2024-03-21T13:18:42.796 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:42 smithi116 ceph-mon[33572]: Updating smithi052:/etc/ceph/ceph.conf 2024-03-21T13:18:42.796 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:42 smithi116 ceph-mon[33572]: Updating smithi116:/etc/ceph/ceph.conf 2024-03-21T13:18:42.796 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:42 smithi116 ceph-mon[33572]: Updating smithi052:/var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:18:42.796 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:42 smithi116 ceph-mon[33572]: Updating smithi029:/var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:18:42.796 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:42 smithi116 ceph-mon[33572]: Updating smithi116:/var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:18:42.796 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:42 smithi116 ceph-mon[33572]: mon.b calling monitor election 2024-03-21T13:18:42.796 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:42 smithi116 ceph-mon[33572]: mon.c calling monitor election 2024-03-21T13:18:42.796 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:42 smithi116 ceph-mon[33572]: mon.a calling monitor election 2024-03-21T13:18:42.796 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:42 smithi116 ceph-mon[33572]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-21T13:18:42.797 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:42 smithi116 ceph-mon[33572]: monmap e3: 3 mons at {a=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0],b=[v2:172.21.15.52:3300/0,v1:172.21.15.52:6789/0],c=[v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T13:18:42.797 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:42 smithi116 ceph-mon[33572]: fsmap 2024-03-21T13:18:42.797 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:42 smithi116 ceph-mon[33572]: osdmap e4: 0 total, 0 up, 0 in 2024-03-21T13:18:42.797 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:42 smithi116 ceph-mon[33572]: mgrmap e13: a(active, since 63s) 2024-03-21T13:18:42.797 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:42 smithi116 ceph-mon[33572]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-03-21T13:18:42.797 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:42 smithi116 ceph-mon[33572]: Cluster is now healthy 2024-03-21T13:18:42.797 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:42 smithi116 ceph-mon[33572]: overall HEALTH_OK 2024-03-21T13:18:42.797 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:42 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:42.797 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:42 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:42.797 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:42 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:42.797 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:42 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:42.797 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:42 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:42.797 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:42 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:42.798 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:42 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:42.798 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:42 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:42.798 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:42 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:42.798 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:42 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:42.798 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:42 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:42.798 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:42 smithi116 ceph-mon[33572]: Reconfiguring mon.a (unknown last config time)... 2024-03-21T13:18:42.798 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:42 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:18:42.798 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:42 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:18:42.798 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:42 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:18:42.798 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:42 smithi116 ceph-mon[33572]: Reconfiguring daemon mon.a on smithi029 2024-03-21T13:18:43.728 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:43 smithi029 ceph-mon[30122]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:43.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:43 smithi029 ceph-mon[30122]: from='client.? 172.21.15.29:0/2766387088' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:18:43.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:43 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:18:43.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:43 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:43.795 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:43 smithi116 ceph-mon[33572]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:43.795 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:43 smithi116 ceph-mon[33572]: from='client.? 172.21.15.29:0/2766387088' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:18:43.795 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:43 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:18:43.795 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:43 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:43.898 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:43 smithi052 ceph-mon[33033]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:43.898 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:43 smithi052 ceph-mon[33033]: from='client.? 172.21.15.29:0/2766387088' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:18:43.898 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:43 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:18:43.898 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:43 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:44.130 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-03-21T13:18:44.131 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-03-21T13:18:44.131 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/etc/ceph/ceph.conf 2024-03-21T13:18:44.161 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-03-21T13:18:44.161 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:18:44.229 DEBUG:teuthology.orchestra.run.smithi052:> set -ex 2024-03-21T13:18:44.229 DEBUG:teuthology.orchestra.run.smithi052:> sudo dd of=/etc/ceph/ceph.conf 2024-03-21T13:18:44.261 DEBUG:teuthology.orchestra.run.smithi052:> set -ex 2024-03-21T13:18:44.261 DEBUG:teuthology.orchestra.run.smithi052:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:18:44.328 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-03-21T13:18:44.329 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/etc/ceph/ceph.conf 2024-03-21T13:18:44.363 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-03-21T13:18:44.364 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:18:44.435 INFO:tasks.cephadm:Adding mgr.a on smithi029 2024-03-21T13:18:44.435 INFO:tasks.cephadm:Adding mgr.b on smithi052 2024-03-21T13:18:44.435 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19889ac0-e785-11ee-95cd-87774f69a715 -- ceph orch apply mgr '2;smithi029=a;smithi052=b' 2024-03-21T13:18:44.710 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/mon.c/config 2024-03-21T13:18:44.899 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:44 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:44.899 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:44 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:44.899 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:44 smithi052 ceph-mon[33033]: Reconfiguring mon.b (monmap changed)... 2024-03-21T13:18:44.899 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:44 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:18:44.899 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:44 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:18:44.899 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:44 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:18:44.899 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:44 smithi052 ceph-mon[33033]: Reconfiguring daemon mon.b on smithi052 2024-03-21T13:18:45.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:44 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:45.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:44 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:45.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:44 smithi116 ceph-mon[33572]: Reconfiguring mon.b (monmap changed)... 2024-03-21T13:18:45.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:44 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:18:45.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:44 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:18:45.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:44 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:18:45.046 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:44 smithi116 ceph-mon[33572]: Reconfiguring daemon mon.b on smithi052 2024-03-21T13:18:45.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:44 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:45.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:44 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:45.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:44 smithi029 ceph-mon[30122]: Reconfiguring mon.b (monmap changed)... 2024-03-21T13:18:45.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:44 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:18:45.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:44 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:18:45.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:44 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:18:45.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:44 smithi029 ceph-mon[30122]: Reconfiguring daemon mon.b on smithi052 2024-03-21T13:18:45.955 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:45 smithi116 ceph-mon[33572]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:45.955 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:45 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:45.955 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:45 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:45.955 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:45 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:18:45.956 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:45 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:18:45.956 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:45 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:18:46.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:45 smithi029 ceph-mon[30122]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:46.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:45 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:46.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:45 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:46.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:45 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:18:46.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:45 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:18:46.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:45 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:18:46.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:45 smithi052 ceph-mon[33033]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:46.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:45 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:46.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:45 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:46.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:45 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:18:46.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:45 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:18:46.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:45 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:18:46.410 INFO:teuthology.orchestra.run.smithi116.stdout:Scheduled mgr update... 2024-03-21T13:18:47.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:46 smithi116 ceph-mon[33572]: Reconfiguring mon.c (monmap changed)... 2024-03-21T13:18:47.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:46 smithi116 ceph-mon[33572]: Reconfiguring daemon mon.c on smithi116 2024-03-21T13:18:47.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:46 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:47.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:46 smithi029 ceph-mon[30122]: Reconfiguring mon.c (monmap changed)... 2024-03-21T13:18:47.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:46 smithi029 ceph-mon[30122]: Reconfiguring daemon mon.c on smithi116 2024-03-21T13:18:47.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:46 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:47.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:46 smithi052 ceph-mon[33033]: Reconfiguring mon.c (monmap changed)... 2024-03-21T13:18:47.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:46 smithi052 ceph-mon[33033]: Reconfiguring daemon mon.c on smithi116 2024-03-21T13:18:47.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:46 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:47.838 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:47 smithi116 ceph-mon[33572]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:47.838 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:47 smithi116 ceph-mon[33572]: from='client.24100 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi029=a;smithi052=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:18:47.838 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:47 smithi116 ceph-mon[33572]: Saving service mgr spec with placement smithi029=a;smithi052=b;count:2 2024-03-21T13:18:47.838 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:47 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:47.838 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:47 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:47.838 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:47 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:18:47.864 DEBUG:teuthology.orchestra.run.smithi052:mgr.b> sudo journalctl -f -n 0 -u ceph-19889ac0-e785-11ee-95cd-87774f69a715@mgr.b.service 2024-03-21T13:18:47.867 INFO:tasks.cephadm:Deploying OSDs... 2024-03-21T13:18:47.867 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-03-21T13:18:47.867 DEBUG:teuthology.orchestra.run.smithi029:> dd if=/scratch_devs of=/dev/stdout 2024-03-21T13:18:47.882 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-03-21T13:18:47.882 DEBUG:teuthology.orchestra.run.smithi029:> stat /dev/vg_nvme/lv_1 2024-03-21T13:18:47.893 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:47 smithi052 ceph-mon[33033]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:47.893 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:47 smithi052 ceph-mon[33033]: from='client.24100 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi029=a;smithi052=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:18:47.894 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:47 smithi052 ceph-mon[33033]: Saving service mgr spec with placement smithi029=a;smithi052=b;count:2 2024-03-21T13:18:47.894 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:47 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:47.894 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:47 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:47.894 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:47 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:18:47.937 INFO:teuthology.orchestra.run.smithi029.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-21T13:18:47.937 INFO:teuthology.orchestra.run.smithi029.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:18:47.937 INFO:teuthology.orchestra.run.smithi029.stdout:Device: 5h/5d Inode: 668 Links: 1 2024-03-21T13:18:47.937 INFO:teuthology.orchestra.run.smithi029.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:18:47.937 INFO:teuthology.orchestra.run.smithi029.stdout:Context: system_u:object_r:device_t:s0 2024-03-21T13:18:47.937 INFO:teuthology.orchestra.run.smithi029.stdout:Access: 2024-03-21 13:17:51.418010873 +0000 2024-03-21T13:18:47.937 INFO:teuthology.orchestra.run.smithi029.stdout:Modify: 2024-03-21 13:12:07.880654951 +0000 2024-03-21T13:18:47.937 INFO:teuthology.orchestra.run.smithi029.stdout:Change: 2024-03-21 13:12:07.880654951 +0000 2024-03-21T13:18:47.937 INFO:teuthology.orchestra.run.smithi029.stdout: Birth: 2024-03-21 13:12:07.880654951 +0000 2024-03-21T13:18:47.937 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-21T13:18:48.002 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records in 2024-03-21T13:18:48.002 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records out 2024-03-21T13:18:48.002 INFO:teuthology.orchestra.run.smithi029.stderr:512 bytes copied, 0.000103015 s, 5.0 MB/s 2024-03-21T13:18:48.004 DEBUG:teuthology.orchestra.run.smithi029:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-21T13:18:48.059 DEBUG:teuthology.orchestra.run.smithi029:> stat /dev/vg_nvme/lv_2 2024-03-21T13:18:48.114 INFO:teuthology.orchestra.run.smithi029.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-21T13:18:48.114 INFO:teuthology.orchestra.run.smithi029.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:18:48.114 INFO:teuthology.orchestra.run.smithi029.stdout:Device: 5h/5d Inode: 686 Links: 1 2024-03-21T13:18:48.114 INFO:teuthology.orchestra.run.smithi029.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:18:48.114 INFO:teuthology.orchestra.run.smithi029.stdout:Context: system_u:object_r:device_t:s0 2024-03-21T13:18:48.114 INFO:teuthology.orchestra.run.smithi029.stdout:Access: 2024-03-21 13:17:51.445010422 +0000 2024-03-21T13:18:48.114 INFO:teuthology.orchestra.run.smithi029.stdout:Modify: 2024-03-21 13:12:08.214649318 +0000 2024-03-21T13:18:48.114 INFO:teuthology.orchestra.run.smithi029.stdout:Change: 2024-03-21 13:12:08.214649318 +0000 2024-03-21T13:18:48.114 INFO:teuthology.orchestra.run.smithi029.stdout: Birth: 2024-03-21 13:12:08.214649318 +0000 2024-03-21T13:18:48.115 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-21T13:18:48.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:47 smithi029 ceph-mon[30122]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:48.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:47 smithi029 ceph-mon[30122]: from='client.24100 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi029=a;smithi052=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:18:48.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:47 smithi029 ceph-mon[30122]: Saving service mgr spec with placement smithi029=a;smithi052=b;count:2 2024-03-21T13:18:48.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:47 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:48.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:47 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:48.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:47 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:18:48.168 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records in 2024-03-21T13:18:48.168 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records out 2024-03-21T13:18:48.169 INFO:teuthology.orchestra.run.smithi029.stderr:512 bytes copied, 9.5533e-05 s, 5.4 MB/s 2024-03-21T13:18:48.170 DEBUG:teuthology.orchestra.run.smithi029:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-21T13:18:48.225 DEBUG:teuthology.orchestra.run.smithi029:> stat /dev/vg_nvme/lv_3 2024-03-21T13:18:48.279 INFO:teuthology.orchestra.run.smithi029.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-21T13:18:48.279 INFO:teuthology.orchestra.run.smithi029.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:18:48.280 INFO:teuthology.orchestra.run.smithi029.stdout:Device: 5h/5d Inode: 704 Links: 1 2024-03-21T13:18:48.280 INFO:teuthology.orchestra.run.smithi029.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:18:48.280 INFO:teuthology.orchestra.run.smithi029.stdout:Context: system_u:object_r:device_t:s0 2024-03-21T13:18:48.280 INFO:teuthology.orchestra.run.smithi029.stdout:Access: 2024-03-21 13:17:51.470010005 +0000 2024-03-21T13:18:48.280 INFO:teuthology.orchestra.run.smithi029.stdout:Modify: 2024-03-21 13:12:08.563643432 +0000 2024-03-21T13:18:48.280 INFO:teuthology.orchestra.run.smithi029.stdout:Change: 2024-03-21 13:12:08.563643432 +0000 2024-03-21T13:18:48.280 INFO:teuthology.orchestra.run.smithi029.stdout: Birth: 2024-03-21 13:12:08.563643432 +0000 2024-03-21T13:18:48.280 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-21T13:18:48.345 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records in 2024-03-21T13:18:48.345 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records out 2024-03-21T13:18:48.345 INFO:teuthology.orchestra.run.smithi029.stderr:512 bytes copied, 9.3853e-05 s, 5.5 MB/s 2024-03-21T13:18:48.346 DEBUG:teuthology.orchestra.run.smithi029:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-21T13:18:48.401 DEBUG:teuthology.orchestra.run.smithi029:> stat /dev/vg_nvme/lv_4 2024-03-21T13:18:48.455 INFO:teuthology.orchestra.run.smithi029.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-21T13:18:48.455 INFO:teuthology.orchestra.run.smithi029.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:18:48.455 INFO:teuthology.orchestra.run.smithi029.stdout:Device: 5h/5d Inode: 722 Links: 1 2024-03-21T13:18:48.455 INFO:teuthology.orchestra.run.smithi029.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:18:48.455 INFO:teuthology.orchestra.run.smithi029.stdout:Context: system_u:object_r:device_t:s0 2024-03-21T13:18:48.455 INFO:teuthology.orchestra.run.smithi029.stdout:Access: 2024-03-21 13:17:51.496009572 +0000 2024-03-21T13:18:48.455 INFO:teuthology.orchestra.run.smithi029.stdout:Modify: 2024-03-21 13:12:08.901637732 +0000 2024-03-21T13:18:48.455 INFO:teuthology.orchestra.run.smithi029.stdout:Change: 2024-03-21 13:12:08.901637732 +0000 2024-03-21T13:18:48.455 INFO:teuthology.orchestra.run.smithi029.stdout: Birth: 2024-03-21 13:12:08.901637732 +0000 2024-03-21T13:18:48.456 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-21T13:18:48.521 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records in 2024-03-21T13:18:48.521 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records out 2024-03-21T13:18:48.521 INFO:teuthology.orchestra.run.smithi029.stderr:512 bytes copied, 8.6704e-05 s, 5.9 MB/s 2024-03-21T13:18:48.522 DEBUG:teuthology.orchestra.run.smithi029:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-21T13:18:48.577 DEBUG:teuthology.orchestra.run.smithi052:> set -ex 2024-03-21T13:18:48.577 DEBUG:teuthology.orchestra.run.smithi052:> dd if=/scratch_devs of=/dev/stdout 2024-03-21T13:18:48.592 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-03-21T13:18:48.592 DEBUG:teuthology.orchestra.run.smithi052:> stat /dev/vg_nvme/lv_1 2024-03-21T13:18:48.647 INFO:teuthology.orchestra.run.smithi052.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-21T13:18:48.647 INFO:teuthology.orchestra.run.smithi052.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:18:48.647 INFO:teuthology.orchestra.run.smithi052.stdout:Device: 5h/5d Inode: 666 Links: 1 2024-03-21T13:18:48.647 INFO:teuthology.orchestra.run.smithi052.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:18:48.647 INFO:teuthology.orchestra.run.smithi052.stdout:Context: system_u:object_r:device_t:s0 2024-03-21T13:18:48.647 INFO:teuthology.orchestra.run.smithi052.stdout:Access: 2024-03-21 13:18:34.230466242 +0000 2024-03-21T13:18:48.648 INFO:teuthology.orchestra.run.smithi052.stdout:Modify: 2024-03-21 13:12:02.956357986 +0000 2024-03-21T13:18:48.648 INFO:teuthology.orchestra.run.smithi052.stdout:Change: 2024-03-21 13:12:02.956357986 +0000 2024-03-21T13:18:48.648 INFO:teuthology.orchestra.run.smithi052.stdout: Birth: 2024-03-21 13:12:02.956357986 +0000 2024-03-21T13:18:48.648 DEBUG:teuthology.orchestra.run.smithi052:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-21T13:18:48.712 INFO:teuthology.orchestra.run.smithi052.stderr:1+0 records in 2024-03-21T13:18:48.712 INFO:teuthology.orchestra.run.smithi052.stderr:1+0 records out 2024-03-21T13:18:48.712 INFO:teuthology.orchestra.run.smithi052.stderr:512 bytes copied, 8.3204e-05 s, 6.2 MB/s 2024-03-21T13:18:48.713 DEBUG:teuthology.orchestra.run.smithi052:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-21T13:18:48.768 DEBUG:teuthology.orchestra.run.smithi052:> stat /dev/vg_nvme/lv_2 2024-03-21T13:18:48.822 INFO:teuthology.orchestra.run.smithi052.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-21T13:18:48.822 INFO:teuthology.orchestra.run.smithi052.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:18:48.822 INFO:teuthology.orchestra.run.smithi052.stdout:Device: 5h/5d Inode: 684 Links: 1 2024-03-21T13:18:48.822 INFO:teuthology.orchestra.run.smithi052.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:18:48.823 INFO:teuthology.orchestra.run.smithi052.stdout:Context: system_u:object_r:device_t:s0 2024-03-21T13:18:48.823 INFO:teuthology.orchestra.run.smithi052.stdout:Access: 2024-03-21 13:18:34.231466229 +0000 2024-03-21T13:18:48.823 INFO:teuthology.orchestra.run.smithi052.stdout:Modify: 2024-03-21 13:12:03.297353528 +0000 2024-03-21T13:18:48.823 INFO:teuthology.orchestra.run.smithi052.stdout:Change: 2024-03-21 13:12:03.297353528 +0000 2024-03-21T13:18:48.823 INFO:teuthology.orchestra.run.smithi052.stdout: Birth: 2024-03-21 13:12:03.297353528 +0000 2024-03-21T13:18:48.823 DEBUG:teuthology.orchestra.run.smithi052:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-21T13:18:48.892 INFO:teuthology.orchestra.run.smithi052.stderr:1+0 records in 2024-03-21T13:18:48.892 INFO:teuthology.orchestra.run.smithi052.stderr:1+0 records out 2024-03-21T13:18:48.892 INFO:teuthology.orchestra.run.smithi052.stderr:512 bytes copied, 8.9508e-05 s, 5.7 MB/s 2024-03-21T13:18:48.893 DEBUG:teuthology.orchestra.run.smithi052:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-21T13:18:48.948 DEBUG:teuthology.orchestra.run.smithi052:> stat /dev/vg_nvme/lv_3 2024-03-21T13:18:49.003 INFO:teuthology.orchestra.run.smithi052.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-21T13:18:49.003 INFO:teuthology.orchestra.run.smithi052.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:18:49.003 INFO:teuthology.orchestra.run.smithi052.stdout:Device: 5h/5d Inode: 703 Links: 1 2024-03-21T13:18:49.003 INFO:teuthology.orchestra.run.smithi052.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:18:49.003 INFO:teuthology.orchestra.run.smithi052.stdout:Context: system_u:object_r:device_t:s0 2024-03-21T13:18:49.003 INFO:teuthology.orchestra.run.smithi052.stdout:Access: 2024-03-21 13:18:34.231466229 +0000 2024-03-21T13:18:49.003 INFO:teuthology.orchestra.run.smithi052.stdout:Modify: 2024-03-21 13:12:03.644348992 +0000 2024-03-21T13:18:49.003 INFO:teuthology.orchestra.run.smithi052.stdout:Change: 2024-03-21 13:12:03.644348992 +0000 2024-03-21T13:18:49.003 INFO:teuthology.orchestra.run.smithi052.stdout: Birth: 2024-03-21 13:12:03.644348992 +0000 2024-03-21T13:18:49.004 DEBUG:teuthology.orchestra.run.smithi052:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-21T13:18:49.024 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:48 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:18:49.024 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:48 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:18:49.024 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:48 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:49.024 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:48 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:18:49.024 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:48 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-21T13:18:49.024 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:48 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:18:49.024 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:48 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:18:49.024 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:48 smithi052 ceph-mon[33033]: Deploying daemon mgr.b on smithi052 2024-03-21T13:18:49.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:48 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:18:49.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:48 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:18:49.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:48 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:49.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:48 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:18:49.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:48 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-21T13:18:49.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:48 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:18:49.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:48 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:18:49.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:48 smithi116 ceph-mon[33572]: Deploying daemon mgr.b on smithi052 2024-03-21T13:18:49.052 INFO:teuthology.orchestra.run.smithi052.stderr:1+0 records in 2024-03-21T13:18:49.052 INFO:teuthology.orchestra.run.smithi052.stderr:1+0 records out 2024-03-21T13:18:49.052 INFO:teuthology.orchestra.run.smithi052.stderr:512 bytes copied, 0.000103056 s, 5.0 MB/s 2024-03-21T13:18:49.053 DEBUG:teuthology.orchestra.run.smithi052:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-21T13:18:49.108 DEBUG:teuthology.orchestra.run.smithi052:> stat /dev/vg_nvme/lv_4 2024-03-21T13:18:49.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:48 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:18:49.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:48 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:18:49.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:48 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:49.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:48 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:18:49.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:48 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-21T13:18:49.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:48 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:18:49.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:48 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:18:49.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:48 smithi029 ceph-mon[30122]: Deploying daemon mgr.b on smithi052 2024-03-21T13:18:49.162 INFO:teuthology.orchestra.run.smithi052.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-21T13:18:49.162 INFO:teuthology.orchestra.run.smithi052.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:18:49.162 INFO:teuthology.orchestra.run.smithi052.stdout:Device: 5h/5d Inode: 724 Links: 1 2024-03-21T13:18:49.162 INFO:teuthology.orchestra.run.smithi052.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:18:49.162 INFO:teuthology.orchestra.run.smithi052.stdout:Context: system_u:object_r:device_t:s0 2024-03-21T13:18:49.162 INFO:teuthology.orchestra.run.smithi052.stdout:Access: 2024-03-21 13:18:34.231466229 +0000 2024-03-21T13:18:49.162 INFO:teuthology.orchestra.run.smithi052.stdout:Modify: 2024-03-21 13:12:03.982344573 +0000 2024-03-21T13:18:49.162 INFO:teuthology.orchestra.run.smithi052.stdout:Change: 2024-03-21 13:12:03.982344573 +0000 2024-03-21T13:18:49.162 INFO:teuthology.orchestra.run.smithi052.stdout: Birth: 2024-03-21 13:12:03.982344573 +0000 2024-03-21T13:18:49.163 DEBUG:teuthology.orchestra.run.smithi052:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-21T13:18:49.226 INFO:teuthology.orchestra.run.smithi052.stderr:1+0 records in 2024-03-21T13:18:49.227 INFO:teuthology.orchestra.run.smithi052.stderr:1+0 records out 2024-03-21T13:18:49.227 INFO:teuthology.orchestra.run.smithi052.stderr:512 bytes copied, 8.5079e-05 s, 6.0 MB/s 2024-03-21T13:18:49.228 DEBUG:teuthology.orchestra.run.smithi052:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-21T13:18:49.283 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-03-21T13:18:49.283 DEBUG:teuthology.orchestra.run.smithi116:> dd if=/scratch_devs of=/dev/stdout 2024-03-21T13:18:49.299 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-03-21T13:18:49.299 DEBUG:teuthology.orchestra.run.smithi116:> stat /dev/vg_nvme/lv_1 2024-03-21T13:18:49.353 INFO:teuthology.orchestra.run.smithi116.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-21T13:18:49.353 INFO:teuthology.orchestra.run.smithi116.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:18:49.353 INFO:teuthology.orchestra.run.smithi116.stdout:Device: 5h/5d Inode: 668 Links: 1 2024-03-21T13:18:49.353 INFO:teuthology.orchestra.run.smithi116.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:18:49.353 INFO:teuthology.orchestra.run.smithi116.stdout:Context: system_u:object_r:device_t:s0 2024-03-21T13:18:49.354 INFO:teuthology.orchestra.run.smithi116.stdout:Access: 2024-03-21 13:18:24.792553308 +0000 2024-03-21T13:18:49.354 INFO:teuthology.orchestra.run.smithi116.stdout:Modify: 2024-03-21 13:12:11.155692603 +0000 2024-03-21T13:18:49.354 INFO:teuthology.orchestra.run.smithi116.stdout:Change: 2024-03-21 13:12:11.155692603 +0000 2024-03-21T13:18:49.354 INFO:teuthology.orchestra.run.smithi116.stdout: Birth: 2024-03-21 13:12:11.155692603 +0000 2024-03-21T13:18:49.354 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-21T13:18:49.420 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records in 2024-03-21T13:18:49.420 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records out 2024-03-21T13:18:49.420 INFO:teuthology.orchestra.run.smithi116.stderr:512 bytes copied, 0.000257227 s, 2.0 MB/s 2024-03-21T13:18:49.421 DEBUG:teuthology.orchestra.run.smithi116:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-21T13:18:49.477 DEBUG:teuthology.orchestra.run.smithi116:> stat /dev/vg_nvme/lv_2 2024-03-21T13:18:49.532 INFO:teuthology.orchestra.run.smithi116.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-21T13:18:49.532 INFO:teuthology.orchestra.run.smithi116.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:18:49.532 INFO:teuthology.orchestra.run.smithi116.stdout:Device: 5h/5d Inode: 685 Links: 1 2024-03-21T13:18:49.532 INFO:teuthology.orchestra.run.smithi116.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:18:49.532 INFO:teuthology.orchestra.run.smithi116.stdout:Context: system_u:object_r:device_t:s0 2024-03-21T13:18:49.532 INFO:teuthology.orchestra.run.smithi116.stdout:Access: 2024-03-21 13:18:24.793553292 +0000 2024-03-21T13:18:49.532 INFO:teuthology.orchestra.run.smithi116.stdout:Modify: 2024-03-21 13:12:11.485687096 +0000 2024-03-21T13:18:49.533 INFO:teuthology.orchestra.run.smithi116.stdout:Change: 2024-03-21 13:12:11.485687096 +0000 2024-03-21T13:18:49.533 INFO:teuthology.orchestra.run.smithi116.stdout: Birth: 2024-03-21 13:12:11.485687096 +0000 2024-03-21T13:18:49.533 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-21T13:18:49.597 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records in 2024-03-21T13:18:49.597 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records out 2024-03-21T13:18:49.598 INFO:teuthology.orchestra.run.smithi116.stderr:512 bytes copied, 0.000192717 s, 2.7 MB/s 2024-03-21T13:18:49.599 DEBUG:teuthology.orchestra.run.smithi116:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-21T13:18:49.654 DEBUG:teuthology.orchestra.run.smithi116:> stat /dev/vg_nvme/lv_3 2024-03-21T13:18:49.709 INFO:teuthology.orchestra.run.smithi116.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-21T13:18:49.709 INFO:teuthology.orchestra.run.smithi116.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:18:49.709 INFO:teuthology.orchestra.run.smithi116.stdout:Device: 5h/5d Inode: 703 Links: 1 2024-03-21T13:18:49.709 INFO:teuthology.orchestra.run.smithi116.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:18:49.709 INFO:teuthology.orchestra.run.smithi116.stdout:Context: system_u:object_r:device_t:s0 2024-03-21T13:18:49.709 INFO:teuthology.orchestra.run.smithi116.stdout:Access: 2024-03-21 13:18:24.793553292 +0000 2024-03-21T13:18:49.709 INFO:teuthology.orchestra.run.smithi116.stdout:Modify: 2024-03-21 13:12:11.816681570 +0000 2024-03-21T13:18:49.709 INFO:teuthology.orchestra.run.smithi116.stdout:Change: 2024-03-21 13:12:11.816681570 +0000 2024-03-21T13:18:49.710 INFO:teuthology.orchestra.run.smithi116.stdout: Birth: 2024-03-21 13:12:11.816681570 +0000 2024-03-21T13:18:49.710 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-21T13:18:49.774 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records in 2024-03-21T13:18:49.774 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records out 2024-03-21T13:18:49.774 INFO:teuthology.orchestra.run.smithi116.stderr:512 bytes copied, 0.000182272 s, 2.8 MB/s 2024-03-21T13:18:49.775 DEBUG:teuthology.orchestra.run.smithi116:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-21T13:18:49.830 DEBUG:teuthology.orchestra.run.smithi116:> stat /dev/vg_nvme/lv_4 2024-03-21T13:18:49.885 INFO:teuthology.orchestra.run.smithi116.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-21T13:18:49.885 INFO:teuthology.orchestra.run.smithi116.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:18:49.885 INFO:teuthology.orchestra.run.smithi116.stdout:Device: 5h/5d Inode: 725 Links: 1 2024-03-21T13:18:49.885 INFO:teuthology.orchestra.run.smithi116.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:18:49.885 INFO:teuthology.orchestra.run.smithi116.stdout:Context: system_u:object_r:device_t:s0 2024-03-21T13:18:49.885 INFO:teuthology.orchestra.run.smithi116.stdout:Access: 2024-03-21 13:18:24.794553275 +0000 2024-03-21T13:18:49.885 INFO:teuthology.orchestra.run.smithi116.stdout:Modify: 2024-03-21 13:12:12.140676158 +0000 2024-03-21T13:18:49.885 INFO:teuthology.orchestra.run.smithi116.stdout:Change: 2024-03-21 13:12:12.140676158 +0000 2024-03-21T13:18:49.885 INFO:teuthology.orchestra.run.smithi116.stdout: Birth: 2024-03-21 13:12:12.140676158 +0000 2024-03-21T13:18:49.885 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-21T13:18:49.951 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records in 2024-03-21T13:18:49.951 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records out 2024-03-21T13:18:49.951 INFO:teuthology.orchestra.run.smithi116.stderr:512 bytes copied, 0.00020318 s, 2.5 MB/s 2024-03-21T13:18:49.952 DEBUG:teuthology.orchestra.run.smithi116:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-21T13:18:50.007 INFO:tasks.cephadm:Deploying osd.0 on smithi029 with /dev/vg_nvme/lv_4... 2024-03-21T13:18:50.007 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19889ac0-e785-11ee-95cd-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-21T13:18:50.255 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:18:50.372 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:50 smithi052 ceph-mon[33033]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:50.372 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:18:50 smithi052 systemd[1]: Starting Ceph mgr.b for 19889ac0-e785-11ee-95cd-87774f69a715... 2024-03-21T13:18:50.376 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:50 smithi029 ceph-mon[30122]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:50.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:50 smithi116 ceph-mon[33572]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:50.628 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:18:50 smithi052 podman[34473]: 2024-03-21 13:18:50.274445156 +0000 UTC m=+0.017135591 image pull 19e12293512ff7978c8adb5f72a829060dd47f07bfd6903b6b3178d2ebc29e4e quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93 2024-03-21T13:18:50.628 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:18:50 smithi052 podman[34473]: 2024-03-21 13:18:50.372068547 +0000 UTC m=+0.114758985 container create 2ce182f43c51f66c6848930b33348f8931723f86e48441f09cb2a90970ccfbb5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-b, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.build-date=20240319, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, GIT_CLEAN=True, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, ceph=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=) 2024-03-21T13:18:50.629 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:18:50 smithi052 podman[34473]: 2024-03-21 13:18:50.599412789 +0000 UTC m=+0.342103220 container init 2ce182f43c51f66c6848930b33348f8931723f86e48441f09cb2a90970ccfbb5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-b, GIT_CLEAN=True, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, org.label-schema.build-date=20240319, ceph=True) 2024-03-21T13:18:50.629 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:18:50 smithi052 podman[34473]: 2024-03-21 13:18:50.604444617 +0000 UTC m=+0.347135048 container start 2ce182f43c51f66c6848930b33348f8931723f86e48441f09cb2a90970ccfbb5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-b, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, GIT_CLEAN=True, io.buildah.version=1.33.5, org.label-schema.build-date=20240319, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS) 2024-03-21T13:18:50.898 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:18:50 smithi052 ceph-mgr[34511]: -- 172.21.15.52:0/2185389228 <== mon.2 v2:172.21.15.52:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x559a253585a0 con 0x559a2532cc00 2024-03-21T13:18:50.898 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:18:50 smithi052 bash[34473]: 2ce182f43c51f66c6848930b33348f8931723f86e48441f09cb2a90970ccfbb5 2024-03-21T13:18:50.898 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:18:50 smithi052 systemd[1]: Started Ceph mgr.b for 19889ac0-e785-11ee-95cd-87774f69a715. 2024-03-21T13:18:51.648 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:18:51 smithi052 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-b[34488]: 2024-03-21T13:18:51.169+0000 7f93a3ea9200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T13:18:51.649 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:18:51 smithi052 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-b[34488]: 2024-03-21T13:18:51.267+0000 7f93a3ea9200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T13:18:51.974 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:51 smithi052 ceph-mon[33033]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:51.974 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:51 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:51.975 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:51 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:51.975 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:51 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:51.975 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:51 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:51.975 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:51 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:18:52.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:51 smithi116 ceph-mon[33572]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:52.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:51 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:52.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:51 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:52.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:51 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:52.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:51 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:52.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:51 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:18:52.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:51 smithi029 ceph-mon[30122]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:52.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:51 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:52.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:51 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:52.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:51 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:52.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:51 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:52.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:51 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:18:52.216 INFO:teuthology.orchestra.run.smithi029.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-21T13:18:52.216 INFO:teuthology.orchestra.run.smithi029.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-21T13:18:52.216 INFO:teuthology.orchestra.run.smithi029.stderr: stderr: 10+0 records in 2024-03-21T13:18:52.216 INFO:teuthology.orchestra.run.smithi029.stderr:10+0 records out 2024-03-21T13:18:52.216 INFO:teuthology.orchestra.run.smithi029.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0106096 s, 988 MB/s 2024-03-21T13:18:52.217 INFO:teuthology.orchestra.run.smithi029.stderr:--> Zapping successful for: 2024-03-21T13:18:52.320 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:18:51 smithi052 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-b[34488]: 2024-03-21T13:18:51.974+0000 7f93a3ea9200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T13:18:52.320 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:18:52 smithi052 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-b[34488]: 2024-03-21T13:18:52.068+0000 7f93a3ea9200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T13:18:52.320 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:18:52 smithi052 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-b[34488]: 2024-03-21T13:18:52.219+0000 7f93a3ea9200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T13:18:52.320 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:18:52 smithi052 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-b[34488]: 2024-03-21T13:18:52.319+0000 7f93a3ea9200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T13:18:52.606 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:18:52 smithi052 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-b[34488]: 2024-03-21T13:18:52.406+0000 7f93a3ea9200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T13:18:52.826 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19889ac0-e785-11ee-95cd-87774f69a715 -- ceph orch daemon add osd smithi029:vg_nvme/lv_4 2024-03-21T13:18:52.885 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:18:52 smithi052 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-b[34488]: 2024-03-21T13:18:52.681+0000 7f93a3ea9200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-21T13:18:52.885 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:18:52 smithi052 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-b[34488]: 2024-03-21T13:18:52.795+0000 7f93a3ea9200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T13:18:52.885 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:18:52 smithi052 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-b[34488]: 2024-03-21T13:18:52.885+0000 7f93a3ea9200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T13:18:53.148 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:18:52 smithi052 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-b[34488]: 2024-03-21T13:18:52.982+0000 7f93a3ea9200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T13:18:53.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:53 smithi029 ceph-mon[30122]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:53.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:53 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:53.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:53 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:53.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:53 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:18:53.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:53 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:18:53.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:53 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:53.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:53 smithi029 ceph-mon[30122]: Reconfiguring mgr.a (unknown last config time)... 2024-03-21T13:18:53.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:53 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:18:53.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:53 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:18:53.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:53 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:18:53.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:53 smithi029 ceph-mon[30122]: Reconfiguring daemon mgr.a on smithi029 2024-03-21T13:18:53.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:53 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:53.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:53 smithi116 ceph-mon[33572]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:53.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:53 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:53.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:53 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:53.546 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:53 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:18:53.546 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:53 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:18:53.546 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:53 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:53.546 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:53 smithi116 ceph-mon[33572]: Reconfiguring mgr.a (unknown last config time)... 2024-03-21T13:18:53.546 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:53 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:18:53.546 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:53 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:18:53.546 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:53 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:18:53.546 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:53 smithi116 ceph-mon[33572]: Reconfiguring daemon mgr.a on smithi029 2024-03-21T13:18:53.546 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:53 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:53.648 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:18:53 smithi052 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-b[34488]: 2024-03-21T13:18:53.161+0000 7f93a3ea9200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T13:18:53.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:53 smithi052 ceph-mon[33033]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:53.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:53 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:53.649 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:53 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:53.649 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:53 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:18:53.649 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:53 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:18:53.649 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:53 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:53.649 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:53 smithi052 ceph-mon[33033]: Reconfiguring mgr.a (unknown last config time)... 2024-03-21T13:18:53.649 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:53 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:18:53.649 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:53 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:18:53.649 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:53 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:18:53.649 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:53 smithi052 ceph-mon[33033]: Reconfiguring daemon mgr.a on smithi029 2024-03-21T13:18:53.649 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:53 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:54.124 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:18:54.632 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:18:54 smithi052 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-b[34488]: 2024-03-21T13:18:54.159+0000 7f93a3ea9200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T13:18:54.632 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:18:54 smithi052 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-b[34488]: 2024-03-21T13:18:54.293+0000 7f93a3ea9200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T13:18:54.632 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:18:54 smithi052 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-b[34488]: 2024-03-21T13:18:54.632+0000 7f93a3ea9200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T13:18:54.898 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:18:54 smithi052 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-b[34488]: 2024-03-21T13:18:54.722+0000 7f93a3ea9200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T13:18:55.294 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:55 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:55.294 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:55 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:55.294 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:55 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:18:55.294 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:55 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:18:55.294 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:55 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:18:55.294 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:55 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:55.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:55 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:55.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:55 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:55.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:55 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:18:55.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:55 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:18:55.399 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:55 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:18:55.399 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:55 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:55.399 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:18:54 smithi052 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-b[34488]: 2024-03-21T13:18:54.921+0000 7f93a3ea9200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:18:55.399 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:18:55 smithi052 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-b[34488]: 2024-03-21T13:18:55.109+0000 7f93a3ea9200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T13:18:55.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:55 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:55.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:55 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:55.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:55 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:18:55.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:55 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:18:55.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:55 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:18:55.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:55 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:18:55.661 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:18:55 smithi052 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-b[34488]: 2024-03-21T13:18:55.399+0000 7f93a3ea9200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:18:55.661 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:18:55 smithi052 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-b[34488]: 2024-03-21T13:18:55.661+0000 7f93a3ea9200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T13:18:56.111 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:18:55 smithi052 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-b[34488]: 2024-03-21T13:18:55.902+0000 7f93a3ea9200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-21T13:18:56.280 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:56 smithi029 ceph-mon[30122]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:56.280 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:56 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:18:56.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:56 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:18:56.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:56 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:18:56.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:56 smithi052 ceph-mon[33033]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:56.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:56 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:18:56.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:56 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:18:56.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:56 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:18:56.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:56 smithi116 ceph-mon[33572]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:56.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:56 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:18:56.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:56 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:18:56.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:56 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:18:57.114 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:18:56 smithi052 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-b[34488]: 2024-03-21T13:18:56.728+0000 7f93a3ea9200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T13:18:57.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:57 smithi029 ceph-mon[30122]: from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi029:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:18:57.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:57 smithi052 ceph-mon[33033]: from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi029:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:18:57.398 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:18:57 smithi052 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-b[34488]: 2024-03-21T13:18:57.308+0000 7f93a3ea9200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T13:18:57.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:57 smithi116 ceph-mon[33572]: from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi029:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:18:57.898 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:18:57 smithi052 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-b[34488]: 2024-03-21T13:18:57.407+0000 7f93a3ea9200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T13:18:57.899 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:18:57 smithi052 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-b[34488]: 2024-03-21T13:18:57.626+0000 7f93a3ea9200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T13:18:58.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:58 smithi029 ceph-mon[30122]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:58.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:58 smithi029 ceph-mon[30122]: Standby manager daemon b started 2024-03-21T13:18:58.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:58 smithi029 ceph-mon[30122]: from='mgr.? 172.21.15.52:0/881359715' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-21T13:18:58.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:58 smithi029 ceph-mon[30122]: from='mgr.? 172.21.15.52:0/881359715' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T13:18:58.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:58 smithi029 ceph-mon[30122]: from='mgr.? 172.21.15.52:0/881359715' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-21T13:18:58.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:58 smithi029 ceph-mon[30122]: from='mgr.? 172.21.15.52:0/881359715' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T13:18:58.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:58 smithi052 ceph-mon[33033]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:58.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:58 smithi052 ceph-mon[33033]: Standby manager daemon b started 2024-03-21T13:18:58.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:58 smithi052 ceph-mon[33033]: from='mgr.? 172.21.15.52:0/881359715' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-21T13:18:58.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:58 smithi052 ceph-mon[33033]: from='mgr.? 172.21.15.52:0/881359715' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T13:18:58.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:58 smithi052 ceph-mon[33033]: from='mgr.? 172.21.15.52:0/881359715' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-21T13:18:58.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:58 smithi052 ceph-mon[33033]: from='mgr.? 172.21.15.52:0/881359715' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T13:18:58.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:58 smithi116 ceph-mon[33572]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:18:58.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:58 smithi116 ceph-mon[33572]: Standby manager daemon b started 2024-03-21T13:18:58.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:58 smithi116 ceph-mon[33572]: from='mgr.? 172.21.15.52:0/881359715' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-21T13:18:58.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:58 smithi116 ceph-mon[33572]: from='mgr.? 172.21.15.52:0/881359715' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T13:18:58.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:58 smithi116 ceph-mon[33572]: from='mgr.? 172.21.15.52:0/881359715' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-21T13:18:58.546 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:58 smithi116 ceph-mon[33572]: from='mgr.? 172.21.15.52:0/881359715' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T13:18:59.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:59 smithi116 ceph-mon[33572]: mgrmap e14: a(active, since 80s), standbys: b 2024-03-21T13:18:59.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:59 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-21T13:18:59.296 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:59 smithi116 ceph-mon[33572]: from='client.? 172.21.15.29:0/2980249487' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "97d7aa1c-6e64-4c0c-8c5a-6244215784eb"}]: dispatch 2024-03-21T13:18:59.296 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:59 smithi116 ceph-mon[33572]: from='client.? 172.21.15.29:0/2980249487' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "97d7aa1c-6e64-4c0c-8c5a-6244215784eb"}]': finished 2024-03-21T13:18:59.296 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:59 smithi116 ceph-mon[33572]: osdmap e5: 1 total, 0 up, 1 in 2024-03-21T13:18:59.296 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:18:59 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:18:59.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:59 smithi029 ceph-mon[30122]: mgrmap e14: a(active, since 80s), standbys: b 2024-03-21T13:18:59.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:59 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-21T13:18:59.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:59 smithi029 ceph-mon[30122]: from='client.? 172.21.15.29:0/2980249487' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "97d7aa1c-6e64-4c0c-8c5a-6244215784eb"}]: dispatch 2024-03-21T13:18:59.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:59 smithi029 ceph-mon[30122]: from='client.? 172.21.15.29:0/2980249487' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "97d7aa1c-6e64-4c0c-8c5a-6244215784eb"}]': finished 2024-03-21T13:18:59.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:59 smithi029 ceph-mon[30122]: osdmap e5: 1 total, 0 up, 1 in 2024-03-21T13:18:59.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:18:59 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:18:59.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:59 smithi052 ceph-mon[33033]: mgrmap e14: a(active, since 80s), standbys: b 2024-03-21T13:18:59.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:59 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-21T13:18:59.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:59 smithi052 ceph-mon[33033]: from='client.? 172.21.15.29:0/2980249487' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "97d7aa1c-6e64-4c0c-8c5a-6244215784eb"}]: dispatch 2024-03-21T13:18:59.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:59 smithi052 ceph-mon[33033]: from='client.? 172.21.15.29:0/2980249487' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "97d7aa1c-6e64-4c0c-8c5a-6244215784eb"}]': finished 2024-03-21T13:18:59.399 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:59 smithi052 ceph-mon[33033]: osdmap e5: 1 total, 0 up, 1 in 2024-03-21T13:18:59.399 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:18:59 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:19:00.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:00 smithi029 ceph-mon[30122]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:19:00.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:00 smithi029 ceph-mon[30122]: from='client.? 172.21.15.29:0/2678887003' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:19:00.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:00 smithi052 ceph-mon[33033]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:19:00.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:00 smithi052 ceph-mon[33033]: from='client.? 172.21.15.29:0/2678887003' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:19:00.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:00 smithi116 ceph-mon[33572]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:19:00.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:00 smithi116 ceph-mon[33572]: from='client.? 172.21.15.29:0/2678887003' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:19:02.378 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:02 smithi029 ceph-mon[30122]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:19:02.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:02 smithi052 ceph-mon[33033]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:19:02.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:02 smithi116 ceph-mon[33572]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:19:03.301 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:03 smithi029 ceph-mon[30122]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:19:03.467 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:03 smithi052 ceph-mon[33033]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:19:03.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:03 smithi116 ceph-mon[33572]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:19:05.277 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:05 smithi029 ceph-mon[30122]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:19:05.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:05 smithi116 ceph-mon[33572]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:19:05.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:05 smithi052 ceph-mon[33033]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:19:06.522 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:06 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-21T13:19:06.522 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:06 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:19:06.522 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:06 smithi029 ceph-mon[30122]: Deploying daemon osd.0 on smithi029 2024-03-21T13:19:06.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:06 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-21T13:19:06.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:06 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:19:06.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:06 smithi116 ceph-mon[33572]: Deploying daemon osd.0 on smithi029 2024-03-21T13:19:06.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:06 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-21T13:19:06.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:06 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:19:06.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:06 smithi052 ceph-mon[33033]: Deploying daemon osd.0 on smithi029 2024-03-21T13:19:07.482 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:07 smithi029 ceph-mon[30122]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:19:07.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:07 smithi116 ceph-mon[33572]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:19:07.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:07 smithi052 ceph-mon[33033]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:19:09.471 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:09 smithi029 ceph-mon[30122]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:19:09.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:09 smithi116 ceph-mon[33572]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:19:09.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:09 smithi052 ceph-mon[33033]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:19:12.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:12 smithi029 ceph-mon[30122]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:19:12.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:12 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:12.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:12 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:12.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:12 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:19:12.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:12 smithi052 ceph-mon[33033]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:19:12.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:12 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:12.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:12 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:12.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:12 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:19:12.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:12 smithi116 ceph-mon[33572]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:19:12.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:12 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:12.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:12 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:12.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:12 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:19:14.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:14 smithi029 ceph-mon[30122]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:19:14.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:14 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:14.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:14 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:14.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:14 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:19:14.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:14 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:19:14.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:14 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:14.401 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:14 smithi052 ceph-mon[33033]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:19:14.402 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:14 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:14.402 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:14 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:14.402 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:14 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:19:14.402 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:14 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:19:14.402 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:14 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:14.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:14 smithi116 ceph-mon[33572]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:19:14.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:14 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:14.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:14 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:14.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:14 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:19:14.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:14 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:19:14.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:14 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:14.898 INFO:teuthology.orchestra.run.smithi029.stdout:Created osd(s) 0 on host 'smithi029' 2024-03-21T13:19:15.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:15 smithi029 ceph-mon[30122]: from='osd.0 [v2:172.21.15.29:6802/3863473071,v1:172.21.15.29:6803/3863473071]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-21T13:19:15.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:15 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:15.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:15 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:15.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:15 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:19:15.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:15 smithi052 ceph-mon[33033]: from='osd.0 [v2:172.21.15.29:6802/3863473071,v1:172.21.15.29:6803/3863473071]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-21T13:19:15.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:15 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:15.399 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:15 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:15.399 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:15 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:19:15.541 DEBUG:teuthology.orchestra.run.smithi029:osd.0> sudo journalctl -f -n 0 -u ceph-19889ac0-e785-11ee-95cd-87774f69a715@osd.0.service 2024-03-21T13:19:15.543 INFO:tasks.cephadm:Deploying osd.1 on smithi052 with /dev/vg_nvme/lv_4... 2024-03-21T13:19:15.543 DEBUG:teuthology.orchestra.run.smithi052:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19889ac0-e785-11ee-95cd-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-21T13:19:15.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:15 smithi116 ceph-mon[33572]: from='osd.0 [v2:172.21.15.29:6802/3863473071,v1:172.21.15.29:6803/3863473071]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-21T13:19:15.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:15 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:15.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:15 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:15.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:15 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:19:15.792 INFO:teuthology.orchestra.run.smithi052.stderr:Inferring config /var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/mon.b/config 2024-03-21T13:19:16.188 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:16 smithi052 ceph-mon[33033]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:19:16.188 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:16 smithi052 ceph-mon[33033]: from='osd.0 [v2:172.21.15.29:6802/3863473071,v1:172.21.15.29:6803/3863473071]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-21T13:19:16.188 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:16 smithi052 ceph-mon[33033]: osdmap e6: 1 total, 0 up, 1 in 2024-03-21T13:19:16.188 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:16 smithi052 ceph-mon[33033]: from='osd.0 [v2:172.21.15.29:6802/3863473071,v1:172.21.15.29:6803/3863473071]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-03-21T13:19:16.188 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:16 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:19:16.356 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:16 smithi029 ceph-mon[30122]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:19:16.356 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:16 smithi029 ceph-mon[30122]: from='osd.0 [v2:172.21.15.29:6802/3863473071,v1:172.21.15.29:6803/3863473071]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-21T13:19:16.356 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:16 smithi029 ceph-mon[30122]: osdmap e6: 1 total, 0 up, 1 in 2024-03-21T13:19:16.356 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:16 smithi029 ceph-mon[30122]: from='osd.0 [v2:172.21.15.29:6802/3863473071,v1:172.21.15.29:6803/3863473071]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-03-21T13:19:16.356 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:16 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:19:16.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:16 smithi116 ceph-mon[33572]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:19:16.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:16 smithi116 ceph-mon[33572]: from='osd.0 [v2:172.21.15.29:6802/3863473071,v1:172.21.15.29:6803/3863473071]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-21T13:19:16.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:16 smithi116 ceph-mon[33572]: osdmap e6: 1 total, 0 up, 1 in 2024-03-21T13:19:16.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:16 smithi116 ceph-mon[33572]: from='osd.0 [v2:172.21.15.29:6802/3863473071,v1:172.21.15.29:6803/3863473071]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-03-21T13:19:16.546 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:16 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:19:16.644 INFO:journalctl@ceph.osd.0.smithi029.stdout:Mar 21 13:19:16 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-osd-0[45851]: 2024-03-21T13:19:16.355+0000 7f8ed411f700 -1 osd.0 0 waiting for initial osdmap 2024-03-21T13:19:16.645 INFO:journalctl@ceph.osd.0.smithi029.stdout:Mar 21 13:19:16 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-osd-0[45851]: 2024-03-21T13:19:16.358+0000 7f8ecbf0a700 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-21T13:19:17.282 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:17 smithi052 ceph-mon[33033]: from='osd.0 [v2:172.21.15.29:6802/3863473071,v1:172.21.15.29:6803/3863473071]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2024-03-21T13:19:17.282 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:17 smithi052 ceph-mon[33033]: osdmap e7: 1 total, 0 up, 1 in 2024-03-21T13:19:17.283 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:17 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:19:17.283 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:17 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:19:17.283 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:17 smithi052 ceph-mon[33033]: from='osd.0 [v2:172.21.15.29:6802/3863473071,v1:172.21.15.29:6803/3863473071]' entity='osd.0' 2024-03-21T13:19:17.283 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:17 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:19:17.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:17 smithi029 ceph-mon[30122]: from='osd.0 [v2:172.21.15.29:6802/3863473071,v1:172.21.15.29:6803/3863473071]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2024-03-21T13:19:17.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:17 smithi029 ceph-mon[30122]: osdmap e7: 1 total, 0 up, 1 in 2024-03-21T13:19:17.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:17 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:19:17.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:17 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:19:17.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:17 smithi029 ceph-mon[30122]: from='osd.0 [v2:172.21.15.29:6802/3863473071,v1:172.21.15.29:6803/3863473071]' entity='osd.0' 2024-03-21T13:19:17.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:17 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:19:17.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:17 smithi116 ceph-mon[33572]: from='osd.0 [v2:172.21.15.29:6802/3863473071,v1:172.21.15.29:6803/3863473071]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2024-03-21T13:19:17.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:17 smithi116 ceph-mon[33572]: osdmap e7: 1 total, 0 up, 1 in 2024-03-21T13:19:17.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:17 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:19:17.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:17 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:19:17.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:17 smithi116 ceph-mon[33572]: from='osd.0 [v2:172.21.15.29:6802/3863473071,v1:172.21.15.29:6803/3863473071]' entity='osd.0' 2024-03-21T13:19:17.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:17 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:19:17.848 INFO:teuthology.orchestra.run.smithi052.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-21T13:19:17.848 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-21T13:19:17.848 INFO:teuthology.orchestra.run.smithi052.stderr: stderr: 10+0 records in 2024-03-21T13:19:17.848 INFO:teuthology.orchestra.run.smithi052.stderr:10+0 records out 2024-03-21T13:19:17.848 INFO:teuthology.orchestra.run.smithi052.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00830038 s, 1.3 GB/s 2024-03-21T13:19:17.848 INFO:teuthology.orchestra.run.smithi052.stderr:--> Zapping successful for: 2024-03-21T13:19:18.270 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:18 smithi029 ceph-mon[30122]: purged_snaps scrub starts 2024-03-21T13:19:18.271 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:18 smithi029 ceph-mon[30122]: purged_snaps scrub ok 2024-03-21T13:19:18.271 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:18 smithi029 ceph-mon[30122]: pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:19:18.271 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:18 smithi029 ceph-mon[30122]: osd.0 [v2:172.21.15.29:6802/3863473071,v1:172.21.15.29:6803/3863473071] boot 2024-03-21T13:19:18.271 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:18 smithi029 ceph-mon[30122]: osdmap e8: 1 total, 1 up, 1 in 2024-03-21T13:19:18.271 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:18 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:19:18.399 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:18 smithi052 ceph-mon[33033]: purged_snaps scrub starts 2024-03-21T13:19:18.399 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:18 smithi052 ceph-mon[33033]: purged_snaps scrub ok 2024-03-21T13:19:18.399 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:18 smithi052 ceph-mon[33033]: pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:19:18.399 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:18 smithi052 ceph-mon[33033]: osd.0 [v2:172.21.15.29:6802/3863473071,v1:172.21.15.29:6803/3863473071] boot 2024-03-21T13:19:18.399 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:18 smithi052 ceph-mon[33033]: osdmap e8: 1 total, 1 up, 1 in 2024-03-21T13:19:18.399 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:18 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:19:18.446 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:18 smithi116 ceph-mon[33572]: purged_snaps scrub starts 2024-03-21T13:19:18.447 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:18 smithi116 ceph-mon[33572]: purged_snaps scrub ok 2024-03-21T13:19:18.447 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:18 smithi116 ceph-mon[33572]: pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:19:18.447 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:18 smithi116 ceph-mon[33572]: osd.0 [v2:172.21.15.29:6802/3863473071,v1:172.21.15.29:6803/3863473071] boot 2024-03-21T13:19:18.447 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:18 smithi116 ceph-mon[33572]: osdmap e8: 1 total, 1 up, 1 in 2024-03-21T13:19:18.447 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:18 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:19:18.516 DEBUG:teuthology.orchestra.run.smithi052:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19889ac0-e785-11ee-95cd-87774f69a715 -- ceph orch daemon add osd smithi052:vg_nvme/lv_4 2024-03-21T13:19:18.757 INFO:teuthology.orchestra.run.smithi052.stderr:Inferring config /var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/mon.b/config 2024-03-21T13:19:19.853 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:19 smithi052 ceph-mon[33033]: pgmap v48: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:19:19.853 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:19 smithi052 ceph-mon[33033]: Detected new or changed devices on smithi029 2024-03-21T13:19:19.854 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:19 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:19.854 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:19 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:19.854 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:19 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:19:19.854 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:19 smithi052 ceph-mon[33033]: Adjusting osd_memory_target on smithi029 to 17093M 2024-03-21T13:19:19.854 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:19 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:19.854 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:19 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:19:19.854 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:19 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:19:19.854 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:19 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:19.854 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:19 smithi052 ceph-mon[33033]: osdmap e9: 1 total, 1 up, 1 in 2024-03-21T13:19:20.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:19 smithi116 ceph-mon[33572]: pgmap v48: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:19:20.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:19 smithi116 ceph-mon[33572]: Detected new or changed devices on smithi029 2024-03-21T13:19:20.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:19 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:20.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:19 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:20.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:19 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:19:20.046 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:19 smithi116 ceph-mon[33572]: Adjusting osd_memory_target on smithi029 to 17093M 2024-03-21T13:19:20.046 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:19 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:20.046 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:19 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:19:20.046 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:19 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:19:20.046 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:19 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:20.046 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:19 smithi116 ceph-mon[33572]: osdmap e9: 1 total, 1 up, 1 in 2024-03-21T13:19:20.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:19 smithi029 ceph-mon[30122]: pgmap v48: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:19:20.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:19 smithi029 ceph-mon[30122]: Detected new or changed devices on smithi029 2024-03-21T13:19:20.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:19 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:20.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:19 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:20.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:19 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:19:20.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:19 smithi029 ceph-mon[30122]: Adjusting osd_memory_target on smithi029 to 17093M 2024-03-21T13:19:20.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:19 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:20.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:19 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:19:20.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:19 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:19:20.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:19 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:20.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:19 smithi029 ceph-mon[30122]: osdmap e9: 1 total, 1 up, 1 in 2024-03-21T13:19:21.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:20 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:19:21.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:20 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:19:21.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:20 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:19:21.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:20 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:19:21.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:20 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:19:21.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:20 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:19:21.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:20 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:19:21.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:20 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:19:21.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:20 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:19:21.895 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:21 smithi052 ceph-mon[33033]: pgmap v50: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:19:21.895 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:21 smithi052 ceph-mon[33033]: from='client.24131 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi052:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:19:22.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:21 smithi116 ceph-mon[33572]: pgmap v50: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:19:22.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:21 smithi116 ceph-mon[33572]: from='client.24131 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi052:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:19:22.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:21 smithi029 ceph-mon[30122]: pgmap v50: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:19:22.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:21 smithi029 ceph-mon[30122]: from='client.24131 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi052:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:19:24.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:23 smithi116 ceph-mon[33572]: pgmap v51: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:19:24.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:23 smithi116 ceph-mon[33572]: from='client.? 172.21.15.52:0/2270689577' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a7885551-a661-4b87-894c-cb64d0354b54"}]: dispatch 2024-03-21T13:19:24.046 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:23 smithi116 ceph-mon[33572]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a7885551-a661-4b87-894c-cb64d0354b54"}]: dispatch 2024-03-21T13:19:24.046 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:23 smithi116 ceph-mon[33572]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a7885551-a661-4b87-894c-cb64d0354b54"}]': finished 2024-03-21T13:19:24.046 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:23 smithi116 ceph-mon[33572]: osdmap e10: 2 total, 1 up, 2 in 2024-03-21T13:19:24.046 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:23 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:19:24.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:23 smithi029 ceph-mon[30122]: pgmap v51: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:19:24.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:23 smithi029 ceph-mon[30122]: from='client.? 172.21.15.52:0/2270689577' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a7885551-a661-4b87-894c-cb64d0354b54"}]: dispatch 2024-03-21T13:19:24.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:23 smithi029 ceph-mon[30122]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a7885551-a661-4b87-894c-cb64d0354b54"}]: dispatch 2024-03-21T13:19:24.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:23 smithi029 ceph-mon[30122]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a7885551-a661-4b87-894c-cb64d0354b54"}]': finished 2024-03-21T13:19:24.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:23 smithi029 ceph-mon[30122]: osdmap e10: 2 total, 1 up, 2 in 2024-03-21T13:19:24.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:23 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:19:24.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:23 smithi052 ceph-mon[33033]: pgmap v51: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:19:24.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:23 smithi052 ceph-mon[33033]: from='client.? 172.21.15.52:0/2270689577' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a7885551-a661-4b87-894c-cb64d0354b54"}]: dispatch 2024-03-21T13:19:24.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:23 smithi052 ceph-mon[33033]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a7885551-a661-4b87-894c-cb64d0354b54"}]: dispatch 2024-03-21T13:19:24.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:23 smithi052 ceph-mon[33033]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a7885551-a661-4b87-894c-cb64d0354b54"}]': finished 2024-03-21T13:19:24.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:23 smithi052 ceph-mon[33033]: osdmap e10: 2 total, 1 up, 2 in 2024-03-21T13:19:24.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:23 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:19:25.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:24 smithi116 ceph-mon[33572]: from='client.? 172.21.15.52:0/2809183959' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:19:25.045 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:24 smithi029 ceph-mon[30122]: from='client.? 172.21.15.52:0/2809183959' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:19:25.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:24 smithi052 ceph-mon[33033]: from='client.? 172.21.15.52:0/2809183959' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:19:26.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:25 smithi116 ceph-mon[33572]: pgmap v53: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:19:26.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:25 smithi029 ceph-mon[30122]: pgmap v53: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:19:26.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:25 smithi052 ceph-mon[33033]: pgmap v53: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:19:27.756 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:27 smithi052 ceph-mon[33033]: pgmap v54: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:19:28.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:27 smithi116 ceph-mon[33572]: pgmap v54: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:19:28.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:27 smithi029 ceph-mon[30122]: pgmap v54: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:19:30.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:29 smithi116 ceph-mon[33572]: pgmap v55: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:19:30.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:29 smithi029 ceph-mon[30122]: pgmap v55: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:19:30.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:29 smithi052 ceph-mon[33033]: pgmap v55: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:19:30.898 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:30 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-21T13:19:30.899 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:30 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:19:30.899 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:30 smithi052 ceph-mon[33033]: Deploying daemon osd.1 on smithi052 2024-03-21T13:19:31.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:30 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-21T13:19:31.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:30 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:19:31.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:30 smithi116 ceph-mon[33572]: Deploying daemon osd.1 on smithi052 2024-03-21T13:19:31.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:30 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-21T13:19:31.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:30 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:19:31.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:30 smithi029 ceph-mon[30122]: Deploying daemon osd.1 on smithi052 2024-03-21T13:19:31.898 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:31 smithi052 ceph-mon[33033]: pgmap v56: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:19:32.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:31 smithi116 ceph-mon[33572]: pgmap v56: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:19:32.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:31 smithi029 ceph-mon[30122]: pgmap v56: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:19:33.738 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:33 smithi052 ceph-mon[33033]: pgmap v57: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:19:34.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:33 smithi116 ceph-mon[33572]: pgmap v57: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:19:34.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:33 smithi029 ceph-mon[30122]: pgmap v57: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:19:36.353 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:36 smithi029 ceph-mon[30122]: pgmap v58: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:19:36.353 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:36 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:36.353 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:36 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:36.354 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:36 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:19:36.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:36 smithi052 ceph-mon[33033]: pgmap v58: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:19:36.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:36 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:36.399 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:36 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:36.399 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:36 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:19:36.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:36 smithi116 ceph-mon[33572]: pgmap v58: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:19:36.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:36 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:36.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:36 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:36.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:36 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:19:38.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:38 smithi029 ceph-mon[30122]: pgmap v59: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:19:38.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:38 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:38.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:38 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:38.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:38 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:19:38.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:38 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:19:38.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:38 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:38.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:38 smithi052 ceph-mon[33033]: pgmap v59: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:19:38.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:38 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:38.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:38 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:38.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:38 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:19:38.399 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:38 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:19:38.399 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:38 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:38.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:38 smithi116 ceph-mon[33572]: pgmap v59: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:19:38.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:38 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:38.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:38 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:38.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:38 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:19:38.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:38 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:19:38.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:38 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:38.846 INFO:teuthology.orchestra.run.smithi052.stdout:Created osd(s) 1 on host 'smithi052' 2024-03-21T13:19:39.391 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:39 smithi052 ceph-mon[33033]: from='osd.1 [v2:172.21.15.52:6800/2192139646,v1:172.21.15.52:6801/2192139646]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-21T13:19:39.392 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:39 smithi052 ceph-mon[33033]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-21T13:19:39.392 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:39 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:39.392 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:39 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:39.392 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:39 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:19:39.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:39 smithi029 ceph-mon[30122]: from='osd.1 [v2:172.21.15.52:6800/2192139646,v1:172.21.15.52:6801/2192139646]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-21T13:19:39.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:39 smithi029 ceph-mon[30122]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-21T13:19:39.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:39 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:39.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:39 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:39.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:39 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:19:39.422 DEBUG:teuthology.orchestra.run.smithi052:osd.1> sudo journalctl -f -n 0 -u ceph-19889ac0-e785-11ee-95cd-87774f69a715@osd.1.service 2024-03-21T13:19:39.424 INFO:tasks.cephadm:Deploying osd.2 on smithi116 with /dev/vg_nvme/lv_4... 2024-03-21T13:19:39.424 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19889ac0-e785-11ee-95cd-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-21T13:19:39.454 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:39 smithi116 ceph-mon[33572]: from='osd.1 [v2:172.21.15.52:6800/2192139646,v1:172.21.15.52:6801/2192139646]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-21T13:19:39.454 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:39 smithi116 ceph-mon[33572]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-21T13:19:39.454 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:39 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:39.454 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:39 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:39.454 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:39 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:19:39.667 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/mon.c/config 2024-03-21T13:19:40.247 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:40 smithi052 ceph-mon[33033]: pgmap v60: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:19:40.247 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:40 smithi052 ceph-mon[33033]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-21T13:19:40.247 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:40 smithi052 ceph-mon[33033]: osdmap e11: 2 total, 1 up, 2 in 2024-03-21T13:19:40.247 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:40 smithi052 ceph-mon[33033]: from='osd.1 [v2:172.21.15.52:6800/2192139646,v1:172.21.15.52:6801/2192139646]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi052", "root=default"]}]: dispatch 2024-03-21T13:19:40.247 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:40 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:19:40.247 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:40 smithi052 ceph-mon[33033]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi052", "root=default"]}]: dispatch 2024-03-21T13:19:40.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:40 smithi116 ceph-mon[33572]: pgmap v60: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:19:40.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:40 smithi116 ceph-mon[33572]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-21T13:19:40.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:40 smithi116 ceph-mon[33572]: osdmap e11: 2 total, 1 up, 2 in 2024-03-21T13:19:40.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:40 smithi116 ceph-mon[33572]: from='osd.1 [v2:172.21.15.52:6800/2192139646,v1:172.21.15.52:6801/2192139646]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi052", "root=default"]}]: dispatch 2024-03-21T13:19:40.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:40 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:19:40.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:40 smithi116 ceph-mon[33572]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi052", "root=default"]}]: dispatch 2024-03-21T13:19:40.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:40 smithi029 ceph-mon[30122]: pgmap v60: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:19:40.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:40 smithi029 ceph-mon[30122]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-21T13:19:40.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:40 smithi029 ceph-mon[30122]: osdmap e11: 2 total, 1 up, 2 in 2024-03-21T13:19:40.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:40 smithi029 ceph-mon[30122]: from='osd.1 [v2:172.21.15.52:6800/2192139646,v1:172.21.15.52:6801/2192139646]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi052", "root=default"]}]: dispatch 2024-03-21T13:19:40.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:40 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:19:40.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:40 smithi029 ceph-mon[30122]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi052", "root=default"]}]: dispatch 2024-03-21T13:19:40.523 INFO:journalctl@ceph.osd.1.smithi052.stdout:Mar 21 13:19:40 smithi052 ceph-19889ac0-e785-11ee-95cd-87774f69a715-osd-1[37659]: 2024-03-21T13:19:40.378+0000 7f51541ef700 -1 osd.1 0 waiting for initial osdmap 2024-03-21T13:19:40.523 INFO:journalctl@ceph.osd.1.smithi052.stdout:Mar 21 13:19:40 smithi052 ceph-19889ac0-e785-11ee-95cd-87774f69a715-osd-1[37659]: 2024-03-21T13:19:40.380+0000 7f514bfda700 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-21T13:19:41.283 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:41 smithi116 ceph-mon[33572]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi052", "root=default"]}]': finished 2024-03-21T13:19:41.284 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:41 smithi116 ceph-mon[33572]: osdmap e12: 2 total, 1 up, 2 in 2024-03-21T13:19:41.284 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:41 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:19:41.284 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:41 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:19:41.284 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:41 smithi116 ceph-mon[33572]: from='osd.1 ' entity='osd.1' 2024-03-21T13:19:41.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:41 smithi029 ceph-mon[30122]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi052", "root=default"]}]': finished 2024-03-21T13:19:41.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:41 smithi029 ceph-mon[30122]: osdmap e12: 2 total, 1 up, 2 in 2024-03-21T13:19:41.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:41 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:19:41.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:41 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:19:41.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:41 smithi029 ceph-mon[30122]: from='osd.1 ' entity='osd.1' 2024-03-21T13:19:41.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:41 smithi052 ceph-mon[33033]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi052", "root=default"]}]': finished 2024-03-21T13:19:41.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:41 smithi052 ceph-mon[33033]: osdmap e12: 2 total, 1 up, 2 in 2024-03-21T13:19:41.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:41 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:19:41.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:41 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:19:41.399 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:41 smithi052 ceph-mon[33033]: from='osd.1 ' entity='osd.1' 2024-03-21T13:19:41.832 INFO:teuthology.orchestra.run.smithi116.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-21T13:19:41.832 INFO:teuthology.orchestra.run.smithi116.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-21T13:19:41.832 INFO:teuthology.orchestra.run.smithi116.stderr: stderr: 10+0 records in 2024-03-21T13:19:41.832 INFO:teuthology.orchestra.run.smithi116.stderr:10+0 records out 2024-03-21T13:19:41.832 INFO:teuthology.orchestra.run.smithi116.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0114084 s, 919 MB/s 2024-03-21T13:19:41.832 INFO:teuthology.orchestra.run.smithi116.stderr:--> Zapping successful for: 2024-03-21T13:19:42.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:42 smithi029 ceph-mon[30122]: purged_snaps scrub starts 2024-03-21T13:19:42.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:42 smithi029 ceph-mon[30122]: purged_snaps scrub ok 2024-03-21T13:19:42.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:42 smithi029 ceph-mon[30122]: pgmap v63: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:19:42.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:42 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:19:42.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:42 smithi029 ceph-mon[30122]: osd.1 [v2:172.21.15.52:6800/2192139646,v1:172.21.15.52:6801/2192139646] boot 2024-03-21T13:19:42.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:42 smithi029 ceph-mon[30122]: osdmap e13: 2 total, 2 up, 2 in 2024-03-21T13:19:42.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:42 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:19:42.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:42 smithi052 ceph-mon[33033]: purged_snaps scrub starts 2024-03-21T13:19:42.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:42 smithi052 ceph-mon[33033]: purged_snaps scrub ok 2024-03-21T13:19:42.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:42 smithi052 ceph-mon[33033]: pgmap v63: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:19:42.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:42 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:19:42.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:42 smithi052 ceph-mon[33033]: osd.1 [v2:172.21.15.52:6800/2192139646,v1:172.21.15.52:6801/2192139646] boot 2024-03-21T13:19:42.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:42 smithi052 ceph-mon[33033]: osdmap e13: 2 total, 2 up, 2 in 2024-03-21T13:19:42.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:42 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:19:42.412 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:42 smithi116 ceph-mon[33572]: purged_snaps scrub starts 2024-03-21T13:19:42.412 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:42 smithi116 ceph-mon[33572]: purged_snaps scrub ok 2024-03-21T13:19:42.412 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:42 smithi116 ceph-mon[33572]: pgmap v63: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:19:42.412 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:42 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:19:42.412 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:42 smithi116 ceph-mon[33572]: osd.1 [v2:172.21.15.52:6800/2192139646,v1:172.21.15.52:6801/2192139646] boot 2024-03-21T13:19:42.412 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:42 smithi116 ceph-mon[33572]: osdmap e13: 2 total, 2 up, 2 in 2024-03-21T13:19:42.412 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:42 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:19:42.437 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19889ac0-e785-11ee-95cd-87774f69a715 -- ceph orch daemon add osd smithi116:vg_nvme/lv_4 2024-03-21T13:19:42.709 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/mon.c/config 2024-03-21T13:19:43.518 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:43 smithi116 ceph-mon[33572]: pgmap v65: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:43.518 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:43 smithi116 ceph-mon[33572]: Detected new or changed devices on smithi052 2024-03-21T13:19:43.518 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:43 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:43.518 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:43 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:43.518 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:43 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:19:43.518 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:43 smithi116 ceph-mon[33572]: Adjusting osd_memory_target on smithi052 to 17093M 2024-03-21T13:19:43.518 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:43 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:43.518 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:43 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:19:43.518 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:43 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:19:43.519 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:43 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:43.644 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:43 smithi029 ceph-mon[30122]: pgmap v65: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:43.644 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:43 smithi029 ceph-mon[30122]: Detected new or changed devices on smithi052 2024-03-21T13:19:43.644 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:43 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:43.644 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:43 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:43.644 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:43 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:19:43.644 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:43 smithi029 ceph-mon[30122]: Adjusting osd_memory_target on smithi052 to 17093M 2024-03-21T13:19:43.644 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:43 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:43.645 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:43 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:19:43.645 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:43 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:19:43.645 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:43 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:43.649 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:43 smithi052 ceph-mon[33033]: pgmap v65: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:43.649 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:43 smithi052 ceph-mon[33033]: Detected new or changed devices on smithi052 2024-03-21T13:19:43.649 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:43 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:43.649 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:43 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:43.649 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:43 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:19:43.649 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:43 smithi052 ceph-mon[33033]: Adjusting osd_memory_target on smithi052 to 17093M 2024-03-21T13:19:43.649 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:43 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:43.649 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:43 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:19:43.649 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:43 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:19:43.649 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:43 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:44.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:44 smithi116 ceph-mon[33572]: osdmap e14: 2 total, 2 up, 2 in 2024-03-21T13:19:44.644 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:44 smithi029 ceph-mon[30122]: osdmap e14: 2 total, 2 up, 2 in 2024-03-21T13:19:44.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:44 smithi052 ceph-mon[33033]: osdmap e14: 2 total, 2 up, 2 in 2024-03-21T13:19:45.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:45 smithi116 ceph-mon[33572]: pgmap v67: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:45.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:45 smithi116 ceph-mon[33572]: from='client.24142 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi116:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:19:45.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:45 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:19:45.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:45 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:19:45.427 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:45 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:19:45.644 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:45 smithi029 ceph-mon[30122]: pgmap v67: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:45.644 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:45 smithi029 ceph-mon[30122]: from='client.24142 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi116:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:19:45.644 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:45 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:19:45.644 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:45 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:19:45.645 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:45 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:19:45.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:45 smithi052 ceph-mon[33033]: pgmap v67: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:45.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:45 smithi052 ceph-mon[33033]: from='client.24142 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi116:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:19:45.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:45 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:19:45.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:45 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:19:45.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:45 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:19:47.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:47 smithi116 ceph-mon[33572]: pgmap v68: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:47.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:47 smithi116 ceph-mon[33572]: from='client.? 172.21.15.116:0/745823884' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e4bcfa69-8533-460d-be94-8bb559464e10"}]: dispatch 2024-03-21T13:19:47.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:47 smithi116 ceph-mon[33572]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e4bcfa69-8533-460d-be94-8bb559464e10"}]: dispatch 2024-03-21T13:19:47.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:47 smithi116 ceph-mon[33572]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e4bcfa69-8533-460d-be94-8bb559464e10"}]': finished 2024-03-21T13:19:47.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:47 smithi116 ceph-mon[33572]: osdmap e15: 3 total, 2 up, 3 in 2024-03-21T13:19:47.546 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:47 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:19:47.644 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:47 smithi029 ceph-mon[30122]: pgmap v68: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:47.644 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:47 smithi029 ceph-mon[30122]: from='client.? 172.21.15.116:0/745823884' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e4bcfa69-8533-460d-be94-8bb559464e10"}]: dispatch 2024-03-21T13:19:47.644 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:47 smithi029 ceph-mon[30122]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e4bcfa69-8533-460d-be94-8bb559464e10"}]: dispatch 2024-03-21T13:19:47.644 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:47 smithi029 ceph-mon[30122]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e4bcfa69-8533-460d-be94-8bb559464e10"}]': finished 2024-03-21T13:19:47.644 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:47 smithi029 ceph-mon[30122]: osdmap e15: 3 total, 2 up, 3 in 2024-03-21T13:19:47.645 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:47 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:19:47.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:47 smithi052 ceph-mon[33033]: pgmap v68: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:47.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:47 smithi052 ceph-mon[33033]: from='client.? 172.21.15.116:0/745823884' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e4bcfa69-8533-460d-be94-8bb559464e10"}]: dispatch 2024-03-21T13:19:47.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:47 smithi052 ceph-mon[33033]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e4bcfa69-8533-460d-be94-8bb559464e10"}]: dispatch 2024-03-21T13:19:47.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:47 smithi052 ceph-mon[33033]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e4bcfa69-8533-460d-be94-8bb559464e10"}]': finished 2024-03-21T13:19:47.649 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:47 smithi052 ceph-mon[33033]: osdmap e15: 3 total, 2 up, 3 in 2024-03-21T13:19:47.649 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:47 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:19:48.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:48 smithi116 ceph-mon[33572]: from='client.? 172.21.15.116:0/3747873118' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:19:48.644 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:48 smithi029 ceph-mon[30122]: from='client.? 172.21.15.116:0/3747873118' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:19:48.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:48 smithi052 ceph-mon[33033]: from='client.? 172.21.15.116:0/3747873118' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:19:49.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:49 smithi116 ceph-mon[33572]: pgmap v70: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:49.644 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:49 smithi029 ceph-mon[30122]: pgmap v70: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:49.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:49 smithi052 ceph-mon[33033]: pgmap v70: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:51.488 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:51 smithi116 ceph-mon[33572]: pgmap v71: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:51.644 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:51 smithi029 ceph-mon[30122]: pgmap v71: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:51.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:51 smithi052 ceph-mon[33033]: pgmap v71: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:53.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:53 smithi116 ceph-mon[33572]: pgmap v72: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:53.644 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:53 smithi029 ceph-mon[30122]: pgmap v72: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:53.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:53 smithi052 ceph-mon[33033]: pgmap v72: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:54.544 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:54 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-21T13:19:54.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:54 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:19:54.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:54 smithi116 ceph-mon[33572]: Deploying daemon osd.2 on smithi116 2024-03-21T13:19:54.644 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:54 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-21T13:19:54.644 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:54 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:19:54.644 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:54 smithi029 ceph-mon[30122]: Deploying daemon osd.2 on smithi116 2024-03-21T13:19:54.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:54 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-21T13:19:54.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:54 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:19:54.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:54 smithi052 ceph-mon[33033]: Deploying daemon osd.2 on smithi116 2024-03-21T13:19:55.466 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:55 smithi116 ceph-mon[33572]: pgmap v73: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:55.545 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:55 smithi029 ceph-mon[30122]: pgmap v73: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:55.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:55 smithi052 ceph-mon[33033]: pgmap v73: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:57.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:57 smithi116 ceph-mon[33572]: pgmap v74: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:57.644 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:57 smithi029 ceph-mon[30122]: pgmap v74: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:57.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:57 smithi052 ceph-mon[33033]: pgmap v74: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:59.795 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:59 smithi116 ceph-mon[33572]: pgmap v75: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:59.795 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:59 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:59.795 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:59 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:19:59.796 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:19:59 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:59.894 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:59 smithi029 ceph-mon[30122]: pgmap v75: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:59.894 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:59 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:59.894 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:59 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:19:59.894 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:19:59 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:59.898 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:59 smithi052 ceph-mon[33033]: pgmap v75: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:19:59.898 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:59 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:19:59.898 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:59 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:19:59.898 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:19:59 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:00.795 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:00 smithi116 ceph-mon[33572]: overall HEALTH_OK 2024-03-21T13:20:00.894 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:00 smithi029 ceph-mon[30122]: overall HEALTH_OK 2024-03-21T13:20:00.898 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:00 smithi052 ceph-mon[33033]: overall HEALTH_OK 2024-03-21T13:20:01.903 INFO:teuthology.orchestra.run.smithi116.stdout:Created osd(s) 2 on host 'smithi116' 2024-03-21T13:20:02.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:01 smithi029 ceph-mon[30122]: pgmap v76: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:20:02.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:01 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:02.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:01 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:02.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:01 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:20:02.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:01 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:20:02.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:01 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:02.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:01 smithi029 ceph-mon[30122]: from='osd.2 [v2:172.21.15.116:6800/4284714007,v1:172.21.15.116:6801/4284714007]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-21T13:20:02.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:01 smithi029 ceph-mon[30122]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-21T13:20:02.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:01 smithi052 ceph-mon[33033]: pgmap v76: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:20:02.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:01 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:02.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:01 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:02.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:01 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:20:02.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:01 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:20:02.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:01 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:02.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:01 smithi052 ceph-mon[33033]: from='osd.2 [v2:172.21.15.116:6800/4284714007,v1:172.21.15.116:6801/4284714007]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-21T13:20:02.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:01 smithi052 ceph-mon[33033]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-21T13:20:02.231 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:01 smithi116 ceph-mon[33572]: pgmap v76: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:20:02.231 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:01 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:02.231 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:01 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:02.231 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:01 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:20:02.231 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:01 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:20:02.231 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:01 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:02.231 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:01 smithi116 ceph-mon[33572]: from='osd.2 [v2:172.21.15.116:6800/4284714007,v1:172.21.15.116:6801/4284714007]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-21T13:20:02.231 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:01 smithi116 ceph-mon[33572]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-21T13:20:02.524 DEBUG:teuthology.orchestra.run.smithi116:osd.2> sudo journalctl -f -n 0 -u ceph-19889ac0-e785-11ee-95cd-87774f69a715@osd.2.service 2024-03-21T13:20:02.526 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-03-21T13:20:02.527 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19889ac0-e785-11ee-95cd-87774f69a715 -- ceph osd stat -f json 2024-03-21T13:20:02.779 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:20:03.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:02 smithi116 ceph-mon[33572]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-21T13:20:03.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:02 smithi116 ceph-mon[33572]: osdmap e16: 3 total, 2 up, 3 in 2024-03-21T13:20:03.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:02 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:20:03.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:02 smithi116 ceph-mon[33572]: from='osd.2 [v2:172.21.15.116:6800/4284714007,v1:172.21.15.116:6801/4284714007]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2024-03-21T13:20:03.046 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:02 smithi116 ceph-mon[33572]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2024-03-21T13:20:03.046 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:02 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:03.046 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:02 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:03.046 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:02 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:20:03.046 INFO:journalctl@ceph.osd.2.smithi116.stdout:Mar 21 13:20:02 smithi116 ceph-19889ac0-e785-11ee-95cd-87774f69a715-osd-2[38192]: 2024-03-21T13:20:02.869+0000 7f3244d81700 -1 osd.2 0 waiting for initial osdmap 2024-03-21T13:20:03.046 INFO:journalctl@ceph.osd.2.smithi116.stdout:Mar 21 13:20:02 smithi116 ceph-19889ac0-e785-11ee-95cd-87774f69a715-osd-2[38192]: 2024-03-21T13:20:02.872+0000 7f3240b74700 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-21T13:20:03.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:02 smithi029 ceph-mon[30122]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-21T13:20:03.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:02 smithi029 ceph-mon[30122]: osdmap e16: 3 total, 2 up, 3 in 2024-03-21T13:20:03.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:02 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:20:03.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:02 smithi029 ceph-mon[30122]: from='osd.2 [v2:172.21.15.116:6800/4284714007,v1:172.21.15.116:6801/4284714007]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2024-03-21T13:20:03.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:02 smithi029 ceph-mon[30122]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2024-03-21T13:20:03.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:02 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:03.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:02 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:03.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:02 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:20:03.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:02 smithi052 ceph-mon[33033]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-21T13:20:03.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:02 smithi052 ceph-mon[33033]: osdmap e16: 3 total, 2 up, 3 in 2024-03-21T13:20:03.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:02 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:20:03.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:02 smithi052 ceph-mon[33033]: from='osd.2 [v2:172.21.15.116:6800/4284714007,v1:172.21.15.116:6801/4284714007]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2024-03-21T13:20:03.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:02 smithi052 ceph-mon[33033]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2024-03-21T13:20:03.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:02 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:03.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:02 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:03.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:02 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:20:03.894 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:03 smithi029 ceph-mon[30122]: pgmap v78: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:20:03.894 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:03 smithi029 ceph-mon[30122]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2024-03-21T13:20:03.894 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:03 smithi029 ceph-mon[30122]: osdmap e17: 3 total, 2 up, 3 in 2024-03-21T13:20:03.894 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:03 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:20:03.894 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:03 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:20:03.988 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:03 smithi116 ceph-mon[33572]: pgmap v78: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:20:03.988 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:03 smithi116 ceph-mon[33572]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2024-03-21T13:20:03.988 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:03 smithi116 ceph-mon[33572]: osdmap e17: 3 total, 2 up, 3 in 2024-03-21T13:20:03.988 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:03 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:20:03.988 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:03 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:20:04.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:03 smithi052 ceph-mon[33033]: pgmap v78: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:20:04.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:03 smithi052 ceph-mon[33033]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2024-03-21T13:20:04.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:03 smithi052 ceph-mon[33033]: osdmap e17: 3 total, 2 up, 3 in 2024-03-21T13:20:04.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:03 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:20:04.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:03 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:20:04.691 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:20:04.961 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:04 smithi116 ceph-mon[33572]: purged_snaps scrub starts 2024-03-21T13:20:04.961 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:04 smithi116 ceph-mon[33572]: purged_snaps scrub ok 2024-03-21T13:20:04.961 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:04 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:20:04.961 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:04 smithi116 ceph-mon[33572]: osd.2 [v2:172.21.15.116:6800/4284714007,v1:172.21.15.116:6801/4284714007] boot 2024-03-21T13:20:04.961 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:04 smithi116 ceph-mon[33572]: osdmap e18: 3 total, 3 up, 3 in 2024-03-21T13:20:04.962 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:04 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:20:04.962 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:04 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-03-21T13:20:04.962 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:04 smithi116 ceph-mon[33572]: from='client.? 172.21.15.29:0/3536923584' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-21T13:20:05.021 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:04 smithi029 ceph-mon[30122]: purged_snaps scrub starts 2024-03-21T13:20:05.021 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:04 smithi029 ceph-mon[30122]: purged_snaps scrub ok 2024-03-21T13:20:05.021 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:04 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:20:05.021 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:04 smithi029 ceph-mon[30122]: osd.2 [v2:172.21.15.116:6800/4284714007,v1:172.21.15.116:6801/4284714007] boot 2024-03-21T13:20:05.022 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:04 smithi029 ceph-mon[30122]: osdmap e18: 3 total, 3 up, 3 in 2024-03-21T13:20:05.022 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:04 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:20:05.022 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:04 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-03-21T13:20:05.022 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:04 smithi029 ceph-mon[30122]: from='client.? 172.21.15.29:0/3536923584' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-21T13:20:05.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:04 smithi052 ceph-mon[33033]: purged_snaps scrub starts 2024-03-21T13:20:05.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:04 smithi052 ceph-mon[33033]: purged_snaps scrub ok 2024-03-21T13:20:05.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:04 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:20:05.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:04 smithi052 ceph-mon[33033]: osd.2 [v2:172.21.15.116:6800/4284714007,v1:172.21.15.116:6801/4284714007] boot 2024-03-21T13:20:05.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:04 smithi052 ceph-mon[33033]: osdmap e18: 3 total, 3 up, 3 in 2024-03-21T13:20:05.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:04 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:20:05.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:04 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-03-21T13:20:05.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:04 smithi052 ceph-mon[33033]: from='client.? 172.21.15.29:0/3536923584' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-21T13:20:05.348 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":18,"num_osds":3,"num_up_osds":3,"osd_up_since":1711027203,"num_in_osds":3,"osd_in_since":1711027187,"num_remapped_pgs":0} 2024-03-21T13:20:05.349 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell --fsid 19889ac0-e785-11ee-95cd-87774f69a715 -- ceph osd dump --format=json 2024-03-21T13:20:05.587 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:20:05.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:05 smithi029 ceph-mon[30122]: pgmap v81: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:20:05.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:05 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-03-21T13:20:05.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:05 smithi029 ceph-mon[30122]: osdmap e19: 3 total, 3 up, 3 in 2024-03-21T13:20:05.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:05 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-21T13:20:05.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:05 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:05.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:05 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:05.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:05 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:20:05.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:05 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:05.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:05 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:20:05.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:05 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:20:05.964 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:05 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:06.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:05 smithi052 ceph-mon[33033]: pgmap v81: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:20:06.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:05 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-03-21T13:20:06.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:05 smithi052 ceph-mon[33033]: osdmap e19: 3 total, 3 up, 3 in 2024-03-21T13:20:06.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:05 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-21T13:20:06.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:05 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:06.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:05 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:06.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:05 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:20:06.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:05 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:06.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:05 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:20:06.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:05 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:20:06.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:05 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:06.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:05 smithi116 ceph-mon[33572]: pgmap v81: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:20:06.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:05 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-03-21T13:20:06.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:05 smithi116 ceph-mon[33572]: osdmap e19: 3 total, 3 up, 3 in 2024-03-21T13:20:06.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:05 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-21T13:20:06.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:05 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:06.296 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:05 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:06.296 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:05 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:20:06.296 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:05 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:06.296 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:05 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:20:06.296 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:05 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:20:06.296 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:05 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:06.502 INFO:journalctl@ceph.osd.0.smithi029.stdout:Mar 21 13:20:06 smithi029 sudo[50224]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-03-21T13:20:06.502 INFO:journalctl@ceph.osd.0.smithi029.stdout:Mar 21 13:20:06 smithi029 sudo[50224]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-21T13:20:06.502 INFO:journalctl@ceph.osd.0.smithi029.stdout:Mar 21 13:20:06 smithi029 sudo[50224]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-21T13:20:06.502 INFO:journalctl@ceph.osd.0.smithi029.stdout:Mar 21 13:20:06 smithi029 sudo[50224]: pam_unix(sudo:session): session closed for user root 2024-03-21T13:20:06.849 INFO:journalctl@ceph.osd.0.smithi029.stdout:Mar 21 13:20:06 smithi029 sudo[50235]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-03-21T13:20:06.849 INFO:journalctl@ceph.osd.0.smithi029.stdout:Mar 21 13:20:06 smithi029 sudo[50235]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-21T13:20:06.849 INFO:journalctl@ceph.osd.0.smithi029.stdout:Mar 21 13:20:06 smithi029 sudo[50235]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-21T13:20:06.849 INFO:journalctl@ceph.osd.0.smithi029.stdout:Mar 21 13:20:06 smithi029 sudo[50235]: pam_unix(sudo:session): session closed for user root 2024-03-21T13:20:07.047 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:06 smithi052 ceph-mon[33033]: Detected new or changed devices on smithi116 2024-03-21T13:20:07.047 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:06 smithi052 ceph-mon[33033]: Adjusting osd_memory_target on smithi116 to 21184M 2024-03-21T13:20:07.047 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:06 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-21T13:20:07.047 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:06 smithi052 ceph-mon[33033]: osdmap e20: 3 total, 3 up, 3 in 2024-03-21T13:20:07.047 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:06 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:07.047 INFO:journalctl@ceph.osd.1.smithi052.stdout:Mar 21 13:20:06 smithi052 sudo[41397]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-03-21T13:20:07.048 INFO:journalctl@ceph.osd.1.smithi052.stdout:Mar 21 13:20:06 smithi052 sudo[41397]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-21T13:20:07.048 INFO:journalctl@ceph.osd.1.smithi052.stdout:Mar 21 13:20:06 smithi052 sudo[41397]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-21T13:20:07.048 INFO:journalctl@ceph.osd.1.smithi052.stdout:Mar 21 13:20:06 smithi052 sudo[41397]: pam_unix(sudo:session): session closed for user root 2024-03-21T13:20:07.103 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:06 smithi029 ceph-mon[30122]: Detected new or changed devices on smithi116 2024-03-21T13:20:07.103 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:06 smithi029 ceph-mon[30122]: Adjusting osd_memory_target on smithi116 to 21184M 2024-03-21T13:20:07.104 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:06 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-21T13:20:07.104 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:06 smithi029 ceph-mon[30122]: osdmap e20: 3 total, 3 up, 3 in 2024-03-21T13:20:07.104 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:06 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:07.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:06 smithi116 ceph-mon[33572]: Detected new or changed devices on smithi116 2024-03-21T13:20:07.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:06 smithi116 ceph-mon[33572]: Adjusting osd_memory_target on smithi116 to 21184M 2024-03-21T13:20:07.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:06 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-21T13:20:07.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:06 smithi116 ceph-mon[33572]: osdmap e20: 3 total, 3 up, 3 in 2024-03-21T13:20:07.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:06 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:07.398 INFO:journalctl@ceph.osd.1.smithi052.stdout:Mar 21 13:20:07 smithi052 sudo[41400]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-03-21T13:20:07.398 INFO:journalctl@ceph.osd.1.smithi052.stdout:Mar 21 13:20:07 smithi052 sudo[41400]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-21T13:20:07.398 INFO:journalctl@ceph.osd.1.smithi052.stdout:Mar 21 13:20:07 smithi052 sudo[41400]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-21T13:20:07.399 INFO:journalctl@ceph.osd.1.smithi052.stdout:Mar 21 13:20:07 smithi052 sudo[41400]: pam_unix(sudo:session): session closed for user root 2024-03-21T13:20:07.413 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:20:07.413 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":21,"fsid":"19889ac0-e785-11ee-95cd-87774f69a715","created":"2024-03-21T13:16:33.475833+0000","modified":"2024-03-21T13:20:06.893313+0000","last_up_change":"2024-03-21T13:20:03.883507+0000","last_in_change":"2024-03-21T13:19:47.173721+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-03-21T13:20:04.457305+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"97d7aa1c-6e64-4c0c-8c5a-6244215784eb","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.29:6802","nonce":3863473071},{"type":"v1","addr":"172.21.15.29:6803","nonce":3863473071}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6804","nonce":3863473071},{"type":"v1","addr":"172.21.15.29:6805","nonce":3863473071}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6808","nonce":3863473071},{"type":"v1","addr":"172.21.15.29:6809","nonce":3863473071}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6806","nonce":3863473071},{"type":"v1","addr":"172.21.15.29:6807","nonce":3863473071}]},"public_addr":"172.21.15.29:6803/3863473071","cluster_addr":"172.21.15.29:6805/3863473071","heartbeat_back_addr":"172.21.15.29:6809/3863473071","heartbeat_front_addr":"172.21.15.29:6807/3863473071","state":["exists","up"]},{"osd":1,"uuid":"a7885551-a661-4b87-894c-cb64d0354b54","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.52:6800","nonce":2192139646},{"type":"v1","addr":"172.21.15.52:6801","nonce":2192139646}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:6802","nonce":2192139646},{"type":"v1","addr":"172.21.15.52:6803","nonce":2192139646}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:6806","nonce":2192139646},{"type":"v1","addr":"172.21.15.52:6807","nonce":2192139646}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:6804","nonce":2192139646},{"type":"v1","addr":"172.21.15.52:6805","nonce":2192139646}]},"public_addr":"172.21.15.52:6801/2192139646","cluster_addr":"172.21.15.52:6803/2192139646","heartbeat_back_addr":"172.21.15.52:6807/2192139646","heartbeat_front_addr":"172.21.15.52:6805/2192139646","state":["exists","up"]},{"osd":2,"uuid":"e4bcfa69-8533-460d-be94-8bb559464e10","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.116:6800","nonce":4284714007},{"type":"v1","addr":"172.21.15.116:6801","nonce":4284714007}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6802","nonce":4284714007},{"type":"v1","addr":"172.21.15.116:6803","nonce":4284714007}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6806","nonce":4284714007},{"type":"v1","addr":"172.21.15.116:6807","nonce":4284714007}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6804","nonce":4284714007},{"type":"v1","addr":"172.21.15.116:6805","nonce":4284714007}]},"public_addr":"172.21.15.116:6801/4284714007","cluster_addr":"172.21.15.116:6803/4284714007","heartbeat_back_addr":"172.21.15.116:6807/4284714007","heartbeat_front_addr":"172.21.15.116:6805/4284714007","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:19:15.210435+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:19:39.205378+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:20:02.628350+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.29:0/2046968740":"2024-03-22T13:17:38.114764+0000","172.21.15.29:0/4043260014":"2024-03-22T13:17:38.114764+0000","172.21.15.29:6800/3398344785":"2024-03-22T13:17:11.024642+0000","172.21.15.29:0/758367566":"2024-03-22T13:17:11.024642+0000","172.21.15.29:6801/454896953":"2024-03-22T13:17:38.114764+0000","172.21.15.29:0/1976716884":"2024-03-22T13:17:11.024642+0000","172.21.15.29:0/2693136032":"2024-03-22T13:17:38.114764+0000","172.21.15.29:6801/3398344785":"2024-03-22T13:17:11.024642+0000","172.21.15.29:6800/454896953":"2024-03-22T13:17:38.114764+0000","172.21.15.29:0/4271181460":"2024-03-22T13:17:11.024642+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-03-21T13:20:07.564 INFO:journalctl@ceph.osd.2.smithi116.stdout:Mar 21 13:20:07 smithi116 sudo[41520]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-03-21T13:20:07.564 INFO:journalctl@ceph.osd.2.smithi116.stdout:Mar 21 13:20:07 smithi116 sudo[41520]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-21T13:20:07.564 INFO:journalctl@ceph.osd.2.smithi116.stdout:Mar 21 13:20:07 smithi116 sudo[41520]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-21T13:20:07.564 INFO:journalctl@ceph.osd.2.smithi116.stdout:Mar 21 13:20:07 smithi116 sudo[41520]: pam_unix(sudo:session): session closed for user root 2024-03-21T13:20:08.045 INFO:journalctl@ceph.osd.2.smithi116.stdout:Mar 21 13:20:07 smithi116 sudo[41523]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-03-21T13:20:08.045 INFO:journalctl@ceph.osd.2.smithi116.stdout:Mar 21 13:20:07 smithi116 sudo[41523]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-21T13:20:08.045 INFO:journalctl@ceph.osd.2.smithi116.stdout:Mar 21 13:20:07 smithi116 sudo[41523]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-21T13:20:08.045 INFO:journalctl@ceph.osd.2.smithi116.stdout:Mar 21 13:20:07 smithi116 sudo[41523]: pam_unix(sudo:session): session closed for user root 2024-03-21T13:20:08.072 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:07 smithi029 sudo[50325]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-03-21T13:20:08.072 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:07 smithi029 sudo[50325]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-21T13:20:08.072 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:07 smithi029 sudo[50325]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-21T13:20:08.072 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:07 smithi029 sudo[50325]: pam_unix(sudo:session): session closed for user root 2024-03-21T13:20:08.097 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-03-21T13:20:04.457305+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '21', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_type': 'Fair distribution', 'score_acting': 3, 'score_stable': 3, 'optimal_score': 1, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2024-03-21T13:20:08.097 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell --fsid 19889ac0-e785-11ee-95cd-87774f69a715 -- ceph osd pool get .mgr pg_num 2024-03-21T13:20:08.339 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:20:08.371 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:08 smithi116 ceph-mon[33572]: pgmap v84: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:08.371 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:08 smithi116 ceph-mon[33572]: osdmap e21: 3 total, 3 up, 3 in 2024-03-21T13:20:08.372 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:08 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:08.372 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:08 smithi116 ceph-mon[33572]: from='client.? 172.21.15.29:0/31829548' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T13:20:08.372 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:08 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:08.372 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:08 smithi116 ceph-mon[33572]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T13:20:08.372 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:08 smithi116 sudo[41526]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-03-21T13:20:08.372 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:08 smithi116 sudo[41526]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-21T13:20:08.372 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:08 smithi116 sudo[41526]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-21T13:20:08.372 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:08 smithi116 sudo[41526]: pam_unix(sudo:session): session closed for user root 2024-03-21T13:20:08.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:08 smithi029 sudo[50329]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-03-21T13:20:08.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:08 smithi029 sudo[50329]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-21T13:20:08.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:08 smithi029 sudo[50329]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-21T13:20:08.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:08 smithi029 sudo[50329]: pam_unix(sudo:session): session closed for user root 2024-03-21T13:20:08.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:08 smithi029 ceph-mon[30122]: pgmap v84: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:08.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:08 smithi029 ceph-mon[30122]: osdmap e21: 3 total, 3 up, 3 in 2024-03-21T13:20:08.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:08 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:08.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:08 smithi029 ceph-mon[30122]: from='client.? 172.21.15.29:0/31829548' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T13:20:08.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:08 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:08.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:08 smithi029 ceph-mon[30122]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T13:20:08.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:08 smithi052 ceph-mon[33033]: pgmap v84: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:08.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:08 smithi052 ceph-mon[33033]: osdmap e21: 3 total, 3 up, 3 in 2024-03-21T13:20:08.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:08 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:08.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:08 smithi052 ceph-mon[33033]: from='client.? 172.21.15.29:0/31829548' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T13:20:08.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:08 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:08.399 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:08 smithi052 ceph-mon[33033]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T13:20:08.795 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:08 smithi116 sudo[41529]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-03-21T13:20:08.795 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:08 smithi116 sudo[41529]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-21T13:20:08.795 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:08 smithi116 sudo[41529]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-21T13:20:08.795 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:08 smithi116 sudo[41529]: pam_unix(sudo:session): session closed for user root 2024-03-21T13:20:09.135 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:08 smithi052 sudo[41403]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-03-21T13:20:09.135 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:08 smithi052 sudo[41403]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-21T13:20:09.135 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:08 smithi052 sudo[41403]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-21T13:20:09.135 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:08 smithi052 sudo[41403]: pam_unix(sudo:session): session closed for user root 2024-03-21T13:20:09.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:09 smithi029 ceph-mon[30122]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T13:20:09.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:09 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:20:09.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:09 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:20:09.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:09 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:20:09.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:09 smithi029 ceph-mon[30122]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T13:20:09.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:09 smithi029 ceph-mon[30122]: mgrmap e15: a(active, since 2m), standbys: b 2024-03-21T13:20:09.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:09 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:20:09.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:09 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:20:09.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:09 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:20:09.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:09 smithi029 ceph-mon[30122]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T13:20:09.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:09 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:20:09.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:09 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:20:09.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:09 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:20:09.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:09 smithi052 sudo[41406]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-03-21T13:20:09.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:09 smithi052 sudo[41406]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-21T13:20:09.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:09 smithi052 sudo[41406]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-21T13:20:09.399 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:09 smithi052 sudo[41406]: pam_unix(sudo:session): session closed for user root 2024-03-21T13:20:09.399 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:09 smithi052 ceph-mon[33033]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T13:20:09.399 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:09 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:20:09.399 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:09 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:20:09.399 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:09 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:20:09.399 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:09 smithi052 ceph-mon[33033]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T13:20:09.399 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:09 smithi052 ceph-mon[33033]: mgrmap e15: a(active, since 2m), standbys: b 2024-03-21T13:20:09.399 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:09 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:20:09.399 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:09 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:20:09.399 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:09 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:20:09.399 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:09 smithi052 ceph-mon[33033]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T13:20:09.399 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:09 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:20:09.399 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:09 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:20:09.399 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:09 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:20:09.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:09 smithi116 ceph-mon[33572]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T13:20:09.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:09 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:20:09.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:09 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:20:09.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:09 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:20:09.546 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:09 smithi116 ceph-mon[33572]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T13:20:09.546 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:09 smithi116 ceph-mon[33572]: mgrmap e15: a(active, since 2m), standbys: b 2024-03-21T13:20:09.546 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:09 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:20:09.546 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:09 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:20:09.546 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:09 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:20:09.546 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:09 smithi116 ceph-mon[33572]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T13:20:09.546 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:09 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:20:09.546 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:09 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:20:09.546 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:09 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:20:10.281 INFO:teuthology.orchestra.run.smithi029.stdout:pg_num: 1 2024-03-21T13:20:10.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:10 smithi029 ceph-mon[30122]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:10.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:10 smithi029 ceph-mon[30122]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T13:20:10.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:10 smithi029 ceph-mon[30122]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T13:20:10.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:10 smithi052 ceph-mon[33033]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:10.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:10 smithi052 ceph-mon[33033]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T13:20:10.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:10 smithi052 ceph-mon[33033]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T13:20:10.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:10 smithi116 ceph-mon[33572]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:10.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:10 smithi116 ceph-mon[33572]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T13:20:10.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:10 smithi116 ceph-mon[33572]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T13:20:10.950 INFO:tasks.cephadm:Setting up client nodes... 2024-03-21T13:20:10.950 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-03-21T13:20:10.950 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-03-21T13:20:10.950 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell --fsid 19889ac0-e785-11ee-95cd-87774f69a715 -- ceph mgr dump --format=json 2024-03-21T13:20:11.191 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:20:11.312 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:11 smithi029 ceph-mon[30122]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:11.312 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:11 smithi029 ceph-mon[30122]: from='client.? 172.21.15.29:0/3120466756' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-21T13:20:11.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:11 smithi052 ceph-mon[33033]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:11.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:11 smithi052 ceph-mon[33033]: from='client.? 172.21.15.29:0/3120466756' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-21T13:20:11.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:11 smithi116 ceph-mon[33572]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:11.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:11 smithi116 ceph-mon[33572]: from='client.? 172.21.15.29:0/3120466756' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-21T13:20:13.025 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:20:13.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:13 smithi029 ceph-mon[30122]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 196 KiB/s wr, 13 op/s 2024-03-21T13:20:13.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:13 smithi029 ceph-mon[30122]: from='client.? 172.21.15.29:0/581998468' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-21T13:20:13.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:13 smithi052 ceph-mon[33033]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 196 KiB/s wr, 13 op/s 2024-03-21T13:20:13.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:13 smithi052 ceph-mon[33033]: from='client.? 172.21.15.29:0/581998468' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-21T13:20:13.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:13 smithi116 ceph-mon[33572]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 196 KiB/s wr, 13 op/s 2024-03-21T13:20:13.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:13 smithi116 ceph-mon[33572]: from='client.? 172.21.15.29:0/581998468' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-21T13:20:13.790 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":15,"flags":0,"active_gid":14148,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6800","nonce":3773343273},{"type":"v1","addr":"172.21.15.29:6801","nonce":3773343273}]},"active_addr":"172.21.15.29:6801/3773343273","active_change":"2024-03-21T13:17:38.114882+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":24107,"name":"b","mgr_features":4540701547738038271,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.0.0","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.0.0","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.29: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.29:0","nonce":538871081}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.29:0","nonce":558214725}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.29:0","nonce":1702453850}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.29:0","nonce":1771750016}]}]} 2024-03-21T13:20:13.796 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-03-21T13:20:13.796 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-03-21T13:20:13.796 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell --fsid 19889ac0-e785-11ee-95cd-87774f69a715 -- ceph osd dump --format=json 2024-03-21T13:20:14.041 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:20:15.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:15 smithi029 ceph-mon[30122]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2024-03-21T13:20:15.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:15 smithi116 ceph-mon[33572]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2024-03-21T13:20:15.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:15 smithi052 ceph-mon[33033]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2024-03-21T13:20:15.926 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:20:15.926 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":21,"fsid":"19889ac0-e785-11ee-95cd-87774f69a715","created":"2024-03-21T13:16:33.475833+0000","modified":"2024-03-21T13:20:06.893313+0000","last_up_change":"2024-03-21T13:20:03.883507+0000","last_in_change":"2024-03-21T13:19:47.173721+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-03-21T13:20:04.457305+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"97d7aa1c-6e64-4c0c-8c5a-6244215784eb","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.29:6802","nonce":3863473071},{"type":"v1","addr":"172.21.15.29:6803","nonce":3863473071}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6804","nonce":3863473071},{"type":"v1","addr":"172.21.15.29:6805","nonce":3863473071}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6808","nonce":3863473071},{"type":"v1","addr":"172.21.15.29:6809","nonce":3863473071}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6806","nonce":3863473071},{"type":"v1","addr":"172.21.15.29:6807","nonce":3863473071}]},"public_addr":"172.21.15.29:6803/3863473071","cluster_addr":"172.21.15.29:6805/3863473071","heartbeat_back_addr":"172.21.15.29:6809/3863473071","heartbeat_front_addr":"172.21.15.29:6807/3863473071","state":["exists","up"]},{"osd":1,"uuid":"a7885551-a661-4b87-894c-cb64d0354b54","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.52:6800","nonce":2192139646},{"type":"v1","addr":"172.21.15.52:6801","nonce":2192139646}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:6802","nonce":2192139646},{"type":"v1","addr":"172.21.15.52:6803","nonce":2192139646}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:6806","nonce":2192139646},{"type":"v1","addr":"172.21.15.52:6807","nonce":2192139646}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:6804","nonce":2192139646},{"type":"v1","addr":"172.21.15.52:6805","nonce":2192139646}]},"public_addr":"172.21.15.52:6801/2192139646","cluster_addr":"172.21.15.52:6803/2192139646","heartbeat_back_addr":"172.21.15.52:6807/2192139646","heartbeat_front_addr":"172.21.15.52:6805/2192139646","state":["exists","up"]},{"osd":2,"uuid":"e4bcfa69-8533-460d-be94-8bb559464e10","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.116:6800","nonce":4284714007},{"type":"v1","addr":"172.21.15.116:6801","nonce":4284714007}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6802","nonce":4284714007},{"type":"v1","addr":"172.21.15.116:6803","nonce":4284714007}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6806","nonce":4284714007},{"type":"v1","addr":"172.21.15.116:6807","nonce":4284714007}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6804","nonce":4284714007},{"type":"v1","addr":"172.21.15.116:6805","nonce":4284714007}]},"public_addr":"172.21.15.116:6801/4284714007","cluster_addr":"172.21.15.116:6803/4284714007","heartbeat_back_addr":"172.21.15.116:6807/4284714007","heartbeat_front_addr":"172.21.15.116:6805/4284714007","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:19:15.210435+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:19:39.205378+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:20:02.628350+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.29:0/2046968740":"2024-03-22T13:17:38.114764+0000","172.21.15.29:0/4043260014":"2024-03-22T13:17:38.114764+0000","172.21.15.29:6800/3398344785":"2024-03-22T13:17:11.024642+0000","172.21.15.29:0/758367566":"2024-03-22T13:17:11.024642+0000","172.21.15.29:6801/454896953":"2024-03-22T13:17:38.114764+0000","172.21.15.29:0/1976716884":"2024-03-22T13:17:11.024642+0000","172.21.15.29:0/2693136032":"2024-03-22T13:17:38.114764+0000","172.21.15.29:6801/3398344785":"2024-03-22T13:17:11.024642+0000","172.21.15.29:6800/454896953":"2024-03-22T13:17:38.114764+0000","172.21.15.29:0/4271181460":"2024-03-22T13:17:11.024642+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-03-21T13:20:16.259 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:16 smithi029 ceph-mon[30122]: from='client.? 172.21.15.29:0/3079529105' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T13:20:16.534 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-03-21T13:20:16.534 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell --fsid 19889ac0-e785-11ee-95cd-87774f69a715 -- ceph osd dump --format=json 2024-03-21T13:20:16.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:16 smithi116 ceph-mon[33572]: from='client.? 172.21.15.29:0/3079529105' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T13:20:16.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:16 smithi052 ceph-mon[33033]: from='client.? 172.21.15.29:0/3079529105' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T13:20:16.775 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:20:17.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:17 smithi116 ceph-mon[33572]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2024-03-21T13:20:17.573 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:17 smithi029 ceph-mon[30122]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2024-03-21T13:20:17.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:17 smithi052 ceph-mon[33033]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2024-03-21T13:20:18.604 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:20:18.604 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":21,"fsid":"19889ac0-e785-11ee-95cd-87774f69a715","created":"2024-03-21T13:16:33.475833+0000","modified":"2024-03-21T13:20:06.893313+0000","last_up_change":"2024-03-21T13:20:03.883507+0000","last_in_change":"2024-03-21T13:19:47.173721+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-03-21T13:20:04.457305+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"97d7aa1c-6e64-4c0c-8c5a-6244215784eb","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.29:6802","nonce":3863473071},{"type":"v1","addr":"172.21.15.29:6803","nonce":3863473071}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6804","nonce":3863473071},{"type":"v1","addr":"172.21.15.29:6805","nonce":3863473071}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6808","nonce":3863473071},{"type":"v1","addr":"172.21.15.29:6809","nonce":3863473071}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6806","nonce":3863473071},{"type":"v1","addr":"172.21.15.29:6807","nonce":3863473071}]},"public_addr":"172.21.15.29:6803/3863473071","cluster_addr":"172.21.15.29:6805/3863473071","heartbeat_back_addr":"172.21.15.29:6809/3863473071","heartbeat_front_addr":"172.21.15.29:6807/3863473071","state":["exists","up"]},{"osd":1,"uuid":"a7885551-a661-4b87-894c-cb64d0354b54","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.52:6800","nonce":2192139646},{"type":"v1","addr":"172.21.15.52:6801","nonce":2192139646}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:6802","nonce":2192139646},{"type":"v1","addr":"172.21.15.52:6803","nonce":2192139646}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:6806","nonce":2192139646},{"type":"v1","addr":"172.21.15.52:6807","nonce":2192139646}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:6804","nonce":2192139646},{"type":"v1","addr":"172.21.15.52:6805","nonce":2192139646}]},"public_addr":"172.21.15.52:6801/2192139646","cluster_addr":"172.21.15.52:6803/2192139646","heartbeat_back_addr":"172.21.15.52:6807/2192139646","heartbeat_front_addr":"172.21.15.52:6805/2192139646","state":["exists","up"]},{"osd":2,"uuid":"e4bcfa69-8533-460d-be94-8bb559464e10","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.116:6800","nonce":4284714007},{"type":"v1","addr":"172.21.15.116:6801","nonce":4284714007}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6802","nonce":4284714007},{"type":"v1","addr":"172.21.15.116:6803","nonce":4284714007}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6806","nonce":4284714007},{"type":"v1","addr":"172.21.15.116:6807","nonce":4284714007}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6804","nonce":4284714007},{"type":"v1","addr":"172.21.15.116:6805","nonce":4284714007}]},"public_addr":"172.21.15.116:6801/4284714007","cluster_addr":"172.21.15.116:6803/4284714007","heartbeat_back_addr":"172.21.15.116:6807/4284714007","heartbeat_front_addr":"172.21.15.116:6805/4284714007","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:19:15.210435+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:19:39.205378+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:20:02.628350+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.29:0/2046968740":"2024-03-22T13:17:38.114764+0000","172.21.15.29:0/4043260014":"2024-03-22T13:17:38.114764+0000","172.21.15.29:6800/3398344785":"2024-03-22T13:17:11.024642+0000","172.21.15.29:0/758367566":"2024-03-22T13:17:11.024642+0000","172.21.15.29:6801/454896953":"2024-03-22T13:17:38.114764+0000","172.21.15.29:0/1976716884":"2024-03-22T13:17:11.024642+0000","172.21.15.29:0/2693136032":"2024-03-22T13:17:38.114764+0000","172.21.15.29:6801/3398344785":"2024-03-22T13:17:11.024642+0000","172.21.15.29:6800/454896953":"2024-03-22T13:17:38.114764+0000","172.21.15.29:0/4271181460":"2024-03-22T13:17:11.024642+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-03-21T13:20:19.174 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:19 smithi029 ceph-mon[30122]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2024-03-21T13:20:19.174 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:19 smithi029 ceph-mon[30122]: from='client.? 172.21.15.29:0/2901281029' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T13:20:19.208 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell --fsid 19889ac0-e785-11ee-95cd-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-03-21T13:20:19.208 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell --fsid 19889ac0-e785-11ee-95cd-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-03-21T13:20:19.209 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell --fsid 19889ac0-e785-11ee-95cd-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-03-21T13:20:19.472 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:20:19.479 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:20:19.482 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:20:19.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:19 smithi116 ceph-mon[33572]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2024-03-21T13:20:19.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:19 smithi116 ceph-mon[33572]: from='client.? 172.21.15.29:0/2901281029' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T13:20:19.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:19 smithi052 ceph-mon[33033]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2024-03-21T13:20:19.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:19 smithi052 ceph-mon[33033]: from='client.? 172.21.15.29:0/2901281029' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T13:20:21.443 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:21 smithi029 ceph-mon[30122]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-03-21T13:20:21.450 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:21 smithi052 ceph-mon[33033]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-03-21T13:20:21.537 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:21 smithi116 ceph-mon[33572]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-03-21T13:20:23.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:23 smithi029 ceph-mon[30122]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-03-21T13:20:23.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:23 smithi116 ceph-mon[33572]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-03-21T13:20:23.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:23 smithi052 ceph-mon[33033]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-03-21T13:20:24.106 INFO:teuthology.orchestra.run.smithi029.stdout:77309411335 2024-03-21T13:20:24.107 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell --fsid 19889ac0-e785-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-03-21T13:20:25.013 INFO:teuthology.orchestra.run.smithi029.stdout:55834574860 2024-03-21T13:20:25.014 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell --fsid 19889ac0-e785-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-03-21T13:20:25.234 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:20:25.273 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:25 smithi029 ceph-mon[30122]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:25.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:25 smithi116 ceph-mon[33572]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:25.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:25 smithi052 ceph-mon[33033]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:25.868 INFO:teuthology.orchestra.run.smithi029.stdout:34359738385 2024-03-21T13:20:25.869 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell --fsid 19889ac0-e785-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-03-21T13:20:26.636 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:20:26.980 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:20:27.367 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:27 smithi029 ceph-mon[30122]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:27.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:27 smithi116 ceph-mon[33572]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:27.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:27 smithi052 ceph-mon[33033]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:28.590 INFO:teuthology.orchestra.run.smithi029.stdout:77309411336 2024-03-21T13:20:29.344 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:29 smithi029 ceph-mon[30122]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:29.344 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:29 smithi029 ceph-mon[30122]: from='client.? 172.21.15.29:0/3094771649' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-21T13:20:29.375 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411335 got 77309411336 for osd.2 2024-03-21T13:20:29.375 DEBUG:teuthology.parallel:result is None 2024-03-21T13:20:29.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:29 smithi116 ceph-mon[33572]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:29.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:29 smithi116 ceph-mon[33572]: from='client.? 172.21.15.29:0/3094771649' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-21T13:20:29.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:29 smithi052 ceph-mon[33033]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:29.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:29 smithi052 ceph-mon[33033]: from='client.? 172.21.15.29:0/3094771649' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-21T13:20:31.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:31 smithi116 ceph-mon[33572]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:31.301 INFO:teuthology.orchestra.run.smithi029.stdout:55834574861 2024-03-21T13:20:31.508 INFO:teuthology.orchestra.run.smithi029.stdout:34359738386 2024-03-21T13:20:31.509 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:31 smithi029 ceph-mon[30122]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:31.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:31 smithi052 ceph-mon[33033]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:32.125 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738385 got 34359738386 for osd.0 2024-03-21T13:20:32.125 DEBUG:teuthology.parallel:result is None 2024-03-21T13:20:32.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:32 smithi029 ceph-mon[30122]: from='client.? 172.21.15.29:0/2135217130' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-21T13:20:32.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:32 smithi029 ceph-mon[30122]: from='client.? 172.21.15.29:0/2128992138' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-21T13:20:32.531 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574860 got 55834574861 for osd.1 2024-03-21T13:20:32.532 DEBUG:teuthology.parallel:result is None 2024-03-21T13:20:32.532 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-03-21T13:20:32.532 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell --fsid 19889ac0-e785-11ee-95cd-87774f69a715 -- ceph pg dump --format=json 2024-03-21T13:20:32.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:32 smithi116 ceph-mon[33572]: from='client.? 172.21.15.29:0/2135217130' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-21T13:20:32.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:32 smithi116 ceph-mon[33572]: from='client.? 172.21.15.29:0/2128992138' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-21T13:20:32.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:32 smithi052 ceph-mon[33033]: from='client.? 172.21.15.29:0/2135217130' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-21T13:20:32.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:32 smithi052 ceph-mon[33033]: from='client.? 172.21.15.29:0/2128992138' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-21T13:20:32.771 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:20:33.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:33 smithi116 ceph-mon[33572]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:33.590 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:33 smithi029 ceph-mon[30122]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:33.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:33 smithi052 ceph-mon[33033]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:34.686 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:20:34.688 INFO:teuthology.orchestra.run.smithi029.stderr:dumped all 2024-03-21T13:20:35.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:35 smithi029 ceph-mon[30122]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:35.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:35 smithi029 ceph-mon[30122]: from='client.14346 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:20:35.494 INFO:teuthology.orchestra.run.smithi029.stdout:{"pg_ready":true,"pg_map":{"version":99,"stamp":"2024-03-21T13:20:34.145751+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":281235456,"kb_used":93508,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":89339,"kb_avail":281141948,"statfs":{"total":287985106944,"available":287889354752,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4784,"internal_metadata":91483472},"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.001901"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":186,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-03-21T13:20:09.149447+0000","last_change":"2024-03-21T13:20:05.893759+0000","last_active":"2024-03-21T13:20:09.149447+0000","last_peered":"2024-03-21T13:20:09.149447+0000","last_clean":"2024-03-21T13:20:09.149447+0000","last_became_active":"2024-03-21T13:20:05.893300+0000","last_became_peered":"2024-03-21T13:20:05.893300+0000","last_unstale":"2024-03-21T13:20:09.149447+0000","last_undegraded":"2024-03-21T13:20:09.149447+0000","last_fullsized":"2024-03-21T13:20:09.149447+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-21T13:20:04.885039+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-21T13:20:04.885039+0000","last_clean_scrub_stamp":"2024-03-21T13:20:04.885039+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-03-22T17:22:03.447154+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411337,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28396,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716756,"statfs":{"total":95995035648,"available":95965958144,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738387,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32556,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712596,"statfs":{"total":95995035648,"available":95961698304,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574862,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32556,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712596,"statfs":{"total":95995035648,"available":95961698304,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-03-21T13:20:35.495 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell --fsid 19889ac0-e785-11ee-95cd-87774f69a715 -- ceph pg dump --format=json 2024-03-21T13:20:35.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:35 smithi116 ceph-mon[33572]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:35.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:35 smithi116 ceph-mon[33572]: from='client.14346 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:20:35.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:35 smithi052 ceph-mon[33033]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:35.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:35 smithi052 ceph-mon[33033]: from='client.14346 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:20:35.737 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:20:37.475 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:37 smithi029 ceph-mon[30122]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:37.544 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:20:37.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:37 smithi116 ceph-mon[33572]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:37.546 INFO:teuthology.orchestra.run.smithi029.stderr:dumped all 2024-03-21T13:20:37.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:37 smithi052 ceph-mon[33033]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:38.189 INFO:teuthology.orchestra.run.smithi029.stdout:{"pg_ready":true,"pg_map":{"version":100,"stamp":"2024-03-21T13:20:36.146034+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":281235456,"kb_used":93508,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":89339,"kb_avail":281141948,"statfs":{"total":287985106944,"available":287889354752,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4784,"internal_metadata":91483472},"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.001924"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":186,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-03-21T13:20:09.149447+0000","last_change":"2024-03-21T13:20:05.893759+0000","last_active":"2024-03-21T13:20:09.149447+0000","last_peered":"2024-03-21T13:20:09.149447+0000","last_clean":"2024-03-21T13:20:09.149447+0000","last_became_active":"2024-03-21T13:20:05.893300+0000","last_became_peered":"2024-03-21T13:20:05.893300+0000","last_unstale":"2024-03-21T13:20:09.149447+0000","last_undegraded":"2024-03-21T13:20:09.149447+0000","last_fullsized":"2024-03-21T13:20:09.149447+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-21T13:20:04.885039+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-21T13:20:04.885039+0000","last_clean_scrub_stamp":"2024-03-21T13:20:04.885039+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-03-22T17:22:03.447154+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411338,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28396,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716756,"statfs":{"total":95995035648,"available":95965958144,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738387,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32556,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712596,"statfs":{"total":95995035648,"available":95961698304,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574862,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32556,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712596,"statfs":{"total":95995035648,"available":95961698304,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-03-21T13:20:38.190 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-03-21T13:20:38.190 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-03-21T13:20:38.190 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-03-21T13:20:38.190 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell --fsid 19889ac0-e785-11ee-95cd-87774f69a715 -- ceph health --format=json 2024-03-21T13:20:38.430 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:20:38.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:38 smithi116 ceph-mon[33572]: from='client.14352 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:20:38.551 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:38 smithi029 ceph-mon[30122]: from='client.14352 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:20:38.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:38 smithi052 ceph-mon[33033]: from='client.14352 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:20:39.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:39 smithi029 ceph-mon[30122]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:39.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:39 smithi116 ceph-mon[33572]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:39.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:39 smithi052 ceph-mon[33033]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:40.277 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:20:40.278 INFO:teuthology.orchestra.run.smithi029.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-03-21T13:20:40.891 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-03-21T13:20:40.892 INFO:tasks.cephadm:Setup complete, yielding 2024-03-21T13:20:40.892 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-21T13:20:40.902 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi029.front.sepia.ceph.com 2024-03-21T13:20:40.902 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19889ac0-e785-11ee-95cd-87774f69a715 -- bash -c 'set -e 2024-03-21T13:20:40.902 DEBUG:teuthology.orchestra.run.smithi029:> set -x 2024-03-21T13:20:40.902 DEBUG:teuthology.orchestra.run.smithi029:> ceph orch apply node-exporter 2024-03-21T13:20:40.902 DEBUG:teuthology.orchestra.run.smithi029:> ceph orch apply grafana 2024-03-21T13:20:40.902 DEBUG:teuthology.orchestra.run.smithi029:> ceph orch apply alertmanager 2024-03-21T13:20:40.902 DEBUG:teuthology.orchestra.run.smithi029:> ceph orch apply prometheus 2024-03-21T13:20:40.902 DEBUG:teuthology.orchestra.run.smithi029:> sleep 240 2024-03-21T13:20:40.902 DEBUG:teuthology.orchestra.run.smithi029:> ceph orch ls 2024-03-21T13:20:40.902 DEBUG:teuthology.orchestra.run.smithi029:> ceph orch ps 2024-03-21T13:20:40.902 DEBUG:teuthology.orchestra.run.smithi029:> ceph orch host ls 2024-03-21T13:20:40.902 DEBUG:teuthology.orchestra.run.smithi029:> MON_DAEMON=$(ceph orch ps --daemon-type mon -f json | jq -r '"'"'last | .daemon_name'"'"') 2024-03-21T13:20:40.903 DEBUG:teuthology.orchestra.run.smithi029:> GRAFANA_HOST=$(ceph orch ps --daemon-type grafana -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-03-21T13:20:40.903 DEBUG:teuthology.orchestra.run.smithi029:> PROM_HOST=$(ceph orch ps --daemon-type prometheus -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-03-21T13:20:40.903 DEBUG:teuthology.orchestra.run.smithi029:> ALERTM_HOST=$(ceph orch ps --daemon-type alertmanager -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-03-21T13:20:40.903 DEBUG:teuthology.orchestra.run.smithi029:> GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST "$GRAFANA_HOST" '"'"'.[] | select(.hostname==$GRAFANA_HOST) | .addr'"'"') 2024-03-21T13:20:40.903 DEBUG:teuthology.orchestra.run.smithi029:> PROM_IP=$(ceph orch host ls -f json | jq -r --arg PROM_HOST "$PROM_HOST" '"'"'.[] | select(.hostname==$PROM_HOST) | .addr'"'"') 2024-03-21T13:20:40.903 DEBUG:teuthology.orchestra.run.smithi029:> ALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST "$ALERTM_HOST" '"'"'.[] | select(.hostname==$ALERTM_HOST) | .addr'"'"') 2024-03-21T13:20:40.903 DEBUG:teuthology.orchestra.run.smithi029:> # check each host node-exporter metrics endpoint is responsive 2024-03-21T13:20:40.903 DEBUG:teuthology.orchestra.run.smithi029:> ALL_HOST_IPS=$(ceph orch host ls -f json | jq -r '"'"'.[] | .addr'"'"') 2024-03-21T13:20:40.903 DEBUG:teuthology.orchestra.run.smithi029:> for ip in $ALL_HOST_IPS; do 2024-03-21T13:20:40.903 DEBUG:teuthology.orchestra.run.smithi029:> curl -s http://${ip}:9100/metric 2024-03-21T13:20:40.903 DEBUG:teuthology.orchestra.run.smithi029:> done 2024-03-21T13:20:40.903 DEBUG:teuthology.orchestra.run.smithi029:> # check grafana endpoints are responsive and database health is okay 2024-03-21T13:20:40.903 DEBUG:teuthology.orchestra.run.smithi029:> curl -k -s https://${GRAFANA_IP}:3000/api/health 2024-03-21T13:20:40.903 DEBUG:teuthology.orchestra.run.smithi029:> curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '"'"'.database == "ok"'"'"' 2024-03-21T13:20:40.903 DEBUG:teuthology.orchestra.run.smithi029:> # stop mon daemon in order to trigger an alert 2024-03-21T13:20:40.903 DEBUG:teuthology.orchestra.run.smithi029:> ceph orch daemon stop $MON_DAEMON 2024-03-21T13:20:40.903 DEBUG:teuthology.orchestra.run.smithi029:> sleep 120 2024-03-21T13:20:40.903 DEBUG:teuthology.orchestra.run.smithi029:> # check prometheus endpoints are responsive and mon down alert is firing 2024-03-21T13:20:40.904 DEBUG:teuthology.orchestra.run.smithi029:> curl -s http://${PROM_IP}:9095/api/v1/status/config 2024-03-21T13:20:40.904 DEBUG:teuthology.orchestra.run.smithi029:> curl -s http://${PROM_IP}:9095/api/v1/status/config | jq -e '"'"'.status == "success"'"'"' 2024-03-21T13:20:40.904 DEBUG:teuthology.orchestra.run.smithi029:> curl -s http://${PROM_IP}:9095/api/v1/alerts 2024-03-21T13:20:40.904 DEBUG:teuthology.orchestra.run.smithi029:> curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '"'"'.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"'"'"' 2024-03-21T13:20:40.904 DEBUG:teuthology.orchestra.run.smithi029:> # check alertmanager endpoints are responsive and mon down alert is active 2024-03-21T13:20:40.904 DEBUG:teuthology.orchestra.run.smithi029:> curl -s http://${ALERTM_IP}:9093/api/v1/status 2024-03-21T13:20:40.904 DEBUG:teuthology.orchestra.run.smithi029:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts 2024-03-21T13:20:40.904 DEBUG:teuthology.orchestra.run.smithi029:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e '"'"'.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"'"'"' 2024-03-21T13:20:40.904 DEBUG:teuthology.orchestra.run.smithi029:> ' 2024-03-21T13:20:41.144 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T13:20:41.444 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:41 smithi029 ceph-mon[30122]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:41.444 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:41 smithi029 ceph-mon[30122]: from='client.? 172.21.15.29:0/2368853499' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-21T13:20:41.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:41 smithi116 ceph-mon[33572]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:41.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:41 smithi116 ceph-mon[33572]: from='client.? 172.21.15.29:0/2368853499' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-21T13:20:41.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:41 smithi052 ceph-mon[33033]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:41.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:41 smithi052 ceph-mon[33033]: from='client.? 172.21.15.29:0/2368853499' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-21T13:20:42.766 INFO:teuthology.orchestra.run.smithi029.stderr:+ ceph orch apply node-exporter 2024-03-21T13:20:43.030 INFO:teuthology.orchestra.run.smithi029.stdout:Scheduled node-exporter update... 2024-03-21T13:20:43.042 INFO:teuthology.orchestra.run.smithi029.stderr:+ ceph orch apply grafana 2024-03-21T13:20:43.370 INFO:teuthology.orchestra.run.smithi029.stdout:Scheduled grafana update... 2024-03-21T13:20:43.382 INFO:teuthology.orchestra.run.smithi029.stderr:+ ceph orch apply alertmanager 2024-03-21T13:20:43.710 INFO:teuthology.orchestra.run.smithi029.stdout:Scheduled alertmanager update... 2024-03-21T13:20:43.723 INFO:teuthology.orchestra.run.smithi029.stderr:+ ceph orch apply prometheus 2024-03-21T13:20:44.053 INFO:teuthology.orchestra.run.smithi029.stdout:Scheduled prometheus update... 2024-03-21T13:20:44.066 INFO:teuthology.orchestra.run.smithi029.stderr:+ sleep 240 2024-03-21T13:20:44.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:44 smithi116 ceph-mon[33572]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:44.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:44 smithi116 ceph-mon[33572]: from='client.14364 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:20:44.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:44 smithi116 ceph-mon[33572]: Saving service node-exporter spec with placement * 2024-03-21T13:20:44.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:44 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:44.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:44 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:20:44.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:44 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:44.296 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:44 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:20:44.296 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:44 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:20:44.296 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:44 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:44.296 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:44 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:44.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:44 smithi029 ceph-mon[30122]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:44.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:44 smithi029 ceph-mon[30122]: from='client.14364 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:20:44.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:44 smithi029 ceph-mon[30122]: Saving service node-exporter spec with placement * 2024-03-21T13:20:44.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:44 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:44.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:44 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:20:44.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:44 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:44.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:44 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:20:44.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:44 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:20:44.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:44 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:44.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:44 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:44.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:44 smithi052 ceph-mon[33033]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:44.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:44 smithi052 ceph-mon[33033]: from='client.14364 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:20:44.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:44 smithi052 ceph-mon[33033]: Saving service node-exporter spec with placement * 2024-03-21T13:20:44.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:44 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:44.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:44 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:20:44.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:44 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:44.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:44 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:20:44.399 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:44 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:20:44.399 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:44 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:44.399 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:44 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:45.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:45 smithi029 ceph-mon[30122]: from='client.14370 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:20:45.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:45 smithi029 ceph-mon[30122]: Saving service grafana spec with placement count:1 2024-03-21T13:20:45.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:45 smithi029 ceph-mon[30122]: Deploying daemon node-exporter.smithi029 on smithi029 2024-03-21T13:20:45.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:45 smithi029 ceph-mon[30122]: from='client.14376 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:20:45.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:45 smithi029 ceph-mon[30122]: Saving service alertmanager spec with placement count:1 2024-03-21T13:20:45.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:45 smithi029 ceph-mon[30122]: from='client.14382 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:20:45.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:45 smithi029 ceph-mon[30122]: Saving service prometheus spec with placement count:1 2024-03-21T13:20:45.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:45 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:45.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:45 smithi052 ceph-mon[33033]: from='client.14370 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:20:45.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:45 smithi052 ceph-mon[33033]: Saving service grafana spec with placement count:1 2024-03-21T13:20:45.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:45 smithi052 ceph-mon[33033]: Deploying daemon node-exporter.smithi029 on smithi029 2024-03-21T13:20:45.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:45 smithi052 ceph-mon[33033]: from='client.14376 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:20:45.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:45 smithi052 ceph-mon[33033]: Saving service alertmanager spec with placement count:1 2024-03-21T13:20:45.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:45 smithi052 ceph-mon[33033]: from='client.14382 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:20:45.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:45 smithi052 ceph-mon[33033]: Saving service prometheus spec with placement count:1 2024-03-21T13:20:45.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:45 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:45.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:45 smithi116 ceph-mon[33572]: from='client.14370 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:20:45.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:45 smithi116 ceph-mon[33572]: Saving service grafana spec with placement count:1 2024-03-21T13:20:45.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:45 smithi116 ceph-mon[33572]: Deploying daemon node-exporter.smithi029 on smithi029 2024-03-21T13:20:45.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:45 smithi116 ceph-mon[33572]: from='client.14376 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:20:45.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:45 smithi116 ceph-mon[33572]: Saving service alertmanager spec with placement count:1 2024-03-21T13:20:45.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:45 smithi116 ceph-mon[33572]: from='client.14382 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:20:45.546 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:45 smithi116 ceph-mon[33572]: Saving service prometheus spec with placement count:1 2024-03-21T13:20:45.546 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:45 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:46.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:46 smithi029 ceph-mon[30122]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:46.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:46 smithi052 ceph-mon[33033]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:46.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:46 smithi116 ceph-mon[33572]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:48.130 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:48 smithi029 ceph-mon[30122]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:48.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:48 smithi052 ceph-mon[33033]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:48.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:48 smithi116 ceph-mon[33572]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:49.644 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:49 smithi029 ceph-mon[30122]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:49.644 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:49 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:49.644 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:49 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:49.644 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:49 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:49.644 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:49 smithi029 ceph-mon[30122]: Deploying daemon node-exporter.smithi052 on smithi052 2024-03-21T13:20:49.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:49 smithi052 ceph-mon[33033]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:49.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:49 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:49.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:49 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:49.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:49 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:49.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:49 smithi052 ceph-mon[33033]: Deploying daemon node-exporter.smithi052 on smithi052 2024-03-21T13:20:49.795 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:49 smithi116 ceph-mon[33572]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:49.795 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:49 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:49.795 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:49 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:49.795 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:49 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:49.796 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:49 smithi116 ceph-mon[33572]: Deploying daemon node-exporter.smithi052 on smithi052 2024-03-21T13:20:51.565 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:51 smithi052 ceph-mon[33033]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:51.644 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:51 smithi029 ceph-mon[30122]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:51.795 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:51 smithi116 ceph-mon[33572]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:53.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:53 smithi052 ceph-mon[33033]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:53.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:53 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:53.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:53 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:53.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:53 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:53.649 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:53 smithi052 ceph-mon[33033]: Deploying daemon node-exporter.smithi116 on smithi116 2024-03-21T13:20:53.795 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:53 smithi116 ceph-mon[33572]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:53.795 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:53 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:53.795 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:53 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:53.795 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:53 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:53.795 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:53 smithi116 ceph-mon[33572]: Deploying daemon node-exporter.smithi116 on smithi116 2024-03-21T13:20:53.894 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:53 smithi029 ceph-mon[30122]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:53.894 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:53 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:53.894 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:53 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:53.894 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:53 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:53.894 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:53 smithi029 ceph-mon[30122]: Deploying daemon node-exporter.smithi116 on smithi116 2024-03-21T13:20:55.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:55 smithi116 ceph-mon[33572]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:55.696 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:55 smithi029 ceph-mon[30122]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:55.898 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:55 smithi052 ceph-mon[33033]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:57.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:57 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:57.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:57 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:57.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:57 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:57.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:57 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:57.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:57 smithi029 ceph-mon[30122]: Regenerating cephadm self-signed grafana TLS certificates 2024-03-21T13:20:57.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:57 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:57.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:57 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:57.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:57 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-21T13:20:57.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:57 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:57.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:57 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:57.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:57 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:57.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:57 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:57.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:57 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:57.399 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:57 smithi052 ceph-mon[33033]: Regenerating cephadm self-signed grafana TLS certificates 2024-03-21T13:20:57.399 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:57 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:57.399 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:57 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:57.399 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:57 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-21T13:20:57.399 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:57 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:57.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:57 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:57.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:57 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:57.546 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:57 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:57.546 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:57 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:57.546 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:57 smithi116 ceph-mon[33572]: Regenerating cephadm self-signed grafana TLS certificates 2024-03-21T13:20:57.546 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:57 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:57.546 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:57 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:57.546 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:57 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-21T13:20:57.546 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:57 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:58.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:58 smithi029 ceph-mon[30122]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:58.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:58 smithi029 ceph-mon[30122]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-21T13:20:58.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:58 smithi029 ceph-mon[30122]: Deploying daemon grafana.smithi029 on smithi029 2024-03-21T13:20:58.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:58 smithi052 ceph-mon[33033]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:58.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:58 smithi052 ceph-mon[33033]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-21T13:20:58.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:58 smithi052 ceph-mon[33033]: Deploying daemon grafana.smithi029 on smithi029 2024-03-21T13:20:58.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:58 smithi116 ceph-mon[33572]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:58.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:58 smithi116 ceph-mon[33572]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-21T13:20:58.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:58 smithi116 ceph-mon[33572]: Deploying daemon grafana.smithi029 on smithi029 2024-03-21T13:20:59.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:59 smithi116 ceph-mon[33572]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:59.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:20:59 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:59.644 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:59 smithi029 ceph-mon[30122]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:59.644 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:20:59 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:20:59.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:59 smithi052 ceph-mon[33033]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:20:59.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:20:59 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:21:01.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:01 smithi116 ceph-mon[33572]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:01.644 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:01 smithi029 ceph-mon[30122]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:01.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:01 smithi052 ceph-mon[33033]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:03.470 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:03 smithi052 ceph-mon[33033]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:03.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:03 smithi116 ceph-mon[33572]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:03.644 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:03 smithi029 ceph-mon[30122]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:05.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:05 smithi116 ceph-mon[33572]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:05.644 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:05 smithi029 ceph-mon[30122]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:05.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:05 smithi052 ceph-mon[33033]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:07.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:07 smithi029 ceph-mon[30122]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:07.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:07 smithi116 ceph-mon[33572]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:07.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:07 smithi052 ceph-mon[33033]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:09.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:09 smithi116 ceph-mon[33572]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:09.641 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:09 smithi029 ceph-mon[30122]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:09.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:09 smithi052 ceph-mon[33033]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:12.010 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:11 smithi029 ceph-mon[30122]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:12.010 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:11 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:21:12.010 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:11 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:21:12.010 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:11 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:21:12.010 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:11 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:21:12.010 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:11 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:21:12.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:11 smithi116 ceph-mon[33572]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:12.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:11 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:21:12.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:11 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:21:12.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:11 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:21:12.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:11 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:21:12.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:11 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:21:12.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:11 smithi052 ceph-mon[33033]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:12.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:11 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:21:12.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:11 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:21:12.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:11 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:21:12.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:11 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:21:12.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:11 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:21:14.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:13 smithi029 ceph-mon[30122]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:14.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:13 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:21:14.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:13 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:21:14.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:13 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:21:14.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:13 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:21:14.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:13 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:21:14.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:13 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:21:14.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:13 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:21:14.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:13 smithi052 ceph-mon[33033]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:14.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:13 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:21:14.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:13 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:21:14.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:13 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:21:14.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:13 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:21:14.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:13 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:21:14.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:13 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:21:14.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:13 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:21:14.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:13 smithi116 ceph-mon[33572]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:14.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:13 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:21:14.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:13 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:21:14.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:13 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:21:14.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:13 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:21:14.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:13 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:21:14.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:13 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:21:14.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:13 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:21:15.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:14 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:21:15.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:14 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:21:15.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:14 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:21:15.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:14 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:21:15.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:14 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:21:15.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:14 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:21:15.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:14 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:21:15.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:14 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:21:15.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:14 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:21:16.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:15 smithi116 ceph-mon[33572]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:16.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:15 smithi116 ceph-mon[33572]: Deploying daemon alertmanager.smithi116 on smithi116 2024-03-21T13:21:16.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:15 smithi029 ceph-mon[30122]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:16.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:15 smithi029 ceph-mon[30122]: Deploying daemon alertmanager.smithi116 on smithi116 2024-03-21T13:21:16.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:15 smithi052 ceph-mon[33033]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:16.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:15 smithi052 ceph-mon[33033]: Deploying daemon alertmanager.smithi116 on smithi116 2024-03-21T13:21:18.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:17 smithi116 ceph-mon[33572]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:18.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:17 smithi029 ceph-mon[30122]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:18.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:17 smithi052 ceph-mon[33033]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:20.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:19 smithi116 ceph-mon[33572]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:20.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:19 smithi029 ceph-mon[30122]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:20.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:19 smithi052 ceph-mon[33033]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:21.989 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:21 smithi116 ceph-mon[33572]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:22.200 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:21 smithi052 ceph-mon[33033]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:22.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:21 smithi029 ceph-mon[30122]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:24.162 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:23 smithi116 ceph-mon[33572]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:24.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:23 smithi029 ceph-mon[30122]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:24.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:23 smithi052 ceph-mon[33033]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:26.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:26 smithi029 ceph-mon[30122]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:26.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:26 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:21:26.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:26 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:21:26.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:26 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:21:26.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:26 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:21:26.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:26 smithi052 ceph-mon[33033]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:26.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:26 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:21:26.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:26 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:21:26.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:26 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:21:26.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:26 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:21:26.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:26 smithi116 ceph-mon[33572]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:26.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:26 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:21:26.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:26 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:21:26.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:26 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:21:26.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:26 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:21:27.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:27 smithi116 ceph-mon[33572]: Deploying daemon prometheus.smithi052 on smithi052 2024-03-21T13:21:27.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:27 smithi029 ceph-mon[30122]: Deploying daemon prometheus.smithi052 on smithi052 2024-03-21T13:21:27.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:27 smithi052 ceph-mon[33033]: Deploying daemon prometheus.smithi052 on smithi052 2024-03-21T13:21:28.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:28 smithi029 ceph-mon[30122]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:28.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:28 smithi052 ceph-mon[33033]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:28.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:28 smithi116 ceph-mon[33572]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:29.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:29 smithi116 ceph-mon[33572]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:29.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:29 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:21:29.644 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:29 smithi029 ceph-mon[30122]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:29.644 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:29 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:21:29.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:29 smithi052 ceph-mon[33033]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:29.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:29 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:21:31.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:31 smithi116 ceph-mon[33572]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:31.644 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:31 smithi029 ceph-mon[30122]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:31.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:31 smithi052 ceph-mon[33033]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:33.501 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:33 smithi052 ceph-mon[33033]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:33.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:33 smithi116 ceph-mon[33572]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:33.644 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:33 smithi029 ceph-mon[30122]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:35.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:35 smithi116 ceph-mon[33572]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:35.644 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:35 smithi029 ceph-mon[30122]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:35.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:35 smithi052 ceph-mon[33033]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:37.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:37 smithi116 ceph-mon[33572]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:37.644 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:37 smithi029 ceph-mon[30122]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:37.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:37 smithi052 ceph-mon[33033]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:39.473 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:39 smithi052 ceph-mon[33033]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:39.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:39 smithi116 ceph-mon[33572]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:39.644 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:39 smithi029 ceph-mon[30122]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:41.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:41 smithi116 ceph-mon[33572]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:41.561 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:41 smithi052 ceph-mon[33033]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:41.644 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:41 smithi029 ceph-mon[30122]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:43.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:42 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:21:43.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:42 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:21:43.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:42 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:21:43.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:42 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-03-21T13:21:43.144 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:21:42 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: ignoring --setuser ceph since I am not root 2024-03-21T13:21:43.144 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:21:42 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: ignoring --setgroup ceph since I am not root 2024-03-21T13:21:43.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:42 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:21:43.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:42 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:21:43.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:42 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:21:43.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:42 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-03-21T13:21:43.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:42 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:21:43.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:42 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:21:43.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:42 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' 2024-03-21T13:21:43.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:42 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-03-21T13:21:43.148 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:21:42 smithi052 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-b[34488]: ignoring --setuser ceph since I am not root 2024-03-21T13:21:43.148 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:21:42 smithi052 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-b[34488]: ignoring --setgroup ceph since I am not root 2024-03-21T13:21:43.149 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:21:42 smithi052 ceph-mgr[34511]: -- 172.21.15.52:0/2282807749 <== mon.2 v2:172.21.15.52:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5600850025a0 con 0x560084fd7000 2024-03-21T13:21:43.644 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:21:43 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:21:43.325+0000 7f11177ad200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T13:21:43.644 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:21:43 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:21:43.422+0000 7f11177ad200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T13:21:43.648 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:21:43 smithi052 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-b[34488]: 2024-03-21T13:21:43.322+0000 7f700cbb3200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T13:21:43.648 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:21:43 smithi052 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-b[34488]: 2024-03-21T13:21:43.418+0000 7f700cbb3200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T13:21:44.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:43 smithi116 ceph-mon[33572]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-03-21T13:21:44.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:43 smithi116 ceph-mon[33572]: mgrmap e16: a(active, since 4m), standbys: b 2024-03-21T13:21:44.074 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:43 smithi052 ceph-mon[33033]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-03-21T13:21:44.074 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:43 smithi052 ceph-mon[33033]: mgrmap e16: a(active, since 4m), standbys: b 2024-03-21T13:21:44.083 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:43 smithi029 ceph-mon[30122]: from='mgr.14148 172.21.15.29:0/3929016789' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-03-21T13:21:44.083 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:43 smithi029 ceph-mon[30122]: mgrmap e16: a(active, since 4m), standbys: b 2024-03-21T13:21:44.394 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:21:44 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:21:44.083+0000 7f11177ad200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T13:21:44.394 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:21:44 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:21:44.179+0000 7f11177ad200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T13:21:44.394 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:21:44 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:21:44.323+0000 7f11177ad200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T13:21:44.398 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:21:44 smithi052 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-b[34488]: 2024-03-21T13:21:44.074+0000 7f700cbb3200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T13:21:44.398 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:21:44 smithi052 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-b[34488]: 2024-03-21T13:21:44.168+0000 7f700cbb3200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T13:21:44.398 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:21:44 smithi052 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-b[34488]: 2024-03-21T13:21:44.311+0000 7f700cbb3200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T13:21:44.768 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:21:44 smithi052 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-b[34488]: 2024-03-21T13:21:44.409+0000 7f700cbb3200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T13:21:44.768 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:21:44 smithi052 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-b[34488]: 2024-03-21T13:21:44.494+0000 7f700cbb3200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T13:21:44.768 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:21:44 smithi052 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-b[34488]: 2024-03-21T13:21:44.767+0000 7f700cbb3200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-21T13:21:44.778 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:21:44 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:21:44.421+0000 7f11177ad200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T13:21:44.778 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:21:44 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:21:44.507+0000 7f11177ad200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T13:21:44.778 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:21:44 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:21:44.777+0000 7f11177ad200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-21T13:21:45.065 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:21:44 smithi052 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-b[34488]: 2024-03-21T13:21:44.879+0000 7f700cbb3200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T13:21:45.066 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:21:44 smithi052 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-b[34488]: 2024-03-21T13:21:44.967+0000 7f700cbb3200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T13:21:45.066 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:21:45 smithi052 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-b[34488]: 2024-03-21T13:21:45.064+0000 7f700cbb3200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T13:21:45.082 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:21:44 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:21:44.895+0000 7f11177ad200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T13:21:45.082 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:21:44 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:21:44.984+0000 7f11177ad200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T13:21:45.082 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:21:45 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:21:45.082+0000 7f11177ad200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T13:21:45.394 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:21:45 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:21:45.261+0000 7f11177ad200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T13:21:45.398 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:21:45 smithi052 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-b[34488]: 2024-03-21T13:21:45.242+0000 7f700cbb3200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T13:21:46.644 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:21:46 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:21:46.262+0000 7f11177ad200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T13:21:46.644 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:21:46 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:21:46.398+0000 7f11177ad200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T13:21:46.648 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:21:46 smithi052 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-b[34488]: 2024-03-21T13:21:46.226+0000 7f700cbb3200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T13:21:46.648 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:21:46 smithi052 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-b[34488]: 2024-03-21T13:21:46.360+0000 7f700cbb3200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T13:21:46.994 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:21:46 smithi052 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-b[34488]: 2024-03-21T13:21:46.702+0000 7f700cbb3200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T13:21:46.994 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:21:46 smithi052 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-b[34488]: 2024-03-21T13:21:46.794+0000 7f700cbb3200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T13:21:46.994 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:21:46 smithi052 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-b[34488]: 2024-03-21T13:21:46.993+0000 7f700cbb3200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:21:47.036 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:21:46 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:21:46.739+0000 7f11177ad200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T13:21:47.036 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:21:46 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:21:46.832+0000 7f11177ad200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T13:21:47.036 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:21:47 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:21:47.035+0000 7f11177ad200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:21:47.394 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:21:47 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:21:47.228+0000 7f11177ad200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T13:21:47.398 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:21:47 smithi052 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-b[34488]: 2024-03-21T13:21:47.183+0000 7f700cbb3200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T13:21:47.735 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:21:47 smithi052 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-b[34488]: 2024-03-21T13:21:47.473+0000 7f700cbb3200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:21:47.735 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:21:47 smithi052 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-b[34488]: 2024-03-21T13:21:47.734+0000 7f700cbb3200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T13:21:47.788 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:21:47 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:21:47.525+0000 7f11177ad200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:21:47.788 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:21:47 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:21:47.787+0000 7f11177ad200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T13:21:48.144 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:21:48 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:21:48.035+0000 7f11177ad200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-21T13:21:48.148 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:21:47 smithi052 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-b[34488]: 2024-03-21T13:21:47.976+0000 7f700cbb3200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-21T13:21:49.144 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:21:48 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:21:48.877+0000 7f11177ad200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T13:21:49.311 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:21:48 smithi052 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-b[34488]: 2024-03-21T13:21:48.803+0000 7f700cbb3200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T13:21:49.648 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:21:49 smithi052 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-b[34488]: 2024-03-21T13:21:49.384+0000 7f700cbb3200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T13:21:49.648 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:21:49 smithi052 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-b[34488]: 2024-03-21T13:21:49.484+0000 7f700cbb3200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T13:21:49.779 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:21:49 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:21:49.461+0000 7f11177ad200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T13:21:49.779 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:21:49 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:21:49.564+0000 7f11177ad200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T13:21:50.010 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:49 smithi052 ceph-mon[33033]: Standby manager daemon b restarted 2024-03-21T13:21:50.010 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:49 smithi052 ceph-mon[33033]: Standby manager daemon b started 2024-03-21T13:21:50.010 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:49 smithi052 ceph-mon[33033]: from='mgr.? 172.21.15.52:0/914071207' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-21T13:21:50.010 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:49 smithi052 ceph-mon[33033]: from='mgr.? 172.21.15.52:0/914071207' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T13:21:50.010 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:49 smithi052 ceph-mon[33033]: from='mgr.? 172.21.15.52:0/914071207' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-21T13:21:50.010 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:49 smithi052 ceph-mon[33033]: from='mgr.? 172.21.15.52:0/914071207' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T13:21:50.010 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:21:49 smithi052 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-b[34488]: 2024-03-21T13:21:49.707+0000 7f700cbb3200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T13:21:50.011 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:21:49 smithi052 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-b[34488]: [21/Mar/2024:13:21:49] ENGINE Bus STARTING 2024-03-21T13:21:50.011 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:21:49 smithi052 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-b[34488]: CherryPy Checker: 2024-03-21T13:21:50.011 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:21:49 smithi052 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-b[34488]: The Application mounted at '' has an empty config. 2024-03-21T13:21:50.011 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:21:49 smithi052 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-b[34488]: 2024-03-21T13:21:50.011 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:21:49 smithi052 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-b[34488]: [21/Mar/2024:13:21:49] ENGINE Serving on http://:::9283 2024-03-21T13:21:50.011 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:21:49 smithi052 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-b[34488]: [21/Mar/2024:13:21:49] ENGINE Bus STARTED 2024-03-21T13:21:50.029 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:49 smithi116 ceph-mon[33572]: Standby manager daemon b restarted 2024-03-21T13:21:50.029 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:49 smithi116 ceph-mon[33572]: Standby manager daemon b started 2024-03-21T13:21:50.029 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:49 smithi116 ceph-mon[33572]: from='mgr.? 172.21.15.52:0/914071207' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-21T13:21:50.029 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:49 smithi116 ceph-mon[33572]: from='mgr.? 172.21.15.52:0/914071207' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T13:21:50.029 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:49 smithi116 ceph-mon[33572]: from='mgr.? 172.21.15.52:0/914071207' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-21T13:21:50.029 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:49 smithi116 ceph-mon[33572]: from='mgr.? 172.21.15.52:0/914071207' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T13:21:50.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:49 smithi029 ceph-mon[30122]: Standby manager daemon b restarted 2024-03-21T13:21:50.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:49 smithi029 ceph-mon[30122]: Standby manager daemon b started 2024-03-21T13:21:50.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:49 smithi029 ceph-mon[30122]: from='mgr.? 172.21.15.52:0/914071207' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-21T13:21:50.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:49 smithi029 ceph-mon[30122]: from='mgr.? 172.21.15.52:0/914071207' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T13:21:50.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:49 smithi029 ceph-mon[30122]: from='mgr.? 172.21.15.52:0/914071207' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-21T13:21:50.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:49 smithi029 ceph-mon[30122]: from='mgr.? 172.21.15.52:0/914071207' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T13:21:50.033 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:21:49 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:21:49.793+0000 7f11177ad200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T13:21:50.034 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:21:49 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: [21/Mar/2024:13:21:49] ENGINE Bus STARTING 2024-03-21T13:21:50.034 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:21:50 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: CherryPy Checker: 2024-03-21T13:21:50.034 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:21:50 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: The Application mounted at '' has an empty config. 2024-03-21T13:21:50.034 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:21:50 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:21:50.034 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:21:50 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: [21/Mar/2024:13:21:50] ENGINE Serving on http://:::9283 2024-03-21T13:21:50.034 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:21:50 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: [21/Mar/2024:13:21:50] ENGINE Bus STARTED 2024-03-21T13:21:50.394 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:21:50 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: ::ffff:172.21.15.52 - - [21/Mar/2024:13:21:50] "GET /metrics HTTP/1.1" 200 20187 "" "Prometheus/2.43.0" 2024-03-21T13:21:51.046 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:50 smithi116 ceph-mon[33572]: mgrmap e17: a(active, since 4m), standbys: b 2024-03-21T13:21:51.046 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:50 smithi116 ceph-mon[33572]: Active manager daemon a restarted 2024-03-21T13:21:51.046 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:50 smithi116 ceph-mon[33572]: Activating manager daemon a 2024-03-21T13:21:51.046 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:50 smithi116 ceph-mon[33572]: osdmap e22: 3 total, 3 up, 3 in 2024-03-21T13:21:51.046 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:50 smithi116 ceph-mon[33572]: mgrmap e18: a(active, starting, since 0.00628839s), standbys: b 2024-03-21T13:21:51.046 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:50 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:21:51.046 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:50 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:21:51.046 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:50 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:21:51.046 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:50 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-21T13:21:51.046 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:50 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-21T13:21:51.047 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:50 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:21:51.047 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:50 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:21:51.047 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:50 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:21:51.047 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:50 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T13:21:51.047 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:50 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T13:21:51.047 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:50 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T13:21:51.047 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:50 smithi116 ceph-mon[33572]: Manager daemon a is now available 2024-03-21T13:21:51.047 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:50 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:21:51.047 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:50 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:51.047 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:50 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:21:51.047 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:50 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:21:51.047 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:50 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-21T13:21:51.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:50 smithi029 ceph-mon[30122]: mgrmap e17: a(active, since 4m), standbys: b 2024-03-21T13:21:51.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:50 smithi029 ceph-mon[30122]: Active manager daemon a restarted 2024-03-21T13:21:51.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:50 smithi029 ceph-mon[30122]: Activating manager daemon a 2024-03-21T13:21:51.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:50 smithi029 ceph-mon[30122]: osdmap e22: 3 total, 3 up, 3 in 2024-03-21T13:21:51.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:50 smithi029 ceph-mon[30122]: mgrmap e18: a(active, starting, since 0.00628839s), standbys: b 2024-03-21T13:21:51.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:50 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:21:51.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:50 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:21:51.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:50 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:21:51.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:50 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-21T13:21:51.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:50 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-21T13:21:51.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:50 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:21:51.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:50 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:21:51.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:50 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:21:51.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:50 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T13:21:51.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:50 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T13:21:51.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:50 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T13:21:51.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:50 smithi029 ceph-mon[30122]: Manager daemon a is now available 2024-03-21T13:21:51.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:50 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:21:51.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:50 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:51.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:50 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:21:51.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:50 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:21:51.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:50 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-21T13:21:51.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:50 smithi052 ceph-mon[33033]: mgrmap e17: a(active, since 4m), standbys: b 2024-03-21T13:21:51.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:50 smithi052 ceph-mon[33033]: Active manager daemon a restarted 2024-03-21T13:21:51.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:50 smithi052 ceph-mon[33033]: Activating manager daemon a 2024-03-21T13:21:51.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:50 smithi052 ceph-mon[33033]: osdmap e22: 3 total, 3 up, 3 in 2024-03-21T13:21:51.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:50 smithi052 ceph-mon[33033]: mgrmap e18: a(active, starting, since 0.00628839s), standbys: b 2024-03-21T13:21:51.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:50 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:21:51.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:50 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:21:51.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:50 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:21:51.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:50 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-21T13:21:51.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:50 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-21T13:21:51.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:50 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:21:51.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:50 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:21:51.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:50 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:21:51.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:50 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T13:21:51.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:50 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T13:21:51.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:50 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T13:21:51.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:50 smithi052 ceph-mon[33033]: Manager daemon a is now available 2024-03-21T13:21:51.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:50 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:21:51.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:50 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:51.150 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:50 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:21:51.150 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:50 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:21:51.150 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:50 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-21T13:21:52.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:51 smithi116 ceph-mon[33572]: [21/Mar/2024:13:21:50] ENGINE Bus STARTING 2024-03-21T13:21:52.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:51 smithi116 ceph-mon[33572]: [21/Mar/2024:13:21:50] ENGINE Serving on http://172.21.15.29:8765 2024-03-21T13:21:52.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:51 smithi116 ceph-mon[33572]: [21/Mar/2024:13:21:50] ENGINE Serving on https://172.21.15.29:7150 2024-03-21T13:21:52.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:51 smithi116 ceph-mon[33572]: [21/Mar/2024:13:21:50] ENGINE Bus STARTED 2024-03-21T13:21:52.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:51 smithi116 ceph-mon[33572]: mgrmap e19: a(active, since 1.01075s), standbys: b 2024-03-21T13:21:52.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:51 smithi029 ceph-mon[30122]: [21/Mar/2024:13:21:50] ENGINE Bus STARTING 2024-03-21T13:21:52.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:51 smithi029 ceph-mon[30122]: [21/Mar/2024:13:21:50] ENGINE Serving on http://172.21.15.29:8765 2024-03-21T13:21:52.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:51 smithi029 ceph-mon[30122]: [21/Mar/2024:13:21:50] ENGINE Serving on https://172.21.15.29:7150 2024-03-21T13:21:52.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:51 smithi029 ceph-mon[30122]: [21/Mar/2024:13:21:50] ENGINE Bus STARTED 2024-03-21T13:21:52.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:51 smithi029 ceph-mon[30122]: mgrmap e19: a(active, since 1.01075s), standbys: b 2024-03-21T13:21:52.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:51 smithi052 ceph-mon[33033]: [21/Mar/2024:13:21:50] ENGINE Bus STARTING 2024-03-21T13:21:52.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:51 smithi052 ceph-mon[33033]: [21/Mar/2024:13:21:50] ENGINE Serving on http://172.21.15.29:8765 2024-03-21T13:21:52.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:51 smithi052 ceph-mon[33033]: [21/Mar/2024:13:21:50] ENGINE Serving on https://172.21.15.29:7150 2024-03-21T13:21:52.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:51 smithi052 ceph-mon[33033]: [21/Mar/2024:13:21:50] ENGINE Bus STARTED 2024-03-21T13:21:52.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:51 smithi052 ceph-mon[33033]: mgrmap e19: a(active, since 1.01075s), standbys: b 2024-03-21T13:21:52.894 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:52 smithi029 ceph-mon[30122]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:53.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:52 smithi116 ceph-mon[33572]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:53.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:52 smithi052 ceph-mon[33033]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:54.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:53 smithi116 ceph-mon[33572]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:54.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:53 smithi116 ceph-mon[33572]: mgrmap e20: a(active, since 3s), standbys: b 2024-03-21T13:21:54.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:53 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:54.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:53 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:54.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:53 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:54.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:53 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:54.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:53 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:54.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:53 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:54.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:53 smithi029 ceph-mon[30122]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:54.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:53 smithi029 ceph-mon[30122]: mgrmap e20: a(active, since 3s), standbys: b 2024-03-21T13:21:54.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:53 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:54.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:53 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:54.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:53 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:54.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:53 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:54.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:53 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:54.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:53 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:54.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:53 smithi052 ceph-mon[33033]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:54.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:53 smithi052 ceph-mon[33033]: mgrmap e20: a(active, since 3s), standbys: b 2024-03-21T13:21:54.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:53 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:54.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:53 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:54.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:53 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:54.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:53 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:54.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:53 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:54.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:53 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:55.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:55 smithi116 ceph-mon[33572]: pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:55.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:55 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:55.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:55 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:55.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:55 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:21:55.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:55 smithi116 ceph-mon[33572]: Adjusting osd_memory_target on smithi116 to 19136M 2024-03-21T13:21:55.296 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:55 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:55.296 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:55 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:55.296 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:55 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:55.296 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:55 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:21:55.296 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:55 smithi116 ceph-mon[33572]: Adjusting osd_memory_target on smithi052 to 15045M 2024-03-21T13:21:55.296 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:55 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:55.296 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:55 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:55.296 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:55 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:55.296 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:55 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:21:55.296 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:55 smithi116 ceph-mon[33572]: Adjusting osd_memory_target on smithi029 to 15045M 2024-03-21T13:21:55.296 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:55 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:55.296 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:55 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:21:55.296 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:55 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:21:55.296 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:55 smithi116 ceph-mon[33572]: Updating smithi029:/etc/ceph/ceph.conf 2024-03-21T13:21:55.297 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:55 smithi116 ceph-mon[33572]: Updating smithi052:/etc/ceph/ceph.conf 2024-03-21T13:21:55.297 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:55 smithi116 ceph-mon[33572]: Updating smithi116:/etc/ceph/ceph.conf 2024-03-21T13:21:55.297 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:55 smithi116 ceph-mon[33572]: Updating smithi029:/var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:21:55.297 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:55 smithi116 ceph-mon[33572]: Updating smithi052:/var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:21:55.297 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:55 smithi116 ceph-mon[33572]: Updating smithi116:/var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:21:55.297 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:55 smithi116 ceph-mon[33572]: Updating smithi029:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:21:55.297 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:55 smithi116 ceph-mon[33572]: Updating smithi052:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:21:55.297 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:55 smithi116 ceph-mon[33572]: Updating smithi116:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:21:55.297 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:55 smithi116 ceph-mon[33572]: mgrmap e21: a(active, since 4s), standbys: b 2024-03-21T13:21:55.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:55 smithi029 ceph-mon[30122]: pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:55.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:55 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:55.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:55 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:55.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:55 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:21:55.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:55 smithi029 ceph-mon[30122]: Adjusting osd_memory_target on smithi116 to 19136M 2024-03-21T13:21:55.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:55 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:55.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:55 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:55.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:55 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:55.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:55 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:21:55.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:55 smithi029 ceph-mon[30122]: Adjusting osd_memory_target on smithi052 to 15045M 2024-03-21T13:21:55.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:55 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:55.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:55 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:55.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:55 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:55.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:55 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:21:55.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:55 smithi029 ceph-mon[30122]: Adjusting osd_memory_target on smithi029 to 15045M 2024-03-21T13:21:55.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:55 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:55.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:55 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:21:55.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:55 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:21:55.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:55 smithi029 ceph-mon[30122]: Updating smithi029:/etc/ceph/ceph.conf 2024-03-21T13:21:55.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:55 smithi029 ceph-mon[30122]: Updating smithi052:/etc/ceph/ceph.conf 2024-03-21T13:21:55.395 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:55 smithi029 ceph-mon[30122]: Updating smithi116:/etc/ceph/ceph.conf 2024-03-21T13:21:55.396 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:55 smithi029 ceph-mon[30122]: Updating smithi029:/var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:21:55.396 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:55 smithi029 ceph-mon[30122]: Updating smithi052:/var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:21:55.396 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:55 smithi029 ceph-mon[30122]: Updating smithi116:/var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:21:55.396 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:55 smithi029 ceph-mon[30122]: Updating smithi029:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:21:55.396 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:55 smithi029 ceph-mon[30122]: Updating smithi052:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:21:55.396 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:55 smithi029 ceph-mon[30122]: Updating smithi116:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:21:55.396 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:55 smithi029 ceph-mon[30122]: mgrmap e21: a(active, since 4s), standbys: b 2024-03-21T13:21:55.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:55 smithi052 ceph-mon[33033]: pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:55.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:55 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:55.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:55 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:55.399 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:55 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:21:55.399 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:55 smithi052 ceph-mon[33033]: Adjusting osd_memory_target on smithi116 to 19136M 2024-03-21T13:21:55.399 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:55 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:55.399 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:55 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:55.399 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:55 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:55.399 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:55 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:21:55.399 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:55 smithi052 ceph-mon[33033]: Adjusting osd_memory_target on smithi052 to 15045M 2024-03-21T13:21:55.399 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:55 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:55.399 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:55 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:55.399 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:55 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:55.399 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:55 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:21:55.399 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:55 smithi052 ceph-mon[33033]: Adjusting osd_memory_target on smithi029 to 15045M 2024-03-21T13:21:55.399 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:55 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:55.399 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:55 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:21:55.400 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:55 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:21:55.400 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:55 smithi052 ceph-mon[33033]: Updating smithi029:/etc/ceph/ceph.conf 2024-03-21T13:21:55.400 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:55 smithi052 ceph-mon[33033]: Updating smithi052:/etc/ceph/ceph.conf 2024-03-21T13:21:55.400 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:55 smithi052 ceph-mon[33033]: Updating smithi116:/etc/ceph/ceph.conf 2024-03-21T13:21:55.400 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:55 smithi052 ceph-mon[33033]: Updating smithi029:/var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:21:55.400 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:55 smithi052 ceph-mon[33033]: Updating smithi052:/var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:21:55.400 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:55 smithi052 ceph-mon[33033]: Updating smithi116:/var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:21:55.400 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:55 smithi052 ceph-mon[33033]: Updating smithi029:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:21:55.400 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:55 smithi052 ceph-mon[33033]: Updating smithi052:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:21:55.400 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:55 smithi052 ceph-mon[33033]: Updating smithi116:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:21:55.400 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:55 smithi052 ceph-mon[33033]: mgrmap e21: a(active, since 4s), standbys: b 2024-03-21T13:21:56.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:56 smithi052 ceph-mon[33033]: Updating smithi029:/var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:21:56.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:56 smithi052 ceph-mon[33033]: Updating smithi052:/var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:21:56.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:56 smithi052 ceph-mon[33033]: Updating smithi116:/var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:21:56.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:56 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:56.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:56 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:56.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:56 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:56.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:56 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:56.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:56 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:56.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:56 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:56.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:56 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:56.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:56 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:56.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:56 smithi052 ceph-mon[33033]: Reconfiguring grafana.smithi029 (dependencies changed)... 2024-03-21T13:21:56.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:56 smithi052 ceph-mon[33033]: Reconfiguring daemon grafana.smithi029 on smithi029 2024-03-21T13:21:56.257 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:56 smithi029 ceph-mon[30122]: Updating smithi029:/var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:21:56.257 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:56 smithi029 ceph-mon[30122]: Updating smithi052:/var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:21:56.257 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:56 smithi029 ceph-mon[30122]: Updating smithi116:/var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:21:56.257 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:56 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:56.258 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:56 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:56.258 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:56 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:56.258 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:56 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:56.258 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:56 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:56.258 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:56 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:56.258 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:56 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:56.258 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:56 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:56.258 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:56 smithi029 ceph-mon[30122]: Reconfiguring grafana.smithi029 (dependencies changed)... 2024-03-21T13:21:56.258 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:56 smithi029 ceph-mon[30122]: Reconfiguring daemon grafana.smithi029 on smithi029 2024-03-21T13:21:56.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:56 smithi116 ceph-mon[33572]: Updating smithi029:/var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:21:56.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:56 smithi116 ceph-mon[33572]: Updating smithi052:/var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:21:56.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:56 smithi116 ceph-mon[33572]: Updating smithi116:/var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:21:56.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:56 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:56.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:56 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:56.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:56 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:56.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:56 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:56.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:56 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:56.546 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:56 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:56.546 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:56 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:56.546 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:56 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:21:56.546 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:56 smithi116 ceph-mon[33572]: Reconfiguring grafana.smithi029 (dependencies changed)... 2024-03-21T13:21:56.546 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:56 smithi116 ceph-mon[33572]: Reconfiguring daemon grafana.smithi029 on smithi029 2024-03-21T13:21:57.317 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:57 smithi029 ceph-mon[30122]: pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:57.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:57 smithi116 ceph-mon[33572]: pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:57.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:57 smithi052 ceph-mon[33033]: pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:21:59.545 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:21:59 smithi116 ceph-mon[33572]: pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-03-21T13:21:59.579 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:21:59 smithi029 ceph-mon[30122]: pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-03-21T13:21:59.648 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:21:59 smithi052 ceph-mon[33033]: pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-03-21T13:22:00.394 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:22:00 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: ::ffff:172.21.15.52 - - [21/Mar/2024:13:22:00] "GET /metrics HTTP/1.1" 200 20187 "" "Prometheus/2.43.0" 2024-03-21T13:22:01.012 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:22:00 smithi116 ceph-mon[33572]: pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-03-21T13:22:01.012 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:22:00 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:22:01.012 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:22:00 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:22:01.012 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:22:00 smithi116 ceph-mon[33572]: Reconfiguring alertmanager.smithi116 (dependencies changed)... 2024-03-21T13:22:01.012 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:22:00 smithi116 ceph-mon[33572]: Reconfiguring daemon alertmanager.smithi116 on smithi116 2024-03-21T13:22:01.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:22:00 smithi029 ceph-mon[30122]: pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-03-21T13:22:01.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:22:00 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:22:01.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:22:00 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:22:01.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:22:00 smithi029 ceph-mon[30122]: Reconfiguring alertmanager.smithi116 (dependencies changed)... 2024-03-21T13:22:01.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:22:00 smithi029 ceph-mon[30122]: Reconfiguring daemon alertmanager.smithi116 on smithi116 2024-03-21T13:22:01.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:22:00 smithi052 ceph-mon[33033]: pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-03-21T13:22:01.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:22:00 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:22:01.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:22:00 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:22:01.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:22:00 smithi052 ceph-mon[33033]: Reconfiguring alertmanager.smithi116 (dependencies changed)... 2024-03-21T13:22:01.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:22:00 smithi052 ceph-mon[33033]: Reconfiguring daemon alertmanager.smithi116 on smithi116 2024-03-21T13:22:03.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:22:02 smithi029 ceph-mon[30122]: pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-21T13:22:03.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:22:02 smithi052 ceph-mon[33033]: pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-21T13:22:03.237 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:22:02 smithi116 ceph-mon[33572]: pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-21T13:22:05.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:22:04 smithi116 ceph-mon[33572]: pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-03-21T13:22:05.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:22:04 smithi029 ceph-mon[30122]: pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-03-21T13:22:05.144 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:22:04 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: [21/Mar/2024:13:22:04] ENGINE Bus STOPPING 2024-03-21T13:22:05.144 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:22:04 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: [21/Mar/2024:13:22:04] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-21T13:22:05.144 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:22:04 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: [21/Mar/2024:13:22:04] ENGINE Bus STOPPED 2024-03-21T13:22:05.144 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:22:04 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: [21/Mar/2024:13:22:04] ENGINE Bus STARTING 2024-03-21T13:22:05.144 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:22:05 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: [21/Mar/2024:13:22:05] ENGINE Serving on http://:::9283 2024-03-21T13:22:05.144 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:22:05 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: [21/Mar/2024:13:22:05] ENGINE Bus STARTED 2024-03-21T13:22:05.144 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:22:05 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: [21/Mar/2024:13:22:05] ENGINE Bus STOPPING 2024-03-21T13:22:05.145 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:22:05 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: [21/Mar/2024:13:22:05] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-21T13:22:05.145 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:22:05 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: [21/Mar/2024:13:22:05] ENGINE Bus STOPPED 2024-03-21T13:22:05.145 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:22:05 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: [21/Mar/2024:13:22:05] ENGINE Bus STARTING 2024-03-21T13:22:05.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:22:04 smithi052 ceph-mon[33033]: pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-03-21T13:22:05.644 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:22:05 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: [21/Mar/2024:13:22:05] ENGINE Serving on http://:::9283 2024-03-21T13:22:05.644 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:22:05 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: [21/Mar/2024:13:22:05] ENGINE Bus STARTED 2024-03-21T13:22:06.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:22:05 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:22:06.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:22:05 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:22:06.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:22:05 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:22:06.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:22:05 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-21T13:22:06.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:22:05 smithi116 ceph-mon[33572]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-21T13:22:06.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:22:05 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi029.front.sepia.ceph.com:3000"}]: dispatch 2024-03-21T13:22:06.046 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:22:05 smithi116 ceph-mon[33572]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi029.front.sepia.ceph.com:3000"}]: dispatch 2024-03-21T13:22:06.046 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:22:05 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:22:06.046 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:22:05 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-21T13:22:06.046 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:22:05 smithi116 ceph-mon[33572]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-21T13:22:06.046 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:22:05 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi116.front.sepia.ceph.com:9093"}]: dispatch 2024-03-21T13:22:06.046 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:22:05 smithi116 ceph-mon[33572]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi116.front.sepia.ceph.com:9093"}]: dispatch 2024-03-21T13:22:06.046 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:22:05 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:22:06.046 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:22:05 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:22:06.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:22:05 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:22:06.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:22:05 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:22:06.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:22:05 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:22:06.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:22:05 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-21T13:22:06.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:22:05 smithi029 ceph-mon[30122]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-21T13:22:06.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:22:05 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi029.front.sepia.ceph.com:3000"}]: dispatch 2024-03-21T13:22:06.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:22:05 smithi029 ceph-mon[30122]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi029.front.sepia.ceph.com:3000"}]: dispatch 2024-03-21T13:22:06.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:22:05 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:22:06.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:22:05 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-21T13:22:06.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:22:05 smithi029 ceph-mon[30122]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-21T13:22:06.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:22:05 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi116.front.sepia.ceph.com:9093"}]: dispatch 2024-03-21T13:22:06.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:22:05 smithi029 ceph-mon[30122]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi116.front.sepia.ceph.com:9093"}]: dispatch 2024-03-21T13:22:06.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:22:05 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:22:06.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:22:05 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:22:06.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:22:05 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:22:06.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:22:05 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:22:06.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:22:05 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:22:06.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:22:05 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-21T13:22:06.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:22:05 smithi052 ceph-mon[33033]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-21T13:22:06.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:22:05 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi029.front.sepia.ceph.com:3000"}]: dispatch 2024-03-21T13:22:06.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:22:05 smithi052 ceph-mon[33033]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi029.front.sepia.ceph.com:3000"}]: dispatch 2024-03-21T13:22:06.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:22:05 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:22:06.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:22:05 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-21T13:22:06.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:22:05 smithi052 ceph-mon[33033]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-21T13:22:06.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:22:05 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi116.front.sepia.ceph.com:9093"}]: dispatch 2024-03-21T13:22:06.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:22:05 smithi052 ceph-mon[33033]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi116.front.sepia.ceph.com:9093"}]: dispatch 2024-03-21T13:22:06.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:22:05 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:22:06.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:22:05 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:22:07.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:22:06 smithi029 ceph-mon[30122]: pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-03-21T13:22:07.197 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:22:06 smithi116 ceph-mon[33572]: pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-03-21T13:22:07.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:22:06 smithi052 ceph-mon[33033]: pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-03-21T13:22:08.894 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:22:08 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:22:08.894 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:22:08 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:22:08.894 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:22:08 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:22:08.894 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:22:08 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:22:08.895 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:22:08 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:22:08.895 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:22:08 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:22:08.895 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:22:08 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:22:08.895 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:22:08 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:22:08.895 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:22:08 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:22:08.895 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:22:08 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:22:08.895 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:22:08 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:22:08.898 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:22:08 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:22:08.898 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:22:08 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:22:08.898 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:22:08 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:22:08.898 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:22:08 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:22:08.898 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:22:08 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:22:08.898 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:22:08 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:22:08.899 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:22:08 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:22:08.899 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:22:08 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:22:08.899 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:22:08 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:22:08.899 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:22:08 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:22:08.899 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:22:08 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:22:09.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:22:08 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:22:09.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:22:08 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:22:09.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:22:08 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:22:09.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:22:08 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:22:09.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:22:08 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:22:09.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:22:08 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:22:09.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:22:08 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:22:09.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:22:08 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:22:09.046 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:22:08 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:22:09.046 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:22:08 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:22:09.046 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:22:08 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:22:09.894 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:22:09 smithi029 ceph-mon[30122]: pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-03-21T13:22:09.898 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:22:09 smithi052 ceph-mon[33033]: pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-03-21T13:22:10.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:22:09 smithi116 ceph-mon[33572]: pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-03-21T13:22:10.394 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:22:10 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: ::ffff:172.21.15.52 - - [21/Mar/2024:13:22:10] "GET /metrics HTTP/1.1" 200 21452 "" "Prometheus/2.43.0" 2024-03-21T13:22:11.894 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:22:11 smithi029 ceph-mon[30122]: pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:11.898 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:22:11 smithi052 ceph-mon[33033]: pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:12.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:22:11 smithi116 ceph-mon[33572]: pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:13.894 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:22:13 smithi029 ceph-mon[30122]: pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:13.898 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:22:13 smithi052 ceph-mon[33033]: pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:14.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:22:13 smithi116 ceph-mon[33572]: pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:15.894 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:22:15 smithi029 ceph-mon[30122]: pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:15.898 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:22:15 smithi052 ceph-mon[33033]: pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:16.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:22:15 smithi116 ceph-mon[33572]: pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:17.894 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:22:17 smithi029 ceph-mon[30122]: pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:17.898 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:22:17 smithi052 ceph-mon[33033]: pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:18.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:22:17 smithi116 ceph-mon[33572]: pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:19.894 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:22:19 smithi029 ceph-mon[30122]: pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:19.898 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:22:19 smithi052 ceph-mon[33033]: pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:20.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:22:19 smithi116 ceph-mon[33572]: pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:20.394 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:22:20 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: ::ffff:172.21.15.52 - - [21/Mar/2024:13:22:20] "GET /metrics HTTP/1.1" 200 21455 "" "Prometheus/2.43.0" 2024-03-21T13:22:20.894 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:22:20 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:22:20.898 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:22:20 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:22:20.946 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:22:20 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:22:21.894 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:22:21 smithi029 ceph-mon[30122]: pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:21.899 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:22:21 smithi052 ceph-mon[33033]: pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:21.960 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:22:21 smithi116 ceph-mon[33572]: pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:23.894 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:22:23 smithi029 ceph-mon[30122]: pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:23.898 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:22:23 smithi052 ceph-mon[33033]: pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:24.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:22:23 smithi116 ceph-mon[33572]: pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:25.894 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:22:25 smithi029 ceph-mon[30122]: pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:25.898 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:22:25 smithi052 ceph-mon[33033]: pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:26.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:22:25 smithi116 ceph-mon[33572]: pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:27.894 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:22:27 smithi029 ceph-mon[30122]: pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:27.898 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:22:27 smithi052 ceph-mon[33033]: pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:28.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:22:27 smithi116 ceph-mon[33572]: pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:29.894 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:22:29 smithi029 ceph-mon[30122]: pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:29.898 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:22:29 smithi052 ceph-mon[33033]: pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:30.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:22:29 smithi116 ceph-mon[33572]: pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:30.394 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:22:30 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: ::ffff:172.21.15.52 - - [21/Mar/2024:13:22:30] "GET /metrics HTTP/1.1" 200 21455 "" "Prometheus/2.43.0" 2024-03-21T13:22:31.894 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:22:31 smithi029 ceph-mon[30122]: pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:31.898 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:22:31 smithi052 ceph-mon[33033]: pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:32.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:22:31 smithi116 ceph-mon[33572]: pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:33.894 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:22:33 smithi029 ceph-mon[30122]: pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:33.898 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:22:33 smithi052 ceph-mon[33033]: pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:34.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:22:33 smithi116 ceph-mon[33572]: pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:35.894 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:22:35 smithi029 ceph-mon[30122]: pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:35.894 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:22:35 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:22:35.898 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:22:35 smithi052 ceph-mon[33033]: pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:35.898 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:22:35 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:22:36.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:22:35 smithi116 ceph-mon[33572]: pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:36.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:22:35 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:22:37.894 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:22:37 smithi029 ceph-mon[30122]: pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:37.898 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:22:37 smithi052 ceph-mon[33033]: pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:38.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:22:37 smithi116 ceph-mon[33572]: pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:39.894 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:22:39 smithi029 ceph-mon[30122]: pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:39.898 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:22:39 smithi052 ceph-mon[33033]: pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:40.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:22:39 smithi116 ceph-mon[33572]: pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:40.394 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:22:40 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: ::ffff:172.21.15.52 - - [21/Mar/2024:13:22:40] "GET /metrics HTTP/1.1" 200 21448 "" "Prometheus/2.43.0" 2024-03-21T13:22:41.894 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:22:41 smithi029 ceph-mon[30122]: pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:41.898 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:22:41 smithi052 ceph-mon[33033]: pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:42.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:22:41 smithi116 ceph-mon[33572]: pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:43.894 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:22:43 smithi029 ceph-mon[30122]: pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:43.898 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:22:43 smithi052 ceph-mon[33033]: pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:44.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:22:43 smithi116 ceph-mon[33572]: pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:45.894 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:22:45 smithi029 ceph-mon[30122]: pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:45.898 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:22:45 smithi052 ceph-mon[33033]: pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:46.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:22:45 smithi116 ceph-mon[33572]: pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:47.894 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:22:47 smithi029 ceph-mon[30122]: pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:47.898 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:22:47 smithi052 ceph-mon[33033]: pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:48.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:22:47 smithi116 ceph-mon[33572]: pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:49.894 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:22:49 smithi029 ceph-mon[30122]: pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:49.898 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:22:49 smithi052 ceph-mon[33033]: pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:50.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:22:49 smithi116 ceph-mon[33572]: pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:50.394 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:22:50 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: ::ffff:172.21.15.52 - - [21/Mar/2024:13:22:50] "GET /metrics HTTP/1.1" 200 21451 "" "Prometheus/2.43.0" 2024-03-21T13:22:50.898 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:22:50 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:22:50.946 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:22:50 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:22:51.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:22:50 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:22:52.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:22:51 smithi116 ceph-mon[33572]: pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:52.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:22:51 smithi029 ceph-mon[30122]: pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:52.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:22:51 smithi052 ceph-mon[33033]: pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:53.950 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:22:53 smithi052 ceph-mon[33033]: pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:54.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:22:53 smithi116 ceph-mon[33572]: pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:54.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:22:53 smithi029 ceph-mon[30122]: pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:56.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:22:55 smithi116 ceph-mon[33572]: pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:56.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:22:55 smithi029 ceph-mon[30122]: pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:56.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:22:55 smithi052 ceph-mon[33033]: pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:57.946 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:22:57 smithi029 ceph-mon[30122]: pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:58.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:22:57 smithi116 ceph-mon[33572]: pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:22:58.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:22:57 smithi052 ceph-mon[33033]: pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:00.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:22:59 smithi116 ceph-mon[33572]: pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:00.117 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:22:59 smithi029 ceph-mon[30122]: pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:00.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:22:59 smithi052 ceph-mon[33033]: pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:00.394 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:23:00 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: ::ffff:172.21.15.52 - - [21/Mar/2024:13:23:00] "GET /metrics HTTP/1.1" 200 21451 "" "Prometheus/2.43.0" 2024-03-21T13:23:02.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:23:01 smithi116 ceph-mon[33572]: pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:02.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:23:01 smithi029 ceph-mon[30122]: pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:02.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:23:01 smithi052 ceph-mon[33033]: pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:04.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:23:03 smithi116 ceph-mon[33572]: pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:04.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:23:03 smithi029 ceph-mon[30122]: pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:04.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:23:03 smithi052 ceph-mon[33033]: pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:06.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:23:05 smithi116 ceph-mon[33572]: pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:06.046 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:23:05 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:23:06.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:23:05 smithi029 ceph-mon[30122]: pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:06.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:23:05 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:23:06.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:23:05 smithi052 ceph-mon[33033]: pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:06.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:23:05 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:23:08.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:23:07 smithi116 ceph-mon[33572]: pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:08.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:23:07 smithi029 ceph-mon[30122]: pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:08.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:23:07 smithi052 ceph-mon[33033]: pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:09.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:23:08 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:23:09.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:23:08 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:23:09.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:23:08 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:23:10.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:23:09 smithi116 ceph-mon[33572]: pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:10.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:23:09 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:10.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:23:09 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:23:10.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:23:09 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:23:10.117 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:23:09 smithi029 ceph-mon[30122]: pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:10.118 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:23:09 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:10.118 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:23:09 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:23:10.118 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:23:09 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:23:10.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:23:09 smithi052 ceph-mon[33033]: pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:10.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:23:09 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:10.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:23:09 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:23:10.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:23:09 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:23:10.394 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:23:10 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: ::ffff:172.21.15.52 - - [21/Mar/2024:13:23:10] "GET /metrics HTTP/1.1" 200 21447 "" "Prometheus/2.43.0" 2024-03-21T13:23:12.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:23:11 smithi116 ceph-mon[33572]: pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:12.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:23:11 smithi029 ceph-mon[30122]: pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:12.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:23:11 smithi052 ceph-mon[33033]: pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:14.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:23:13 smithi116 ceph-mon[33572]: pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:14.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:23:13 smithi029 ceph-mon[30122]: pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:14.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:23:13 smithi052 ceph-mon[33033]: pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:16.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:23:15 smithi116 ceph-mon[33572]: pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:16.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:23:15 smithi029 ceph-mon[30122]: pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:16.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:23:15 smithi052 ceph-mon[33033]: pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:18.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:23:17 smithi116 ceph-mon[33572]: pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:18.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:23:17 smithi029 ceph-mon[30122]: pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:18.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:23:17 smithi052 ceph-mon[33033]: pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:20.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:23:19 smithi116 ceph-mon[33572]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:20.117 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:23:19 smithi029 ceph-mon[30122]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:20.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:23:19 smithi052 ceph-mon[33033]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:20.394 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:23:20 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: ::ffff:172.21.15.52 - - [21/Mar/2024:13:23:20] "GET /metrics HTTP/1.1" 200 21448 "" "Prometheus/2.43.0" 2024-03-21T13:23:20.946 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:23:20 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:23:21.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:23:20 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:23:21.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:23:20 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:23:22.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:23:21 smithi116 ceph-mon[33572]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:22.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:23:21 smithi029 ceph-mon[30122]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:22.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:23:21 smithi052 ceph-mon[33033]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:23.950 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:23:23 smithi052 ceph-mon[33033]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:24.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:23:23 smithi116 ceph-mon[33572]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:24.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:23:23 smithi029 ceph-mon[30122]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:26.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:23:25 smithi116 ceph-mon[33572]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:26.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:23:25 smithi029 ceph-mon[30122]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:26.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:23:25 smithi052 ceph-mon[33033]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:28.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:23:27 smithi116 ceph-mon[33572]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:28.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:23:27 smithi029 ceph-mon[30122]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:28.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:23:27 smithi052 ceph-mon[33033]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:30.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:23:29 smithi116 ceph-mon[33572]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:30.117 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:23:29 smithi029 ceph-mon[30122]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:30.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:23:29 smithi052 ceph-mon[33033]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:30.394 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:23:30 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: ::ffff:172.21.15.52 - - [21/Mar/2024:13:23:30] "GET /metrics HTTP/1.1" 200 21448 "" "Prometheus/2.43.0" 2024-03-21T13:23:32.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:23:31 smithi116 ceph-mon[33572]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:32.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:23:31 smithi029 ceph-mon[30122]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:32.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:23:31 smithi052 ceph-mon[33033]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:34.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:23:33 smithi116 ceph-mon[33572]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:34.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:23:33 smithi029 ceph-mon[30122]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:34.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:23:33 smithi052 ceph-mon[33033]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:36.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:23:35 smithi116 ceph-mon[33572]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:36.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:23:35 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:23:36.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:23:35 smithi029 ceph-mon[30122]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:36.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:23:35 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:23:36.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:23:35 smithi052 ceph-mon[33033]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:36.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:23:35 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:23:38.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:23:37 smithi116 ceph-mon[33572]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:38.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:23:37 smithi029 ceph-mon[30122]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:38.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:23:37 smithi052 ceph-mon[33033]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:40.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:23:39 smithi116 ceph-mon[33572]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:40.117 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:23:39 smithi029 ceph-mon[30122]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:40.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:23:39 smithi052 ceph-mon[33033]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:40.394 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:23:40 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: ::ffff:172.21.15.52 - - [21/Mar/2024:13:23:40] "GET /metrics HTTP/1.1" 200 21450 "" "Prometheus/2.43.0" 2024-03-21T13:23:42.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:23:41 smithi116 ceph-mon[33572]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:42.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:23:41 smithi029 ceph-mon[30122]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:42.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:23:41 smithi052 ceph-mon[33033]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:44.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:23:43 smithi116 ceph-mon[33572]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:44.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:23:43 smithi029 ceph-mon[30122]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:44.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:23:43 smithi052 ceph-mon[33033]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:46.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:23:45 smithi116 ceph-mon[33572]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:46.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:23:45 smithi029 ceph-mon[30122]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:46.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:23:45 smithi052 ceph-mon[33033]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:48.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:23:47 smithi116 ceph-mon[33572]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:48.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:23:47 smithi029 ceph-mon[30122]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:48.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:23:47 smithi052 ceph-mon[33033]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:50.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:23:49 smithi116 ceph-mon[33572]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:50.117 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:23:49 smithi029 ceph-mon[30122]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:50.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:23:49 smithi052 ceph-mon[33033]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:50.394 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:23:50 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: ::ffff:172.21.15.52 - - [21/Mar/2024:13:23:50] "GET /metrics HTTP/1.1" 200 21446 "" "Prometheus/2.43.0" 2024-03-21T13:23:51.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:23:50 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:23:51.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:23:50 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:23:51.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:23:50 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:23:52.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:23:51 smithi116 ceph-mon[33572]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:52.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:23:51 smithi029 ceph-mon[30122]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:52.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:23:51 smithi052 ceph-mon[33033]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:54.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:23:53 smithi116 ceph-mon[33572]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:54.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:23:53 smithi029 ceph-mon[30122]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:54.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:23:53 smithi052 ceph-mon[33033]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:56.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:23:55 smithi116 ceph-mon[33572]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:56.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:23:55 smithi029 ceph-mon[30122]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:56.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:23:55 smithi052 ceph-mon[33033]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:58.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:23:57 smithi116 ceph-mon[33572]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:58.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:23:57 smithi029 ceph-mon[30122]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:58.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:23:57 smithi052 ceph-mon[33033]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:00.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:23:59 smithi116 ceph-mon[33572]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:00.117 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:23:59 smithi029 ceph-mon[30122]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:00.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:23:59 smithi052 ceph-mon[33033]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:00.394 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:24:00 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: ::ffff:172.21.15.52 - - [21/Mar/2024:13:24:00] "GET /metrics HTTP/1.1" 200 21446 "" "Prometheus/2.43.0" 2024-03-21T13:24:02.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:24:01 smithi116 ceph-mon[33572]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:02.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:24:01 smithi029 ceph-mon[30122]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:02.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:24:01 smithi052 ceph-mon[33033]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:04.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:24:03 smithi116 ceph-mon[33572]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:04.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:24:03 smithi029 ceph-mon[30122]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:04.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:24:03 smithi052 ceph-mon[33033]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:06.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:24:05 smithi116 ceph-mon[33572]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:06.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:24:05 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:24:06.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:24:05 smithi029 ceph-mon[30122]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:06.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:24:05 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:24:06.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:24:05 smithi052 ceph-mon[33033]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:06.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:24:05 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:24:08.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:24:07 smithi116 ceph-mon[33572]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:08.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:24:07 smithi029 ceph-mon[30122]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:08.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:24:07 smithi052 ceph-mon[33033]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:10.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:24:09 smithi116 ceph-mon[33572]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:10.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:24:09 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:24:10.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:24:09 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:24:10.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:24:09 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:24:10.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:24:09 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:24:10.117 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:24:09 smithi029 ceph-mon[30122]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:10.117 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:24:09 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:24:10.117 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:24:09 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:24:10.117 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:24:09 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:24:10.117 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:24:09 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:24:10.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:24:09 smithi052 ceph-mon[33033]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:10.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:24:09 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:24:10.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:24:09 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:24:10.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:24:09 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:24:10.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:24:09 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:24:10.394 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:24:10 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: ::ffff:172.21.15.52 - - [21/Mar/2024:13:24:10] "GET /metrics HTTP/1.1" 200 21461 "" "Prometheus/2.43.0" 2024-03-21T13:24:12.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:24:11 smithi116 ceph-mon[33572]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:12.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:24:11 smithi029 ceph-mon[30122]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:12.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:24:11 smithi052 ceph-mon[33033]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:14.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:24:13 smithi116 ceph-mon[33572]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:14.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:24:13 smithi029 ceph-mon[30122]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:14.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:24:13 smithi052 ceph-mon[33033]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:16.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:24:15 smithi116 ceph-mon[33572]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:16.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:24:15 smithi029 ceph-mon[30122]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:16.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:24:15 smithi052 ceph-mon[33033]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:18.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:24:17 smithi116 ceph-mon[33572]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:18.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:24:17 smithi029 ceph-mon[30122]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:18.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:24:17 smithi052 ceph-mon[33033]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:20.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:24:19 smithi116 ceph-mon[33572]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:20.117 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:24:19 smithi029 ceph-mon[30122]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:20.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:24:19 smithi052 ceph-mon[33033]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:20.394 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:24:20 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: ::ffff:172.21.15.52 - - [21/Mar/2024:13:24:20] "GET /metrics HTTP/1.1" 200 21461 "" "Prometheus/2.43.0" 2024-03-21T13:24:21.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:24:20 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:24:21.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:24:20 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:24:21.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:24:20 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:24:22.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:24:21 smithi116 ceph-mon[33572]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:22.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:24:21 smithi029 ceph-mon[30122]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:22.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:24:21 smithi052 ceph-mon[33033]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:24.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:24:23 smithi116 ceph-mon[33572]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:24.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:24:23 smithi029 ceph-mon[30122]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:24.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:24:23 smithi052 ceph-mon[33033]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:26.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:24:25 smithi116 ceph-mon[33572]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:26.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:24:25 smithi029 ceph-mon[30122]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:26.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:24:25 smithi052 ceph-mon[33033]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:28.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:24:27 smithi029 ceph-mon[30122]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:28.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:24:27 smithi052 ceph-mon[33033]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:28.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:24:27 smithi116 ceph-mon[33572]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:30.117 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:24:29 smithi029 ceph-mon[30122]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:30.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:24:29 smithi052 ceph-mon[33033]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:30.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:24:29 smithi116 ceph-mon[33572]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:30.394 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:24:30 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: ::ffff:172.21.15.52 - - [21/Mar/2024:13:24:30] "GET /metrics HTTP/1.1" 200 21461 "" "Prometheus/2.43.0" 2024-03-21T13:24:32.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:24:31 smithi029 ceph-mon[30122]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:32.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:24:31 smithi052 ceph-mon[33033]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:32.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:24:31 smithi116 ceph-mon[33572]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:34.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:24:33 smithi029 ceph-mon[30122]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:34.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:24:33 smithi052 ceph-mon[33033]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:34.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:24:33 smithi116 ceph-mon[33572]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:36.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:24:35 smithi029 ceph-mon[30122]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:36.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:24:35 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:24:36.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:24:35 smithi052 ceph-mon[33033]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:36.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:24:35 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:24:36.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:24:35 smithi116 ceph-mon[33572]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:36.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:24:35 smithi116 ceph-mon[33572]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:24:38.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:24:37 smithi029 ceph-mon[30122]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:38.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:24:37 smithi052 ceph-mon[33033]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:38.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:24:37 smithi116 ceph-mon[33572]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:40.117 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:24:39 smithi029 ceph-mon[30122]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:40.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:24:39 smithi052 ceph-mon[33033]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:40.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:24:39 smithi116 ceph-mon[33572]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:40.394 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:24:40 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: ::ffff:172.21.15.52 - - [21/Mar/2024:13:24:40] "GET /metrics HTTP/1.1" 200 21459 "" "Prometheus/2.43.0" 2024-03-21T13:24:42.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:24:41 smithi029 ceph-mon[30122]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:42.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:24:41 smithi052 ceph-mon[33033]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:42.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:24:41 smithi116 ceph-mon[33572]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:44.069 INFO:teuthology.orchestra.run.smithi029.stderr:+ ceph orch ls 2024-03-21T13:24:44.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:24:43 smithi029 ceph-mon[30122]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:44.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:24:43 smithi052 ceph-mon[33033]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:44.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:24:43 smithi116 ceph-mon[33572]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:44.400 INFO:teuthology.orchestra.run.smithi029.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-03-21T13:24:44.400 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager ?:9093,9094 1/1 2m ago 4m count:1 2024-03-21T13:24:44.401 INFO:teuthology.orchestra.run.smithi029.stdout:grafana ?:3000 1/1 2m ago 4m count:1 2024-03-21T13:24:44.401 INFO:teuthology.orchestra.run.smithi029.stdout:mgr 2/2 2m ago 5m smithi029=a;smithi052=b;count:2 2024-03-21T13:24:44.401 INFO:teuthology.orchestra.run.smithi029.stdout:mon 3/3 2m ago 6m smithi029:172.21.15.29=a;smithi052:172.21.15.52=b;smithi116:172.21.15.116=c;count:3 2024-03-21T13:24:44.401 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter ?:9100 3/3 2m ago 4m * 2024-03-21T13:24:44.401 INFO:teuthology.orchestra.run.smithi029.stdout:osd 3 2m ago - 2024-03-21T13:24:44.401 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus ?:9095 1/1 2m ago 4m count:1 2024-03-21T13:24:44.413 INFO:teuthology.orchestra.run.smithi029.stderr:+ ceph orch ps 2024-03-21T13:24:44.739 INFO:teuthology.orchestra.run.smithi029.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T13:24:44.740 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager.smithi116 smithi116 *:9093,9094 running (2m) 2m ago 3m 16.5M - 0.25.0 c8568f914cd2 cd7510db1405 2024-03-21T13:24:44.740 INFO:teuthology.orchestra.run.smithi029.stdout:grafana.smithi029 smithi029 *:3000 running (2m) 2m ago 3m 71.2M - 9.4.12 2bacad6d85d8 7d80017964cc 2024-03-21T13:24:44.740 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.a smithi029 *:9283,8765 running (8m) 2m ago 8m 493M - 19.0.0-2267-g960fbbe4 19e12293512f 0665d7b887f2 2024-03-21T13:24:44.740 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.b smithi052 *:8443,8765 running (5m) 2m ago 5m 446M - 19.0.0-2267-g960fbbe4 19e12293512f 2ce182f43c51 2024-03-21T13:24:44.740 INFO:teuthology.orchestra.run.smithi029.stdout:mon.a smithi029 running (8m) 2m ago 8m 45.1M 2048M 19.0.0-2267-g960fbbe4 19e12293512f f5b2ccb4b64e 2024-03-21T13:24:44.740 INFO:teuthology.orchestra.run.smithi029.stdout:mon.b smithi052 running (6m) 2m ago 6m 39.4M 2048M 19.0.0-2267-g960fbbe4 19e12293512f de4be9e1b1de 2024-03-21T13:24:44.740 INFO:teuthology.orchestra.run.smithi029.stdout:mon.c smithi116 running (6m) 2m ago 6m 40.4M 2048M 19.0.0-2267-g960fbbe4 19e12293512f 360e7f5ee322 2024-03-21T13:24:44.740 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.smithi029 smithi029 *:9100 running (3m) 2m ago 3m 8070k - 1.5.0 0da6a335fe13 45a48328ddb2 2024-03-21T13:24:44.741 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.smithi052 smithi052 *:9100 running (3m) 2m ago 3m 3271k - 1.5.0 0da6a335fe13 0d18a012a9c1 2024-03-21T13:24:44.741 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.smithi116 smithi116 *:9100 running (3m) 2m ago 3m 16.3M - 1.5.0 0da6a335fe13 f88683955034 2024-03-21T13:24:44.741 INFO:teuthology.orchestra.run.smithi029.stdout:osd.0 smithi029 running (5m) 2m ago 5m 44.5M 14.6G 19.0.0-2267-g960fbbe4 19e12293512f 70c3f95f8cd4 2024-03-21T13:24:44.741 INFO:teuthology.orchestra.run.smithi029.stdout:osd.1 smithi052 running (5m) 2m ago 5m 45.7M 14.6G 19.0.0-2267-g960fbbe4 19e12293512f 7f807a299bb6 2024-03-21T13:24:44.741 INFO:teuthology.orchestra.run.smithi029.stdout:osd.2 smithi116 running (4m) 2m ago 4m 36.4M 18.6G 19.0.0-2267-g960fbbe4 19e12293512f ee5e5af55411 2024-03-21T13:24:44.741 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus.smithi052 smithi052 *:9095 running (3m) 2m ago 3m 28.2M - 2.43.0 a07b618ecd1d 2f0c3fa44130 2024-03-21T13:24:44.753 INFO:teuthology.orchestra.run.smithi029.stderr:+ ceph orch host ls 2024-03-21T13:24:45.068 INFO:teuthology.orchestra.run.smithi029.stdout:HOST ADDR LABELS STATUS 2024-03-21T13:24:45.068 INFO:teuthology.orchestra.run.smithi029.stdout:smithi029 172.21.15.29 2024-03-21T13:24:45.068 INFO:teuthology.orchestra.run.smithi029.stdout:smithi052 172.21.15.52 2024-03-21T13:24:45.068 INFO:teuthology.orchestra.run.smithi029.stdout:smithi116 172.21.15.116 2024-03-21T13:24:45.068 INFO:teuthology.orchestra.run.smithi029.stdout:3 hosts in cluster 2024-03-21T13:24:45.081 INFO:teuthology.orchestra.run.smithi029.stderr:++ ceph orch ps --daemon-type mon -f json 2024-03-21T13:24:45.081 INFO:teuthology.orchestra.run.smithi029.stderr:++ jq -r 'last | .daemon_name' 2024-03-21T13:24:45.413 INFO:teuthology.orchestra.run.smithi029.stderr:+ MON_DAEMON=mon.c 2024-03-21T13:24:45.413 INFO:teuthology.orchestra.run.smithi029.stderr:++ ceph orch ps --daemon-type grafana -f json 2024-03-21T13:24:45.413 INFO:teuthology.orchestra.run.smithi029.stderr:++ jq -e '.[]' 2024-03-21T13:24:45.414 INFO:teuthology.orchestra.run.smithi029.stderr:++ jq -r .hostname 2024-03-21T13:24:45.747 INFO:teuthology.orchestra.run.smithi029.stderr:+ GRAFANA_HOST=smithi029 2024-03-21T13:24:45.747 INFO:teuthology.orchestra.run.smithi029.stderr:++ ceph orch ps --daemon-type prometheus -f json 2024-03-21T13:24:45.747 INFO:teuthology.orchestra.run.smithi029.stderr:++ jq -e '.[]' 2024-03-21T13:24:45.748 INFO:teuthology.orchestra.run.smithi029.stderr:++ jq -r .hostname 2024-03-21T13:24:46.082 INFO:teuthology.orchestra.run.smithi029.stderr:+ PROM_HOST=smithi052 2024-03-21T13:24:46.082 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:24:45 smithi029 ceph-mon[30122]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:46.082 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:24:45 smithi029 ceph-mon[30122]: from='client.14424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:24:46.082 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:24:45 smithi029 ceph-mon[30122]: from='client.14430 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:24:46.083 INFO:teuthology.orchestra.run.smithi029.stderr:++ ceph orch ps --daemon-type alertmanager -f json 2024-03-21T13:24:46.083 INFO:teuthology.orchestra.run.smithi029.stderr:++ jq -e '.[]' 2024-03-21T13:24:46.083 INFO:teuthology.orchestra.run.smithi029.stderr:++ jq -r .hostname 2024-03-21T13:24:46.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:24:45 smithi052 ceph-mon[33033]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:46.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:24:45 smithi052 ceph-mon[33033]: from='client.14424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:24:46.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:24:45 smithi052 ceph-mon[33033]: from='client.14430 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:24:46.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:24:45 smithi116 ceph-mon[33572]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:46.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:24:45 smithi116 ceph-mon[33572]: from='client.14424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:24:46.296 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:24:45 smithi116 ceph-mon[33572]: from='client.14430 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:24:46.415 INFO:teuthology.orchestra.run.smithi029.stderr:+ ALERTM_HOST=smithi116 2024-03-21T13:24:46.415 INFO:teuthology.orchestra.run.smithi029.stderr:++ ceph orch host ls -f json 2024-03-21T13:24:46.415 INFO:teuthology.orchestra.run.smithi029.stderr:++ jq -r --arg GRAFANA_HOST smithi029 '.[] | select(.hostname==$GRAFANA_HOST) | .addr' 2024-03-21T13:24:46.743 INFO:teuthology.orchestra.run.smithi029.stderr:+ GRAFANA_IP=172.21.15.29 2024-03-21T13:24:46.743 INFO:teuthology.orchestra.run.smithi029.stderr:++ ceph orch host ls -f json 2024-03-21T13:24:46.743 INFO:teuthology.orchestra.run.smithi029.stderr:++ jq -r --arg PROM_HOST smithi052 '.[] | select(.hostname==$PROM_HOST) | .addr' 2024-03-21T13:24:47.070 INFO:teuthology.orchestra.run.smithi029.stderr:+ PROM_IP=172.21.15.52 2024-03-21T13:24:47.070 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:24:46 smithi029 ceph-mon[30122]: from='client.14436 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:24:47.070 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:24:46 smithi029 ceph-mon[30122]: from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:24:47.071 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:24:46 smithi029 ceph-mon[30122]: from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:24:47.071 INFO:teuthology.orchestra.run.smithi029.stderr:++ ceph orch host ls -f json 2024-03-21T13:24:47.071 INFO:teuthology.orchestra.run.smithi029.stderr:++ jq -r --arg ALERTM_HOST smithi116 '.[] | select(.hostname==$ALERTM_HOST) | .addr' 2024-03-21T13:24:47.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:24:46 smithi052 ceph-mon[33033]: from='client.14436 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:24:47.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:24:46 smithi052 ceph-mon[33033]: from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:24:47.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:24:46 smithi052 ceph-mon[33033]: from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:24:47.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:24:46 smithi116 ceph-mon[33572]: from='client.14436 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:24:47.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:24:46 smithi116 ceph-mon[33572]: from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:24:47.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:24:46 smithi116 ceph-mon[33572]: from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:24:47.399 INFO:teuthology.orchestra.run.smithi029.stderr:+ ALERTM_IP=172.21.15.116 2024-03-21T13:24:47.399 INFO:teuthology.orchestra.run.smithi029.stderr:++ ceph orch host ls -f json 2024-03-21T13:24:47.399 INFO:teuthology.orchestra.run.smithi029.stderr:++ jq -r '.[] | .addr' 2024-03-21T13:24:47.727 INFO:teuthology.orchestra.run.smithi029.stderr:+ ALL_HOST_IPS='172.21.15.29 2024-03-21T13:24:47.727 INFO:teuthology.orchestra.run.smithi029.stderr:172.21.15.52 2024-03-21T13:24:47.727 INFO:teuthology.orchestra.run.smithi029.stderr:172.21.15.116' 2024-03-21T13:24:47.728 INFO:teuthology.orchestra.run.smithi029.stderr:+ for ip in $ALL_HOST_IPS 2024-03-21T13:24:47.728 INFO:teuthology.orchestra.run.smithi029.stderr:+ curl -s http://172.21.15.29:9100/metric 2024-03-21T13:24:47.730 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:24:47.730 INFO:teuthology.orchestra.run.smithi029.stdout: Node Exporter 2024-03-21T13:24:47.730 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:24:47.730 INFO:teuthology.orchestra.run.smithi029.stdout:

Node Exporter

2024-03-21T13:24:47.731 INFO:teuthology.orchestra.run.smithi029.stdout:

Metrics

2024-03-21T13:24:47.731 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:24:47.731 INFO:teuthology.orchestra.run.smithi029.stderr:+ for ip in $ALL_HOST_IPS 2024-03-21T13:24:47.731 INFO:teuthology.orchestra.run.smithi029.stderr:+ curl -s http://172.21.15.52:9100/metric 2024-03-21T13:24:47.733 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:24:47.734 INFO:teuthology.orchestra.run.smithi029.stdout: Node Exporter 2024-03-21T13:24:47.734 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:24:47.734 INFO:teuthology.orchestra.run.smithi029.stdout:

Node Exporter

2024-03-21T13:24:47.734 INFO:teuthology.orchestra.run.smithi029.stdout:

Metrics

2024-03-21T13:24:47.734 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:24:47.734 INFO:teuthology.orchestra.run.smithi029.stderr:+ for ip in $ALL_HOST_IPS 2024-03-21T13:24:47.734 INFO:teuthology.orchestra.run.smithi029.stderr:+ curl -s http://172.21.15.116:9100/metric 2024-03-21T13:24:47.737 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:24:47.737 INFO:teuthology.orchestra.run.smithi029.stdout: Node Exporter 2024-03-21T13:24:47.737 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:24:47.737 INFO:teuthology.orchestra.run.smithi029.stdout:

Node Exporter

2024-03-21T13:24:47.737 INFO:teuthology.orchestra.run.smithi029.stdout:

Metrics

2024-03-21T13:24:47.737 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-03-21T13:24:47.737 INFO:teuthology.orchestra.run.smithi029.stderr:+ curl -k -s https://172.21.15.29:3000/api/health 2024-03-21T13:24:47.748 INFO:teuthology.orchestra.run.smithi029.stdout: { 2024-03-21T13:24:47.748 INFO:teuthology.orchestra.run.smithi029.stdout: "commit": "37ee25ba46", 2024-03-21T13:24:47.749 INFO:teuthology.orchestra.run.smithi029.stdout: "database": "ok", 2024-03-21T13:24:47.749 INFO:teuthology.orchestra.run.smithi029.stdout: "version": "9.4.12" 2024-03-21T13:24:47.749 INFO:teuthology.orchestra.run.smithi029.stderr:+ curl -k -s https://172.21.15.29:3000/api/health 2024-03-21T13:24:47.749 INFO:teuthology.orchestra.run.smithi029.stderr:+ jq -e '.database == "ok"' 2024-03-21T13:24:47.760 INFO:teuthology.orchestra.run.smithi029.stdout:}true 2024-03-21T13:24:47.761 INFO:teuthology.orchestra.run.smithi029.stderr:+ ceph orch daemon stop mon.c 2024-03-21T13:24:48.092 INFO:teuthology.orchestra.run.smithi029.stdout:Scheduled to stop mon.c on host 'smithi116' 2024-03-21T13:24:48.092 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:24:47 smithi029 ceph-mon[30122]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:48.092 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:24:47 smithi029 ceph-mon[30122]: from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:24:48.092 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:24:47 smithi029 ceph-mon[30122]: from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:24:48.092 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:24:47 smithi029 ceph-mon[30122]: from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:24:48.092 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:24:47 smithi029 ceph-mon[30122]: from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:24:48.092 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:24:47 smithi029 ceph-mon[30122]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:24:48.092 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:24:47 smithi029 ceph-mon[30122]: from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:24:48.105 INFO:teuthology.orchestra.run.smithi029.stderr:+ sleep 120 2024-03-21T13:24:48.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:24:47 smithi052 ceph-mon[33033]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:48.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:24:47 smithi052 ceph-mon[33033]: from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:24:48.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:24:47 smithi052 ceph-mon[33033]: from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:24:48.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:24:47 smithi052 ceph-mon[33033]: from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:24:48.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:24:47 smithi052 ceph-mon[33033]: from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:24:48.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:24:47 smithi052 ceph-mon[33033]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:24:48.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:24:47 smithi052 ceph-mon[33033]: from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:24:48.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:24:47 smithi116 ceph-mon[33572]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:24:48.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:24:47 smithi116 ceph-mon[33572]: from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:24:48.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:24:47 smithi116 ceph-mon[33572]: from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:24:48.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:24:47 smithi116 ceph-mon[33572]: from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:24:48.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:24:47 smithi116 ceph-mon[33572]: from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:24:48.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:24:47 smithi116 ceph-mon[33572]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:24:48.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:24:47 smithi116 ceph-mon[33572]: from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:24:49.068 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:24:48 smithi116 systemd[1]: Stopping Ceph mon.c for 19889ac0-e785-11ee-95cd-87774f69a715... 2024-03-21T13:24:49.069 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:24:49 smithi116 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mon-c[33550]: 2024-03-21T13:24:49.047+0000 7f645ac3a700 -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-03-21T13:24:49.069 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:24:49 smithi116 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mon-c[33550]: 2024-03-21T13:24:49.047+0000 7f645ac3a700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-03-21T13:24:49.353 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:24:49 smithi116 podman[45480]: 2024-03-21 13:24:49.068678872 +0000 UTC m=+0.122080591 container died 360e7f5ee32272e05630140d2903891da53cdd54f6829cc855d376bad5cca92b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-19889ac0-e785-11ee-95cd-87774f69a715-mon-c, io.buildah.version=1.33.5, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, org.label-schema.build-date=20240319, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, ceph=True) 2024-03-21T13:24:49.687 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:24:49 smithi116 podman[45480]: 2024-03-21 13:24:49.511254693 +0000 UTC m=+0.564656409 container cleanup 360e7f5ee32272e05630140d2903891da53cdd54f6829cc855d376bad5cca92b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-19889ac0-e785-11ee-95cd-87774f69a715-mon-c, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240319, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=) 2024-03-21T13:24:49.687 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:24:49 smithi116 bash[45480]: ceph-19889ac0-e785-11ee-95cd-87774f69a715-mon-c 2024-03-21T13:24:50.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:24:49 smithi116 podman[45499]: 2024-03-21 13:24:49.687463635 +0000 UTC m=+0.616378628 container remove 360e7f5ee32272e05630140d2903891da53cdd54f6829cc855d376bad5cca92b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-19889ac0-e785-11ee-95cd-87774f69a715-mon-c, org.label-schema.license=GPLv2, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, GIT_CLEAN=True, org.label-schema.build-date=20240319, GIT_BRANCH=HEAD, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5) 2024-03-21T13:24:50.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:24:49 smithi116 systemd[1]: ceph-19889ac0-e785-11ee-95cd-87774f69a715@mon.c.service: Deactivated successfully. 2024-03-21T13:24:50.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:24:49 smithi116 systemd[1]: Stopped Ceph mon.c for 19889ac0-e785-11ee-95cd-87774f69a715. 2024-03-21T13:24:50.045 INFO:journalctl@ceph.mon.c.smithi116.stdout:Mar 21 13:24:49 smithi116 systemd[1]: ceph-19889ac0-e785-11ee-95cd-87774f69a715@mon.c.service: Consumed 4.180s CPU time. 2024-03-21T13:24:50.394 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:24:50 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: ::ffff:172.21.15.52 - - [21/Mar/2024:13:24:50] "GET /metrics HTTP/1.1" 200 21461 "" "Prometheus/2.43.0" 2024-03-21T13:25:00.394 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:25:00 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: ::ffff:172.21.15.52 - - [21/Mar/2024:13:25:00] "GET /metrics HTTP/1.1" 200 21461 "" "Prometheus/2.43.0" 2024-03-21T13:25:04.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:03 smithi029 ceph-mon[30122]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:04.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:03 smithi029 ceph-mon[30122]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:25:04.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:03 smithi029 ceph-mon[30122]: Schedule stop daemon mon.c 2024-03-21T13:25:04.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:03 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:25:04.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:03 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:25:04.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:03 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:25:04.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:03 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:25:04.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:03 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:25:04.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:03 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:25:04.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:03 smithi052 ceph-mon[33033]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:04.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:03 smithi052 ceph-mon[33033]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:25:04.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:03 smithi052 ceph-mon[33033]: Schedule stop daemon mon.c 2024-03-21T13:25:04.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:03 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:25:04.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:03 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:25:04.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:03 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:25:04.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:03 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:25:04.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:03 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:25:04.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:03 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:25:05.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:04 smithi029 ceph-mon[30122]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:05.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:04 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:25:05.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:04 smithi029 ceph-mon[30122]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:05.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:04 smithi029 ceph-mon[30122]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:05.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:04 smithi029 ceph-mon[30122]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:05.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:04 smithi029 ceph-mon[30122]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:05.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:04 smithi029 ceph-mon[30122]: mon.b calling monitor election 2024-03-21T13:25:05.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:04 smithi029 ceph-mon[30122]: mon.a calling monitor election 2024-03-21T13:25:05.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:04 smithi029 ceph-mon[30122]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:05.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:04 smithi029 ceph-mon[30122]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:05.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:04 smithi029 ceph-mon[30122]: mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-03-21T13:25:05.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:04 smithi029 ceph-mon[30122]: monmap e3: 3 mons at {a=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0],b=[v2:172.21.15.52:3300/0,v1:172.21.15.52:6789/0],c=[v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T13:25:05.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:04 smithi029 ceph-mon[30122]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:05.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:04 smithi029 ceph-mon[30122]: fsmap 2024-03-21T13:25:05.145 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:04 smithi029 ceph-mon[30122]: osdmap e22: 3 total, 3 up, 3 in 2024-03-21T13:25:05.146 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:04 smithi029 ceph-mon[30122]: mgrmap e21: a(active, since 3m), standbys: b 2024-03-21T13:25:05.146 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:04 smithi029 ceph-mon[30122]: Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-03-21T13:25:05.146 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:04 smithi029 ceph-mon[30122]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-03-21T13:25:05.146 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:04 smithi029 ceph-mon[30122]: [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-03-21T13:25:05.146 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:04 smithi029 ceph-mon[30122]: mon.c (rank 1) addr [v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0] is down (out of quorum) 2024-03-21T13:25:05.146 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:04 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:25:05.146 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:04 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:25:05.146 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:04 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:25:05.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:04 smithi052 ceph-mon[33033]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:05.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:04 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:25:05.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:04 smithi052 ceph-mon[33033]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:05.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:04 smithi052 ceph-mon[33033]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:05.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:04 smithi052 ceph-mon[33033]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:05.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:04 smithi052 ceph-mon[33033]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:05.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:04 smithi052 ceph-mon[33033]: mon.b calling monitor election 2024-03-21T13:25:05.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:04 smithi052 ceph-mon[33033]: mon.a calling monitor election 2024-03-21T13:25:05.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:04 smithi052 ceph-mon[33033]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:05.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:04 smithi052 ceph-mon[33033]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:05.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:04 smithi052 ceph-mon[33033]: mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-03-21T13:25:05.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:04 smithi052 ceph-mon[33033]: monmap e3: 3 mons at {a=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0],b=[v2:172.21.15.52:3300/0,v1:172.21.15.52:6789/0],c=[v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T13:25:05.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:04 smithi052 ceph-mon[33033]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:05.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:04 smithi052 ceph-mon[33033]: fsmap 2024-03-21T13:25:05.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:04 smithi052 ceph-mon[33033]: osdmap e22: 3 total, 3 up, 3 in 2024-03-21T13:25:05.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:04 smithi052 ceph-mon[33033]: mgrmap e21: a(active, since 3m), standbys: b 2024-03-21T13:25:05.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:04 smithi052 ceph-mon[33033]: Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-03-21T13:25:05.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:04 smithi052 ceph-mon[33033]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-03-21T13:25:05.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:04 smithi052 ceph-mon[33033]: [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-03-21T13:25:05.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:04 smithi052 ceph-mon[33033]: mon.c (rank 1) addr [v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0] is down (out of quorum) 2024-03-21T13:25:05.150 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:04 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:25:05.150 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:04 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:25:05.150 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:04 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:25:06.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:05 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:25:06.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:05 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:25:06.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:05 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:25:06.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:05 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:25:07.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:06 smithi029 ceph-mon[30122]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:07.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:06 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:25:07.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:06 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:25:07.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:06 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:25:07.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:06 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:25:07.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:06 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:25:07.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:06 smithi052 ceph-mon[33033]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:07.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:06 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:25:07.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:06 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:25:07.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:06 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:25:07.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:06 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:25:07.149 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:06 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:25:09.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:08 smithi029 ceph-mon[30122]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:09.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:08 smithi052 ceph-mon[33033]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:10.394 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:25:10 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: ::ffff:172.21.15.52 - - [21/Mar/2024:13:25:10] "GET /metrics HTTP/1.1" 200 21520 "" "Prometheus/2.43.0" 2024-03-21T13:25:11.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:10 smithi029 ceph-mon[30122]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:11.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:10 smithi052 ceph-mon[33033]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:13.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:12 smithi052 ceph-mon[33033]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:13.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:12 smithi029 ceph-mon[30122]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:15.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:14 smithi029 ceph-mon[30122]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:15.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:14 smithi052 ceph-mon[33033]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:17.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:16 smithi029 ceph-mon[30122]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:17.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:16 smithi052 ceph-mon[33033]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:19.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:18 smithi029 ceph-mon[30122]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:19.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:18 smithi052 ceph-mon[33033]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:20.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:19 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:25:20.394 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:25:20 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: ::ffff:172.21.15.52 - - [21/Mar/2024:13:25:20] "GET /metrics HTTP/1.1" 200 21522 "" "Prometheus/2.43.0" 2024-03-21T13:25:20.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:19 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:25:21.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:20 smithi029 ceph-mon[30122]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:21.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:20 smithi052 ceph-mon[33033]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:23.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:22 smithi029 ceph-mon[30122]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:23.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:22 smithi052 ceph-mon[33033]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:25.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:24 smithi029 ceph-mon[30122]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:25.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:24 smithi052 ceph-mon[33033]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:27.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:26 smithi029 ceph-mon[30122]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:27.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:26 smithi052 ceph-mon[33033]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:29.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:28 smithi029 ceph-mon[30122]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:29.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:28 smithi052 ceph-mon[33033]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:30.394 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:25:30 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: ::ffff:172.21.15.52 - - [21/Mar/2024:13:25:30] "GET /metrics HTTP/1.1" 200 21522 "" "Prometheus/2.43.0" 2024-03-21T13:25:31.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:30 smithi029 ceph-mon[30122]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:31.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:30 smithi052 ceph-mon[33033]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:33.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:32 smithi029 ceph-mon[30122]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:33.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:32 smithi052 ceph-mon[33033]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:35.200 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:34 smithi052 ceph-mon[33033]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:35.201 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:34 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:25:35.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:34 smithi029 ceph-mon[30122]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:35.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:34 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:25:37.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:36 smithi029 ceph-mon[30122]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:37.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:36 smithi052 ceph-mon[33033]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:39.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:38 smithi029 ceph-mon[30122]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:39.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:38 smithi052 ceph-mon[33033]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:40.394 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:25:40 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: ::ffff:172.21.15.52 - - [21/Mar/2024:13:25:40] "GET /metrics HTTP/1.1" 200 21515 "" "Prometheus/2.43.0" 2024-03-21T13:25:41.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:40 smithi029 ceph-mon[30122]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:41.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:40 smithi052 ceph-mon[33033]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:43.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:42 smithi029 ceph-mon[30122]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:43.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:42 smithi052 ceph-mon[33033]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:45.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:44 smithi029 ceph-mon[30122]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:45.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:44 smithi052 ceph-mon[33033]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:47.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:46 smithi029 ceph-mon[30122]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:47.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:46 smithi052 ceph-mon[33033]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:49.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:48 smithi029 ceph-mon[30122]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:49.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:48 smithi052 ceph-mon[33033]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:50.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:49 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:25:50.394 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:25:50 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: ::ffff:172.21.15.52 - - [21/Mar/2024:13:25:50] "GET /metrics HTTP/1.1" 200 21520 "" "Prometheus/2.43.0" 2024-03-21T13:25:50.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:49 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:25:51.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:50 smithi029 ceph-mon[30122]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:51.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:50 smithi052 ceph-mon[33033]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:53.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:52 smithi029 ceph-mon[30122]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:53.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:52 smithi052 ceph-mon[33033]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:55.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:54 smithi029 ceph-mon[30122]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:55.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:54 smithi052 ceph-mon[33033]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:57.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:56 smithi029 ceph-mon[30122]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:57.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:56 smithi052 ceph-mon[33033]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:59.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:25:58 smithi029 ceph-mon[30122]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:25:59.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:25:58 smithi052 ceph-mon[33033]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:00.394 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:26:00 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: ::ffff:172.21.15.52 - - [21/Mar/2024:13:26:00] "GET /metrics HTTP/1.1" 200 21520 "" "Prometheus/2.43.0" 2024-03-21T13:26:01.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:26:00 smithi029 ceph-mon[30122]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:01.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:26:00 smithi052 ceph-mon[33033]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:03.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:26:02 smithi029 ceph-mon[30122]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:03.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:26:02 smithi052 ceph-mon[33033]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:05.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:26:04 smithi029 ceph-mon[30122]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:05.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:26:04 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:26:05.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:26:04 smithi052 ceph-mon[33033]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:05.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:26:04 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:26:07.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:26:06 smithi029 ceph-mon[30122]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:07.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:26:06 smithi052 ceph-mon[33033]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:08.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:26:07 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:26:08.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:26:07 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:26:08.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:26:07 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:26:08.394 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:26:07 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:26:08.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:26:07 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:26:08.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:26:07 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:26:08.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:26:07 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:26:08.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:26:07 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' 2024-03-21T13:26:10.118 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:26:09 smithi029 ceph-mon[30122]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:10.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:26:09 smithi052 ceph-mon[33033]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:10.394 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:26:10 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: ::ffff:172.21.15.52 - - [21/Mar/2024:13:26:10] "GET /metrics HTTP/1.1" 200 21514 "" "Prometheus/2.43.0" 2024-03-21T13:26:12.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:26:11 smithi029 ceph-mon[30122]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:12.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:26:11 smithi052 ceph-mon[33033]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:14.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:26:13 smithi029 ceph-mon[30122]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:14.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:26:13 smithi052 ceph-mon[33033]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:16.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:26:15 smithi029 ceph-mon[30122]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:16.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:26:15 smithi052 ceph-mon[33033]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:18.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:26:17 smithi029 ceph-mon[30122]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:18.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:26:17 smithi052 ceph-mon[33033]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:20.117 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:26:19 smithi029 ceph-mon[30122]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:20.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:26:19 smithi052 ceph-mon[33033]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:20.394 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:26:20 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: ::ffff:172.21.15.52 - - [21/Mar/2024:13:26:20] "GET /metrics HTTP/1.1" 200 21516 "" "Prometheus/2.43.0" 2024-03-21T13:26:21.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:26:20 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:26:21.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:26:20 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:26:22.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:26:21 smithi029 ceph-mon[30122]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:22.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:26:21 smithi052 ceph-mon[33033]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:24.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:26:23 smithi029 ceph-mon[30122]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:24.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:26:23 smithi052 ceph-mon[33033]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:26.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:26:25 smithi029 ceph-mon[30122]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:26.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:26:25 smithi052 ceph-mon[33033]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:28.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:26:27 smithi029 ceph-mon[30122]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:28.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:26:27 smithi052 ceph-mon[33033]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:30.117 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:26:29 smithi029 ceph-mon[30122]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:30.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:26:29 smithi052 ceph-mon[33033]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:30.394 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:26:30 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: ::ffff:172.21.15.52 - - [21/Mar/2024:13:26:30] "GET /metrics HTTP/1.1" 200 21516 "" "Prometheus/2.43.0" 2024-03-21T13:26:32.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:26:31 smithi029 ceph-mon[30122]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:32.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:26:31 smithi052 ceph-mon[33033]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:34.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:26:33 smithi029 ceph-mon[30122]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:34.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:26:33 smithi052 ceph-mon[33033]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:36.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:26:35 smithi029 ceph-mon[30122]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:36.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:26:35 smithi029 ceph-mon[30122]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:26:36.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:26:35 smithi052 ceph-mon[33033]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:36.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:26:35 smithi052 ceph-mon[33033]: from='mgr.14394 172.21.15.29:0/1025127522' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:26:38.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:26:37 smithi029 ceph-mon[30122]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:38.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:26:37 smithi052 ceph-mon[33033]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:40.117 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:26:39 smithi029 ceph-mon[30122]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:40.150 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:26:39 smithi052 ceph-mon[33033]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:40.394 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:26:40 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: ::ffff:172.21.15.52 - - [21/Mar/2024:13:26:40] "GET /metrics HTTP/1.1" 200 21510 "" "Prometheus/2.43.0" 2024-03-21T13:26:42.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:26:41 smithi029 ceph-mon[30122]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:42.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:26:41 smithi052 ceph-mon[33033]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:44.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:26:43 smithi029 ceph-mon[30122]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:44.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:26:43 smithi052 ceph-mon[33033]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:46.144 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:26:45 smithi029 ceph-mon[30122]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:46.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:26:45 smithi052 ceph-mon[33033]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:48.107 INFO:teuthology.orchestra.run.smithi029.stderr:+ curl -s http://172.21.15.52:9095/api/v1/status/config 2024-03-21T13:26:48.108 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:26:47 smithi029 ceph-mon[30122]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:48.112 INFO:teuthology.orchestra.run.smithi029.stderr:+ curl -s http://172.21.15.52:9095/api/v1/status/config 2024-03-21T13:26:48.112 INFO:teuthology.orchestra.run.smithi029.stderr:+ jq -e '.status == "success"' 2024-03-21T13:26:48.117 INFO:teuthology.orchestra.run.smithi029.stdout:{"status":"success","data":{"yaml":"global:\n scrape_interval: 10s\n scrape_timeout: 10s\n evaluation_interval: 10s\n external_labels:\n cluster: 19889ac0-e785-11ee-95cd-87774f69a715\nalerting:\n alertmanagers:\n - follow_redirects: true\n enable_http2: true\n scheme: http\n timeout: 10s\n api_version: v2\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.29:8765/sd/prometheus/sd-config?service=alertmanager\nrule_files:\n- /etc/prometheus/alerting/*\nscrape_configs:\n- job_name: ceph\n honor_labels: true\n honor_timestamps: true\n scrape_interval: 10s\n scrape_timeout: 10s\n metrics_path: /metrics\n scheme: http\n follow_redirects: true\n enable_http2: true\n relabel_configs:\n - source_labels: [__address__]\n separator: ;\n regex: (.*)\n target_label: cluster\n replacement: 19889ac0-e785-11ee-95cd-87774f69a715\n action: replace\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.29:8765/sd/prometheus/sd-config?service=mgr-prometheus\n- job_name: node\n honor_timestamps: true\n scrape_interval: 10s\n scrape_timeout: 10s\n metrics_path: /metrics\n scheme: http\n follow_redirects: true\n enable_http2: true\n relabel_configs:\n - source_labels: [__address__]\n separator: ;\n regex: (.*)\n target_label: cluster\n replacement: 19889ac0-e785-11ee-95cd-87774f69a715\n action: replace\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.29:8765/sd/prometheus/sd-config?service=node-exporter\n- job_name: ceph-exporter\n honor_labels: true\n honor_timestamps: true\n scrape_interval: 10s\n scrape_timeout: 10s\n metrics_path: /metrics\n scheme: http\n follow_redirects: true\n enable_http2: true\n relabel_configs:\n - source_labels: [__address__]\n separator: ;\n regex: (.*)\n target_label: cluster\n replacement: 19889ac0-e785-11ee-95cd-87774f69a715\n action: replace\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.29:8765/sd/prometheus/sd-config?service=ceph-exporter\n- job_name: nvmeof\n honor_timestamps: true\n scrape_interval: 10s\n scrape_timeout: 10s\n metrics_path: /metrics\n scheme: http\n follow_redirects: true\n enable_http2: true\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.29:8765/sd/prometheus/sd-config?service=nvmeof\n- job_name: federate\n honor_labels: true\n honor_timestamps: true\n params:\n match[]:\n - '{job=\"ceph\"}'\n - '{job=\"node\"}'\n - '{job=\"haproxy\"}'\n - '{job=\"ceph-exporter\"}'\n scrape_interval: 15s\n scrape_timeout: 10s\n metrics_path: /federate\n scheme: http\n follow_redirects: true\n enable_http2: true\n static_configs:\n - targets: []\n"}}true 2024-03-21T13:26:48.117 INFO:teuthology.orchestra.run.smithi029.stderr:+ curl -s http://172.21.15.52:9095/api/v1/alerts 2024-03-21T13:26:48.121 INFO:teuthology.orchestra.run.smithi029.stderr:+ curl -s http://172.21.15.52:9095/api/v1/alerts 2024-03-21T13:26:48.121 INFO:teuthology.orchestra.run.smithi029.stderr:+ jq -e '.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"' 2024-03-21T13:26:48.124 INFO:teuthology.orchestra.run.smithi029.stdout:{"status":"success","data":{"alerts":[{"labels":{"alertname":"CephHealthWarning","cluster":"19889ac0-e785-11ee-95cd-87774f69a715","instance":"smithi029:9283","job":"ceph","severity":"warning","type":"ceph_default"},"annotations":{"description":"The cluster state has been HEALTH_WARN for more than 15 minutes. Please check 'ceph health detail' for more information.","summary":"Ceph is in the WARNING state"},"state":"pending","activeAt":"2024-03-21T13:25:10.13866993Z","value":"1e+00"},{"labels":{"alertname":"CephMonDownQuorumAtRisk","oid":"1.3.6.1.4.1.50495.1.2.1.3.1","severity":"critical","type":"ceph_default"},"annotations":{"description":"Quorum requires a majority of monitors (x 2) to be active. Without quorum the cluster will become inoperable, affecting all services and connected clients. The following monitors are down: - mon.c on smithi116","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"state":"firing","activeAt":"2024-03-21T13:25:20.084118673Z","value":"1e+00"},{"labels":{"alertname":"CephMonDown","severity":"warning","type":"ceph_default"},"annotations":{"description":"You have 1 monitor down. Quorum is still intact, but the loss of an additional monitor will make your cluster inoperable. The following monitors are down: - mon.c on smithi116\n","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"One or more monitors down"},"state":"firing","activeAt":"2024-03-21T13:25:20.084118673Z","value":"1e+00"}]}}true 2024-03-21T13:26:48.125 INFO:teuthology.orchestra.run.smithi029.stderr:+ curl -s http://172.21.15.116:9093/api/v1/status 2024-03-21T13:26:48.129 INFO:teuthology.orchestra.run.smithi029.stderr:+ curl -s http://172.21.15.116:9093/api/v1/alerts 2024-03-21T13:26:48.134 INFO:teuthology.orchestra.run.smithi029.stderr:+ curl -s http://172.21.15.116:9093/api/v1/alerts 2024-03-21T13:26:48.134 INFO:teuthology.orchestra.run.smithi029.stderr:+ jq -e '.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"' 2024-03-21T13:26:48.138 INFO:teuthology.orchestra.run.smithi029.stdout:{"status":"success","data":{"configYAML":"global:\n resolve_timeout: 5m\n http_config:\n tls_config:\n insecure_skip_verify: true\n follow_redirects: true\n enable_http2: true\n smtp_hello: localhost\n smtp_require_tls: true\n pagerduty_url: https://events.pagerduty.com/v2/enqueue\n opsgenie_api_url: https://api.opsgenie.com/\n wechat_api_url: https://qyapi.weixin.qq.com/cgi-bin/\n victorops_api_url: https://alert.victorops.com/integrations/generic/20131114/alert/\n telegram_api_url: https://api.telegram.org\n webex_api_url: https://webexapis.com/v1/messages\nroute:\n receiver: default\n continue: false\n routes:\n - receiver: ceph-dashboard\n group_by:\n - alertname\n continue: false\n group_wait: 10s\n group_interval: 10s\n repeat_interval: 1h\nreceivers:\n- name: default\n- name: ceph-dashboard\n webhook_configs:\n - send_resolved: true\n http_config:\n tls_config:\n insecure_skip_verify: true\n follow_redirects: true\n enable_http2: true\n url: https://smithi029.front.sepia.ceph.com:8443/api/prometheus_receiver\n max_alerts: 0\n - send_resolved: true\n http_config:\n tls_config:\n insecure_skip_verify: true\n follow_redirects: true\n enable_http2: true\n url: https://smithi052.front.sepia.ceph.com:8443/api/prometheus_receiver\n max_alerts: 0\ntemplates: []\n","configJSON":{"global":{"resolve_timeout":"5m","http_config":{"proxy_url":null,"tls_config":{"insecure_skip_verify":true},"follow_redirects":true,"enable_http2":true},"smtp_hello":"localhost","smtp_smarthost":"","smtp_require_tls":true,"pagerduty_url":"https://events.pagerduty.com/v2/enqueue","opsgenie_api_url":"https://api.opsgenie.com/","wechat_api_url":"https://qyapi.weixin.qq.com/cgi-bin/","victorops_api_url":"https://alert.victorops.com/integrations/generic/20131114/alert/","telegram_api_url":"https://api.telegram.org","webex_api_url":"https://webexapis.com/v1/messages"},"route":{"receiver":"default","routes":[{"receiver":"ceph-dashboard","group_by":["alertname"],"group_wait":"10s","group_interval":"10s","repeat_interval":"1h"}]},"receivers":[{"name":"default"},{"name":"ceph-dashboard","webhook_configs":[{"send_resolved":true,"http_config":{"proxy_url":null,"tls_config":{"insecure_skip_verify":true},"follow_redirects":true,"enable_http2":true},"url":"https://smithi029.front.sepia.ceph.com:8443/api/prometheus_receiver","max_alerts":0},{"send_resolved":true,"http_config":{"proxy_url":null,"tls_config":{"insecure_skip_verify":true},"follow_redirects":true,"enable_http2":true},"url":"https://smithi052.front.sepia.ceph.com:8443/api/prometheus_receiver","max_alerts":0}]}],"templates":null},"versionInfo":{"branch":"HEAD","buildDate":"20221222-14:51:36","buildUser":"root@abe866dd5717","goVersion":"go1.19.4","revision":"258fab7cdd551f2cf251ed0348f0ad7289aee789","version":"0.25.0"},"uptime":"2024-03-21T13:22:04.801289859Z","clusterStatus":{"name":"01HSGJT1W0KA5JRPZMYFQVMGRX","status":"ready","peers":[{"name":"01HSGJT1W0KA5JRPZMYFQVMGRX","address":"172.21.15.116:9094"}]}}}{"status":"success","data":[{"labels":{"alertname":"CephMonDownQuorumAtRisk","cluster":"19889ac0-e785-11ee-95cd-87774f69a715","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 smithi116","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"startsAt":"2024-03-21T13:25:50.084Z","endsAt":"2024-03-21T13:29:50.084Z","generatorURL":"http://smithi052.front.sepia.ceph.com:9095/graph?g0.expr=%28%28ceph_health_detail%7Bname%3D%22MON_DOWN%22%7D+%3D%3D+1%29+%2A+on+%28%29+%28count%28ceph_mon_quorum_status+%3D%3D+1%29+%3D%3D+bool+%28floor%28count%28ceph_mon_metadata%29+%2F+2%29+%2B+1%29%29%29+%3D%3D+1\u0026g0.tab=1","status":{"state":"active","silencedBy":null,"inhibitedBy":null},"receivers":["ceph-dashboard"],"fingerprint":"64de73ca9dadc475"},{"labels":{"alertname":"CephMonDown","cluster":"19889ac0-e785-11ee-95cd-87774f69a715","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 smithi116\n","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"One or more monitors down"},"startsAt":"2024-03-21T13:25:50.084Z","endsAt":"2024-03-21T13:29:50.084Z","generatorURL":"http://smithi052.front.sepia.ceph.com:9095/graph?g0.expr=count%28ceph_mon_quorum_status+%3D%3D+0%29+%3C%3D+%28count%28ceph_mon_metadata%29+-+floor%28count%28ceph_mon_metadata%29+%2F+2%29+%2B+1%29\u0026g0.tab=1","status":{"state":"active","silencedBy":null,"inhibitedBy":null},"receivers":["ceph-dashboard"],"fingerprint":"ae58bb289f464812"}]}true 2024-03-21T13:26:48.148 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:26:47 smithi052 ceph-mon[33033]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:26:48.810 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-03-21T13:26:48.821 INFO:tasks.cephadm:Teardown begin 2024-03-21T13:26:48.821 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-21T13:26:48.855 DEBUG:teuthology.orchestra.run.smithi052:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-21T13:26:48.889 DEBUG:teuthology.orchestra.run.smithi116:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-21T13:26:48.924 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-03-21T13:26:48.924 DEBUG:teuthology.orchestra.run.smithi029:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-21T13:26:48.941 DEBUG:teuthology.orchestra.run.smithi052:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-21T13:26:48.957 DEBUG:teuthology.orchestra.run.smithi116:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-21T13:26:48.982 INFO:tasks.cephadm:Stopping all daemons... 2024-03-21T13:26:48.982 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-03-21T13:26:48.982 DEBUG:teuthology.orchestra.run.smithi029:> sudo systemctl stop ceph-19889ac0-e785-11ee-95cd-87774f69a715@mon.a 2024-03-21T13:26:49.293 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:26:49 smithi029 systemd[1]: Stopping Ceph mon.a for 19889ac0-e785-11ee-95cd-87774f69a715... 2024-03-21T13:26:49.608 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:26:49 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mon-a[30099]: 2024-03-21T13:26:49.291+0000 7f3a0d4d7700 -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-03-21T13:26:49.609 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:26:49 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mon-a[30099]: 2024-03-21T13:26:49.291+0000 7f3a0d4d7700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-03-21T13:26:49.609 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:26:49 smithi029 podman[58180]: 2024-03-21 13:26:49.364496023 +0000 UTC m=+0.184302556 container died f5b2ccb4b64e17d9bc868e7fda2d5fd4c4b86fd3eee82d94ae4e658635404b47 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753, name=ceph-19889ac0-e785-11ee-95cd-87774f69a715-mon-a, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, ceph=True, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240319, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS) 2024-03-21T13:26:49.609 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:26:49 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: [21/Mar/2024:13:26:49] ENGINE Bus STOPPING 2024-03-21T13:26:49.609 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:26:49 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: [21/Mar/2024:13:26:49] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-21T13:26:49.609 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:26:49 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: [21/Mar/2024:13:26:49] ENGINE Bus STOPPED 2024-03-21T13:26:49.609 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:26:49 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: [21/Mar/2024:13:26:49] ENGINE Bus STARTING 2024-03-21T13:26:49.609 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:26:49 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: [21/Mar/2024:13:26:49] ENGINE Serving on http://:::9283 2024-03-21T13:26:49.609 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:26:49 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: [21/Mar/2024:13:26:49] ENGINE Bus STARTED 2024-03-21T13:26:49.894 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:26:49 smithi029 podman[58180]: 2024-03-21 13:26:49.716991066 +0000 UTC m=+0.536797601 container cleanup f5b2ccb4b64e17d9bc868e7fda2d5fd4c4b86fd3eee82d94ae4e658635404b47 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753, name=ceph-19889ac0-e785-11ee-95cd-87774f69a715-mon-a, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, ceph=True, org.label-schema.build-date=20240319, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_CLEAN=True, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-03-21T13:26:49.894 INFO:journalctl@ceph.mon.a.smithi029.stdout:Mar 21 13:26:49 smithi029 bash[58180]: ceph-19889ac0-e785-11ee-95cd-87774f69a715-mon-a 2024-03-21T13:26:50.121 DEBUG:teuthology.orchestra.run.smithi029:> sudo pkill -f 'journalctl -f -n 0 -u ceph-19889ac0-e785-11ee-95cd-87774f69a715@mon.a.service' 2024-03-21T13:26:50.164 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T13:26:50.164 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-03-21T13:26:50.164 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-03-21T13:26:50.164 DEBUG:teuthology.orchestra.run.smithi052:> sudo systemctl stop ceph-19889ac0-e785-11ee-95cd-87774f69a715@mon.b 2024-03-21T13:26:50.394 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:26:50 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: ::ffff:172.21.15.52 - - [21/Mar/2024:13:26:50] "GET /metrics HTTP/1.1" 200 21519 "" "Prometheus/2.43.0" 2024-03-21T13:26:50.601 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:26:50 smithi052 systemd[1]: Stopping Ceph mon.b for 19889ac0-e785-11ee-95cd-87774f69a715... 2024-03-21T13:26:50.898 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:26:50 smithi052 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mon-b[33010]: 2024-03-21T13:26:50.599+0000 7f9f1e1d2700 -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-03-21T13:26:50.898 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:26:50 smithi052 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mon-b[33010]: 2024-03-21T13:26:50.599+0000 7f9f1e1d2700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-03-21T13:26:50.898 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:26:50 smithi052 podman[44921]: 2024-03-21 13:26:50.794523181 +0000 UTC m=+0.432400123 container died de4be9e1b1de800d1ca89d438587d30c14b1e14340d88f4966bac52e2432cb18 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-19889ac0-e785-11ee-95cd-87774f69a715-mon-b, io.buildah.version=1.33.5, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, ceph=True, org.label-schema.build-date=20240319, maintainer=Guillaume Abrioux , GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS) 2024-03-21T13:26:51.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:26:51 smithi052 podman[44921]: 2024-03-21 13:26:51.289147464 +0000 UTC m=+0.927024408 container cleanup de4be9e1b1de800d1ca89d438587d30c14b1e14340d88f4966bac52e2432cb18 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-19889ac0-e785-11ee-95cd-87774f69a715-mon-b, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, ceph=True, io.buildah.version=1.33.5, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240319, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, CEPH_POINT_RELEASE=) 2024-03-21T13:26:51.398 INFO:journalctl@ceph.mon.b.smithi052.stdout:Mar 21 13:26:51 smithi052 bash[44921]: ceph-19889ac0-e785-11ee-95cd-87774f69a715-mon-b 2024-03-21T13:26:51.781 DEBUG:teuthology.orchestra.run.smithi052:> sudo pkill -f 'journalctl -f -n 0 -u ceph-19889ac0-e785-11ee-95cd-87774f69a715@mon.b.service' 2024-03-21T13:26:51.836 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T13:26:51.836 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-03-21T13:26:51.836 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-03-21T13:26:51.836 DEBUG:teuthology.orchestra.run.smithi116:> sudo systemctl stop ceph-19889ac0-e785-11ee-95cd-87774f69a715@mon.c 2024-03-21T13:26:51.877 DEBUG:teuthology.orchestra.run.smithi116:> sudo pkill -f 'journalctl -f -n 0 -u ceph-19889ac0-e785-11ee-95cd-87774f69a715@mon.c.service' 2024-03-21T13:26:51.967 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T13:26:51.967 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-03-21T13:26:51.967 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-03-21T13:26:51.967 DEBUG:teuthology.orchestra.run.smithi029:> sudo systemctl stop ceph-19889ac0-e785-11ee-95cd-87774f69a715@mgr.a 2024-03-21T13:26:52.277 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:26:52 smithi029 systemd[1]: Stopping Ceph mgr.a for 19889ac0-e785-11ee-95cd-87774f69a715... 2024-03-21T13:26:52.585 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:26:52 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:26:52.276+0000 7f110c1b9700 -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-03-21T13:26:52.585 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:26:52 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a[30376]: 2024-03-21T13:26:52.276+0000 7f110c1b9700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-03-21T13:26:52.585 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:26:52 smithi029 podman[58324]: 2024-03-21 13:26:52.308549763 +0000 UTC m=+0.148899355 container died 0665d7b887f2da3281112594a1bd0450289eb8980f519102111932d53acbdd2e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753, name=ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, org.label-schema.build-date=20240319, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD) 2024-03-21T13:26:52.894 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:26:52 smithi029 podman[58324]: 2024-03-21 13:26:52.676705256 +0000 UTC m=+0.517054843 container cleanup 0665d7b887f2da3281112594a1bd0450289eb8980f519102111932d53acbdd2e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753, name=ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, ceph=True, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, org.label-schema.build-date=20240319, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe) 2024-03-21T13:26:52.894 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Mar 21 13:26:52 smithi029 bash[58324]: ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-a 2024-03-21T13:26:53.110 DEBUG:teuthology.orchestra.run.smithi029:> sudo pkill -f 'journalctl -f -n 0 -u ceph-19889ac0-e785-11ee-95cd-87774f69a715@mgr.a.service' 2024-03-21T13:26:53.145 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T13:26:53.145 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-03-21T13:26:53.146 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-03-21T13:26:53.146 DEBUG:teuthology.orchestra.run.smithi052:> sudo systemctl stop ceph-19889ac0-e785-11ee-95cd-87774f69a715@mgr.b 2024-03-21T13:26:53.467 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:26:53 smithi052 systemd[1]: Stopping Ceph mgr.b for 19889ac0-e785-11ee-95cd-87774f69a715... 2024-03-21T13:26:53.792 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:26:53 smithi052 podman[45056]: 2024-03-21 13:26:53.467260239 +0000 UTC m=+0.132836611 container died 2ce182f43c51f66c6848930b33348f8931723f86e48441f09cb2a90970ccfbb5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-b, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240319, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux ) 2024-03-21T13:26:53.792 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:26:53 smithi052 podman[45056]: 2024-03-21 13:26:53.792904705 +0000 UTC m=+0.458481032 container cleanup 2ce182f43c51f66c6848930b33348f8931723f86e48441f09cb2a90970ccfbb5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-b, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, org.label-schema.build-date=20240319, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image) 2024-03-21T13:26:54.110 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:26:53 smithi052 bash[45056]: ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-b 2024-03-21T13:26:54.377 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:26:54 smithi052 podman[45075]: 2024-03-21 13:26:54.110868166 +0000 UTC m=+0.635358684 container remove 2ce182f43c51f66c6848930b33348f8931723f86e48441f09cb2a90970ccfbb5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-19889ac0-e785-11ee-95cd-87774f69a715-mgr-b, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, io.buildah.version=1.33.5, org.label-schema.build-date=20240319, GIT_BRANCH=HEAD, ceph=True, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image) 2024-03-21T13:26:54.377 INFO:journalctl@ceph.mgr.b.smithi052.stdout:Mar 21 13:26:54 smithi052 systemd[1]: ceph-19889ac0-e785-11ee-95cd-87774f69a715@mgr.b.service: Main process exited, code=exited, status=143/n/a 2024-03-21T13:26:54.381 DEBUG:teuthology.orchestra.run.smithi052:> sudo pkill -f 'journalctl -f -n 0 -u ceph-19889ac0-e785-11ee-95cd-87774f69a715@mgr.b.service' 2024-03-21T13:26:54.415 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T13:26:54.416 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-03-21T13:26:54.416 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-03-21T13:26:54.416 DEBUG:teuthology.orchestra.run.smithi029:> sudo systemctl stop ceph-19889ac0-e785-11ee-95cd-87774f69a715@osd.0 2024-03-21T13:26:54.711 INFO:journalctl@ceph.osd.0.smithi029.stdout:Mar 21 13:26:54 smithi029 systemd[1]: Stopping Ceph osd.0 for 19889ac0-e785-11ee-95cd-87774f69a715... 2024-03-21T13:26:55.144 INFO:journalctl@ceph.osd.0.smithi029.stdout:Mar 21 13:26:54 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-osd-0[45851]: 2024-03-21T13:26:54.710+0000 7f8ed5121700 -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-03-21T13:26:55.144 INFO:journalctl@ceph.osd.0.smithi029.stdout:Mar 21 13:26:54 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-osd-0[45851]: 2024-03-21T13:26:54.710+0000 7f8ed5121700 -1 osd.0 22 *** Got signal Terminated *** 2024-03-21T13:26:55.144 INFO:journalctl@ceph.osd.0.smithi029.stdout:Mar 21 13:26:54 smithi029 ceph-19889ac0-e785-11ee-95cd-87774f69a715-osd-0[45851]: 2024-03-21T13:26:54.710+0000 7f8ed5121700 -1 osd.0 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-21T13:27:00.486 INFO:journalctl@ceph.osd.0.smithi029.stdout:Mar 21 13:27:00 smithi029 podman[58457]: 2024-03-21 13:27:00.20371647 +0000 UTC m=+5.594037090 container died 70c3f95f8cd47adeb31b22ef55a8840b5febf1c9f97fd4410047ccae5efafe73 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-19889ac0-e785-11ee-95cd-87774f69a715-osd-0, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_CLEAN=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, GIT_BRANCH=HEAD, org.label-schema.build-date=20240319) 2024-03-21T13:27:00.894 INFO:journalctl@ceph.osd.0.smithi029.stdout:Mar 21 13:27:00 smithi029 podman[58457]: 2024-03-21 13:27:00.653107156 +0000 UTC m=+6.043427774 container cleanup 70c3f95f8cd47adeb31b22ef55a8840b5febf1c9f97fd4410047ccae5efafe73 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-19889ac0-e785-11ee-95cd-87774f69a715-osd-0, org.label-schema.schema-version=1.0, ceph=True, GIT_BRANCH=HEAD, org.label-schema.build-date=20240319, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30) 2024-03-21T13:27:00.894 INFO:journalctl@ceph.osd.0.smithi029.stdout:Mar 21 13:27:00 smithi029 bash[58457]: ceph-19889ac0-e785-11ee-95cd-87774f69a715-osd-0 2024-03-21T13:27:01.267 INFO:journalctl@ceph.osd.0.smithi029.stdout:Mar 21 13:27:00 smithi029 podman[58480]: 2024-03-21 13:27:00.92354774 +0000 UTC m=+0.716937024 container remove 70c3f95f8cd47adeb31b22ef55a8840b5febf1c9f97fd4410047ccae5efafe73 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-19889ac0-e785-11ee-95cd-87774f69a715-osd-0, GIT_BRANCH=HEAD, org.label-schema.build-date=20240319, GIT_CLEAN=True, io.buildah.version=1.33.5, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.schema-version=1.0) 2024-03-21T13:27:01.579 INFO:journalctl@ceph.osd.0.smithi029.stdout:Mar 21 13:27:01 smithi029 podman[58573]: 2024-03-21 13:27:01.170948146 +0000 UTC m=+0.018444444 image pull 19e12293512ff7978c8adb5f72a829060dd47f07bfd6903b6b3178d2ebc29e4e quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93 2024-03-21T13:27:01.579 INFO:journalctl@ceph.osd.0.smithi029.stdout:Mar 21 13:27:01 smithi029 podman[58573]: 2024-03-21 13:27:01.283748178 +0000 UTC m=+0.131244469 container create 0d7b877719e691b391fc02fe16151a34495329474f0ed44b8c9ff85d4bbdcfc9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-19889ac0-e785-11ee-95cd-87774f69a715-osd-0-deactivate, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240319, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.vendor=CentOS) 2024-03-21T13:27:01.579 INFO:journalctl@ceph.osd.0.smithi029.stdout:Mar 21 13:27:01 smithi029 podman[58573]: 2024-03-21 13:27:01.505136832 +0000 UTC m=+0.352633135 container init 0d7b877719e691b391fc02fe16151a34495329474f0ed44b8c9ff85d4bbdcfc9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-19889ac0-e785-11ee-95cd-87774f69a715-osd-0-deactivate, io.buildah.version=1.33.5, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.build-date=20240319, GIT_BRANCH=HEAD, GIT_CLEAN=True) 2024-03-21T13:27:01.579 INFO:journalctl@ceph.osd.0.smithi029.stdout:Mar 21 13:27:01 smithi029 podman[58573]: 2024-03-21 13:27:01.511256538 +0000 UTC m=+0.358752837 container start 0d7b877719e691b391fc02fe16151a34495329474f0ed44b8c9ff85d4bbdcfc9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-19889ac0-e785-11ee-95cd-87774f69a715-osd-0-deactivate, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240319, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe) 2024-03-21T13:27:01.579 INFO:journalctl@ceph.osd.0.smithi029.stdout:Mar 21 13:27:01 smithi029 podman[58573]: 2024-03-21 13:27:01.57979587 +0000 UTC m=+0.427292162 container attach 0d7b877719e691b391fc02fe16151a34495329474f0ed44b8c9ff85d4bbdcfc9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-19889ac0-e785-11ee-95cd-87774f69a715-osd-0-deactivate, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, org.label-schema.build-date=20240319, ceph=True) 2024-03-21T13:27:01.894 INFO:journalctl@ceph.osd.0.smithi029.stdout:Mar 21 13:27:01 smithi029 podman[58573]: 2024-03-21 13:27:01.809877066 +0000 UTC m=+0.657373359 container died 0d7b877719e691b391fc02fe16151a34495329474f0ed44b8c9ff85d4bbdcfc9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-19889ac0-e785-11ee-95cd-87774f69a715-osd-0-deactivate, io.buildah.version=1.33.5, org.label-schema.build-date=20240319, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, ceph=True, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, maintainer=Guillaume Abrioux ) 2024-03-21T13:27:02.444 DEBUG:teuthology.orchestra.run.smithi029:> sudo pkill -f 'journalctl -f -n 0 -u ceph-19889ac0-e785-11ee-95cd-87774f69a715@osd.0.service' 2024-03-21T13:27:02.488 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T13:27:02.489 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-03-21T13:27:02.489 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-03-21T13:27:02.489 DEBUG:teuthology.orchestra.run.smithi052:> sudo systemctl stop ceph-19889ac0-e785-11ee-95cd-87774f69a715@osd.1 2024-03-21T13:27:02.791 INFO:journalctl@ceph.osd.1.smithi052.stdout:Mar 21 13:27:02 smithi052 systemd[1]: Stopping Ceph osd.1 for 19889ac0-e785-11ee-95cd-87774f69a715... 2024-03-21T13:27:03.148 INFO:journalctl@ceph.osd.1.smithi052.stdout:Mar 21 13:27:02 smithi052 ceph-19889ac0-e785-11ee-95cd-87774f69a715-osd-1[37659]: 2024-03-21T13:27:02.789+0000 7f51551f1700 -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-03-21T13:27:03.148 INFO:journalctl@ceph.osd.1.smithi052.stdout:Mar 21 13:27:02 smithi052 ceph-19889ac0-e785-11ee-95cd-87774f69a715-osd-1[37659]: 2024-03-21T13:27:02.789+0000 7f51551f1700 -1 osd.1 22 *** Got signal Terminated *** 2024-03-21T13:27:03.148 INFO:journalctl@ceph.osd.1.smithi052.stdout:Mar 21 13:27:02 smithi052 ceph-19889ac0-e785-11ee-95cd-87774f69a715-osd-1[37659]: 2024-03-21T13:27:02.789+0000 7f51551f1700 -1 osd.1 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-21T13:27:08.553 INFO:journalctl@ceph.osd.1.smithi052.stdout:Mar 21 13:27:08 smithi052 podman[45186]: 2024-03-21 13:27:08.294974248 +0000 UTC m=+5.614421396 container died 7f807a299bb694a4ccde946d8e95bbc90554e3db844309108302b8151f28a71f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-19889ac0-e785-11ee-95cd-87774f69a715-osd-1, org.label-schema.build-date=20240319, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, ceph=True, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-03-21T13:27:08.898 INFO:journalctl@ceph.osd.1.smithi052.stdout:Mar 21 13:27:08 smithi052 podman[45186]: 2024-03-21 13:27:08.637355414 +0000 UTC m=+5.956802561 container cleanup 7f807a299bb694a4ccde946d8e95bbc90554e3db844309108302b8151f28a71f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-19889ac0-e785-11ee-95cd-87774f69a715-osd-1, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, org.label-schema.build-date=20240319) 2024-03-21T13:27:08.898 INFO:journalctl@ceph.osd.1.smithi052.stdout:Mar 21 13:27:08 smithi052 bash[45186]: ceph-19889ac0-e785-11ee-95cd-87774f69a715-osd-1 2024-03-21T13:27:09.398 INFO:journalctl@ceph.osd.1.smithi052.stdout:Mar 21 13:27:08 smithi052 podman[45208]: 2024-03-21 13:27:08.94673915 +0000 UTC m=+0.650738918 container remove 7f807a299bb694a4ccde946d8e95bbc90554e3db844309108302b8151f28a71f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-19889ac0-e785-11ee-95cd-87774f69a715-osd-1, ceph=True, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240319, GIT_CLEAN=True, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image) 2024-03-21T13:27:09.674 INFO:journalctl@ceph.osd.1.smithi052.stdout:Mar 21 13:27:09 smithi052 podman[45302]: 2024-03-21 13:27:09.304877826 +0000 UTC m=+0.017921138 image pull 19e12293512ff7978c8adb5f72a829060dd47f07bfd6903b6b3178d2ebc29e4e quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93 2024-03-21T13:27:09.675 INFO:journalctl@ceph.osd.1.smithi052.stdout:Mar 21 13:27:09 smithi052 podman[45302]: 2024-03-21 13:27:09.405899728 +0000 UTC m=+0.118943078 container create be0487b5ebe533ac1c073771e749e3f37e4d9fd69fda12f7f3cd894c0f38d13e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-19889ac0-e785-11ee-95cd-87774f69a715-osd-1-deactivate, org.label-schema.build-date=20240319, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, org.label-schema.vendor=CentOS, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_CLEAN=True) 2024-03-21T13:27:09.675 INFO:journalctl@ceph.osd.1.smithi052.stdout:Mar 21 13:27:09 smithi052 podman[45302]: 2024-03-21 13:27:09.60829254 +0000 UTC m=+0.321335854 container init be0487b5ebe533ac1c073771e749e3f37e4d9fd69fda12f7f3cd894c0f38d13e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-19889ac0-e785-11ee-95cd-87774f69a715-osd-1-deactivate, GIT_CLEAN=True, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240319, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, ceph=True, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-03-21T13:27:09.675 INFO:journalctl@ceph.osd.1.smithi052.stdout:Mar 21 13:27:09 smithi052 podman[45302]: 2024-03-21 13:27:09.613579674 +0000 UTC m=+0.326622987 container start be0487b5ebe533ac1c073771e749e3f37e4d9fd69fda12f7f3cd894c0f38d13e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-19889ac0-e785-11ee-95cd-87774f69a715-osd-1-deactivate, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, ceph=True, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240319, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, GIT_BRANCH=HEAD, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0) 2024-03-21T13:27:09.675 INFO:journalctl@ceph.osd.1.smithi052.stdout:Mar 21 13:27:09 smithi052 podman[45302]: 2024-03-21 13:27:09.674749845 +0000 UTC m=+0.387793166 container attach be0487b5ebe533ac1c073771e749e3f37e4d9fd69fda12f7f3cd894c0f38d13e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-19889ac0-e785-11ee-95cd-87774f69a715-osd-1-deactivate, GIT_BRANCH=HEAD, org.label-schema.build-date=20240319, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.vendor=CentOS, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.license=GPLv2, io.buildah.version=1.33.5) 2024-03-21T13:27:10.148 INFO:journalctl@ceph.osd.1.smithi052.stdout:Mar 21 13:27:09 smithi052 podman[45302]: 2024-03-21 13:27:09.909602096 +0000 UTC m=+0.622645408 container died be0487b5ebe533ac1c073771e749e3f37e4d9fd69fda12f7f3cd894c0f38d13e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-19889ac0-e785-11ee-95cd-87774f69a715-osd-1-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, org.label-schema.build-date=20240319, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_CLEAN=True, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe) 2024-03-21T13:27:10.478 INFO:journalctl@ceph.osd.1.smithi052.stdout:Mar 21 13:27:10 smithi052 podman[45348]: 2024-03-21 13:27:10.460983543 +0000 UTC m=+0.542974961 container remove be0487b5ebe533ac1c073771e749e3f37e4d9fd69fda12f7f3cd894c0f38d13e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-19889ac0-e785-11ee-95cd-87774f69a715-osd-1-deactivate, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240319, org.label-schema.schema-version=1.0, ceph=True) 2024-03-21T13:27:10.483 DEBUG:teuthology.orchestra.run.smithi052:> sudo pkill -f 'journalctl -f -n 0 -u ceph-19889ac0-e785-11ee-95cd-87774f69a715@osd.1.service' 2024-03-21T13:27:10.523 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T13:27:10.523 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-03-21T13:27:10.523 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-03-21T13:27:10.524 DEBUG:teuthology.orchestra.run.smithi116:> sudo systemctl stop ceph-19889ac0-e785-11ee-95cd-87774f69a715@osd.2 2024-03-21T13:27:10.877 INFO:journalctl@ceph.osd.2.smithi116.stdout:Mar 21 13:27:10 smithi116 systemd[1]: Stopping Ceph osd.2 for 19889ac0-e785-11ee-95cd-87774f69a715... 2024-03-21T13:27:11.297 INFO:journalctl@ceph.osd.2.smithi116.stdout:Mar 21 13:27:10 smithi116 ceph-19889ac0-e785-11ee-95cd-87774f69a715-osd-2[38192]: 2024-03-21T13:27:10.876+0000 7f3245d83700 -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-03-21T13:27:11.297 INFO:journalctl@ceph.osd.2.smithi116.stdout:Mar 21 13:27:10 smithi116 ceph-19889ac0-e785-11ee-95cd-87774f69a715-osd-2[38192]: 2024-03-21T13:27:10.876+0000 7f3245d83700 -1 osd.2 22 *** Got signal Terminated *** 2024-03-21T13:27:11.298 INFO:journalctl@ceph.osd.2.smithi116.stdout:Mar 21 13:27:10 smithi116 ceph-19889ac0-e785-11ee-95cd-87774f69a715-osd-2[38192]: 2024-03-21T13:27:10.876+0000 7f3245d83700 -1 osd.2 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-21T13:27:16.591 INFO:journalctl@ceph.osd.2.smithi116.stdout:Mar 21 13:27:16 smithi116 podman[46228]: 2024-03-21 13:27:16.30601642 +0000 UTC m=+5.588270917 container died ee5e5af554114a88656ef4bdf485a1cb4f4aac85ef95cdac36d10ef86e3d9802 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-19889ac0-e785-11ee-95cd-87774f69a715-osd-2, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240319, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS) 2024-03-21T13:27:16.949 INFO:journalctl@ceph.osd.2.smithi116.stdout:Mar 21 13:27:16 smithi116 podman[46228]: 2024-03-21 13:27:16.748677602 +0000 UTC m=+6.030932098 container cleanup ee5e5af554114a88656ef4bdf485a1cb4f4aac85ef95cdac36d10ef86e3d9802 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-19889ac0-e785-11ee-95cd-87774f69a715-osd-2, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, io.buildah.version=1.33.5, org.label-schema.build-date=20240319, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe) 2024-03-21T13:27:16.949 INFO:journalctl@ceph.osd.2.smithi116.stdout:Mar 21 13:27:16 smithi116 bash[46228]: ceph-19889ac0-e785-11ee-95cd-87774f69a715-osd-2 2024-03-21T13:27:17.295 INFO:journalctl@ceph.osd.2.smithi116.stdout:Mar 21 13:27:16 smithi116 podman[46250]: 2024-03-21 13:27:16.949969144 +0000 UTC m=+0.636116568 container remove ee5e5af554114a88656ef4bdf485a1cb4f4aac85ef95cdac36d10ef86e3d9802 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-19889ac0-e785-11ee-95cd-87774f69a715-osd-2, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240319, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, ceph=True, GIT_CLEAN=True) 2024-03-21T13:27:17.618 INFO:journalctl@ceph.osd.2.smithi116.stdout:Mar 21 13:27:17 smithi116 podman[46351]: 2024-03-21 13:27:17.342426519 +0000 UTC m=+0.101573180 container create 41ee7dcc1cb084e57cfaebac37d05905b07902af0dfad2fd5885d09baef670a2 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-19889ac0-e785-11ee-95cd-87774f69a715-osd-2-deactivate, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, org.label-schema.license=GPLv2, ceph=True, org.label-schema.build-date=20240319, org.label-schema.name=CentOS Stream 8 Base Image) 2024-03-21T13:27:17.619 INFO:journalctl@ceph.osd.2.smithi116.stdout:Mar 21 13:27:17 smithi116 podman[46351]: 2024-03-21 13:27:17.258242077 +0000 UTC m=+0.017388693 image pull 19e12293512ff7978c8adb5f72a829060dd47f07bfd6903b6b3178d2ebc29e4e quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93 2024-03-21T13:27:17.619 INFO:journalctl@ceph.osd.2.smithi116.stdout:Mar 21 13:27:17 smithi116 podman[46351]: 2024-03-21 13:27:17.536203126 +0000 UTC m=+0.295349749 container init 41ee7dcc1cb084e57cfaebac37d05905b07902af0dfad2fd5885d09baef670a2 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-19889ac0-e785-11ee-95cd-87774f69a715-osd-2-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.build-date=20240319, org.label-schema.license=GPLv2, ceph=True, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0) 2024-03-21T13:27:17.619 INFO:journalctl@ceph.osd.2.smithi116.stdout:Mar 21 13:27:17 smithi116 podman[46351]: 2024-03-21 13:27:17.541955585 +0000 UTC m=+0.301102208 container start 41ee7dcc1cb084e57cfaebac37d05905b07902af0dfad2fd5885d09baef670a2 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-19889ac0-e785-11ee-95cd-87774f69a715-osd-2-deactivate, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240319, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.schema-version=1.0) 2024-03-21T13:27:17.619 INFO:journalctl@ceph.osd.2.smithi116.stdout:Mar 21 13:27:17 smithi116 podman[46351]: 2024-03-21 13:27:17.619189071 +0000 UTC m=+0.378335697 container attach 41ee7dcc1cb084e57cfaebac37d05905b07902af0dfad2fd5885d09baef670a2 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-19889ac0-e785-11ee-95cd-87774f69a715-osd-2-deactivate, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240319, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, io.buildah.version=1.33.5, GIT_BRANCH=HEAD) 2024-03-21T13:27:18.045 INFO:journalctl@ceph.osd.2.smithi116.stdout:Mar 21 13:27:17 smithi116 podman[46351]: 2024-03-21 13:27:17.826567336 +0000 UTC m=+0.585713953 container died 41ee7dcc1cb084e57cfaebac37d05905b07902af0dfad2fd5885d09baef670a2 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-19889ac0-e785-11ee-95cd-87774f69a715-osd-2-deactivate, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, ceph=True, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe, org.label-schema.build-date=20240319, org.label-schema.license=GPLv2) 2024-03-21T13:27:18.378 DEBUG:teuthology.orchestra.run.smithi116:> sudo pkill -f 'journalctl -f -n 0 -u ceph-19889ac0-e785-11ee-95cd-87774f69a715@osd.2.service' 2024-03-21T13:27:18.404 INFO:journalctl@ceph.osd.2.smithi116.stdout:Mar 21 13:27:18 smithi116 podman[46397]: 2024-03-21 13:27:18.355272532 +0000 UTC m=+0.523822548 container remove 41ee7dcc1cb084e57cfaebac37d05905b07902af0dfad2fd5885d09baef670a2 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93, name=ceph-19889ac0-e785-11ee-95cd-87774f69a715-osd-2-deactivate, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240319, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, RELEASE=wip-guits-testing-2024-03-21-0818-960fbbe) 2024-03-21T13:27:18.404 INFO:journalctl@ceph.osd.2.smithi116.stdout:Mar 21 13:27:18 smithi116 systemd[1]: ceph-19889ac0-e785-11ee-95cd-87774f69a715@osd.2.service: Deactivated successfully. 2024-03-21T13:27:18.404 INFO:journalctl@ceph.osd.2.smithi116.stdout:Mar 21 13:27:18 smithi116 systemd[1]: Stopped Ceph osd.2 for 19889ac0-e785-11ee-95cd-87774f69a715. 2024-03-21T13:27:18.404 INFO:journalctl@ceph.osd.2.smithi116.stdout:Mar 21 13:27:18 smithi116 systemd[1]: ceph-19889ac0-e785-11ee-95cd-87774f69a715@osd.2.service: Consumed 3.004s CPU time. 2024-03-21T13:27:18.418 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T13:27:18.419 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-03-21T13:27:18.419 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 19889ac0-e785-11ee-95cd-87774f69a715 --force --keep-logs 2024-03-21T13:27:18.620 INFO:teuthology.orchestra.run.smithi029.stdout:Deleting cluster with fsid: 19889ac0-e785-11ee-95cd-87774f69a715 2024-03-21T13:27:22.141 DEBUG:teuthology.orchestra.run.smithi052:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 19889ac0-e785-11ee-95cd-87774f69a715 --force --keep-logs 2024-03-21T13:27:22.338 INFO:teuthology.orchestra.run.smithi052.stdout:Deleting cluster with fsid: 19889ac0-e785-11ee-95cd-87774f69a715 2024-03-21T13:27:25.990 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 19889ac0-e785-11ee-95cd-87774f69a715 --force --keep-logs 2024-03-21T13:27:26.182 INFO:teuthology.orchestra.run.smithi116.stdout:Deleting cluster with fsid: 19889ac0-e785-11ee-95cd-87774f69a715 2024-03-21T13:27:29.571 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-21T13:27:29.606 DEBUG:teuthology.orchestra.run.smithi052:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-21T13:27:29.640 DEBUG:teuthology.orchestra.run.smithi116:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-21T13:27:29.670 INFO:tasks.cephadm:Archiving crash dumps... 2024-03-21T13:27:29.672 DEBUG:teuthology.misc:Transferring archived files from smithi029:/var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614990/remote/smithi029/crash 2024-03-21T13:27:29.673 DEBUG:teuthology.orchestra.run.smithi029:> sudo tar c -f - -C /var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/crash -- . 2024-03-21T13:27:29.720 INFO:teuthology.orchestra.run.smithi029.stderr:tar: /var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/crash: Cannot open: No such file or directory 2024-03-21T13:27:29.721 INFO:teuthology.orchestra.run.smithi029.stderr:tar: Error is not recoverable: exiting now 2024-03-21T13:27:29.722 DEBUG:teuthology.misc:Transferring archived files from smithi052:/var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614990/remote/smithi052/crash 2024-03-21T13:27:29.723 DEBUG:teuthology.orchestra.run.smithi052:> sudo tar c -f - -C /var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/crash -- . 2024-03-21T13:27:29.772 INFO:teuthology.orchestra.run.smithi052.stderr:tar: /var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/crash: Cannot open: No such file or directory 2024-03-21T13:27:29.772 INFO:teuthology.orchestra.run.smithi052.stderr:tar: Error is not recoverable: exiting now 2024-03-21T13:27:29.774 DEBUG:teuthology.misc:Transferring archived files from smithi116:/var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614990/remote/smithi116/crash 2024-03-21T13:27:29.775 DEBUG:teuthology.orchestra.run.smithi116:> sudo tar c -f - -C /var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/crash -- . 2024-03-21T13:27:29.810 INFO:teuthology.orchestra.run.smithi116.stderr:tar: /var/lib/ceph/19889ac0-e785-11ee-95cd-87774f69a715/crash: Cannot open: No such file or directory 2024-03-21T13:27:29.810 INFO:teuthology.orchestra.run.smithi116.stderr:tar: Error is not recoverable: exiting now 2024-03-21T13:27:29.812 INFO:tasks.cephadm:Checking cluster log for badness... 2024-03-21T13:27:29.812 DEBUG:teuthology.orchestra.run.smithi029:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/19889ac0-e785-11ee-95cd-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-03-21T13:27:29.845 INFO:teuthology.orchestra.run.smithi029.stdout:2024-03-21T13:18:39.821906+0000 mon.a (mon.0) 188 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-21T13:27:29.845 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-03-21T13:27:29.846 DEBUG:teuthology.orchestra.run.smithi029:> sudo egrep '\[SEC\]' /var/log/ceph/19889ac0-e785-11ee-95cd-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-03-21T13:27:29.918 DEBUG:teuthology.orchestra.run.smithi029:> sudo egrep '\[ERR\]' /var/log/ceph/19889ac0-e785-11ee-95cd-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-03-21T13:27:29.989 DEBUG:teuthology.orchestra.run.smithi029:> sudo egrep '\[WRN\]' /var/log/ceph/19889ac0-e785-11ee-95cd-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-03-21T13:27:30.058 INFO:teuthology.orchestra.run.smithi029.stdout:2024-03-21T13:18:39.821906+0000 mon.a (mon.0) 188 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-21T13:27:30.059 INFO:tasks.cephadm:Compressing logs... 2024-03-21T13:27:30.059 DEBUG:teuthology.orchestra.run.smithi029:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-03-21T13:27:30.102 DEBUG:teuthology.orchestra.run.smithi052:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-03-21T13:27:30.104 DEBUG:teuthology.orchestra.run.smithi116:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-03-21T13:27:30.127 INFO:teuthology.orchestra.run.smithi029.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-21T13:27:30.127 INFO:teuthology.orchestra.run.smithi029.stderr:: No such file or directory 2024-03-21T13:27:30.127 INFO:teuthology.orchestra.run.smithi029.stderr:gzip -5 --verbose -- /var/log/ceph/19889ac0-e785-11ee-95cd-87774f69a715/ceph-mon.a.log 2024-03-21T13:27:30.127 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/19889ac0-e785-11ee-95cd-87774f69a715/ceph.audit.log 2024-03-21T13:27:30.128 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/19889ac0-e785-11ee-95cd-87774f69a715/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/19889ac0-e785-11ee-95cd-87774f69a715/ceph-mgr.a.log 2024-03-21T13:27:30.129 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/19889ac0-e785-11ee-95cd-87774f69a715/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/19889ac0-e785-11ee-95cd-87774f69a715/ceph-osd.0.log 2024-03-21T13:27:30.129 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/19889ac0-e785-11ee-95cd-87774f69a715/ceph-mgr.a.log: gzip -5 --verbose -- /var/log/ceph/19889ac0-e785-11ee-95cd-87774f69a715/ceph.cephadm.log 2024-03-21T13:27:30.131 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/19889ac0-e785-11ee-95cd-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/19889ac0-e785-11ee-95cd-87774f69a715/ceph.log 2024-03-21T13:27:30.131 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/19889ac0-e785-11ee-95cd-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/19889ac0-e785-11ee-95cd-87774f69a715/ceph-volume.log 2024-03-21T13:27:30.131 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/19889ac0-e785-11ee-95cd-87774f69a715/ceph.log: 83.1% -- replaced with /var/log/ceph/19889ac0-e785-11ee-95cd-87774f69a715/ceph.cephadm.log.gz 2024-03-21T13:27:30.132 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/19889ac0-e785-11ee-95cd-87774f69a715/ceph-volume.log: 89.8% -- replaced with /var/log/ceph/19889ac0-e785-11ee-95cd-87774f69a715/ceph.audit.log.gz 2024-03-21T13:27:30.132 INFO:teuthology.orchestra.run.smithi029.stderr: 87.5% -- replaced with /var/log/ceph/19889ac0-e785-11ee-95cd-87774f69a715/ceph.log.gz 2024-03-21T13:27:30.136 INFO:teuthology.orchestra.run.smithi052.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-21T13:27:30.136 INFO:teuthology.orchestra.run.smithi052.stderr:: No such file or directory 2024-03-21T13:27:30.137 INFO:teuthology.orchestra.run.smithi052.stderr:gzip -5 --verbose -- /var/log/ceph/19889ac0-e785-11ee-95cd-87774f69a715/ceph.audit.log 2024-03-21T13:27:30.137 INFO:teuthology.orchestra.run.smithi052.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/19889ac0-e785-11ee-95cd-87774f69a715/ceph-osd.1.log 2024-03-21T13:27:30.137 INFO:teuthology.orchestra.run.smithi052.stderr:/var/log/ceph/19889ac0-e785-11ee-95cd-87774f69a715/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/19889ac0-e785-11ee-95cd-87774f69a715/ceph.cephadm.log 2024-03-21T13:27:30.137 INFO:teuthology.orchestra.run.smithi052.stderr:/var/log/ceph/19889ac0-e785-11ee-95cd-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/19889ac0-e785-11ee-95cd-87774f69a715/ceph.log 2024-03-21T13:27:30.137 INFO:teuthology.orchestra.run.smithi052.stderr:gzip -5 --verbose -- /var/log/ceph/19889ac0-e785-11ee-95cd-87774f69a715/ceph-mgr.b.log 2024-03-21T13:27:30.137 INFO:teuthology.orchestra.run.smithi052.stderr: 90.0% -- replaced with /var/log/ceph/19889ac0-e785-11ee-95cd-87774f69a715/ceph.audit.log.gz 2024-03-21T13:27:30.137 INFO:teuthology.orchestra.run.smithi052.stderr:/var/log/ceph/19889ac0-e785-11ee-95cd-87774f69a715/ceph.cephadm.log: /var/log/ceph/19889ac0-e785-11ee-95cd-87774f69a715/ceph.log: gzip -5 --verbose -- /var/log/ceph/19889ac0-e785-11ee-95cd-87774f69a715/ceph-volume.log 2024-03-21T13:27:30.137 INFO:teuthology.orchestra.run.smithi052.stderr: 81.8% -- replaced with /var/log/ceph/19889ac0-e785-11ee-95cd-87774f69a715/ceph.cephadm.log.gz 2024-03-21T13:27:30.137 INFO:teuthology.orchestra.run.smithi052.stderr:/var/log/ceph/19889ac0-e785-11ee-95cd-87774f69a715/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/19889ac0-e785-11ee-95cd-87774f69a715/ceph-mon.b.log 2024-03-21T13:27:30.137 INFO:teuthology.orchestra.run.smithi052.stderr: 83.3% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-21T13:27:30.137 INFO:teuthology.orchestra.run.smithi052.stderr: 87.7% -- replaced with /var/log/ceph/19889ac0-e785-11ee-95cd-87774f69a715/ceph.log.gz 2024-03-21T13:27:30.138 INFO:teuthology.orchestra.run.smithi116.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-21T13:27:30.138 INFO:teuthology.orchestra.run.smithi116.stderr:: No such file or directory 2024-03-21T13:27:30.138 INFO:teuthology.orchestra.run.smithi116.stderr:gzip -5 --verbose -- /var/log/ceph/19889ac0-e785-11ee-95cd-87774f69a715/ceph.audit.log 2024-03-21T13:27:30.138 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/19889ac0-e785-11ee-95cd-87774f69a715/ceph.cephadm.log 2024-03-21T13:27:30.138 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/19889ac0-e785-11ee-95cd-87774f69a715/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/19889ac0-e785-11ee-95cd-87774f69a715/ceph.log 2024-03-21T13:27:30.138 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/19889ac0-e785-11ee-95cd-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/19889ac0-e785-11ee-95cd-87774f69a715/ceph-osd.2.log 2024-03-21T13:27:30.138 INFO:teuthology.orchestra.run.smithi116.stderr: 89.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-21T13:27:30.138 INFO:teuthology.orchestra.run.smithi116.stderr: 81.9% -- replaced with /var/log/ceph/19889ac0-e785-11ee-95cd-87774f69a715/ceph.cephadm.log.gz 2024-03-21T13:27:30.138 INFO:teuthology.orchestra.run.smithi116.stderr:gzip -5 --verbose -- /var/log/ceph/19889ac0-e785-11ee-95cd-87774f69a715/ceph-volume.log 2024-03-21T13:27:30.138 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/19889ac0-e785-11ee-95cd-87774f69a715/ceph.log: /var/log/ceph/19889ac0-e785-11ee-95cd-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/19889ac0-e785-11ee-95cd-87774f69a715/ceph-mon.c.log 2024-03-21T13:27:30.138 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/19889ac0-e785-11ee-95cd-87774f69a715/ceph-volume.log: 89.9% -- replaced with /var/log/ceph/19889ac0-e785-11ee-95cd-87774f69a715/ceph.audit.log.gz 2024-03-21T13:27:30.138 INFO:teuthology.orchestra.run.smithi116.stderr: 87.5% -- replaced with /var/log/ceph/19889ac0-e785-11ee-95cd-87774f69a715/ceph.log.gz 2024-03-21T13:27:30.138 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/19889ac0-e785-11ee-95cd-87774f69a715/ceph-mon.c.log: 90.9% -- replaced with /var/log/ceph/19889ac0-e785-11ee-95cd-87774f69a715/ceph-volume.log.gz 2024-03-21T13:27:30.139 INFO:teuthology.orchestra.run.smithi029.stderr: 91.1% -- replaced with /var/log/ceph/19889ac0-e785-11ee-95cd-87774f69a715/ceph-volume.log.gz 2024-03-21T13:27:30.139 INFO:teuthology.orchestra.run.smithi052.stderr:/var/log/ceph/19889ac0-e785-11ee-95cd-87774f69a715/ceph-volume.log: /var/log/ceph/19889ac0-e785-11ee-95cd-87774f69a715/ceph-mon.b.log: 90.9% -- replaced with /var/log/ceph/19889ac0-e785-11ee-95cd-87774f69a715/ceph-volume.log.gz 2024-03-21T13:27:30.141 INFO:teuthology.orchestra.run.smithi052.stderr: 90.8% -- replaced with /var/log/ceph/19889ac0-e785-11ee-95cd-87774f69a715/ceph-mgr.b.log.gz 2024-03-21T13:27:30.143 INFO:teuthology.orchestra.run.smithi029.stderr: 92.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-21T13:27:30.171 INFO:teuthology.orchestra.run.smithi029.stderr: 93.6% -- replaced with /var/log/ceph/19889ac0-e785-11ee-95cd-87774f69a715/ceph-osd.0.log.gz 2024-03-21T13:27:30.173 INFO:teuthology.orchestra.run.smithi116.stderr: 93.6% -- replaced with /var/log/ceph/19889ac0-e785-11ee-95cd-87774f69a715/ceph-osd.2.log.gz 2024-03-21T13:27:30.201 INFO:teuthology.orchestra.run.smithi116.stderr: 93.0% -- replaced with /var/log/ceph/19889ac0-e785-11ee-95cd-87774f69a715/ceph-mon.c.log.gz 2024-03-21T13:27:30.203 INFO:teuthology.orchestra.run.smithi116.stderr: 2024-03-21T13:27:30.203 INFO:teuthology.orchestra.run.smithi116.stderr:real 0m0.084s 2024-03-21T13:27:30.203 INFO:teuthology.orchestra.run.smithi116.stderr:user 0m0.119s 2024-03-21T13:27:30.204 INFO:teuthology.orchestra.run.smithi116.stderr:sys 0m0.025s 2024-03-21T13:27:30.214 INFO:teuthology.orchestra.run.smithi052.stderr: 93.9% -- replaced with /var/log/ceph/19889ac0-e785-11ee-95cd-87774f69a715/ceph-osd.1.log.gz 2024-03-21T13:27:30.226 INFO:teuthology.orchestra.run.smithi029.stderr: 90.2% -- replaced with /var/log/ceph/19889ac0-e785-11ee-95cd-87774f69a715/ceph-mgr.a.log.gz 2024-03-21T13:27:30.230 INFO:teuthology.orchestra.run.smithi052.stderr: 92.6% -- replaced with /var/log/ceph/19889ac0-e785-11ee-95cd-87774f69a715/ceph-mon.b.log.gz 2024-03-21T13:27:30.231 INFO:teuthology.orchestra.run.smithi052.stderr: 2024-03-21T13:27:30.232 INFO:teuthology.orchestra.run.smithi052.stderr:real 0m0.113s 2024-03-21T13:27:30.232 INFO:teuthology.orchestra.run.smithi052.stderr:user 0m0.193s 2024-03-21T13:27:30.232 INFO:teuthology.orchestra.run.smithi052.stderr:sys 0m0.032s 2024-03-21T13:27:30.392 INFO:teuthology.orchestra.run.smithi029.stderr: 90.9% -- replaced with /var/log/ceph/19889ac0-e785-11ee-95cd-87774f69a715/ceph-mon.a.log.gz 2024-03-21T13:27:30.393 INFO:teuthology.orchestra.run.smithi029.stderr: 2024-03-21T13:27:30.393 INFO:teuthology.orchestra.run.smithi029.stderr:real 0m0.279s 2024-03-21T13:27:30.394 INFO:teuthology.orchestra.run.smithi029.stderr:user 0m0.429s 2024-03-21T13:27:30.394 INFO:teuthology.orchestra.run.smithi029.stderr:sys 0m0.031s 2024-03-21T13:27:30.394 INFO:tasks.cephadm:Archiving logs... 2024-03-21T13:27:30.394 DEBUG:teuthology.misc:Transferring archived files from smithi029:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614990/remote/smithi029/log 2024-03-21T13:27:30.395 DEBUG:teuthology.orchestra.run.smithi029:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-21T13:27:30.539 DEBUG:teuthology.misc:Transferring archived files from smithi052:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614990/remote/smithi052/log 2024-03-21T13:27:30.540 DEBUG:teuthology.orchestra.run.smithi052:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-21T13:27:30.599 DEBUG:teuthology.misc:Transferring archived files from smithi116:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614990/remote/smithi116/log 2024-03-21T13:27:30.600 DEBUG:teuthology.orchestra.run.smithi116:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-21T13:27:30.647 INFO:tasks.cephadm:Removing cluster... 2024-03-21T13:27:30.647 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 19889ac0-e785-11ee-95cd-87774f69a715 --force 2024-03-21T13:27:30.836 INFO:teuthology.orchestra.run.smithi029.stdout:Deleting cluster with fsid: 19889ac0-e785-11ee-95cd-87774f69a715 2024-03-21T13:27:31.097 DEBUG:teuthology.orchestra.run.smithi052:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 19889ac0-e785-11ee-95cd-87774f69a715 --force 2024-03-21T13:27:31.295 INFO:teuthology.orchestra.run.smithi052.stdout:Deleting cluster with fsid: 19889ac0-e785-11ee-95cd-87774f69a715 2024-03-21T13:27:31.539 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 19889ac0-e785-11ee-95cd-87774f69a715 --force 2024-03-21T13:27:31.728 INFO:teuthology.orchestra.run.smithi116.stdout:Deleting cluster with fsid: 19889ac0-e785-11ee-95cd-87774f69a715 2024-03-21T13:27:31.976 INFO:tasks.cephadm:Removing cephadm ... 2024-03-21T13:27:31.977 DEBUG:teuthology.orchestra.run.smithi029:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-21T13:27:31.993 DEBUG:teuthology.orchestra.run.smithi052:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-21T13:27:32.009 DEBUG:teuthology.orchestra.run.smithi116:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-21T13:27:32.024 INFO:tasks.cephadm:Teardown complete 2024-03-21T13:27:32.024 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-03-21T13:27:32.033 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-03-21T13:27:32.033 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-21T13:27:32.036 DEBUG:teuthology.orchestra.run.smithi052:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-21T13:27:32.051 DEBUG:teuthology.orchestra.run.smithi116:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-21T13:27:32.164 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-03-21T13:27:32.174 INFO:teuthology.task.clock:Checking final clock skew... 2024-03-21T13:27:32.174 DEBUG:teuthology.orchestra.run.smithi029:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-21T13:27:32.177 DEBUG:teuthology.orchestra.run.smithi052:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-21T13:27:32.179 DEBUG:teuthology.orchestra.run.smithi116:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-21T13:27:32.188 INFO:teuthology.orchestra.run.smithi029.stderr:bash: line 1: ntpq: command not found 2024-03-21T13:27:32.194 INFO:teuthology.orchestra.run.smithi052.stderr:bash: line 1: ntpq: command not found 2024-03-21T13:27:32.194 INFO:teuthology.orchestra.run.smithi116.stderr:bash: line 1: ntpq: command not found 2024-03-21T13:27:32.197 INFO:teuthology.orchestra.run.smithi029.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-21T13:27:32.197 INFO:teuthology.orchestra.run.smithi029.stdout:=============================================================================== 2024-03-21T13:27:32.197 INFO:teuthology.orchestra.run.smithi029.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 51 +2009us[+2031us] +/- 106ms 2024-03-21T13:27:32.197 INFO:teuthology.orchestra.run.smithi029.stdout:^* hv02.front.sepia.ceph.com 3 6 377 50 -1347us[-1325us] +/- 63ms 2024-03-21T13:27:32.197 INFO:teuthology.orchestra.run.smithi029.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 51 +284us[ +306us] +/- 92ms 2024-03-21T13:27:32.197 INFO:teuthology.orchestra.run.smithi029.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T13:27:32.199 INFO:teuthology.orchestra.run.smithi052.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-21T13:27:32.199 INFO:teuthology.orchestra.run.smithi052.stdout:=============================================================================== 2024-03-21T13:27:32.199 INFO:teuthology.orchestra.run.smithi052.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 51 +2013us[+2013us] +/- 106ms 2024-03-21T13:27:32.199 INFO:teuthology.orchestra.run.smithi052.stdout:^* hv02.front.sepia.ceph.com 3 6 377 52 -1341us[-1366us] +/- 63ms 2024-03-21T13:27:32.199 INFO:teuthology.orchestra.run.smithi052.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 51 +284us[ +284us] +/- 92ms 2024-03-21T13:27:32.200 INFO:teuthology.orchestra.run.smithi052.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T13:27:32.200 INFO:teuthology.orchestra.run.smithi116.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-21T13:27:32.200 INFO:teuthology.orchestra.run.smithi116.stdout:=============================================================================== 2024-03-21T13:27:32.200 INFO:teuthology.orchestra.run.smithi116.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 49 +2000us[+2000us] +/- 106ms 2024-03-21T13:27:32.200 INFO:teuthology.orchestra.run.smithi116.stdout:^* hv02.front.sepia.ceph.com 3 6 377 50 -1358us[-1342us] +/- 63ms 2024-03-21T13:27:32.200 INFO:teuthology.orchestra.run.smithi116.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 49 +268us[ +268us] +/- 92ms 2024-03-21T13:27:32.200 INFO:teuthology.orchestra.run.smithi116.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-03-21T13:27:32.202 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-03-21T13:27:32.211 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-03-21T13:27:32.211 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-03-21T13:27:32.220 DEBUG:teuthology.orchestra.run.smithi029:> 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-03-21T13:27:32.312 DEBUG:teuthology.orchestra.run.smithi052:> 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-03-21T13:27:32.385 DEBUG:teuthology.orchestra.run.smithi116:> 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-03-21T13:27:32.454 DEBUG:teuthology.orchestra.run.smithi029:> 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 scontext=system_u:system_r:logrotate_t:s0 2024-03-21T13:27:32.484 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:27:32.484 DEBUG:teuthology.orchestra.run.smithi052:> 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 scontext=system_u:system_r:logrotate_t:s0 2024-03-21T13:27:32.515 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:27:32.515 DEBUG:teuthology.orchestra.run.smithi116:> 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 scontext=system_u:system_r:logrotate_t:s0 2024-03-21T13:27:32.545 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:27:32.545 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-03-21T13:27:32.554 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-03-21T13:27:32.563 INFO:teuthology.task.internal:Duration was 1171.592116 seconds 2024-03-21T13:27:32.563 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-03-21T13:27:32.572 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-03-21T13:27:32.572 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-21T13:27:32.575 DEBUG:teuthology.orchestra.run.smithi052:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-21T13:27:32.577 DEBUG:teuthology.orchestra.run.smithi116:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-21T13:27:32.616 INFO:teuthology.orchestra.run.smithi029.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-21T13:27:32.620 INFO:teuthology.orchestra.run.smithi052.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-21T13:27:32.628 INFO:teuthology.orchestra.run.smithi116.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-21T13:27:32.939 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-03-21T13:27:32.939 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi029.front.sepia.ceph.com 2024-03-21T13:27:32.940 DEBUG:teuthology.orchestra.run.smithi029:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-03-21T13:27:32.992 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi052.front.sepia.ceph.com 2024-03-21T13:27:32.993 DEBUG:teuthology.orchestra.run.smithi052:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-03-21T13:27:33.019 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi116.front.sepia.ceph.com 2024-03-21T13:27:33.019 DEBUG:teuthology.orchestra.run.smithi116:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-03-21T13:27:33.043 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-03-21T13:27:33.043 DEBUG:teuthology.orchestra.run.smithi029:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-21T13:27:33.045 DEBUG:teuthology.orchestra.run.smithi052:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-21T13:27:33.063 DEBUG:teuthology.orchestra.run.smithi116:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-21T13:27:33.111 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-03-21T13:27:33.111 DEBUG:teuthology.orchestra.run.smithi029:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-21T13:27:33.114 DEBUG:teuthology.orchestra.run.smithi052:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-21T13:27:33.132 DEBUG:teuthology.orchestra.run.smithi116:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-21T13:27:33.296 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-03-21T13:27:33.306 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-03-21T13:27:33.306 DEBUG:teuthology.orchestra.run.smithi029:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-21T13:27:33.333 DEBUG:teuthology.orchestra.run.smithi052:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-21T13:27:33.359 DEBUG:teuthology.orchestra.run.smithi116:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-21T13:27:33.386 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-03-21T13:27:33.396 DEBUG:teuthology.orchestra.run.smithi029:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-03-21T13:27:33.398 DEBUG:teuthology.orchestra.run.smithi052:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-03-21T13:27:33.402 DEBUG:teuthology.orchestra.run.smithi116:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-03-21T13:27:33.422 INFO:teuthology.orchestra.run.smithi029.stdout:kernel.core_pattern = core 2024-03-21T13:27:33.424 INFO:teuthology.orchestra.run.smithi052.stdout:kernel.core_pattern = core 2024-03-21T13:27:33.452 INFO:teuthology.orchestra.run.smithi116.stdout:kernel.core_pattern = core 2024-03-21T13:27:33.474 DEBUG:teuthology.orchestra.run.smithi029:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-21T13:27:33.505 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:27:33.506 DEBUG:teuthology.orchestra.run.smithi052:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-21T13:27:33.520 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:27:33.520 DEBUG:teuthology.orchestra.run.smithi116:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-21T13:27:33.533 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:27:33.534 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-03-21T13:27:33.544 INFO:teuthology.task.internal:Transferring archived files... 2024-03-21T13:27:33.545 DEBUG:teuthology.misc:Transferring archived files from smithi029:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614990/remote/smithi029 2024-03-21T13:27:33.545 DEBUG:teuthology.orchestra.run.smithi029:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-21T13:27:33.586 DEBUG:teuthology.misc:Transferring archived files from smithi052:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614990/remote/smithi052 2024-03-21T13:27:33.586 DEBUG:teuthology.orchestra.run.smithi052:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-21T13:27:33.624 DEBUG:teuthology.misc:Transferring archived files from smithi116:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614990/remote/smithi116 2024-03-21T13:27:33.624 DEBUG:teuthology.orchestra.run.smithi116:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-21T13:27:33.664 INFO:teuthology.task.internal:Removing archive directory... 2024-03-21T13:27:33.664 DEBUG:teuthology.orchestra.run.smithi029:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-21T13:27:33.666 DEBUG:teuthology.orchestra.run.smithi052:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-21T13:27:33.668 DEBUG:teuthology.orchestra.run.smithi116:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-21T13:27:33.713 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-03-21T13:27:33.724 INFO:teuthology.task.internal:Not uploading archives. 2024-03-21T13:27:33.724 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-03-21T13:27:33.734 INFO:teuthology.task.internal:Tidying up after the test... 2024-03-21T13:27:33.734 DEBUG:teuthology.orchestra.run.smithi029:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-21T13:27:33.736 DEBUG:teuthology.orchestra.run.smithi052:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-21T13:27:33.739 DEBUG:teuthology.orchestra.run.smithi116:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-21T13:27:33.748 INFO:teuthology.orchestra.run.smithi029.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 21 13:27 /home/ubuntu/cephtest 2024-03-21T13:27:33.750 INFO:teuthology.orchestra.run.smithi052.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 21 13:27 /home/ubuntu/cephtest 2024-03-21T13:27:33.767 INFO:teuthology.orchestra.run.smithi116.stdout: 265305 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 21 13:27 /home/ubuntu/cephtest 2024-03-21T13:27:33.768 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-03-21T13:27:33.778 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-03-21T13:27:33.875 INFO:teuthology.nuke:Checking targets against current locks 2024-03-21T13:27:33.902 DEBUG:teuthology.nuke:shortname: smithi029 2024-03-21T13:27:33.903 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-21T13:27:33.928 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi029.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614990', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-21 12:58:11.781044', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEvLVGb6UiXp5WCsjwtkZwVjLZpogNNvWpE4nzoZkTjFcYG/ZW1VYiOzrYaiXgCjXL5DaJajizn6iS+M2YhJiz4='} 2024-03-21T13:27:33.932 DEBUG:teuthology.nuke:shortname: smithi052 2024-03-21T13:27:33.932 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-21T13:27:33.958 DEBUG:teuthology.nuke:shortname: smithi116 2024-03-21T13:27:33.959 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-21T13:27:33.962 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi052.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614990', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-21 12:58:11.782263', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOWFVid4nIVBRSMUDAypFF09Tm9cl5JCxyrOACrSvLjNNm9PZBoKnrzxkfRYq12jdvJHvr6ORGpVi64VI6+ek44='} 2024-03-21T13:27:33.977 INFO:teuthology.orchestra.console.smithi029:Power off 2024-03-21T13:27:33.978 DEBUG:teuthology.orchestra.console.smithi029:pexpect command: ipmitool -H smithi029.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-21T13:27:33.990 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi116.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614990', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-21 12:58:11.783316', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBK1Hvox0izu0UdceOxiZF97zOC+N+OKUnPzobdhh1zKVgk/G7EccTOf8v+p+wfcaF+eo64fnX4i0vXxm9zNq+1U='} 2024-03-21T13:27:34.003 DEBUG:teuthology.orchestra.console.smithi029:power off output: Chassis Power Control: Down/Off 2024-03-21T13:27:34.003 DEBUG:teuthology.orchestra.console.smithi029:pexpect command: ipmitool -H smithi029.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T13:27:34.023 INFO:teuthology.orchestra.console.smithi052:Power off 2024-03-21T13:27:34.024 DEBUG:teuthology.orchestra.console.smithi052:pexpect command: ipmitool -H smithi052.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-21T13:27:34.039 DEBUG:teuthology.orchestra.console.smithi029:check power output: Chassis Power is on 2024-03-21T13:27:34.050 DEBUG:teuthology.orchestra.console.smithi052:power off output: Chassis Power Control: Down/Off 2024-03-21T13:27:34.050 DEBUG:teuthology.orchestra.console.smithi052:pexpect command: ipmitool -H smithi052.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T13:27:34.067 INFO:teuthology.orchestra.console.smithi116:Power off 2024-03-21T13:27:34.068 DEBUG:teuthology.orchestra.console.smithi116:pexpect command: ipmitool -H smithi116.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-21T13:27:34.078 DEBUG:teuthology.orchestra.console.smithi052:check power output: Chassis Power is on 2024-03-21T13:27:34.092 DEBUG:teuthology.orchestra.console.smithi116:power off output: Chassis Power Control: Down/Off 2024-03-21T13:27:34.092 DEBUG:teuthology.orchestra.console.smithi116:pexpect command: ipmitool -H smithi116.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T13:27:34.115 DEBUG:teuthology.orchestra.console.smithi116:check power output: Chassis Power is on 2024-03-21T13:27:38.040 DEBUG:teuthology.orchestra.console.smithi029:pexpect command: ipmitool -H smithi029.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T13:27:38.079 DEBUG:teuthology.orchestra.console.smithi052:pexpect command: ipmitool -H smithi052.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T13:27:38.116 DEBUG:teuthology.orchestra.console.smithi116:pexpect command: ipmitool -H smithi116.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T13:27:38.150 DEBUG:teuthology.orchestra.console.smithi029:check power output: Chassis Power is on 2024-03-21T13:27:38.189 DEBUG:teuthology.orchestra.console.smithi052:check power output: Chassis Power is on 2024-03-21T13:27:38.226 DEBUG:teuthology.orchestra.console.smithi116:check power output: Chassis Power is on 2024-03-21T13:27:42.156 DEBUG:teuthology.orchestra.console.smithi029:pexpect command: ipmitool -H smithi029.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T13:27:42.190 DEBUG:teuthology.orchestra.console.smithi052:pexpect command: ipmitool -H smithi052.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T13:27:42.227 DEBUG:teuthology.orchestra.console.smithi116:pexpect command: ipmitool -H smithi116.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T13:27:42.266 DEBUG:teuthology.orchestra.console.smithi029:check power output: Chassis Power is off 2024-03-21T13:27:42.300 DEBUG:teuthology.orchestra.console.smithi052:check power output: Chassis Power is off 2024-03-21T13:27:42.337 DEBUG:teuthology.orchestra.console.smithi116:check power output: Chassis Power is off 2024-03-21T13:27:42.368 INFO:teuthology.orchestra.console.smithi029:Power off completed 2024-03-21T13:27:42.401 INFO:teuthology.orchestra.console.smithi052:Power off completed 2024-03-21T13:27:42.438 INFO:teuthology.orchestra.console.smithi116:Power off completed 2024-03-21T13:27:42.542 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: 1171.5921161174774 failure_reason: '"2024-03-21T13:18:39.821906+0000 mon.a (mon.0) 188 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c" in cluster log' flavor: default owner: scheduled_gabrioux@teuthology success: false 2024-03-21T13:27:42.543 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-21T13:27:42.635 INFO:teuthology.run:FAIL